Interface Process
-
- All Known Implementing Classes:
ProcessImpl
public interface Process
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetBpmnProcessId()longgetProcessDefinitionKey()StringgetResourceName()intgetVersion()
-
-
-
Method Detail
-
getBpmnProcessId
String getBpmnProcessId()
- Returns:
- the BPMN process id of the process
-
getVersion
int getVersion()
- Returns:
- the version of the deployed process
-
getProcessDefinitionKey
long getProcessDefinitionKey()
- Returns:
- the key of the deployed process
-
getResourceName
String getResourceName()
- Returns:
- the name of the deployment resource which contains the process
-
-