Method Summary |
|
public void | addAttribute(Attribute attribute) |
public AttributeGroup | copyGroup() |
public void | delete() |
public void | deleteAttribute(Attribute attribute, ScarabUser user, Module module) |
public List | getAttributes() List of Attributes in this group. |
public int | getHighestOrderedAttribute() Retrieves the attribute in this group with the highest preferred order. |
public Module | getModule() Module getter. |
public RAttributeAttributeGroup | getRAttributeAttributeGroup(Attribute attribute) Retrieves R_ATTRIBUTE_ATTRIBUTEGROUP mapping object for this group
And the given attribute. |
public List | getRIssueTypeAttributes() List of global issuetype-attribute mappings in this group. |
public List | getRModuleAttributes() List of module-attribute mappings in this group. |
public ScarabModule | getScarabModule() Throws UnsupportedOperationException. |
public boolean | hasAnyOptionAttributes() |
public boolean | hasAttribute(Attribute attribute) Parameters: attribute - The attribute to check for the existance of inthis group. |
public boolean | isGlobal() |
public void | setModule(Module me) Use this instead of setScarabModule. |
public void | setScarabModule(ScarabModule module) Throws UnsupportedOperationException. |