org.jbpm.command
Class AbstractCancelCommand
java.lang.Object
org.jbpm.command.AbstractBaseCommand
org.jbpm.command.AbstractCancelCommand
- All Implemented Interfaces:
- java.io.Serializable, Command
- Direct Known Subclasses:
- CancelProcessInstanceCommand, CancelTokenCommand
public abstract class AbstractCancelCommand
- extends AbstractBaseCommand
- See Also:
- Serialized Form
|
Field Summary |
static java.lang.String |
CANCELLATION_INDICATOR_VARIABLE_NAME
Name of a standardized process variable which is written during cancellation
in order to indicate that this process has been 'canceled' and not just ended. |
protected JbpmContext |
jbpmContext
|
protected static org.apache.commons.logging.Log |
log
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
CANCELLATION_INDICATOR_VARIABLE_NAME
public static final java.lang.String CANCELLATION_INDICATOR_VARIABLE_NAME
- Name of a standardized process variable which is written during cancellation
in order to indicate that this process has been 'canceled' and not just ended.
Value of the variable is the timestamp of cancellation.
- See Also:
- Constant Field Values
jbpmContext
protected transient JbpmContext jbpmContext
log
protected static final org.apache.commons.logging.Log log
AbstractCancelCommand
public AbstractCancelCommand()
cancelTokens
protected void cancelTokens(java.util.Collection tokens)
cancelToken
protected void cancelToken(Token token)
getTasksForToken
protected java.util.List getTasksForToken(Token token)
cancelTasks
protected void cancelTasks(java.util.List tasks)
Copyright © 2009 JBoss, a division of Red Hat. All Rights Reserved.