Interface CloudBPMNActivity
-
- All Superinterfaces:
org.activiti.api.model.shared.model.ApplicationElement,org.activiti.api.process.model.BPMNActivity,org.activiti.api.process.model.BPMNElement,CloudRuntimeEntity
- All Known Subinterfaces:
CloudServiceTask
public interface CloudBPMNActivity extends CloudRuntimeEntity, org.activiti.api.process.model.BPMNActivity
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classCloudBPMNActivity.BPMNActivityStatus
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetBusinessKey()DategetCancelledDate()DategetCompletedDate()StringgetId()StringgetProcessDefinitionKey()IntegergetProcessDefinitionVersion()DategetStartedDate()CloudBPMNActivity.BPMNActivityStatusgetStatus()-
Methods inherited from interface org.activiti.api.model.shared.model.ApplicationElement
getAppVersion
-
Methods inherited from interface org.activiti.api.process.model.BPMNActivity
getActivityName, getActivityType, getExecutionId
-
Methods inherited from interface org.activiti.api.process.model.BPMNElement
getElementId, getProcessDefinitionId, getProcessInstanceId
-
Methods inherited from interface org.activiti.cloud.api.model.shared.CloudRuntimeEntity
getAppName, getServiceFullName, getServiceName, getServiceType, getServiceVersion
-
-
-
-
Method Detail
-
getId
String getId()
-
getBusinessKey
String getBusinessKey()
-
getProcessDefinitionKey
String getProcessDefinitionKey()
-
getProcessDefinitionVersion
Integer getProcessDefinitionVersion()
-
getStatus
CloudBPMNActivity.BPMNActivityStatus getStatus()
-
getStartedDate
Date getStartedDate()
-
getCompletedDate
Date getCompletedDate()
-
getCancelledDate
Date getCancelledDate()
-
-