Interface ProcessDefinition
- All Known Implementing Classes:
ProcessDefinitionImpl
public interface ProcessDefinition
-
Method Details
-
getProcessDefinitionKey
long getProcessDefinitionKey()- Returns:
- the key of the process definition
-
getName
String getName()- Returns:
- the name of the process definition
-
getResourceName
String getResourceName()- Returns:
- the resource name of the process definition
-
getVersion
int getVersion()- Returns:
- the version of the process definition
-
getVersionTag
String getVersionTag()- Returns:
- the version tag of the process definition
-
getProcessDefinitionId
String getProcessDefinitionId()- Returns:
- the id of the process definition
-
getTenantId
String getTenantId()- Returns:
- the tenant id of the process definition
-
getHasStartForm
Boolean getHasStartForm()- Returns:
- whether the start event of the process has an associated form key
-
getState
ProcessDefinitionState getState()- Returns:
- the state of the process definition
-