public interface VariableInstanceEntityManager extends EntityManager<VariableInstanceEntity>
VariableInstanceEntity create(String name, VariableType type, Object value)
VariableInstanceEntity create(String name, VariableType type)
VariableInstance.setValue(Object)
for setting the valuename - the name of the variable to createtype - the type of the created variableVariableInstanceEntity to be usedInternalVariableInstanceQuery createInternalVariableInstanceQuery()
List<VariableInstance> findVariableInstancesByQueryCriteria(VariableInstanceQueryImpl variableInstanceQuery)
long findVariableInstanceCountByQueryCriteria(VariableInstanceQueryImpl variableInstanceQuery)
List<VariableInstance> findVariableInstancesByNativeQuery(Map<String,Object> parameterMap)
long findVariableInstanceCountByNativeQuery(Map<String,Object> parameterMap)
void deleteVariablesByTaskId(String taskId)
void deleteVariablesByExecutionId(String executionId)
void deleteByScopeIdAndScopeTypes(String scopeId, Collection<String> scopeTypes)
void deleteBySubScopeIdAndScopeTypes(String subScopeId, Collection<String> scopeTypes)
Copyright © 2022 Flowable. All rights reserved.