public class

WorkflowPermissionConditionFactoryImpl

extends AbstractWorkflowPermissionPluginFactory
implements WorkflowConditionDescriptorEditPreprocessor WorkflowPluginConditionFactory
java.lang.Object
   ↳ com.atlassian.jira.plugin.workflow.AbstractWorkflowPluginFactory
     ↳ com.atlassian.jira.plugin.workflow.AbstractWorkflowPermissionPluginFactory
       ↳ com.atlassian.jira.plugin.workflow.WorkflowPermissionConditionFactoryImpl

Summary

Public Constructors
WorkflowPermissionConditionFactoryImpl(JiraAuthenticationContext authenticationContext, PermissionManager permissionManager)
Public Methods
void beforeSaveOnEdit(ConditionDescriptor descriptor)
Gets called immediately before saving of the workflow condition 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.WorkflowConditionDescriptorEditPreprocessor
From interface com.atlassian.jira.plugin.workflow.WorkflowPluginFactory

Public Constructors

public WorkflowPermissionConditionFactoryImpl (JiraAuthenticationContext authenticationContext, PermissionManager permissionManager)

Public Methods

public void beforeSaveOnEdit (ConditionDescriptor descriptor)

Gets called immediately before saving of the workflow condition descriptor.

Parameters
descriptor condition descriptor being saved

Protected Methods

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