public interface ActionInstanceDataManager extends DataManager<ActionInstanceEntity>
Modifier and Type | Method and Description |
---|---|
void |
deleteByActionDefinitionId(String actionDefinitionId) |
long |
findActionInstanceCountByQueryCriteria(ActionInstanceQueryImpl actionInstanceQuery) |
List<ActionInstance> |
findActionInstancesByQueryCriteria(ActionInstanceQueryImpl actionInstanceQuery) |
List<ActionInstance> |
findActionInstancesForScopeIdAndSubScopeId(String scopeType,
String scopeId,
String subScopeId) |
List<ActionInstance> |
findActionInstancesForScopeIdAndSubScopeId(String scopeType,
String scopeId,
String subScopeId,
boolean includeDeletedInCache)
Special method that also returns those in the cache that are deleted.
|
List<ActionInstance> findActionInstancesForScopeIdAndSubScopeId(String scopeType, String scopeId, String subScopeId)
List<ActionInstance> findActionInstancesForScopeIdAndSubScopeId(String scopeType, String scopeId, String subScopeId, boolean includeDeletedInCache)
long findActionInstanceCountByQueryCriteria(ActionInstanceQueryImpl actionInstanceQuery)
List<ActionInstance> findActionInstancesByQueryCriteria(ActionInstanceQueryImpl actionInstanceQuery)
void deleteByActionDefinitionId(String actionDefinitionId)