public class

ComponentUtils

extends Object
java.lang.Object
   ↳ com.atlassian.jira.action.component.ComponentUtils

Summary

Public Constructors
ComponentUtils()
Public Methods
static long getAssigneeType(GenericValue component, Long assigneeType)
static long getComponentAssigneeType(GenericValue component)
static boolean isComponentLeadAssignable(GenericValue component)
static boolean isIssueUnassignable(GenericValue component)
The component is passed incase in the FUTURE the unassigned option is done by project and not globally (Scotty are you happy?)
static boolean isProjectLeadAssignable(GenericValue entity)
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public ComponentUtils ()

Public Methods

public static long getAssigneeType (GenericValue component, Long assigneeType)

public static long getComponentAssigneeType (GenericValue component)

public static boolean isComponentLeadAssignable (GenericValue component)

public static boolean isIssueUnassignable (GenericValue component)

The component is passed incase in the FUTURE the unassigned option is done by project and not globally (Scotty are you happy?)

public static boolean isProjectLeadAssignable (GenericValue entity)