Interface VariableInstanceDataManager
- All Superinterfaces:
DataManager<VariableInstanceEntity>
- All Known Implementing Classes:
MybatisVariableInstanceDataManager
- Author:
- Joram Barrez
-
Method Summary
Modifier and TypeMethodDescriptionvoid
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) long
findVariableInstanceCountByNativeQuery
(Map<String, Object> parameterMap) long
findVariableInstanceCountByQueryCriteria
(VariableInstanceQueryImpl variableInstanceQuery) findVariableInstancesByNativeQuery
(Map<String, Object> parameterMap) findVariableInstancesByQueryCriteria
(VariableInstanceQueryImpl variableInstanceQuery) findVariablesInstanceByQuery
(InternalVariableInstanceQueryImpl internalVariableInstanceQuery) findVariablesInstancesByQuery
(InternalVariableInstanceQueryImpl internalVariableInstanceQuery)
-
Method Details
-
findVariablesInstancesByQuery
List<VariableInstanceEntity> findVariablesInstancesByQuery(InternalVariableInstanceQueryImpl internalVariableInstanceQuery) -
findVariablesInstanceByQuery
VariableInstanceEntity findVariablesInstanceByQuery(InternalVariableInstanceQueryImpl internalVariableInstanceQuery) -
findVariableInstanceCountByQueryCriteria
-
findVariableInstancesByQueryCriteria
List<VariableInstance> findVariableInstancesByQueryCriteria(VariableInstanceQueryImpl variableInstanceQuery) -
findVariableInstancesByNativeQuery
-
findVariableInstanceCountByNativeQuery
-
deleteVariablesByTaskId
-
deleteVariablesByExecutionId
-
deleteByScopeIdAndScopeType
-
deleteByScopeIdAndScopeTypes
-
deleteBySubScopeIdAndScopeTypes
-