public interface CaseInstanceEntity extends Entity, EntityWithSentryPartInstances, org.flowable.variable.api.delegate.VariableScope, HasRevision, PlanItemInstanceContainer, CaseInstance
getSatisfiedSentryPartInstances, setSatisfiedSentryPartInstancesgetId, getIdPrefix, getOriginalPersistentState, getPersistentState, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setUpdatedgetTransientVariable, 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, setVariablesLocalgetTenantIdgetRevision, getRevisionNext, setRevisiongetChildPlanItemInstances, getPlanItems, setChildPlanItemInstancesgetBusinessKey, getBusinessStatus, getCallbackId, getCallbackType, getCaseDefinitionDeploymentId, getCaseDefinitionId, getCaseDefinitionKey, getCaseDefinitionName, getCaseDefinitionVersion, getCaseVariables, getId, getLastReactivationTime, getLastReactivationUserId, getName, getParentId, getReferenceId, getReferenceType, getStartTime, getStartUserId, getState, getTenantId, isCompletable, setLocalizedNamevoid setBusinessKey(String businessKey)
void setBusinessStatus(String businessStatus)
void setName(String name)
void setParentId(String parentId)
void setCaseDefinitionId(String caseDefinitionId)
void setCaseDefinitionKey(String caseDefinitionKey)
void setCaseDefinitionName(String caseDefinitionName)
void setCaseDefinitionVersion(Integer caseDefinitionVersion)
void setCaseDefinitionDeploymentId(String caseDefinitionDeploymentId)
void setState(String state)
void setStartTime(Date startTime)
void setStartUserId(String startUserId)
void setLastReactivationTime(Date lastReactivationTime)
void setLastReactivationUserId(String lastReactivationUserId)
void setCallbackId(String callbackId)
void setCallbackType(String callbackType)
void setReferenceId(String referenceId)
void setReferenceType(String referenceType)
void setCompletable(boolean completable)
void setTenantId(String tenantId)
Date getLockTime()
void setLockTime(Date lockTime)
String getLockOwner()
void setLockOwner(String lockOwner)
List<VariableInstanceEntity> getQueryVariables()
Copyright © 2021 Flowable. All rights reserved.