|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface QuerierDefinitionAPI
Getters on workflow recorded data.
Operations in this API applies to definition entities managed by Nova Orchestra
such as:
process and activities.
Returned records are issued from recorded definition informations.
Method Summary | |
---|---|
java.util.List<ProcessDefinition> |
findProcessDefinitions()
Returns the list of processes. |
java.util.List<ProcessDefinition> |
findProcessDefinitions(ProcessState state)
Returns the list of processes with the given state. |
java.util.List<ProcessDefinition> |
findProcessDefinitions(javax.xml.namespace.QName processQName)
Returns the list of processes with the given qname. |
java.util.List<ProcessDefinition> |
findProcessDefinitions(javax.xml.namespace.QName processQName,
ProcessState state)
Returns the list of processes with the given state and qname. |
ActivityDefinition |
getActivityDefinition(ActivityDefinitionUUID activityDefinitionUUID)
Returns recorded definition data for the given activity definition UUID. |
ProcessDefinition |
getProcessDefinition(ProcessDefinitionUUID processUUID)
Returns recorded definition data for the given process definition UUID. |
Method Detail |
---|
java.util.List<ProcessDefinition> findProcessDefinitions()
java.util.List<ProcessDefinition> findProcessDefinitions(ProcessState state)
state:
- state of processes
java.util.List<ProcessDefinition> findProcessDefinitions(javax.xml.namespace.QName processQName, ProcessState state)
processQName
- qualified name of the processstate
- state of processes
java.util.List<ProcessDefinition> findProcessDefinitions(javax.xml.namespace.QName processQName)
processQName
- qualified name of the processstate:
- state of processes
ProcessDefinition getProcessDefinition(ProcessDefinitionUUID processUUID) throws ProcessNotFoundException
processUUID
- the uuid of the process definition.
ProcessNotFoundException
- if processUUID cannot be foundActivityDefinition getActivityDefinition(ActivityDefinitionUUID activityDefinitionUUID) throws ActivityNotFoundException
activityDefinitionUUID
- the uuid of the process definition.
ActivityNotFoundException
- if activityDefinitionUUID cannot be found
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |