public interface ActionInstanceEntityManager extends EntityManager<ActionInstanceEntity>
Modifier and Type | Method and Description |
---|---|
ActionInstanceQuery |
createActionInstanceQuery() |
void |
deleteByActionDefinitionId(String actionDefinitionId) |
long |
findActionInstanceCountByQueryCriteria(ActionInstanceQueryImpl actionInstanceQuery) |
List<ActionInstance> |
findActionInstancesByQueryCriteria(ActionInstanceQueryImpl actionInstanceQuery) |
List<ActionInstance> |
findActionInstancesForScopeIdAndSubScopeId(String scopeType,
String scopeId,
String subScopeId,
boolean includeDeletedFromCache) |
ActionInstanceQuery createActionInstanceQuery()
List<ActionInstance> findActionInstancesForScopeIdAndSubScopeId(String scopeType, String scopeId, String subScopeId, boolean includeDeletedFromCache)
List<ActionInstance> findActionInstancesByQueryCriteria(ActionInstanceQueryImpl actionInstanceQuery)
long findActionInstanceCountByQueryCriteria(ActionInstanceQueryImpl actionInstanceQuery)
void deleteByActionDefinitionId(String actionDefinitionId)