Uses of Interface
com.atlassian.jira.workflow.WorkflowsRepository
Packages that use WorkflowsRepository
Package
Description
-
Uses of WorkflowsRepository in com.atlassian.jira.component.spring.registrar
Methods in com.atlassian.jira.component.spring.registrar that return WorkflowsRepositoryModifier and TypeMethodDescriptionJiraDomainEntitiesConfiguration.workflowsRepository(com.opensymphony.workflow.config.Configuration configuration) Methods in com.atlassian.jira.component.spring.registrar with parameters of type WorkflowsRepositoryModifier and TypeMethodDescriptionJiraDomainEntitiesConfiguration.workflowCopyNameFactory(WorkflowsRepository workflowsRepository, I18nHelper.BeanFactory i18n) JiraDomainEntitiesConfiguration.workflowManager(com.opensymphony.workflow.config.Configuration configuration, DraftWorkflowStore draftWorkflowStore, com.atlassian.event.api.EventPublisher eventPublisher, WorkflowsRepository workflowsRepository, WorkflowCopyNameFactory workflowCopyNameFactory, JiraAuthenticationContext context, IssueTextFieldCharacterLengthValidator textFieldCharacterLengthValidator) -
Uses of WorkflowsRepository in com.atlassian.jira.workflow
Classes in com.atlassian.jira.workflow that implement WorkflowsRepositoryConstructors in com.atlassian.jira.workflow with parameters of type WorkflowsRepositoryModifierConstructorDescriptionOSWorkflowManager(com.opensymphony.workflow.config.Configuration configuration, DraftWorkflowStore draftWorkflowStore, com.atlassian.event.api.EventPublisher eventPublisher, WorkflowsRepository workflowsRepository, WorkflowCopyNameFactory workflowCopyNameFactory, JiraAuthenticationContext context, IssueTextFieldCharacterLengthValidator textFieldCharacterLengthValidator) -
Uses of WorkflowsRepository in com.atlassian.jira.workflow.names
Constructors in com.atlassian.jira.workflow.names with parameters of type WorkflowsRepositoryModifierConstructorDescriptionDefaultWorkflowCopyNameFactory(WorkflowsRepository workflowsRepository, I18nHelper.BeanFactory i18n)