|
Constructor Summary | ||
WorkflowInstanceQuery() | ||
WorkflowInstanceQuery(Boolean active) | ||
WorkflowInstanceQuery(String workflowDefinitionId) | ||
WorkflowInstanceQuery(String workflowDefinitionId, Boolean active) |
Method Summary | ||
getActive() | ||
getCustomProps() | ||
getEndAfter() | ||
getEndBefore() | ||
getEngineId() | ||
getExcludedDefinitions() | ||
getStartAfter() | ||
getStartBefore() | ||
getWorkflowDefinitionId() | ||
void |
setActive(Boolean active) | |
void |
setCustomProps(Map<QName,Object> customProps) | |
void |
setEndAfter(Date endAfter) | |
void |
setEndBefore(Date endBefore) | |
void |
setEngineId(String engine) | |
void |
setExcludedDefinitions(List<String> excludedDefinitions) | |
void |
setStartAfter(Date startAfter) | |
void |
setStartBefore(Date startBefore) | |
void |
setWorkflowDefinitionId(String workflowDefinitionId) |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
|