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 ActionLinkQueryactionDefinitionId(java.lang.String actionDefinitionId)ActionLinkQueryactionInstanceId(java.lang.String actionInstanceId)ActionLinkQuerycreatedAfter(java.util.Date afterTime)ActionLinkQuerycreatedBefore(java.util.Date beforeTime)ActionLinkQueryid(java.lang.String id)ActionLinkQueryids(java.util.Set<java.lang.String> ids)ActionLinkQueryscopeId(java.lang.String scopeId)ActionLinkQueryscopeType(java.lang.String scopeType)