|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use AttributeOption | |
| org.tigris.scarab.om | |
| org.tigris.scarab.tools | |
| org.tigris.scarab.workflow | |
| org.tigris.scarab.xmlrpc | |
| Uses of AttributeOption in org.tigris.scarab.om |
| Methods in org.tigris.scarab.om that return AttributeOption | |
AttributeOption |
BaseTransition.getAttributeOptionRelatedByFromOptionId()
Returns the associated AttributeOption object. |
AttributeOption |
BaseTransition.getAttributeOptionRelatedByFromOptionId(java.sql.Connection connection)
Return the associated AttributeOption object If it was not retrieved before, the object is retrieved from the database using the passed connection |
AttributeOption |
BaseTransition.getAttributeOptionRelatedByToOptionId()
Returns the associated AttributeOption object. |
AttributeOption |
BaseTransition.getAttributeOptionRelatedByToOptionId(java.sql.Connection connection)
Return the associated AttributeOption object If it was not retrieved before, the object is retrieved from the database using the passed connection |
AttributeOption |
Activity.getOldAttributeOption()
Gets the AttributeOption object associated with the Old Value field (i.e., the old value for the attribute before the change.) |
AttributeOption |
Activity.getNewAttributeOption()
Gets the AttributeOption object associated with the New Value field (i.e., the new value for the attribute after the change.) |
AttributeOption |
BaseROptionOption.getAttributeOptionRelatedByOption1Id()
Returns the associated AttributeOption object. |
AttributeOption |
BaseROptionOption.getAttributeOptionRelatedByOption1Id(java.sql.Connection connection)
Return the associated AttributeOption object If it was not retrieved before, the object is retrieved from the database using the passed connection |
AttributeOption |
BaseROptionOption.getAttributeOptionRelatedByOption2Id()
Returns the associated AttributeOption object. |
AttributeOption |
BaseROptionOption.getAttributeOptionRelatedByOption2Id(java.sql.Connection connection)
Return the associated AttributeOption object If it was not retrieved before, the object is retrieved from the database using the passed connection |
AttributeOption |
BaseCondition.getAttributeOption()
Returns the associated AttributeOption object. |
AttributeOption |
BaseCondition.getAttributeOption(java.sql.Connection connection)
Return the associated AttributeOption object If it was not retrieved before, the object is retrieved from the database using the passed connection |
AttributeOption |
ROptionOption.getOption1Option()
Gets the AttributeOption assigned to the Option1Id |
AttributeOption |
ROptionOption.getOption2Option()
Gets the AttributeOption assigned to the Option2Id |
AttributeOption |
AttributeOptionManager.getInstanceImpl()
Instantiates a new AttributeOption |
static AttributeOption |
AttributeOptionManager.getInstance(Attribute attribute,
java.lang.String name)
|
static AttributeOption |
AttributeOptionManager.getInstance(Attribute attribute,
java.lang.String name,
Module module,
IssueType issueType)
Using some contextual information, get an instance of a particular AttributeOption. |
AttributeOption |
ParentChildAttributeOption.getChildOption()
The 'child' AttributeOption |
AttributeOption |
ParentChildAttributeOption.getParentOption()
|
AttributeOption |
BaseActivity.getAttributeOptionRelatedByOldOptionId()
Returns the associated AttributeOption object. |
AttributeOption |
BaseActivity.getAttributeOptionRelatedByOldOptionId(java.sql.Connection connection)
Return the associated AttributeOption object If it was not retrieved before, the object is retrieved from the database using the passed connection |
AttributeOption |
BaseActivity.getAttributeOptionRelatedByNewOptionId()
Returns the associated AttributeOption object. |
AttributeOption |
BaseActivity.getAttributeOptionRelatedByNewOptionId(java.sql.Connection connection)
Return the associated AttributeOption object If it was not retrieved before, the object is retrieved from the database using the passed connection |
static AttributeOption |
BaseAttributeOptionPeer.row2Object(com.workingdogs.village.Record row,
int offset,
java.lang.Class cls)
Create a new object of type cls from a resultset row starting from a specified offset. |
static AttributeOption |
BaseAttributeOptionPeer.retrieveByPK(java.lang.Integer pk)
Retrieve a single object by pk |
static AttributeOption |
BaseAttributeOptionPeer.retrieveByPK(java.lang.Integer pk,
java.sql.Connection con)
Retrieve a single object by pk |
static AttributeOption |
BaseAttributeOptionPeer.retrieveByPK(org.apache.torque.om.ObjectKey pk)
Retrieve a single object by pk |
static AttributeOption |
BaseAttributeOptionPeer.retrieveByPK(org.apache.torque.om.ObjectKey pk,
java.sql.Connection con)
Retrieve a single object by pk |
AttributeOption |
BaseAttribute.getAttributeOption()
Returns the associated AttributeOption object. |
AttributeOption |
BaseAttribute.getAttributeOption(java.sql.Connection connection)
Return the associated AttributeOption object If it was not retrieved before, the object is retrieved from the database using the passed connection |
AttributeOption |
BaseRModuleOption.getAttributeOption()
Returns the associated AttributeOption object. |
AttributeOption |
BaseRModuleOption.getAttributeOption(java.sql.Connection connection)
Return the associated AttributeOption object If it was not retrieved before, the object is retrieved from the database using the passed connection |
AttributeOption |
BaseAttributeValue.getAttributeOption()
Returns the associated AttributeOption object. |
AttributeOption |
BaseAttributeValue.getAttributeOption(java.sql.Connection connection)
Return the associated AttributeOption object If it was not retrieved before, the object is retrieved from the database using the passed connection |
AttributeOption |
BaseRIssueTypeOption.getAttributeOption()
Returns the associated AttributeOption object. |
AttributeOption |
BaseRIssueTypeOption.getAttributeOption(java.sql.Connection connection)
Return the associated AttributeOption object If it was not retrieved before, the object is retrieved from the database using the passed connection |
AttributeOption |
AttributeOption.getParent()
Returns direct parent of this child. |
AttributeOption |
Transition.getFrom()
|
AttributeOption |
Transition.getTo()
|
static AttributeOption |
BaseAttributeOptionManager.getInstance()
Static accessor for the @see #getInstanceImpl(). |
static AttributeOption |
BaseAttributeOptionManager.getInstance(org.apache.torque.om.ObjectKey id)
Static accessor for the @see #getInstanceImpl(ObjectKey). |
static AttributeOption |
BaseAttributeOptionManager.getCachedInstance(org.apache.torque.om.ObjectKey id)
Static accessor for the @see #getCachedInstanceImpl(ObjectKey). |
static AttributeOption |
BaseAttributeOptionManager.getInstance(org.apache.torque.om.ObjectKey id,
boolean fromCache)
Static accessor for the @see #getInstanceImpl(ObjectKey, boolean). |
static AttributeOption |
BaseAttributeOptionManager.getInstance(java.lang.Integer id)
Static accessor for the @see #getInstanceImpl(ObjectKey). |
static AttributeOption |
BaseAttributeOptionManager.getInstance(java.lang.Integer id,
boolean fromCache)
Static accessor for the @see #getInstanceImpl(ObjectKey). |
protected AttributeOption |
BaseAttributeOptionManager.getInstanceImpl()
Get a fresh instance of a AttributeOptionManager |
protected AttributeOption |
BaseAttributeOptionManager.getInstanceImpl(org.apache.torque.om.ObjectKey id)
Get a AttributeOption with the given id. |
protected AttributeOption |
BaseAttributeOptionManager.getCachedInstanceImpl(org.apache.torque.om.ObjectKey id)
Get a AttributeOption with the given id from the cache. |
protected AttributeOption |
BaseAttributeOptionManager.getInstanceImpl(org.apache.torque.om.ObjectKey id,
boolean fromCache)
Get a AttributeOption with the given id. |
AttributeOption |
Attribute.getAttributeOption(java.lang.Integer pk)
Gets one of the options belonging to this attribute. if the PrimaryKey does not belong to an option in this attribute null is returned. |
AttributeOption |
Attribute.getAttributeOption(java.lang.String optionID)
Get an option by String id. |
AttributeOption |
Attribute.getRequiredOption()
Gets the attributeOption that will force this attribute to be required, in case of being set. |
AttributeOption |
BaseAttributeOption.copy()
Makes a copy of this object. |
protected AttributeOption |
BaseAttributeOption.copyInto(AttributeOption copyObj)
|
AttributeOption |
AttributeValue.getAttributeOption()
|
| Methods in org.tigris.scarab.om with parameters of type AttributeOption | |
void |
BaseTransition.setAttributeOptionRelatedByFromOptionId(AttributeOption v)
Declares an association between this object and a AttributeOption object |
void |
BaseTransition.setAttributeOptionRelatedByToOptionId(AttributeOption v)
Declares an association between this object and a AttributeOption object |
int |
MITListItem.getIssueCount(ScarabUser user,
AttributeOption attributeOption)
The number of active issues of the this issue type within the module. |
int |
ScarabModule.getIssueCount(ScarabUser user,
AttributeOption attributeOption)
The number of active issues within the module. |
void |
BaseROptionOption.setAttributeOptionRelatedByOption1Id(AttributeOption v)
Declares an association between this object and a AttributeOption object |
void |
BaseROptionOption.setAttributeOptionRelatedByOption2Id(AttributeOption v)
Declares an association between this object and a AttributeOption object |
void |
BaseCondition.setAttributeOption(AttributeOption v)
Declares an association between this object and a AttributeOption object |
RModuleOption |
Module.getRModuleOption(AttributeOption option,
IssueType issueType)
|
void |
Module.addAttributeOption(IssueType issueType,
AttributeOption option)
|
RModuleOption |
Module.addRModuleOption(IssueType issueType,
AttributeOption option)
Adds module-attribute-option mapping to module. |
java.util.List |
MITList.getDescendantsUnion(AttributeOption option)
|
boolean |
MITList.isCommon(AttributeOption option)
|
boolean |
MITList.isCommon(AttributeOption option,
boolean activeOnly)
Checks all items after the first to see if they contain the attribute. |
void |
BaseActivity.setAttributeOptionRelatedByOldOptionId(AttributeOption v)
Declares an association between this object and a AttributeOption object |
void |
BaseActivity.setAttributeOptionRelatedByNewOptionId(AttributeOption v)
Declares an association between this object and a AttributeOption object |
static void |
BaseAttributeOptionPeer.populateObject(com.workingdogs.village.Record row,
int offset,
AttributeOption obj)
Populates an object from a resultset row starting from a specified offset. |
static java.util.List |
BaseAttributeOptionPeer.doSelect(AttributeOption obj)
Method to do selects |
static void |
BaseAttributeOptionPeer.doInsert(AttributeOption obj)
Method to do inserts |
static void |
BaseAttributeOptionPeer.doUpdate(AttributeOption obj)
|
static void |
BaseAttributeOptionPeer.doDelete(AttributeOption obj)
|
static void |
BaseAttributeOptionPeer.doInsert(AttributeOption obj,
java.sql.Connection con)
Method to do inserts. |
static void |
BaseAttributeOptionPeer.doUpdate(AttributeOption obj,
java.sql.Connection con)
Method to do update. |
static void |
BaseAttributeOptionPeer.doDelete(AttributeOption obj,
java.sql.Connection con)
Method to delete. |
static org.apache.torque.util.Criteria |
BaseAttributeOptionPeer.buildCriteria(AttributeOption obj)
Build a Criteria object from the data object for this peer |
static org.apache.torque.util.Criteria |
BaseAttributeOptionPeer.buildSelectCriteria(AttributeOption obj)
Build a Criteria object from the data object for this peer, skipping all binary columns |
void |
BaseAttribute.setAttributeOption(AttributeOption v)
Declares an association between this object and a AttributeOption object |
void |
BaseAttribute.addAttributeOption(AttributeOption l)
Method called to associate a AttributeOption object to this object through the AttributeOption foreign key attribute |
void |
BaseRModuleOption.setAttributeOption(AttributeOption v)
Declares an association between this object and a AttributeOption object |
void |
BaseAttributeValue.setAttributeOption(AttributeOption v)
Declares an association between this object and a AttributeOption object |
void |
BaseRIssueTypeOption.setAttributeOption(AttributeOption v)
Declares an association between this object and a AttributeOption object |
boolean |
AttributeOption.isChildOf(AttributeOption parent)
Checks to see if this Attribute option is a child of the passed in AttributeOption parent. |
boolean |
AttributeOption.isParentOf(AttributeOption child)
Checks to see if this Attribute option is a parent of the passed in AttributeOption child. |
static boolean |
BaseAttributeOptionManager.exists(AttributeOption obj)
|
protected boolean |
BaseAttributeOptionManager.existsImpl(AttributeOption om)
check for a duplicate project name |
RIssueTypeOption |
IssueType.addRIssueTypeOption(AttributeOption option)
Adds issuetype-attribute-option mapping to module. |
RIssueTypeOption |
IssueType.getRIssueTypeOption(AttributeOption option)
|
static RModuleOption |
RModuleOptionManager.getInstance(Module module,
IssueType issueType,
AttributeOption option)
|
RModuleOption |
AbstractScarabModule.addRModuleOption(IssueType issueType,
AttributeOption option)
Adds module-attribute-option mapping to module. |
RModuleOption |
AbstractScarabModule.getRModuleOption(AttributeOption option,
IssueType issueType)
|
void |
AbstractScarabModule.addAttributeOption(IssueType issueType,
AttributeOption option)
Adds attribute options to a module. |
static java.util.List |
TransitionPeer.getTransitionsFrom(java.util.List availableOptions,
Attribute attribute,
AttributeOption fromOption)
This method will return the list of available transitions which allow to change an attribute from option 'fromOption' to any other option. |
static java.util.List |
TransitionPeer.getTransitions(AttributeOption fromOption,
AttributeOption toOption)
This method will return the list of availaible transitions that allow any user to change an attribute from option 'fromOption' to 'toOption'. |
protected AttributeOption |
BaseAttributeOption.copyInto(AttributeOption copyObj)
|
| Uses of AttributeOption in org.tigris.scarab.tools |
| Methods in org.tigris.scarab.tools that return AttributeOption | |
AttributeOption |
ScarabRequestTool.getAttributeOption()
A Attribute object for use within the Scarab API. |
AttributeOption |
ScarabRequestTool.getAttributeOption(java.lang.Integer pk)
A Attribute object for use within the Scarab API. |
AttributeOption |
ScarabRequestTool.getAttributeOption(java.lang.String key)
|
| Methods in org.tigris.scarab.tools with parameters of type AttributeOption | |
void |
ScarabRequestTool.setAttributeOption(AttributeOption option)
A Attribute object for use within the Scarab API. |
| Uses of AttributeOption in org.tigris.scarab.workflow |
| Methods in org.tigris.scarab.workflow that return AttributeOption | |
AttributeOption |
TransitionNode.getOption()
|
| Methods in org.tigris.scarab.workflow with parameters of type AttributeOption | |
boolean |
CheapWorkflow.canMakeTransition(ScarabUser user,
AttributeOption fromOption,
AttributeOption toOption,
Issue issue)
Returns true if the transition from the option fromOption to toOption is allowed for the current user. |
boolean |
CheapWorkflow.canMakeTransitionsFrom(ScarabUser user,
IssueType issueType,
Attribute attribute,
AttributeOption fromOption)
Returns true if at least one transition from the fromOption to any other option is allowed on the given attribute in the scope of the given IssueType and for the current user. |
void |
CheapWorkflow.getTransitionTree(ScarabUser user,
IssueType issueType,
Attribute attribute,
AttributeOption fromOption,
TransitionNode node,
java.util.List visitedTransitions)
Returns the list of transitions allowed for the current user in the current module/issueType/attribute combination |
java.util.List |
CheapWorkflow.getTransitionsFrom(ScarabUser user,
IssueType issueType,
Attribute attribute,
AttributeOption fromOption)
Returns the list of transitions allowed for the current user in the current module/issueType/attribute combination starting from fromOption. |
boolean |
Workflow.canMakeTransition(ScarabUser user,
AttributeOption fromOption,
AttributeOption toOption,
Issue issue)
|
java.util.List |
Workflow.getTransitionsFrom(ScarabUser user,
IssueType issueType,
Attribute attribute,
AttributeOption fromOption)
Returns the list of transitions allowed for the current user in the current module/issueType/attribute combination starting from fromOption. |
boolean |
Workflow.canMakeTransitionsFrom(ScarabUser user,
IssueType issueType,
Attribute attribute,
AttributeOption fromOption)
|
java.lang.String |
Workflow.checkTransition(AttributeOption fromOption,
AttributeOption toOption,
Issue issue,
java.util.Map newAttVals,
ScarabUser user)
|
java.lang.String |
Workflow.checkInitialTransition(AttributeOption toOption,
Issue issue,
java.util.Map newAttVals,
ScarabUser user)
|
OptionWorkflow |
Workflow.getWorkflowForRole(AttributeOption fromOption,
AttributeOption toOption,
java.lang.String roleName,
Module module,
IssueType issueType)
|
java.util.List |
Workflow.getWorkflowsForRoleList(AttributeOption fromOption,
AttributeOption toOption,
java.util.List roleNames,
Module module,
IssueType issueType)
|
void |
Workflow.saveWorkflow(AttributeOption fromOption,
AttributeOption toOption,
java.lang.String roleName,
Module module,
IssueType issueType,
WorkflowRules workflowRule)
|
OptionWorkflow |
Workflow.inherit(AttributeOption fromOption,
AttributeOption toOption,
java.lang.String roleName,
Module module,
IssueType issueType)
|
void |
Workflow.resetWorkflow(AttributeOption fromOption,
AttributeOption toOption,
java.lang.String roleName,
Module module,
IssueType issueType)
|
void |
Workflow.deleteWorkflowsForOption(AttributeOption option,
Module module,
IssueType issueType)
|
boolean |
DefaultWorkflow.canMakeTransition(ScarabUser user,
AttributeOption fromOption,
AttributeOption toOption,
Issue issue)
|
java.util.List |
DefaultWorkflow.getTransitionsFrom(ScarabUser user,
IssueType issueType,
Attribute attribute,
AttributeOption fromOption)
Returns the list of transitions allowed for the current user in the current module/issueType/attribute combination starting from fromOption. |
boolean |
DefaultWorkflow.canMakeTransitionsFrom(ScarabUser user,
IssueType issueType,
Attribute attribute,
AttributeOption fromOption)
|
java.lang.String |
DefaultWorkflow.checkTransition(AttributeOption fromOption,
AttributeOption toOption,
Issue issue,
java.util.Map newAttVals,
ScarabUser user)
|
java.lang.String |
DefaultWorkflow.checkInitialTransition(AttributeOption toOption,
Issue issue,
java.util.Map newAttVals,
ScarabUser user)
|
OptionWorkflow |
DefaultWorkflow.getWorkflowForRole(AttributeOption fromOption,
AttributeOption toOption,
java.lang.String roleName,
Module module,
IssueType issueType)
|
java.util.List |
DefaultWorkflow.getWorkflowsForRoleList(AttributeOption fromOption,
AttributeOption toOption,
java.util.List roleNames,
Module module,
IssueType issueType)
|
OptionWorkflow |
DefaultWorkflow.inherit(AttributeOption fromOption,
AttributeOption toOption,
java.lang.String roleName,
Module module,
IssueType issueType)
|
void |
DefaultWorkflow.saveWorkflow(AttributeOption fromOption,
AttributeOption toOption,
java.lang.String roleName,
Module module,
IssueType issueType,
WorkflowRules workflowRule)
|
void |
DefaultWorkflow.resetWorkflow(AttributeOption fromOption,
AttributeOption toOption,
java.lang.String roleName,
Module module,
IssueType issueType)
|
void |
DefaultWorkflow.deleteWorkflowsForOption(AttributeOption option,
Module module,
IssueType issueType)
|
| Constructors in org.tigris.scarab.workflow with parameters of type AttributeOption | |
TransitionNode(AttributeOption option)
|
|
| Uses of AttributeOption in org.tigris.scarab.xmlrpc |
| Methods in org.tigris.scarab.xmlrpc with parameters of type AttributeOption | |
protected boolean |
SimpleHandler.changeIssueAttributeOption(Issue issue,
ScarabUser user,
Attribute attribute,
AttributeOption option,
java.lang.String description)
Update Issue's attribute option with a given user and description |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||