03-15-2011 09:33 AM
03-16-2011 06:01 AM
public interface TaskService {
…
/** get a variables and only search in the task scope. */
Object getVariableLocal(String taskId, String variableName);
/** get a variable on a task */
Map<String, Object> getVariablesLocal(String taskId, Collection<String> variableNames);
…
/** set variable on a task. If the variable is not already existing, it will be created in the
* task. */
void setVariableLocal(String taskId, String variableName, Object value);
/** set variables on a task. If the variable is not already existing, it will be created in the
* task. */
void setVariablesLocal(String taskId, Map<String, ? extends Object> variables);
03-17-2011 09:33 AM
03-21-2011 12:40 PM
03-21-2011 04:42 PM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.