Interface QueryCloudTask
-
- All Superinterfaces:
org.activiti.api.model.shared.model.ApplicationElement,CloudRuntimeEntity,CloudTask,org.activiti.api.task.model.Task
public interface QueryCloudTask extends CloudTask
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetProcessDefinitionName()-
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
-
-
-
-
Method Detail
-
getProcessDefinitionName
String getProcessDefinitionName()
-
-