@Internal public interface

WorkflowConditionDescriptorFactory

com.atlassian.jira.bc.workflow.WorkflowConditionDescriptorFactory
Known Indirect Subclasses

@Internal

This interface is an internal implementation detail and will change without notice.

Clients that depend on @Internal classes and interfaces can not expect to be compatible with any version other than the version they were compiled against (even minor version and milestone releases may break binary compatibility with respect to @Internal elements).

Class Overview

A container-injectable factory that provides methods to create instance of ConditionDescriptor to be used in WorkflowTransitionService.

Summary

Public Methods
ConditionDescriptor permission(ProjectPermissionKey key)
Creates an instance of ConditionDescriptor that checks for a project permission.

Public Methods

public ConditionDescriptor permission (ProjectPermissionKey key)

Creates an instance of ConditionDescriptor that checks for a project permission.

Parameters
key of the project permission to check.
Returns
  • A ConditionDescriptor that checks for a project permission.