Uses of Interface
ru.slie.luna.issue.workflow.action.WorkflowAction
Packages that use WorkflowAction
Package
Description
-
Uses of WorkflowAction in ru.slie.luna.issue
Methods in ru.slie.luna.issue with parameters of type WorkflowActionModifier and TypeMethodDescriptionbooleanTransitionService.isActionAvailable(User user, Issue issue, WorkflowAction action) -
Uses of WorkflowAction in ru.slie.luna.issue.workflow
Methods in ru.slie.luna.issue.workflow that return WorkflowActionModifier and TypeMethodDescriptionWorkflowManager.addActionSource(Workflow workflow, int actionId, Status source) WorkflowManager.addCondition(Workflow workflow, int actionId, String className, Map<String, String> params, String containerGroupId) WorkflowManager.addGlobalAction(Workflow workflow, String name, Status target) WorkflowManager.addPostfunction(Workflow workflow, int actionId, String className, Map<String, String> params) WorkflowManager.addValidator(Workflow workflow, int actionId, String className, Map<String, String> params) WorkflowManager.changeActionTarget(Workflow workflow, int actionId, Status target) Workflow.getActionById(int actionId) Workflow.getCreateAction()WorkflowManager.moveConditionGroup(Workflow workflow, int actionId, String conditionGroupId, String containerGroupId, String afterConditionGroupId) WorkflowManager.movePostfunction(Workflow workflow, int actionId, String postfunctionId, String afterPostfunctionId) WorkflowManager.moveValidator(Workflow workflow, int actionId, String validatorId, String afterValidatorId) WorkflowManager.removeCondition(Workflow workflow, int actionId, String groupId) WorkflowManager.removePostfunction(Workflow workflow, int actionId, String postfunctionId) WorkflowManager.removeValidator(Workflow workflow, int actionId, String validatorId) WorkflowManager.setConditionGroupOperator(Workflow workflow, int actionId, String conditionGroupId, WorkflowActionConditionGroupOperator operator) WorkflowManager.updateAction(Workflow workflow, int actionId, String name) WorkflowManager.updateAction(Workflow workflow, int actionId, Screen screen) WorkflowManager.updateCondition(Workflow workflow, int actionId, String groupId, Map<String, String> params) WorkflowManager.updatePostfunction(Workflow workflow, int actionId, String postfunctionId, Map<String, String> params) WorkflowManager.updateValidator(Workflow workflow, int actionId, String validatorId, Map<String, String> params) Methods in ru.slie.luna.issue.workflow that return types with arguments of type WorkflowActionModifier and TypeMethodDescriptionWorkflow.getActions()Workflow.getActionsForStatus(Status status) -
Uses of WorkflowAction in ru.slie.luna.issue.workflow.condition
Methods in ru.slie.luna.issue.workflow.condition with parameters of type WorkflowAction -
Uses of WorkflowAction in ru.slie.luna.issue.workflow.postfunction
Methods in ru.slie.luna.issue.workflow.postfunction with parameters of type WorkflowActionModifier and TypeMethodDescriptionvoidWorkflowPostfunction.execute(User user, MutableIssue issue, WorkflowAction action, Map<String, String> funcParams) -
Uses of WorkflowAction in ru.slie.luna.issue.workflow.validator
Methods in ru.slie.luna.issue.workflow.validator with parameters of type WorkflowAction