|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use IssueType | |
| org.tigris.scarab.om | |
| org.tigris.scarab.reports | |
| org.tigris.scarab.tools | |
| org.tigris.scarab.util.word | |
| org.tigris.scarab.workflow | |
| Uses of IssueType in org.tigris.scarab.om |
| Methods in org.tigris.scarab.om that return IssueType | |
IssueType |
BaseIssue.getIssueType()
Returns the associated IssueType object. |
IssueType |
BaseIssue.getIssueType(java.sql.Connection connection)
Return the associated IssueType object If it was not retrieved before, the object is retrieved from the database using the passed connection |
static IssueType |
BaseIssueTypeManager.getInstance()
Static accessor for the @see #getInstanceImpl(). |
static IssueType |
BaseIssueTypeManager.getInstance(org.apache.torque.om.ObjectKey id)
Static accessor for the @see #getInstanceImpl(ObjectKey). |
static IssueType |
BaseIssueTypeManager.getCachedInstance(org.apache.torque.om.ObjectKey id)
Static accessor for the @see #getCachedInstanceImpl(ObjectKey). |
static IssueType |
BaseIssueTypeManager.getInstance(org.apache.torque.om.ObjectKey id,
boolean fromCache)
Static accessor for the @see #getInstanceImpl(ObjectKey, boolean). |
static IssueType |
BaseIssueTypeManager.getInstance(java.lang.Integer id)
Static accessor for the @see #getInstanceImpl(ObjectKey). |
static IssueType |
BaseIssueTypeManager.getInstance(java.lang.Integer id,
boolean fromCache)
Static accessor for the @see #getInstanceImpl(ObjectKey). |
protected IssueType |
BaseIssueTypeManager.getInstanceImpl()
Get a fresh instance of a IssueTypeManager |
protected IssueType |
BaseIssueTypeManager.getInstanceImpl(org.apache.torque.om.ObjectKey id)
Get a IssueType with the given id. |
protected IssueType |
BaseIssueTypeManager.getCachedInstanceImpl(org.apache.torque.om.ObjectKey id)
Get a IssueType with the given id from the cache. |
protected IssueType |
BaseIssueTypeManager.getInstanceImpl(org.apache.torque.om.ObjectKey id,
boolean fromCache)
Get a IssueType with the given id. |
IssueType |
AbstractScarabUser.getCurrentIssueType()
The current issue type |
IssueType |
BaseRModuleAttribute.getIssueType()
Returns the associated IssueType object. |
IssueType |
BaseRModuleAttribute.getIssueType(java.sql.Connection connection)
Return the associated IssueType object If it was not retrieved before, the object is retrieved from the database using the passed connection |
IssueType |
BaseRModuleIssueType.getIssueType()
Returns the associated IssueType object. |
IssueType |
BaseRModuleIssueType.getIssueType(java.sql.Connection connection)
Return the associated IssueType object If it was not retrieved before, the object is retrieved from the database using the passed connection |
IssueType |
BaseRIssueTypeAttribute.getIssueType()
Returns the associated IssueType object. |
IssueType |
BaseRIssueTypeAttribute.getIssueType(java.sql.Connection connection)
Return the associated IssueType object If it was not retrieved before, the object is retrieved from the database using the passed connection |
IssueType |
MITList.getIssueType()
|
IssueType |
BaseIssueType.getIssueTypeRelatedByParentId()
Returns the associated IssueType object. |
IssueType |
BaseIssueType.getIssueTypeRelatedByParentId(java.sql.Connection connection)
Return the associated IssueType object If it was not retrieved before, the object is retrieved from the database using the passed connection |
IssueType |
BaseIssueType.copy()
Makes a copy of this object. |
protected IssueType |
BaseIssueType.copyInto(IssueType copyObj)
|
IssueType |
BaseRModuleOption.getIssueType()
Returns the associated IssueType object. |
IssueType |
BaseRModuleOption.getIssueType(java.sql.Connection connection)
Return the associated IssueType object If it was not retrieved before, the object is retrieved from the database using the passed connection |
IssueType |
BaseRModuleUserAttribute.getIssueType()
Returns the associated IssueType object. |
IssueType |
BaseRModuleUserAttribute.getIssueType(java.sql.Connection connection)
Return the associated IssueType object If it was not retrieved before, the object is retrieved from the database using the passed connection |
IssueType |
BaseReport.getIssueType()
Returns the associated IssueType object. |
IssueType |
BaseReport.getIssueType(java.sql.Connection connection)
Return the associated IssueType object If it was not retrieved before, the object is retrieved from the database using the passed connection |
IssueType |
BaseRIssueTypeOption.getIssueType()
Returns the associated IssueType object. |
IssueType |
BaseRIssueTypeOption.getIssueType(java.sql.Connection connection)
Return the associated IssueType object If it was not retrieved before, the object is retrieved from the database using the passed connection |
IssueType |
ScarabUserImpl.getCurrentIssueType()
The current issue type |
IssueType |
IssueType.getTemplateIssueType()
Gets the IssueType template for this IssueType. |
IssueType |
IssueType.getIssueTypeForTemplateType()
Gets the parent IssueType for this template IssueType. |
static IssueType |
IssueType.getInstance(java.lang.String issueTypeName)
Get the IssueType using a issue type name |
IssueType |
IssueType.copyIssueType()
Copy the IssueType and its corresponding template type |
static IssueType |
BaseIssueTypePeer.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 IssueType |
BaseIssueTypePeer.retrieveByPK(java.lang.Integer pk)
Retrieve a single object by pk |
static IssueType |
BaseIssueTypePeer.retrieveByPK(java.lang.Integer pk,
java.sql.Connection con)
Retrieve a single object by pk |
static IssueType |
BaseIssueTypePeer.retrieveByPK(org.apache.torque.om.ObjectKey pk)
Retrieve a single object by pk |
static IssueType |
BaseIssueTypePeer.retrieveByPK(org.apache.torque.om.ObjectKey pk,
java.sql.Connection con)
Retrieve a single object by pk |
IssueType |
ScarabUser.getCurrentIssueType()
The current issue type which represents the issue type selected by the user within a request. |
static IssueType |
IssueTypePeer.retrieveByPK(org.apache.torque.om.ObjectKey pk)
Retrieve a single object by pk FIXME: is this method implementation (with the caching) still done this way? |
IssueType |
BaseQuery.getIssueType()
Returns the associated IssueType object. |
IssueType |
BaseQuery.getIssueType(java.sql.Connection connection)
Return the associated IssueType object If it was not retrieved before, the object is retrieved from the database using the passed connection |
IssueType |
BaseAttributeGroup.getIssueType()
Returns the associated IssueType object. |
IssueType |
BaseAttributeGroup.getIssueType(java.sql.Connection connection)
Return the associated IssueType object If it was not retrieved before, the object is retrieved from the database using the passed connection |
IssueType |
BaseMITListItem.getIssueType()
Returns the associated IssueType object. |
IssueType |
BaseMITListItem.getIssueType(java.sql.Connection connection)
Return the associated IssueType object If it was not retrieved before, the object is retrieved from the database using the passed connection |
| Methods in org.tigris.scarab.om with parameters of type IssueType | |
void |
BaseIssue.setIssueType(IssueType v)
Declares an association between this object and a IssueType object |
static boolean |
BaseIssueTypeManager.exists(IssueType obj)
|
protected boolean |
BaseIssueTypeManager.existsImpl(IssueType om)
check for a duplicate project name |
java.util.List |
ScarabModule.getUsers(java.lang.String firstName,
java.lang.String lastName,
java.lang.String username,
java.lang.String email,
IssueType issueType)
|
java.util.List |
AbstractScarabUser.getRModuleUserAttributes(Module module,
IssueType issueType)
|
RModuleUserAttribute |
AbstractScarabUser.getRModuleUserAttribute(Module module,
Attribute attribute,
IssueType issueType)
|
protected RModuleUserAttribute |
AbstractScarabUser.getNewRModuleUserAttribute(Attribute attribute,
Module module,
IssueType issueType)
|
void |
AbstractScarabUser.setSingleIssueTypeQueryTarget(IssueType type,
java.lang.String target)
|
void |
AbstractScarabUser.setLastEnteredIssueType(IssueType type)
|
void |
AbstractScarabUser.setCurrentIssueType(IssueType v)
The current issue type |
void |
BaseRModuleAttribute.setIssueType(IssueType v)
Declares an association between this object and a IssueType object |
void |
BaseRModuleIssueType.setIssueType(IssueType v)
Declares an association between this object and a IssueType object |
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. |
java.util.List |
Module.getUsers(java.lang.String firstName,
java.lang.String lastName,
java.lang.String username,
java.lang.String email,
IssueType issueType)
Gets users which match all of the given criteria and have at least one permission that is applicable to user attributes active in the given issue type. |
java.util.List |
Module.getAttributes(IssueType issueType)
Gets a list of attributes for this module with a specific issue type. |
AttributeGroup |
Module.createNewGroup(IssueType issueType)
Creates new attribute group. |
java.util.List |
Module.getDedupeGroupsWithAttributes(IssueType issueType)
This method is used within Wizard1.vm to get a list of attribute groups which are marked as dedupe and have a list of attributes in them. |
java.util.List |
Module.getDedupeAttributeGroups(IssueType issueType)
List of active dedupe attribute groups associated with this module. |
java.util.List |
Module.getDedupeAttributeGroups(IssueType issueType,
boolean activeOnly)
List of attribute groups associated with this module. |
int |
Module.getDedupeSequence(IssueType issueType)
Gets the sequence where the dedupe screen fits between groups. |
java.util.List |
Module.getRModuleAttributes(IssueType issueType,
boolean activeOnly,
java.lang.String attributeType)
|
java.util.List |
Module.getRModuleAttributes(IssueType issueType,
boolean activeOnly)
|
java.util.List |
Module.getRModuleAttributes(IssueType issueType)
|
java.util.List |
Module.getDefaultRModuleUserAttributes(IssueType issueType)
Returns default issue list attributes for this module. |
RModuleAttribute |
Module.getRModuleAttribute(Attribute attribute,
IssueType issueType)
|
int |
Module.getLastAttribute(IssueType issueType,
java.lang.String attributeType)
|
int |
Module.getLastAttributeOption(Attribute attribute,
IssueType issueType)
|
Issue |
Module.getNewIssue(IssueType issueType)
|
java.util.List |
Module.getRModuleOptions(Attribute attribute,
IssueType issueType)
|
java.util.List |
Module.getRModuleOptions(Attribute attribute,
IssueType issueType,
boolean activeOnly)
|
java.util.List |
Module.getLeafRModuleOptions(Attribute attribute,
IssueType issueType)
|
java.util.List |
Module.getLeafRModuleOptions(Attribute attribute,
IssueType issueType,
boolean activeOnly)
|
RModuleOption |
Module.getRModuleOption(AttributeOption option,
IssueType issueType)
|
java.util.List |
Module.getUserAttributes(IssueType issueType,
boolean activeOnly)
|
java.util.List |
Module.getUserAttributes(IssueType issueType)
|
java.util.List |
Module.getUserPermissions(IssueType issueType)
|
RModuleIssueType |
Module.getRModuleIssueType(IssueType issueType)
|
void |
Module.addIssueType(IssueType issueType)
|
void |
Module.addAttributeOption(IssueType issueType,
AttributeOption option)
|
RModuleAttribute |
Module.addRModuleAttribute(IssueType issueType,
Attribute attribute)
Adds module-attribute mapping to module. |
RModuleOption |
Module.addRModuleOption(IssueType issueType,
AttributeOption option)
Adds module-attribute-option mapping to module. |
java.util.List |
Module.getOptionTree(Attribute attribute,
IssueType issueType)
Gets a list of active RModuleOptions which have had their level within the options for this module set. |
java.util.List |
Module.getOptionTree(Attribute attribute,
IssueType issueType,
boolean activeOnly)
Gets a list of RModuleOptions which have had their level within the options for this module set. |
void |
BaseRIssueTypeAttribute.setIssueType(IssueType v)
Declares an association between this object and a IssueType object |
static RModuleAttribute |
RModuleAttributeManager.getInstance(Module module,
Attribute attribute,
IssueType issueType)
|
void |
BaseIssueType.setIssueTypeRelatedByParentId(IssueType v)
Declares an association between this object and a IssueType object |
protected IssueType |
BaseIssueType.copyInto(IssueType copyObj)
|
static Issue |
Issue.getNewInstance(Module module,
IssueType issueType)
Gets an issue associated to a Module |
java.util.List |
Issue.getUnsetRequiredAttrs(Module newModule,
IssueType newIssueType)
Get Unset required attributes in destination module / issue type. |
Issue |
Issue.move(Module newModule,
IssueType newIssueType,
java.lang.String action,
ScarabUser user,
java.lang.String reason,
java.util.List commentAttrs,
java.util.List commentUserValues)
Move or copy issue to destination module. |
java.util.List |
Issue.getMatchingAttributeValuesList(Module newModule,
IssueType newIssueType)
Gets a list of non-user AttributeValues which match a given Module. |
java.util.List |
Issue.getNonMatchingAttributeValuesList(Module newModule,
IssueType newIssueType)
Gets a list AttributeValues which the source module has, But the destination module does not have, when doing a copy. |
static MITList |
MITListManager.getSingleItemList(Module module,
IssueType issueType,
ScarabUser user)
|
static MITList |
MITListManager.getAllModulesSingleIssueTypeList(IssueType issueType,
ScarabUser user)
|
static java.util.List |
IssueTemplateInfoPeer.getTemplates(Module module,
IssueType issueType,
ScarabUser user,
java.lang.String sortColumn,
java.lang.String sortPolarity,
java.lang.String type)
List of Issue Template objects associated with this module. |
static java.util.List |
IssueTemplateInfoPeer.getUserTemplates(ScarabUser user,
Module module,
IssueType issueType)
|
void |
BaseRModuleOption.setIssueType(IssueType v)
Declares an association between this object and a IssueType object |
static java.util.List |
QueryPeer.getQueries(Module module,
IssueType issueType,
ScarabUser user,
java.lang.String sortColumn,
java.lang.String sortPolarity,
java.lang.String type)
List of queries associated with the module or created by the user. |
static java.util.List |
QueryPeer.getQueries(Module module,
IssueType issueType,
ScarabUser user)
|
static java.util.List |
QueryPeer.getQueries(Module module,
IssueType issueType,
ScarabUser user,
java.lang.String sortColumn,
java.lang.String sortPolarity)
|
RModuleAttribute |
RModuleOption.getRModuleAttribute(IssueType issueType)
|
java.util.List |
RModuleOption.getDescendants(IssueType issueType)
Gets a list of this option's descendants That are associated with this module/Issue Type |
void |
BaseRModuleUserAttribute.setIssueType(IssueType v)
Declares an association between this object and a IssueType object |
void |
BaseReport.setIssueType(IssueType v)
Declares an association between this object and a IssueType object |
void |
BaseRIssueTypeOption.setIssueType(IssueType v)
Declares an association between this object and a IssueType object |
java.util.List |
ScarabUserImpl.getRModuleUserAttributes(Module module,
IssueType issueType)
|
RModuleUserAttribute |
ScarabUserImpl.getRModuleUserAttribute(Module module,
Attribute attribute,
IssueType issueType)
|
void |
ScarabUserImpl.setSingleIssueTypeQueryTarget(IssueType type,
java.lang.String target)
|
void |
ScarabUserImpl.setLastEnteredIssueType(IssueType type)
|
void |
ScarabUserImpl.setCurrentIssueType(IssueType v)
The current issue type |
boolean |
Attribute.hasMapping(Module module,
IssueType issueType)
|
boolean |
Attribute.hasGlobalMapping(IssueType issueType)
Refers to global issue types. |
java.util.List |
IssueType.getMatchingAttributeValuesList(Module oldModule,
Module newModule,
IssueType newIssueType)
Gets a list of non-user AttributeValues which match a given Module. |
java.util.List |
IssueType.getOrphanAttributeValuesList(Module oldModule,
Module newModule,
IssueType newIssueType)
Gets a list of Attributes which do not match a given Module. |
static RModuleOption |
RModuleOptionManager.getInstance(Module module,
IssueType issueType,
AttributeOption option)
|
static void |
BaseIssueTypePeer.populateObject(com.workingdogs.village.Record row,
int offset,
IssueType obj)
Populates an object from a resultset row starting from a specified offset. |
static java.util.List |
BaseIssueTypePeer.doSelect(IssueType obj)
Method to do selects |
static void |
BaseIssueTypePeer.doInsert(IssueType obj)
Method to do inserts |
static void |
BaseIssueTypePeer.doUpdate(IssueType obj)
|
static void |
BaseIssueTypePeer.doDelete(IssueType obj)
|
static void |
BaseIssueTypePeer.doInsert(IssueType obj,
java.sql.Connection con)
Method to do inserts. |
static void |
BaseIssueTypePeer.doUpdate(IssueType obj,
java.sql.Connection con)
Method to do update. |
static void |
BaseIssueTypePeer.doDelete(IssueType obj,
java.sql.Connection con)
Method to delete. |
static org.apache.torque.util.Criteria |
BaseIssueTypePeer.buildCriteria(IssueType obj)
Build a Criteria object from the data object for this peer |
static org.apache.torque.util.Criteria |
BaseIssueTypePeer.buildSelectCriteria(IssueType obj)
Build a Criteria object from the data object for this peer, skipping all binary columns |
Issue |
AbstractScarabModule.getNewIssue(IssueType issueType)
Creates a new Issue. |
AttributeGroup |
AbstractScarabModule.createNewGroup(IssueType issueType)
Creates new attribute group. |
java.util.List |
AbstractScarabModule.getDedupeGroupsWithAttributes(IssueType issueType)
This method is used within Wizard1.vm to get a list of attribute groups which are marked as dedupe and have a list of attributes in them. |
java.util.List |
AbstractScarabModule.getDedupeAttributeGroups(IssueType issueType)
List of active dedupe attribute groups associated with this module. |
java.util.List |
AbstractScarabModule.getDedupeAttributeGroups(IssueType issueType,
boolean activeOnly)
List of attribute groups associated with this module. |
int |
AbstractScarabModule.getDedupeSequence(IssueType issueType)
Gets the sequence where the dedupe screen fits between groups. |
java.util.List |
AbstractScarabModule.getAttributes(IssueType issueType)
Gets a list of attributes for this module with a specific issue type. |
java.util.List |
AbstractScarabModule.getUserAttributes(IssueType issueType)
gets a list of all of the User Attributes in a Module. |
java.util.List |
AbstractScarabModule.getUserAttributes(IssueType issueType,
boolean activeOnly)
gets a list of all of the User Attributes in a Module. |
java.util.List |
AbstractScarabModule.getUserPermissions(IssueType issueType)
gets a list of permissions associated with the User Attributes that are active for this Module. |
int |
AbstractScarabModule.getLastAttribute(IssueType issueType,
java.lang.String attributeType)
FIXME: can this be done more efficently? |
int |
AbstractScarabModule.getLastAttributeOption(Attribute attribute,
IssueType issueType)
FIXME: can this be done more efficently? |
void |
AbstractScarabModule.shiftAttributeOption(Attribute attribute,
IssueType issueType,
int offset)
|
java.util.List |
AbstractScarabModule.getAvailableAttributes(IssueType issueType,
java.lang.String attributeType)
gets a list of all of the global Attributes that are not associated with this module and issue type |
java.util.List |
AbstractScarabModule.getAvailableAttributeOptions(Attribute attribute,
IssueType issueType)
gets a list of all of the Attribute options that are not associated with this module and attribute. |
java.util.List |
AbstractScarabModule.getDefaultRModuleUserAttributes(IssueType issueType)
Returns default issue list attributes for this module. |
RModuleAttribute |
AbstractScarabModule.addRModuleAttribute(IssueType issueType,
Attribute attribute)
Adds module-attribute mapping to module. |
RModuleOption |
AbstractScarabModule.addRModuleOption(IssueType issueType,
AttributeOption option)
Adds module-attribute-option mapping to module. |
RModuleAttribute |
AbstractScarabModule.getRModuleAttribute(Attribute attribute,
IssueType issueType)
|
java.util.List |
AbstractScarabModule.getRModuleAttributes(IssueType issueType)
Overridden method. |
boolean |
AbstractScarabModule.hasAttributes(IssueType issueType)
Returns true if module has attributes associated with issue type. |
java.util.List |
AbstractScarabModule.getRModuleAttributes(IssueType issueType,
boolean activeOnly)
Overridden method. |
java.util.List |
AbstractScarabModule.getRModuleAttributes(IssueType issueType,
boolean activeOnly,
java.lang.String attributeType)
|
java.util.List |
AbstractScarabModule.getActiveAttributesByName(IssueType issueType,
java.lang.String attributeType)
gets a list of all of the active Attributes. ordered by name |
java.util.List |
AbstractScarabModule.getRModuleOptions(Attribute attribute,
IssueType issueType)
|
java.util.List |
AbstractScarabModule.getRModuleOptions(Attribute attribute,
IssueType issueType,
boolean activeOnly)
|
RModuleOption |
AbstractScarabModule.getRModuleOption(AttributeOption option,
IssueType issueType)
|
java.util.List |
AbstractScarabModule.getAttributeOptions(Attribute attribute,
IssueType issueType)
Gets the modules list of attribute options. |
java.util.List |
AbstractScarabModule.getLeafRModuleOptions(Attribute attribute,
IssueType issuetype)
|
java.util.List |
AbstractScarabModule.getLeafRModuleOptions(Attribute attribute,
IssueType issueType,
boolean activeOnly)
|
java.util.List |
AbstractScarabModule.getOptionTree(Attribute attribute,
IssueType issueType)
Gets a list of active RModuleOptions which have had their level within the options for this module set. |
java.util.List |
AbstractScarabModule.getOptionTree(Attribute attribute,
IssueType issueType,
boolean activeOnly)
Gets a list of RModuleOptions which have had their level within the options for this module set. |
void |
AbstractScarabModule.addAttributeOption(IssueType issueType,
AttributeOption option)
Adds attribute options to a module. |
boolean |
AbstractScarabModule.includesIssueType(IssueType issueType)
|
void |
AbstractScarabModule.addIssueType(IssueType issueType)
Adds an issue type to a module Copies properties from the global issue type's settings |
RModuleIssueType |
AbstractScarabModule.getRModuleIssueType(IssueType issueType)
|
java.util.List |
ScarabUser.getRModuleUserAttributes(Module module,
IssueType issueType)
Returns list of RModuleUserAttribute objects for this User and Module -- the attributes the user has selected To appear on the IssueList for this module. |
RModuleUserAttribute |
ScarabUser.getRModuleUserAttribute(Module module,
Attribute attribute,
IssueType issueType)
Returns an RModuleUserAttribute object. |
void |
ScarabUser.setSingleIssueTypeQueryTarget(IssueType type,
java.lang.String target)
Setup the users preference when entering a query for the given issue type. |
void |
ScarabUser.setLastEnteredIssueType(IssueType type)
|
void |
ScarabUser.setCurrentIssueType(IssueType v)
The current issue type which represents the issue type selected by the user within a request. |
void |
BaseQuery.setIssueType(IssueType v)
Declares an association between this object and a IssueType object |
void |
BaseAttributeGroup.setIssueType(IssueType v)
Declares an association between this object and a IssueType object |
void |
BaseMITListItem.setIssueType(IssueType v)
Declares an association between this object and a IssueType object |
| Constructors in org.tigris.scarab.om with parameters of type IssueType | |
Issue(Module module,
IssueType issueType)
|
|
| Uses of IssueType in org.tigris.scarab.reports |
| Methods in org.tigris.scarab.reports with parameters of type IssueType | |
void |
ReportBridge.setIssueType(IssueType v)
Set the value of module. |
| Uses of IssueType in org.tigris.scarab.tools |
| Methods in org.tigris.scarab.tools that return IssueType | |
IssueType |
ScarabRequestTool.getIssueType(java.lang.String key)
Get a specific issue type by key value. |
IssueType |
ScarabRequestTool.getIssueType()
Get an issue type object. |
IssueType |
ScarabRequestTool.getCurrentIssueType()
Gets the IssueType associated with the information passed around in the query string. |
| Methods in org.tigris.scarab.tools with parameters of type IssueType | |
java.util.List |
ScarabToolManager.getRModuleUserAttributes(ScarabUser user,
Module module,
IssueType issueType)
First attempts to get the RModuleUserAttributes from the user. |
void |
ScarabRequestTool.setIssueType(IssueType issuetype)
A IssueType object for use within the Scarab API. |
void |
ScarabRequestTool.setCurrentIssueType(IssueType type)
|
java.lang.String |
ScarabRequestTool.getNextEntryTemplate(IssueType issueType)
Looks at the current RModuleIssueType and if it is null, returns the users home page. |
java.util.List |
ScarabRequestTool.getAllIssueTemplates(IssueType issueType)
Returns all issue templates that are global, Plus those that are personal and created by logged-in user. |
java.util.List |
ScarabRequestTool.getPrivateTemplates(IssueType issueType)
Returns templates that are personal and created by logged-in user. |
java.util.List |
ScarabRequestTool.getGlobalTemplates(IssueType issueType)
Returns templates that are personal and created by logged-in user. |
java.util.List |
ScarabRequestTool.getTransitions(IssueType issueType,
Attribute attribute)
Returns the list of transitions allowed for the current user in the current module/issueType/attribute combination |
java.util.List |
ScarabRequestTool.getTransitionMatrix(IssueType issueType,
Attribute attribute)
Returns the list of transitions allowed for the current user in the current module/issueType/attribute combination as a displayable matrix organized in rows and columns. |
| Uses of IssueType in org.tigris.scarab.util.word |
| Methods in org.tigris.scarab.util.word with parameters of type IssueType | |
IssueSearch |
IssueSearchFactory.getInstance(Module module,
IssueType issueType,
ScarabUser searcher)
|
| Constructors in org.tigris.scarab.util.word with parameters of type IssueType | |
IssueSearch(Module module,
IssueType issueType,
ScarabUser searcher)
|
|
| Uses of IssueType in org.tigris.scarab.workflow |
| Methods in org.tigris.scarab.workflow with parameters of type IssueType | |
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. |
java.util.List |
CheapWorkflow.getTransitions(ScarabUser user,
IssueType issueType,
Attribute attribute)
Returns the list of transitions allowed for the current user in the current module/issueType/attribute combination |
TransitionNode |
CheapWorkflow.getTransitionTree(ScarabUser user,
IssueType issueType,
Attribute attribute)
Returns the tree of transitions in the current module/issueType/attribute combination. |
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. |
java.util.List |
Workflow.getTransitions(ScarabUser user,
IssueType issueType,
Attribute attribute)
Returns the list of transitions allowed for the current user in the current module/issueType/attribute combination |
TransitionNode |
Workflow.getTransitionTree(ScarabUser user,
IssueType issueType,
Attribute attribute)
Returns the tree of transitions in the current module/issueType/attribute combination. |
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)
|
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)
|
java.util.List |
Workflow.getWorkflowsForIssueType(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.resetWorkflows(java.lang.String roleName,
Module module,
IssueType issueType,
boolean initial)
|
void |
Workflow.deleteWorkflowsForOption(AttributeOption option,
Module module,
IssueType issueType)
|
void |
Workflow.deleteWorkflowsForAttribute(Attribute attr,
Module module,
IssueType issueType)
|
void |
Workflow.addIssueTypeWorkflowToModule(Module module,
IssueType issueType)
|
void |
Workflow.copyIssueTypeWorkflows(IssueType issueType,
IssueType newIssueType)
|
void |
Workflow.resetAllWorkflowsForIssueType(Module module,
IssueType issueType)
|
java.util.List |
DefaultWorkflow.getTransitions(ScarabUser user,
IssueType issueType,
Attribute attribute)
Returns the list of transitions allowed for the current user in the current module/issueType/attribute combination |
TransitionNode |
DefaultWorkflow.getTransitionTree(ScarabUser user,
IssueType issueType,
Attribute attribute)
Returns the tree of transitions in the current module/issueType/attribute combination. |
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)
|
OptionWorkflow |
DefaultWorkflow.getWorkflowForRole(AttributeOption fromOption,
AttributeOption toOption,
java.lang.String roleName,
Module module,
IssueType issueType)
|
java.util.List |
DefaultWorkflow.getWorkflowsForIssueType(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.resetWorkflows(java.lang.String roleName,
Module module,
IssueType issueType,
boolean initial)
|
void |
DefaultWorkflow.deleteWorkflowsForOption(AttributeOption option,
Module module,
IssueType issueType)
|
void |
DefaultWorkflow.deleteWorkflowsForAttribute(Attribute attr,
Module module,
IssueType issueType)
|
void |
DefaultWorkflow.addIssueTypeWorkflowToModule(Module module,
IssueType issueType)
|
void |
DefaultWorkflow.copyIssueTypeWorkflows(IssueType issueType,
IssueType newIssueType)
|
void |
DefaultWorkflow.resetAllWorkflowsForIssueType(Module module,
IssueType issueType)
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||