Uses of Interface
com.atlassian.jira.workflow.edit.Workflows
Packages that use Workflows
-
Uses of Workflows in com.atlassian.jira.component.spring.registrar
Methods in com.atlassian.jira.component.spring.registrar that return WorkflowsModifier and TypeMethodDescriptionJiraDomainEntitiesConfiguration.workflows(JiraAuthenticationContext jiraAuthenticationContext, WorkflowFunctionUtilities workflowFunctionUtilities, WorkflowManager workflowManager, WorkflowService workflowService, TransitionOptions transitionOptions, ScreenNameResolver screenNameResolver, OutcomeHelper outcomeHelper) Methods in com.atlassian.jira.component.spring.registrar with parameters of type WorkflowsModifier and TypeMethodDescriptionJiraDomainEntitiesConfiguration.workflowGlobalTransitions(StatusManager statusManager, Workflows workflows, FieldScreenManager fieldScreenManager, JiraAuthenticationContext jiraAuthenticationContext, OutcomeHelper outcomeHelper, WorkflowService workflowService) JiraDomainEntitiesConfiguration.workflowLoopedTransitions(Workflows workflows, FieldScreenManager fieldScreenManager, JiraAuthenticationContext jiraAuthenticationContext, OutcomeHelper outcomeHelper, WorkflowService workflowService) JiraDomainEntitiesConfiguration.workflowStatuses(JiraAuthenticationContext authenticationContext, ConstantsService constantsService, StatusService statusService, Workflows workflows, StatusManager statusManager, WorkflowService workflowService, OutcomeHelper outcomeHelper, WorkflowStatusesValidator workflowStatusesValidator) JiraDomainEntitiesConfiguration.workflowTransitions(Workflows workflows, FieldScreenManager fieldScreenManager, StatusManager statusManager, GlobalPermissionManager globalPermissionManager, JiraAuthenticationContext jiraAuthenticationContext, OutcomeHelper outcomeHelper, WorkflowService workflowService) -
Uses of Workflows in com.atlassian.jira.workflow.edit
Classes in com.atlassian.jira.workflow.edit that implement WorkflowsModifier and TypeClassDescriptionclassService style operations that can be applied to workflow objects.Constructors in com.atlassian.jira.workflow.edit with parameters of type WorkflowsModifierConstructorDescriptionWorkflowGlobalTransitionsImpl(StatusManager statusManager, Workflows workflows, FieldScreenManager fieldScreenManager, JiraAuthenticationContext jiraAuthenticationContext, OutcomeHelper outcomeHelper, WorkflowService workflowService) WorkflowLoopedTransitionsImpl(Workflows workflows, FieldScreenManager fieldScreenManager, JiraAuthenticationContext jiraAuthenticationContext, OutcomeHelper outcomeHelper, WorkflowService workflowService) WorkflowStatusesImpl(JiraAuthenticationContext authenticationContext, ConstantsService constantsService, StatusService statusService, Workflows workflows, StatusManager statusManager, WorkflowService workflowService, OutcomeHelper outcomeHelper, WorkflowStatusesValidator workflowStatusesValidator) WorkflowTransitionsImpl(Workflows workflows, FieldScreenManager fieldScreenManager, StatusManager statusManager, GlobalPermissionManager globalPermissionManager, JiraAuthenticationContext jiraAuthenticationContext, OutcomeHelper outcomeHelper, WorkflowService workflowService)