wt.team
Interface TeamManaged

All Known Subinterfaces:
IteratedLifeCycleManaged, LifeCycleManaged, Promotable
All Known Implementing Classes:
AccessControlSurrogate, CabinetManaged, DiscreteActionItem, Managed, RevisionControlled, UnitSendRecord, WfProcess, WTProductConfiguration, WTProductInstance2

public interface TeamManaged

TeamManaged interface objects will get a TeamId attribute. The teamName and teamIdentity derived attributes are also available.

Supported API: false

Extendable: false


Field Summary
static String TEAM_ID
          Label for the attribute.
static String TEAM_IDENTITY
          Label for the attribute; The identity of the team (a derived attribute)

Supported API: false
static String TEAM_NAME
          Label for the attribute; The name of the team(a derived attribute)

Supported API: false
static String TEAM_TEMPLATE_ID
          Label for the attribute.
static String TEAM_TEMPLATE_IDENTITY
          Label for the attribute; The identity of the TeamTemplate (a derived attribute)

Supported API: false
static String TEAM_TEMPLATE_NAME
          Label for the attribute; The name of the teamTemplate(a derived attribute)

Supported API: false
 
Method Summary
 TeamReference getTeamId()
          Gets the object for the association that plays role: TEAM_ID.
 String getTeamIdentity()
          Gets the value of the attribute: TEAM_IDENTITY.
 String getTeamName()
          Gets the value of the attribute: TEAM_NAME.
 TeamTemplateReference getTeamTemplateId()
          Gets the object for the association that plays role: TEAM_TEMPLATE_ID.
 String getTeamTemplateIdentity()
          Gets the value of the attribute: TEAM_TEMPLATE_IDENTITY.
 String getTeamTemplateName()
          Gets the value of the attribute: TEAM_TEMPLATE_NAME.
 void setTeamId(TeamReference a_TeamId)
          Sets the object for the association that plays role: TEAM_ID.
 void setTeamTemplateId(TeamTemplateReference a_TeamTemplateId)
          Sets the object for the association that plays role: TEAM_TEMPLATE_ID.
 

Field Detail

TEAM_NAME

public static final String TEAM_NAME
Label for the attribute; The name of the team(a derived attribute)

Supported API: false

See Also:
Constant Field Values

TEAM_IDENTITY

public static final String TEAM_IDENTITY
Label for the attribute; The identity of the team (a derived attribute)

Supported API: false

See Also:
Constant Field Values

TEAM_TEMPLATE_NAME

public static final String TEAM_TEMPLATE_NAME
Label for the attribute; The name of the teamTemplate(a derived attribute)

Supported API: false

See Also:
Constant Field Values

TEAM_TEMPLATE_IDENTITY

public static final String TEAM_TEMPLATE_IDENTITY
Label for the attribute; The identity of the TeamTemplate (a derived attribute)

Supported API: false

See Also:
Constant Field Values

TEAM_TEMPLATE_ID

public static final String TEAM_TEMPLATE_ID
Label for the attribute.

Supported API: false

See Also:
Constant Field Values

TEAM_ID

public static final String TEAM_ID
Label for the attribute.

Supported API: false

See Also:
Constant Field Values
Method Detail

getTeamName

public String getTeamName()
Gets the value of the attribute: TEAM_NAME. The name of the team(a derived attribute)

Supported API: false

Returns:
String

getTeamIdentity

public String getTeamIdentity()
Gets the value of the attribute: TEAM_IDENTITY. The identity of the team (a derived attribute)

Supported API: false

Returns:
String

getTeamTemplateName

public String getTeamTemplateName()
Gets the value of the attribute: TEAM_TEMPLATE_NAME. The name of the teamTemplate(a derived attribute)

Supported API: false

Returns:
String

getTeamTemplateIdentity

public String getTeamTemplateIdentity()
Gets the value of the attribute: TEAM_TEMPLATE_IDENTITY. The identity of the TeamTemplate (a derived attribute)

Supported API: false

Returns:
String

getTeamTemplateId

public TeamTemplateReference getTeamTemplateId()
Gets the object for the association that plays role: TEAM_TEMPLATE_ID.

Supported API: false

Returns:
TeamTemplateReference

setTeamTemplateId

public void setTeamTemplateId(TeamTemplateReference a_TeamTemplateId)
                       throws WTPropertyVetoException
Sets the object for the association that plays role: TEAM_TEMPLATE_ID.

Supported API: false

Parameters:
a_TeamTemplateId -
Throws:
WTPropertyVetoException

getTeamId

public TeamReference getTeamId()
Gets the object for the association that plays role: TEAM_ID.

Supported API: false

Returns:
TeamReference

setTeamId

public void setTeamId(TeamReference a_TeamId)
               throws WTPropertyVetoException
Sets the object for the association that plays role: TEAM_ID.

Supported API: false

Parameters:
a_TeamId -
Throws:
WTPropertyVetoException