Interface ProcessDefinition
- All Known Implementing Classes:
ProcessDefinitionImpl
public interface ProcessDefinition
-
Method Summary
-
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
-