Class FindScopedActionDataCmd

java.lang.Object
com.flowable.action.engine.impl.cmd.FindScopedActionDataCmd
All Implemented Interfaces:
org.flowable.common.engine.impl.interceptor.Command<ScopedObjectActionData>

public class FindScopedActionDataCmd extends Object implements org.flowable.common.engine.impl.interceptor.Command<ScopedObjectActionData>
  • Field Details

  • Constructor Details

  • Method Details

    • execute

      public ScopedObjectActionData execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
      Specified by:
      execute in interface org.flowable.common.engine.impl.interceptor.Command<ScopedObjectActionData>
    • getScopedObjectProvider

      protected ScopedObjectProvider<?,?> getScopedObjectProvider(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
    • getFilters

      protected List<ScopedObjectActionFilter> getFilters(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
    • getActionDefinitions

      protected List<ActionDefinition> getActionDefinitions(org.flowable.common.engine.impl.interceptor.CommandContext commandContext, String tenantId)
    • getActionInstances

      protected List<ActionInstance> getActionInstances(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
    • getActionDefinitions

      protected List<ActionDefinition> getActionDefinitions(org.flowable.common.engine.impl.interceptor.CommandContext commandContext, List<ActionInstance> actionInstances)
    • getActionDefinitionModel

      protected ActionDefinitionModel getActionDefinitionModel(org.flowable.common.engine.impl.interceptor.CommandContext commandContext, String actionDefinitionId)
    • filterResults

      protected Set<String> filterResults(org.flowable.common.engine.impl.interceptor.CommandContext commandContext, ScopedObjectActionData result)
      Returns removed action definitions