|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RuntimeAPI
Get information about processes and instances from the engine repository.
This API can be used even when monitoring is disabled.
Method Summary | |
---|---|
Set<ActivityDefinitionData> |
getActivityDefinitions(ProcessDefinitionUUID processUUID)
Get information about a process activities. |
ProcessDefinitionData |
getProcess(ProcessDefinitionUUID processUUID)
Get information about a process. |
Set<ProcessDefinitionData> |
getProcesses()
|
ProcessInstanceData |
getProcessInstance(ProcessInstanceUUID processInstanceUUID)
Get information about a process instance. |
Set<ProcessInstanceData> |
getProcessInstances()
|
Set<ProcessInstanceData> |
getProcessInstances(ProcessDefinitionUUID processDefinitionUUID)
Get information about the instances of a process |
Method Detail |
---|
Set<ProcessDefinitionData> getProcesses()
ProcessDefinitionData getProcess(ProcessDefinitionUUID processUUID) throws ProcessNotFoundException
processUUID
- UUID of the process
ProcessNotFoundException
- if no process with the given UUID exists in the repository.Set<ActivityDefinitionData> getActivityDefinitions(ProcessDefinitionUUID processUUID) throws ProcessNotFoundException
processUUID
- UUID of the process
ProcessNotFoundException
- if no process with the given UUID exists in the repository.Set<ProcessInstanceData> getProcessInstances()
Set<ProcessInstanceData> getProcessInstances(ProcessDefinitionUUID processDefinitionUUID) throws ProcessNotFoundException
processDefinitionUUID
- UUID of the process
ProcessNotFoundException
- if no process with the given UUID exists in the repository.ProcessInstanceData getProcessInstance(ProcessInstanceUUID processInstanceUUID) throws InstanceNotFoundException
processInstanceUUID
- UUID of the instance
InstanceNotFoundException
- if no process instance with the given UUID exists in the repository.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |