Modifier and Type | Method and Description |
---|---|
long |
ActionLinkEntityManagerImpl.findActionLinkCountByQueryCriteria(ActionLinkQueryImpl actionLinkQuery) |
long |
ActionLinkEntityManager.findActionLinkCountByQueryCriteria(ActionLinkQueryImpl actionLinkQuery) |
List<ActionLink> |
ActionLinkEntityManagerImpl.findActionLinksByQueryCriteria(ActionLinkQueryImpl actionLinkQuery) |
List<ActionLink> |
ActionLinkEntityManager.findActionLinksByQueryCriteria(ActionLinkQueryImpl actionLinkQuery) |
Modifier and Type | Method and Description |
---|---|
long |
ActionLinkDataManager.findActionLinkCountByQueryCriteria(ActionLinkQueryImpl actionLinkQuery) |
List<ActionLink> |
ActionLinkDataManager.findActionLinksByQueryCriteria(ActionLinkQueryImpl actionLinkQuery) |
Modifier and Type | Method and Description |
---|---|
long |
MybatisActionLinkDataManager.findActionLinkCountByQueryCriteria(ActionLinkQueryImpl actionLinkQuery) |
List<ActionLink> |
MybatisActionLinkDataManager.findActionLinksByQueryCriteria(ActionLinkQueryImpl actionLinkQuery) |
Modifier and Type | Method and Description |
---|---|
ActionLinkQueryImpl |
ActionLinkQueryImpl.actionDefinitionId(String actionDefinitionId) |
ActionLinkQueryImpl |
ActionLinkQueryImpl.id(String id) |
ActionLinkQueryImpl |
ActionLinkQueryImpl.ids(Set<String> ids) |
ActionLinkQueryImpl |
ActionLinkQueryImpl.scopeId(String scopeId) |
ActionLinkQueryImpl |
ActionLinkQueryImpl.scopeType(String scopeType) |