Interface CloudTask
-
- All Superinterfaces:
org.activiti.api.model.shared.model.ApplicationElement,CloudRuntimeEntity,org.activiti.api.task.model.Task
- All Known Subinterfaces:
QueryCloudTask
public interface CloudTask extends CloudRuntimeEntity, org.activiti.api.task.model.Task
-
-
Method Summary
-
Methods inherited from interface org.activiti.api.model.shared.model.ApplicationElement
getAppVersion
-
Methods inherited from interface org.activiti.cloud.api.model.shared.CloudRuntimeEntity
getAppName, getServiceFullName, getServiceName, getServiceType, getServiceVersion
-
Methods inherited from interface org.activiti.api.task.model.Task
getAssignee, getBusinessKey, getCandidateGroups, getCandidateUsers, getClaimedDate, getCompletedBy, getCompletedDate, getCreatedDate, getDescription, getDueDate, getDuration, getFormKey, getId, getName, getOwner, getParentTaskId, getPriority, getProcessDefinitionId, getProcessDefinitionVersion, getProcessInstanceId, getStatus, getTaskDefinitionKey, isStandalone
-
-