| |
|
| java.lang.Object org.jbpm.graph.def.GraphElement org.jbpm.taskmgmt.def.Task
Task | public class Task extends GraphElement (Code) | | defines a task and how the actor must be calculated at runtime.
|
PRIORITY_HIGH | final public static int PRIORITY_HIGH(Code) | | |
PRIORITY_HIGHEST | final public static int PRIORITY_HIGHEST(Code) | | |
PRIORITY_LOW | final public static int PRIORITY_LOW(Code) | | |
PRIORITY_LOWEST | final public static int PRIORITY_LOWEST(Code) | | |
PRIORITY_NORMAL | final public static int PRIORITY_NORMAL(Code) | | |
isBlocking | protected boolean isBlocking(Code) | | |
isSignalling | protected boolean isSignalling(Code) | | |
pooledActorsExpression | protected String pooledActorsExpression(Code) | | |
priority | protected int priority(Code) | | |
supportedEventTypes | final static String[] supportedEventTypes(Code) | | |
getActorIdExpression | public String getActorIdExpression()(Code) | | |
getPooledActorsExpression | public String getPooledActorsExpression()(Code) | | |
getPriority | public int getPriority()(Code) | | |
getSupportedEventTypes | public String[] getSupportedEventTypes()(Code) | | |
isBlocking | public boolean isBlocking()(Code) | | |
isSignalling | public boolean isSignalling()(Code) | | |
parsePriority | public static int parsePriority(String priorityText)(Code) | | |
setActorIdExpression | public void setActorIdExpression(String actorIdExpression)(Code) | | sets the actorId expression. The assignmentExpression is a JSF-like
expression to perform assignment. Since a task can have max one of swimlane or
assignmentHandler, this method removes the swimlane and assignmentDelegation if
it is set.
|
setAssignmentDelegation | public void setAssignmentDelegation(Delegation assignmentDelegation)(Code) | | sets the swimlane. Since a task can have max one of swimlane or assignmentHandler,
this method removes the swimlane if it is set.
|
setBlocking | public void setBlocking(boolean isBlocking)(Code) | | |
setCondition | public void setCondition(String condition)(Code) | | |
setPooledActorsExpression | public void setPooledActorsExpression(String pooledActorsExpression)(Code) | | sets the actorId expression. The assignmentExpression is a JSF-like
expression to perform assignment. Since a task can have max one of swimlane or
assignmentHandler, this method removes the other forms of assignment.
|
setPriority | public void setPriority(int priority)(Code) | | |
setSignalling | public void setSignalling(boolean isSignalling)(Code) | | |
setSwimlane | public void setSwimlane(Swimlane swimlane)(Code) | | sets the swimlane unidirectionally. Since a task can have max one of swimlane or assignmentHandler,
this method removes the assignmentHandler and assignmentExpression if one of those isset. To create
a bidirectional relation, use
Swimlane.addTask(Task) .
|
setTaskMgmtDefinition | public void setTaskMgmtDefinition(TaskMgmtDefinition taskMgmtDefinition)(Code) | | sets the taskMgmtDefinition unidirectionally. use TaskMgmtDefinition.addTask to create
a bidirectional relation.
|
|
|
|