public interface VariableInstanceDataManager extends DataManager<VariableInstanceEntity>
| Modifier and Type | Method and Description |
|---|---|
void |
deleteByScopeIdAndScopeType(String scopeId,
String scopeType) |
void |
deleteByScopeIdAndScopeTypes(String scopeId,
Collection<String> scopeTypes) |
void |
deleteBySubScopeIdAndScopeTypes(String subScopeId,
Collection<String> scopeTypes) |
void |
deleteVariablesByExecutionId(String executionId) |
void |
deleteVariablesByTaskId(String taskId) |
VariableInstanceEntity |
findVariablesInstanceByQuery(InternalVariableInstanceQueryImpl internalVariableInstanceQuery) |
List<VariableInstanceEntity> |
findVariablesInstancesByQuery(InternalVariableInstanceQueryImpl internalVariableInstanceQuery) |
List<VariableInstanceEntity> findVariablesInstancesByQuery(InternalVariableInstanceQueryImpl internalVariableInstanceQuery)
VariableInstanceEntity findVariablesInstanceByQuery(InternalVariableInstanceQueryImpl internalVariableInstanceQuery)
void deleteVariablesByTaskId(String taskId)
void deleteVariablesByExecutionId(String executionId)
void deleteByScopeIdAndScopeTypes(String scopeId, Collection<String> scopeTypes)
void deleteBySubScopeIdAndScopeTypes(String subScopeId, Collection<String> scopeTypes)
Copyright © 2021 Flowable. All rights reserved.