public interface VariableService
InternalVariableInstanceQuery createInternalVariableInstanceQuery()
default List<VariableInstanceEntity> findVariableInstancesByExecutionId(String executionId)
default List<VariableInstanceEntity> findVariableInstanceByScopeIdAndScopeType(String scopeId, String scopeType)
default List<VariableInstanceEntity> findVariableInstanceBySubScopeIdAndScopeType(String subScopeId, String scopeType)
VariableInstanceEntity createVariableInstance(String name, VariableType type, Object value)
VariableInstanceEntity createVariableInstance(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 usedvoid insertVariableInstance(VariableInstanceEntity variable)
void updateVariableInstance(VariableInstanceEntity variable)
variable - to updatevoid deleteVariableInstance(VariableInstanceEntity variable)
void deleteVariablesByExecutionId(String executionId)
void deleteVariablesByTaskId(String taskId)
Copyright © 2021 Flowable. All rights reserved.