@UESComponent @WebServiceAccessible(wspHandlerChain="ues/platform/process/UESProcessExplorerHandlerChain.xml") public interface UESProcessExplorer
Modifier and Type | Method and Description |
---|---|
java.util.List<UESProcessAttributes> |
getActiveProcessesByMainEntity(UESURI mainEntityUri)
Returns list of active processes for given main entity.
|
java.util.List<UESProcessAttributes> |
getDirectSubprocesses(UESURI processUri)
Returns list of direct (first level) subprocesses of process with given UESURI.
|
UESProcessAttributes |
getProcessAttributes(UESURI processUri)
Returns object containing process attributes.
|
UESProcessProgress |
getProcessProgress(UESURI processUri)
Returns object representing state and progress of process with given UESURI.
|
UESProcessResult |
getProcessResult(UESURI processUri,
Returns object representing result of process corresponding to given events.
|
java.util.List<UESProcessAttributes> |
getSubprocesses(UESURI processUri)
Returns list of all subprocesses of process with given UESURI.
|
processUri
- UESURI of processUESProcessExplorerRTException
- In case reading of process progress failsprocessUri
- UESURI of processUESProcessExplorerRTException
- In case reading of process attributes failsprocessUri
- UESURI of processeventCodes
- Optional list of event codes regular expressionsUESProcessExplorerRTException
- In case obtaining of process result failsmainEntityUri
- UESURI of main entityUESProcessExplorerRTException
- In case reading of process list failsprocessUri
- UESURI of processUESProcessExplorerRTException
- In case reading of process list failsprocessUri
- UESURI of processUESProcessExplorerRTException
- In case reading of process list fails