Class ProcessVariableEntity
- java.lang.Object
-
- org.activiti.cloud.services.query.model.ActivitiEntityMetadata
-
- org.activiti.cloud.services.query.model.AbstractVariableEntity
-
- org.activiti.cloud.services.query.model.ProcessVariableEntity
-
- All Implemented Interfaces:
org.activiti.api.model.shared.model.ApplicationElement,org.activiti.api.model.shared.model.VariableInstance,CloudRuntimeEntity,CloudVariableInstance
@Entity(name="ProcessVariable") public class ProcessVariableEntity extends AbstractVariableEntity
-
-
Field Summary
-
Fields inherited from class org.activiti.cloud.services.query.model.ActivitiEntityMetadata
appName, appVersion, serviceFullName, serviceName, serviceType, serviceVersion
-
-
Constructor Summary
Constructors Constructor Description ProcessVariableEntity()ProcessVariableEntity(Long id, String type, String name, String processInstanceId, String serviceName, String serviceFullName, String serviceVersion, String appName, String appVersion, Date createTime, Date lastUpdatedTime, String executionId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)LonggetId()StringgetTaskId()inthashCode()booleanisTaskVariable()-
Methods inherited from class org.activiti.cloud.services.query.model.AbstractVariableEntity
getCreateTime, getExecutionId, getLastUpdatedTime, getMarkedAsDeleted, getName, getProcessInstance, getProcessInstanceId, getType, getValue, setCreateTime, setExecutionId, setLastUpdatedTime, setMarkedAsDeleted, setName, setProcessInstance, setProcessInstanceId, setType, setValue
-
Methods inherited from class org.activiti.cloud.services.query.model.ActivitiEntityMetadata
getAppName, getAppVersion, getServiceFullName, getServiceName, getServiceType, getServiceVersion, setAppName, setAppVersion, setServiceFullName, setServiceName, setServiceType, setServiceVersion
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
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
-
-
-
-
Method Detail
-
getId
public Long getId()
- Specified by:
getIdin classAbstractVariableEntity
-
getTaskId
public String getTaskId()
-
isTaskVariable
public boolean isTaskVariable()
-
hashCode
public int hashCode()
- Overrides:
hashCodein classAbstractVariableEntity
-
equals
public boolean equals(Object obj)
- Overrides:
equalsin classAbstractVariableEntity
-
-