Interface VariableInstanceDataManager
- All Superinterfaces:
DataManager<VariableInstanceEntity>
- All Known Implementing Classes:
MybatisVariableInstanceDataManager
- Author:
- Joram Barrez
-
Method Summary
Modifier and TypeMethodDescriptionvoiddeleteByScopeIdAndScopeType(String scopeId, String scopeType) voiddeleteByScopeIdAndScopeTypes(String scopeId, Collection<String> scopeTypes) voiddeleteBySubScopeIdAndScopeTypes(String subScopeId, Collection<String> scopeTypes) voiddeleteVariablesByExecutionId(String executionId) voiddeleteVariablesByTaskId(String taskId) longfindVariableInstanceCountByNativeQuery(Map<String, Object> parameterMap) longfindVariableInstanceCountByQueryCriteria(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
-