a bunch of processes is signaled with this command. you can specify the
tokens either
or by processName, processVersion (optional, without all versions),
stateName
transitionName specifies the transition to take (if null, the default
transition is taken).
- Author:
- Bernd Ruecker (bernd.ruecker@camunda.com)
- See Also:
- Serialized Form
| Methods inherited from class org.jbpm.command.AbstractTokenBaseCommand |
execute, getJbpmContext, getProcessName, getProcessVersion, getStateName, getTokenId, getTokenIds, isOperateOnSingleObject, processName, processVersion, setProcessName, setProcessVersion, setStateName, setTokenId, setTokenIds, stateName, tokenId, tokenIds, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
BatchSignalCommand
public BatchSignalCommand()
execute
public java.lang.Object execute(Token token)
- Specified by:
execute in class AbstractTokenBaseCommand
getTransitionName
public java.lang.String getTransitionName()
setTransitionName
public void setTransitionName(java.lang.String transitionName)
getInStateAtLeastSince
public java.util.Date getInStateAtLeastSince()
setInStateAtLeastSince
public void setInStateAtLeastSince(java.util.Date inStateAtLeastSince)
getAdditionalToStringInformation
public java.lang.String getAdditionalToStringInformation()
- Overrides:
getAdditionalToStringInformation in class AbstractTokenBaseCommand
transitionName
public BatchSignalCommand transitionName(java.lang.String transitionName)
inStateAtLeastSince
public BatchSignalCommand inStateAtLeastSince(java.util.Date inStateAtLeastSince)
Copyright © 2009 JBoss, a division of Red Hat. All Rights Reserved.