Interface CaseInstanceEntity
-
- All Superinterfaces:
CaseInstance,Entity,EntityWithSentryPartInstances,HasRevision,PlanItemInstanceContainer,VariableContainer,org.flowable.variable.api.delegate.VariableScope
- All Known Implementing Classes:
CaseInstanceEntityImpl
public interface CaseInstanceEntity extends Entity, EntityWithSentryPartInstances, org.flowable.variable.api.delegate.VariableScope, HasRevision, PlanItemInstanceContainer, CaseInstance
- Author:
- Joram Barrez
-
-
Method Summary
-
Methods inherited from interface org.flowable.cmmn.api.runtime.CaseInstance
getBusinessKey, getBusinessStatus, getCallbackId, getCallbackType, getCaseDefinitionDeploymentId, getCaseDefinitionId, getCaseDefinitionKey, getCaseDefinitionName, getCaseDefinitionVersion, getCaseVariables, getId, getLastReactivationTime, getLastReactivationUserId, getName, getParentId, getReferenceId, getReferenceType, getStartTime, getStartUserId, getState, getTenantId, isCompletable, setLocalizedName
-
Methods inherited from interface org.flowable.common.engine.impl.persistence.entity.Entity
getId, getIdPrefix, getOriginalPersistentState, getPersistentState, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setUpdated
-
Methods inherited from interface org.flowable.cmmn.engine.impl.persistence.entity.EntityWithSentryPartInstances
getSatisfiedSentryPartInstances, setSatisfiedSentryPartInstances
-
Methods inherited from interface org.flowable.common.engine.impl.db.HasRevision
getRevision, getRevisionNext, setRevision
-
Methods inherited from interface org.flowable.cmmn.engine.impl.persistence.entity.PlanItemInstanceContainer
getChildPlanItemInstances, getPlanItems, setChildPlanItemInstances
-
Methods inherited from interface org.flowable.common.engine.api.variable.VariableContainer
getTenantId
-
Methods inherited from interface org.flowable.variable.api.delegate.VariableScope
getTransientVariable, getTransientVariableLocal, getTransientVariables, getTransientVariablesLocal, getVariable, getVariable, getVariable, getVariableInstance, getVariableInstance, getVariableInstanceLocal, getVariableInstanceLocal, getVariableInstances, getVariableInstances, getVariableInstances, getVariableInstancesLocal, getVariableInstancesLocal, getVariableInstancesLocal, getVariableLocal, getVariableLocal, getVariableLocal, getVariableNames, getVariableNamesLocal, getVariables, getVariables, getVariables, getVariablesLocal, getVariablesLocal, getVariablesLocal, hasVariable, hasVariableLocal, hasVariables, hasVariablesLocal, removeTransientVariable, removeTransientVariableLocal, removeTransientVariables, removeTransientVariablesLocal, removeVariable, removeVariableLocal, removeVariables, removeVariables, removeVariablesLocal, removeVariablesLocal, setTransientVariable, setTransientVariableLocal, setTransientVariables, setTransientVariablesLocal, setVariable, setVariable, setVariableLocal, setVariableLocal, setVariables, setVariablesLocal
-
-
-
-
Method Detail
-
setBusinessKey
void setBusinessKey(String businessKey)
-
setBusinessStatus
void setBusinessStatus(String businessStatus)
-
setName
void setName(String name)
-
setParentId
void setParentId(String parentId)
-
setCaseDefinitionId
void setCaseDefinitionId(String caseDefinitionId)
-
setCaseDefinitionKey
void setCaseDefinitionKey(String caseDefinitionKey)
-
setCaseDefinitionName
void setCaseDefinitionName(String caseDefinitionName)
-
setCaseDefinitionVersion
void setCaseDefinitionVersion(Integer caseDefinitionVersion)
-
setCaseDefinitionDeploymentId
void setCaseDefinitionDeploymentId(String caseDefinitionDeploymentId)
-
setState
void setState(String state)
-
setStartTime
void setStartTime(Date startTime)
-
setStartUserId
void setStartUserId(String startUserId)
-
setLastReactivationTime
void setLastReactivationTime(Date lastReactivationTime)
-
setLastReactivationUserId
void setLastReactivationUserId(String lastReactivationUserId)
-
setCallbackId
void setCallbackId(String callbackId)
-
setCallbackType
void setCallbackType(String callbackType)
-
setReferenceId
void setReferenceId(String referenceId)
-
setReferenceType
void setReferenceType(String referenceType)
-
setCompletable
void setCompletable(boolean completable)
-
setTenantId
void setTenantId(String tenantId)
-
getLockTime
Date getLockTime()
-
setLockTime
void setLockTime(Date lockTime)
-
getLockOwner
String getLockOwner()
-
setLockOwner
void setLockOwner(String lockOwner)
-
getQueryVariables
List<VariableInstanceEntity> getQueryVariables()
-
-