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, processName, processVersion, setProcessName, setProcessVersion, setStateName, setTokenId, setTokenIds, stateName, tokenId, tokenIds, toString |
BatchSignalCommand
public BatchSignalCommand()
execute
public Object execute(Token token)
- Specified by:
execute in class AbstractTokenBaseCommand
getTransitionName
public String getTransitionName()
setTransitionName
public void setTransitionName(String transitionName)
getInStateAtLeastSince
public Date getInStateAtLeastSince()
setInStateAtLeastSince
public void setInStateAtLeastSince(Date inStateAtLeastSince)
getAdditionalToStringInformation
public String getAdditionalToStringInformation()
- Overrides:
getAdditionalToStringInformation in class AbstractTokenBaseCommand
transitionName
public BatchSignalCommand transitionName(String transitionName)
inStateAtLeastSince
public BatchSignalCommand inStateAtLeastSince(Date inStateAtLeastSince)
Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.