Package com.flowable.action.api.runtime
Interface ActionLinkQuery
- All Superinterfaces:
org.flowable.common.engine.api.query.Query<ActionLinkQuery,ActionLink>
- All Known Implementing Classes:
ActionLinkQueryImpl
public interface ActionLinkQuery extends org.flowable.common.engine.api.query.Query<ActionLinkQuery,ActionLink>
- Author:
- Joram Barrez
-
Nested Class Summary
-
Method Summary
Modifier and Type Method Description ActionLinkQuery
actionDefinitionId(java.lang.String actionDefinitionId)
ActionLinkQuery
actionInstanceId(java.lang.String actionInstanceId)
ActionLinkQuery
createdAfter(java.util.Date afterTime)
ActionLinkQuery
createdBefore(java.util.Date beforeTime)
ActionLinkQuery
id(java.lang.String id)
ActionLinkQuery
ids(java.util.Set<java.lang.String> ids)
ActionLinkQuery
scopeId(java.lang.String scopeId)
ActionLinkQuery
scopeType(java.lang.String scopeType)