Class HistoricActionLinkQueryImpl

    • Nested Class Summary

      • Nested classes/interfaces inherited from class org.flowable.common.engine.impl.db.ListQueryParameterObject

        org.flowable.common.engine.impl.db.ListQueryParameterObject.ResultType
      • Nested classes/interfaces inherited from interface org.flowable.common.engine.api.query.Query

        org.flowable.common.engine.api.query.Query.NullHandlingOnOrder
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String actionDefinitionId  
      protected java.lang.String actionInstanceId  
      protected java.util.Date createdAfter  
      protected java.util.Date createdBefore  
      protected java.lang.String id  
      protected java.util.Set<java.lang.String> ids  
      protected java.lang.String scopeId  
      protected java.lang.String scopeType  
      • Fields inherited from class org.flowable.common.engine.impl.query.AbstractQuery

        commandContext, commandExecutor
      • Fields inherited from class org.flowable.common.engine.impl.db.ListQueryParameterObject

        databaseType, firstResult, maxResults, nullHandlingColumn, nullHandlingOnOrder, orderByColumnMap, orderByColumns, orderProperty, parameter, resultType, SORTORDER_ASC, SORTORDER_DESC
    • Field Detail

      • id

        protected java.lang.String id
      • ids

        protected java.util.Set<java.lang.String> ids
      • actionInstanceId

        protected java.lang.String actionInstanceId
      • actionDefinitionId

        protected java.lang.String actionDefinitionId
      • scopeId

        protected java.lang.String scopeId
      • scopeType

        protected java.lang.String scopeType
      • createdBefore

        protected java.util.Date createdBefore
      • createdAfter

        protected java.util.Date createdAfter
    • Constructor Detail

      • HistoricActionLinkQueryImpl

        public HistoricActionLinkQueryImpl()
      • HistoricActionLinkQueryImpl

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

        public HistoricActionLinkQueryImpl​(org.flowable.common.engine.impl.interceptor.CommandExecutor commandExecutor)