Class TaskVariableEntity
java.lang.Object
org.activiti.cloud.services.query.model.ActivitiEntityMetadata
org.activiti.cloud.services.query.model.AbstractVariableEntity
org.activiti.cloud.services.query.model.TaskVariableEntity
- All Implemented Interfaces:
org.activiti.api.model.shared.model.ApplicationElement, org.activiti.api.model.shared.model.VariableInstance, org.activiti.cloud.api.model.shared.CloudRuntimeEntity, org.activiti.cloud.api.model.shared.CloudVariableInstance
-
Field Summary
Fields inherited from class ActivitiEntityMetadata
appName, appVersion, serviceFullName, serviceName, serviceType, serviceVersion -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetId()getTask()inthashCode()booleanvoidsetTask(TaskEntity taskEntity) voidMethods inherited from class AbstractVariableEntity
getCreateTime, getExecutionId, getLastUpdatedTime, getMarkedAsDeleted, getName, getProcessInstance, getProcessInstanceId, getType, getValue, setCreateTime, setExecutionId, setLastUpdatedTime, setMarkedAsDeleted, setName, setProcessInstance, setProcessInstanceId, setType, setValueMethods inherited from class ActivitiEntityMetadata
getAppName, getAppVersion, getServiceFullName, getServiceName, getServiceType, getServiceVersion, setAppName, setAppVersion, setServiceFullName, setServiceName, setServiceType, setServiceVersionMethods inherited from class Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.activiti.api.model.shared.model.ApplicationElement
getAppVersionMethods inherited from interface org.activiti.cloud.api.model.shared.CloudRuntimeEntity
getAppName, getServiceFullName, getServiceName, getServiceType, getServiceVersion
-
Constructor Details
-
TaskVariableEntity
public TaskVariableEntity() -
TaskVariableEntity
-
-
Method Details
-
getId
- Specified by:
getIdin classAbstractVariableEntity
-
getTask
-
setTask
-
getTaskId
-
setTaskId
-
isTaskVariable
public boolean isTaskVariable() -
hashCode
public int hashCode()- Overrides:
hashCodein classAbstractVariableEntity
-
equals
- Overrides:
equalsin classAbstractVariableEntity
-