|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ContainerTeamReference | |
wt.inf.library | |
wt.inf.team | |
wt.pdmlink | |
wt.projmgmt.admin |
Uses of ContainerTeamReference in wt.inf.library |
Methods in wt.inf.library that return ContainerTeamReference | |
ContainerTeamReference |
WTLibrary.getContainerTeamReference()
Gets the value of the attribute: CONTAINER_TEAM_REFERENCE. |
Uses of ContainerTeamReference in wt.inf.team |
Fields in wt.inf.team declared as ContainerTeamReference | |
private ContainerTeamReference |
ContainerTeamManagedInfo.containerTeamId
|
Methods in wt.inf.team that return ContainerTeamReference | |
ContainerTeamReference |
StandardContainerTeamService.createContainerTeam(String name,
OrgContainer orgContainer,
String desc,
TeamCategory category)
Creates a new Container Team. |
ContainerTeamReference |
ContainerTeamServiceFwd.createContainerTeam(String name,
OrgContainer orgContainer,
String desc,
TeamCategory category)
Creates a new Container Team. |
ContainerTeamReference |
ContainerTeamService.createContainerTeam(String name,
OrgContainer orgContainer,
String desc,
TeamCategory category)
Creates a new Container Team. |
static ContainerTeamReference |
ContainerTeamReference.newContainerTeamReference()
Default constructor Supported API: false |
static ContainerTeamReference |
ContainerTeamReference.newContainerTeamReference(ContainerTeam containerTeam)
Transform an ContainerTeam instance into a ContainerTeamReference Supported API: false |
static ContainerTeamReference |
ContainerTeamReference.newContainerTeamReference(ContainerTeamReference containerTeamReference)
Transform a Team instance into a ContainerTeamReference Supported API: false |
static ContainerTeamReference |
ContainerTeamReference.newContainerTeamReference(ObjectIdentifier oid)
Constructs a container team reference out of its database identifier. |
ContainerTeamReference |
ContainerTeamManagedInfo.getContainerTeamId()
Gets the object for the association that plays role: CONTAINER_TEAM_ID. |
ContainerTeamReference |
ContainerTeamManaged.getContainerTeamReference()
Gets the value of the attribute: CONTAINER_TEAM_REFERENCE. |
Methods in wt.inf.team with parameters of type ContainerTeamReference | |
Enumeration |
StandardContainerTeamService.findRoles(ContainerTeamReference containerTeamReference,
WTPrincipal principal)
Find all the roles which this principal is a member of in the container team. |
void |
StandardContainerTeamService.replaceUser(ContainerTeamReference teamReference,
WTUser replacedUser,
WTUser newUser,
boolean reassign)
Deprecated. |
void |
StandardContainerTeamService.replaceUser(ContainerTeamReference teamReference,
WTUser replacedUser,
WTUser newUser,
boolean reassign,
boolean removed)
Replace the user in all containers that use the container team. |
Enumeration |
ContainerTeamServiceSvr.findRoles(ContainerTeamReference containerTeamReference,
WTPrincipal principal)
Find all the roles which this principal is a member of in the container team. |
void |
ContainerTeamServiceFwd.replaceUser(ContainerTeamReference teamReference,
WTUser replacedUser,
WTUser newUser,
boolean reassign)
Deprecated. |
void |
ContainerTeamServiceFwd.replaceUser(ContainerTeamReference teamReference,
WTUser replacedUser,
WTUser newUser,
boolean reassign,
boolean removed)
Replace the user in all containers that use the container team. |
void |
ContainerTeamService.replaceUser(ContainerTeamReference teamReference,
WTUser replacedUser,
WTUser newUser,
boolean reassign)
Deprecated. |
void |
ContainerTeamService.replaceUser(ContainerTeamReference teamReference,
WTUser replacedUser,
WTUser newUser,
boolean reassign,
boolean removed)
Replace the user in all containers that use the container team. |
protected boolean |
ContainerTeamReference.readVersion(ContainerTeamReference thisObject,
ObjectInput input,
long readSerialVersionUID,
boolean passThrough,
boolean superDone)
Reads the non-transient fields of this class from an external source. |
static ContainerTeamReference |
ContainerTeamReference.newContainerTeamReference(ContainerTeamReference containerTeamReference)
Transform a Team instance into a ContainerTeamReference Supported API: false |
protected void |
ContainerTeamReference.initialize(ContainerTeamReference containerTeamReference)
Supports initialization, following construction of an instance. |
void |
ContainerTeamManagedInfo.setContainerTeamId(ContainerTeamReference a_ContainerTeamId)
Sets the object for the association that plays role: CONTAINER_TEAM_ID. |
private void |
ContainerTeamManagedInfo.containerTeamIdValidate(ContainerTeamReference a_ContainerTeamId)
|
static ContainerTeamManaged |
ContainerTeamHelper.setContainerTeam(ContainerTeamManaged object,
ContainerTeamReference ctRef)
Set the ContainerTeam of the ContainerTeamManaged object. |
Uses of ContainerTeamReference in wt.pdmlink |
Methods in wt.pdmlink that return ContainerTeamReference | |
ContainerTeamReference |
PDMLinkProduct.getContainerTeamReference()
Gets the value of the attribute: CONTAINER_TEAM_REFERENCE. |
Uses of ContainerTeamReference in wt.projmgmt.admin |
Methods in wt.projmgmt.admin that return ContainerTeamReference | |
ContainerTeamReference |
Project2.getContainerTeamReference()
Gets the value of the attribute: CONTAINER_TEAM_REFERENCE. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |