public class

WorkflowPermissionValidatorPluginFactory

extends AbstractWorkflowPermissionPluginFactory
implements WorkflowPluginValidatorFactory WorkflowValidatorDescriptorEditPreprocessor
java.lang.Object
   ↳ com.atlassian.jira.plugin.workflow.AbstractWorkflowPluginFactory
     ↳ com.atlassian.jira.plugin.workflow.AbstractWorkflowPermissionPluginFactory
       ↳ com.atlassian.jira.plugin.workflow.WorkflowPermissionValidatorPluginFactory
Known Direct Subclasses

Summary

Public Constructors
WorkflowPermissionValidatorPluginFactory(JiraAuthenticationContext authenticationContext, PermissionManager permissionManager)
Public Methods
void beforeSaveOnEdit(ValidatorDescriptor descriptor)
Gets called immediately before saving of the workflow validator descriptor.
Protected Methods
Map<?, ?> extractArgs(AbstractDescriptor descriptor)
[Expand]
Inherited Methods
From class com.atlassian.jira.plugin.workflow.AbstractWorkflowPermissionPluginFactory
From class com.atlassian.jira.plugin.workflow.AbstractWorkflowPluginFactory
From class java.lang.Object
From interface com.atlassian.jira.plugin.workflow.WorkflowPluginFactory
From interface com.atlassian.jira.plugin.workflow.WorkflowValidatorDescriptorEditPreprocessor

Public Constructors

public WorkflowPermissionValidatorPluginFactory (JiraAuthenticationContext authenticationContext, PermissionManager permissionManager)

Public Methods

public void beforeSaveOnEdit (ValidatorDescriptor descriptor)

Gets called immediately before saving of the workflow validator descriptor.

Parameters
descriptor validator descriptor being saved

Protected Methods

protected Map<?, ?> extractArgs (AbstractDescriptor descriptor)