Uses of Interface
com.flowable.action.api.runtime.ActionLinkQuery
Package | Description |
---|---|
com.flowable.action.api.runtime | |
com.flowable.action.engine.impl.persistence.entity | |
com.flowable.action.engine.impl.runtime |
-
Uses of ActionLinkQuery in com.flowable.action.api.runtime
Methods in com.flowable.action.api.runtime that return ActionLinkQuery Modifier and Type Method Description ActionLinkQuery
ActionLinkQuery. actionDefinitionId(java.lang.String actionDefinitionId)
ActionLinkQuery
ActionLinkQuery. actionInstanceId(java.lang.String actionInstanceId)
ActionLinkQuery
ActionRuntimeService. createActionLinkQuery()
Query action linksActionLinkQuery
ActionLinkQuery. createdAfter(java.util.Date afterTime)
ActionLinkQuery
ActionLinkQuery. createdBefore(java.util.Date beforeTime)
ActionLinkQuery
ActionLinkQuery. id(java.lang.String id)
ActionLinkQuery
ActionLinkQuery. ids(java.util.Set<java.lang.String> ids)
ActionLinkQuery
ActionLinkQuery. scopeId(java.lang.String scopeId)
ActionLinkQuery
ActionLinkQuery. scopeType(java.lang.String scopeType)
-
Uses of ActionLinkQuery in com.flowable.action.engine.impl.persistence.entity
Methods in com.flowable.action.engine.impl.persistence.entity that return ActionLinkQuery Modifier and Type Method Description ActionLinkQuery
ActionLinkEntityManager. createActionLinkQuery()
ActionLinkQuery
ActionLinkEntityManagerImpl. createActionLinkQuery()
-
Uses of ActionLinkQuery in com.flowable.action.engine.impl.runtime
Classes in com.flowable.action.engine.impl.runtime that implement ActionLinkQuery Modifier and Type Class Description class
ActionLinkQueryImpl
Methods in com.flowable.action.engine.impl.runtime that return ActionLinkQuery Modifier and Type Method Description ActionLinkQuery
ActionLinkQueryImpl. actionInstanceId(java.lang.String actionInstanceId)
ActionLinkQuery
ActionRuntimeServiceImpl. createActionLinkQuery()
ActionLinkQuery
ActionLinkQueryImpl. createdAfter(java.util.Date afterTime)
ActionLinkQuery
ActionLinkQueryImpl. createdBefore(java.util.Date beforeTime)