Class FindScopedActionDataCmd

  • All Implemented Interfaces:
    org.flowable.common.engine.impl.interceptor.Command<ScopedObjectActionData>

    public class FindScopedActionDataCmd
    extends java.lang.Object
    implements org.flowable.common.engine.impl.interceptor.Command<ScopedObjectActionData>
    • Method Detail

      • 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 java.util.List<ScopedObjectActionFilter> getFilters​(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
      • getActionDefinitions

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

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

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

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

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