Class ExecutionQueryImpl

All Implemented Interfaces:
Serializable, Command<Object>, Query<ExecutionQuery,Execution>, ExecutionQuery

public class ExecutionQueryImpl extends AbstractVariableQueryImpl<ExecutionQuery,Execution> implements ExecutionQuery
See Also:
  • Field Details

    • processDefinitionId

      protected String processDefinitionId
    • processDefinitionKey

      protected String processDefinitionKey
    • processDefinitionCategory

      protected String processDefinitionCategory
    • processDefinitionName

      protected String processDefinitionName
    • processDefinitionVersion

      protected Integer processDefinitionVersion
    • activityId

      protected String activityId
    • executionId

      protected String executionId
    • parentId

      protected String parentId
    • onlyChildExecutions

      protected boolean onlyChildExecutions
    • onlySubProcessExecutions

      protected boolean onlySubProcessExecutions
    • onlyProcessInstanceExecutions

      protected boolean onlyProcessInstanceExecutions
    • processInstanceId

      protected String processInstanceId
    • rootProcessInstanceId

      protected String rootProcessInstanceId
    • eventSubscriptions

      protected List<EventSubscriptionQueryValue> eventSubscriptions
    • tenantId

      protected String tenantId
    • tenantIdLike

      protected String tenantIdLike
    • withoutTenantId

      protected boolean withoutTenantId
    • locale

      protected String locale
    • withLocalizationFallback

      protected boolean withLocalizationFallback
    • startedBefore

      protected Date startedBefore
    • startedAfter

      protected Date startedAfter
    • startedBy

      protected String startedBy
    • superProcessInstanceId

      protected String superProcessInstanceId
    • subProcessInstanceId

      protected String subProcessInstanceId
    • excludeSubprocesses

      protected boolean excludeSubprocesses
    • suspensionState

      protected SuspensionState suspensionState
    • businessKey

      protected String businessKey
    • includeChildExecutionsWithBusinessKeyQuery

      protected boolean includeChildExecutionsWithBusinessKeyQuery
    • isActive

      protected boolean isActive
    • involvedUser

      protected String involvedUser
    • processDefinitionKeys

      protected Set<String> processDefinitionKeys
    • processDefinitionIds

      protected Set<String> processDefinitionIds
    • involvedGroups

      protected List<String> involvedGroups
    • name

      protected String name
    • nameLike

      protected String nameLike
    • nameLikeIgnoreCase

      protected String nameLikeIgnoreCase
    • deploymentId

      protected String deploymentId
    • deploymentIds

      protected List<String> deploymentIds
    • orQueryObjects

      protected List<ExecutionQueryImpl> orQueryObjects
  • Constructor Details

    • ExecutionQueryImpl

      public ExecutionQueryImpl()
    • ExecutionQueryImpl

      public ExecutionQueryImpl(CommandContext commandContext)
    • ExecutionQueryImpl

      public ExecutionQueryImpl(CommandExecutor commandExecutor)
  • Method Details