public interface HistoricActionLinkEntityManager extends EntityManager<HistoricActionLinkEntity>
Modifier and Type | Method and Description |
---|---|
HistoricActionLinkQuery |
createHistoricActionLinkQuery() |
void |
deleteByActionInstanceId(String actionInstanceId) |
void |
deleteByScopeIdAndScopeType(String scopeId,
String scopeType) |
long |
findHistoricActionLinkCountByQueryCriteria(HistoricActionLinkQueryImpl actionLinkQuery) |
List<HistoricActionLinkEntity> |
findHistoricActionLinksByActionInstanceId(String actionInstanceId) |
List<HistoricActionLink> |
findHistoricActionLinksByQueryCriteria(HistoricActionLinkQueryImpl actionLinkQuery) |
List<HistoricActionLinkEntity> |
findHistoricActionLinksByScopeIdAndScopeType(String scopeId,
String scopeType) |
List<HistoricActionLinkEntity> findHistoricActionLinksByActionInstanceId(String actionInstanceId)
List<HistoricActionLinkEntity> findHistoricActionLinksByScopeIdAndScopeType(String scopeId, String scopeType)
HistoricActionLinkQuery createHistoricActionLinkQuery()
List<HistoricActionLink> findHistoricActionLinksByQueryCriteria(HistoricActionLinkQueryImpl actionLinkQuery)
long findHistoricActionLinkCountByQueryCriteria(HistoricActionLinkQueryImpl actionLinkQuery)
void deleteByActionInstanceId(String actionInstanceId)