|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectSimpleTagSupport
com.ptc.windchill.enterprise.change2.tags.RoleParticipantConfigTag
public class RoleParticipantConfigTag
RoleParticipantConfigTag sets attributes of the roleParticipantConfig tag.
The only required attribute is role. The participantFullName and participantUFID are optional.
| Tag parameter | Description | Object Type |
|---|---|---|
role |
Specify the name of the role ASSIGNEE or REVIEWER | java.lang.String |
participantFullName |
Returns the Role Paticipant Full Name | java.lang.String |
participantUFID |
Returns the Role Paticipant ufid | java.lang.String |
| Method Summary | |
|---|---|
void |
doTag()
This is the required method to process the tag in the JSP page. |
String |
getParticipantFullName()
Method to get the attribute representing the participant full name. |
String |
getParticipantUFID()
Method to get the participant ufid attribute name. |
String |
getRole()
Method to get the role value Supported API: true |
protected Enumeration<WTPrincipalReference> |
getRoleParticipants(wt.team.TeamManaged tm)
This method gets the participants in a role for the specified TeamManaged object. |
protected wt.team.TeamManaged |
getTeamManagedObject()
This method gets a TeamManaged object and returns it. |
void |
setParticipantFullName(String s)
Method to set the attribute name representing the participant full name. |
void |
setParticipantUFID(String s)
Method to set the participant ufid attribute name Supported API: true |
void |
setRole(String role)
Method to set the role name Supported API: true |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public void setRole(String role)
role - The role name of the participantpublic String getRole()
public String getParticipantFullName()
public void setParticipantFullName(String s)
s - The full name of the participant as a Stringpublic String getParticipantUFID()
public void setParticipantUFID(String s)
s - The UFID of the participant
protected wt.team.TeamManaged getTeamManagedObject()
throws WTException
A - WTException exception is thrown if processing of returning the TeamManaged object fails
WTException
protected Enumeration<WTPrincipalReference> getRoleParticipants(wt.team.TeamManaged tm)
throws WTException
A - WTException exception is thrown if processing of getting the team or principal targets fails
WTException
public void doTag()
throws JspException
com.ptc.netmarkets.util.beans.NmCommandBean
object no JSP page attributes will be modified.
JspException - If an exception is raised during processing it will
be wrapped into a JspException.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||