| |
|
| java.lang.Object org.jbpm.command.AbstractGetObjectBaseCommand org.jbpm.command.GetProcessInstancesCommand
GetProcessInstancesCommand | public class GetProcessInstancesCommand extends AbstractGetObjectBaseCommand (Code) | | This command can retrieve all process instances (e.g. for admin client).
You have the possibility to filter the command, therefor use the available
attributes
author: Bernd Ruecker (bernd.ruecker@camunda.com) |
getFromStartDate | public Date getFromStartDate()(Code) | | |
getUntilStartDate | public Date getUntilStartDate()(Code) | | |
isOnlyRunning | public boolean isOnlyRunning()(Code) | | |
retrieveProcessInstanceDetails | public List retrieveProcessInstanceDetails(List processInstanceList)(Code) | | access everything on all processInstance objects, which is not in the
default fetch group from hibernate, but needs to be accesible from the
client
overwrite this, if you need more details in your client
|
setFromStartDate | public void setFromStartDate(Date fromStartDate)(Code) | | |
setOnlyRunning | public void setOnlyRunning(boolean onlyRunning)(Code) | | |
setProcessName | public void setProcessName(String processName)(Code) | | |
setStateName | public void setStateName(String stateName)(Code) | | |
setUntilStartDate | public void setUntilStartDate(Date untilStartDate)(Code) | | |
Fields inherited from org.jbpm.command.AbstractGetObjectBaseCommand | final static Log log(Code)(Java Doc)
|
|
|
|