Package | Description |
---|---|
com.flowable.action.api.runtime | |
com.flowable.action.engine.impl.persistence.entity | |
com.flowable.action.engine.impl.runtime |
Modifier and Type | Method and Description |
---|---|
ActionLinkQuery |
ActionLinkQuery.actionDefinitionId(String actionDefinitionId) |
ActionLinkQuery |
ActionLinkQuery.actionInstanceId(String actionInstanceId) |
ActionLinkQuery |
ActionRuntimeService.createActionLinkQuery()
Query action links
|
ActionLinkQuery |
ActionLinkQuery.createdAfter(Date afterTime) |
ActionLinkQuery |
ActionLinkQuery.createdBefore(Date beforeTime) |
ActionLinkQuery |
ActionLinkQuery.id(String id) |
ActionLinkQuery |
ActionLinkQuery.ids(Set<String> ids) |
ActionLinkQuery |
ActionLinkQuery.scopeId(String scopeId) |
ActionLinkQuery |
ActionLinkQuery.scopeType(String scopeType) |
Modifier and Type | Method and Description |
---|---|
ActionLinkQuery |
ActionLinkEntityManagerImpl.createActionLinkQuery() |
ActionLinkQuery |
ActionLinkEntityManager.createActionLinkQuery() |
Modifier and Type | Class and Description |
---|---|
class |
ActionLinkQueryImpl |
Modifier and Type | Method and Description |
---|---|
ActionLinkQuery |
ActionLinkQueryImpl.actionInstanceId(String actionInstanceId) |
ActionLinkQuery |
ActionRuntimeServiceImpl.createActionLinkQuery() |
ActionLinkQuery |
ActionLinkQueryImpl.createdAfter(Date afterTime) |
ActionLinkQuery |
ActionLinkQueryImpl.createdBefore(Date beforeTime) |