Class ActionLinkQueryImpl

java.lang.Object
org.flowable.common.engine.impl.db.ListQueryParameterObject
org.flowable.common.engine.impl.query.AbstractQuery<ActionLinkQuery,ActionLink>
com.flowable.action.engine.impl.runtime.ActionLinkQueryImpl
All Implemented Interfaces:
ActionLinkQuery, Serializable, org.flowable.common.engine.api.query.CacheAwareQuery<ActionLinkEntity>, org.flowable.common.engine.api.query.Query<ActionLinkQuery,ActionLink>, org.flowable.common.engine.impl.interceptor.Command<Object>

public class ActionLinkQueryImpl extends org.flowable.common.engine.impl.query.AbstractQuery<ActionLinkQuery,ActionLink> implements ActionLinkQuery, org.flowable.common.engine.api.query.CacheAwareQuery<ActionLinkEntity>
Author:
Joram Barrez
See Also:
  • Field Details

    • id

      protected String id
    • ids

      protected Set<String> ids
    • actionInstanceId

      protected String actionInstanceId
    • actionInstanceIds

      protected Set<String> actionInstanceIds
    • actionDefinitionId

      protected String actionDefinitionId
    • scopeId

      protected String scopeId
    • scopeType

      protected String scopeType
    • createdBefore

      protected Date createdBefore
    • createdAfter

      protected Date createdAfter
  • Constructor Details

    • ActionLinkQueryImpl

      public ActionLinkQueryImpl()
    • ActionLinkQueryImpl

      public ActionLinkQueryImpl(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
    • ActionLinkQueryImpl

      public ActionLinkQueryImpl(org.flowable.common.engine.impl.interceptor.CommandExecutor commandExecutor)
  • Method Details