wt.inf.team
Interface ContainerTeamManaged

All Superinterfaces:
AccessControlled, wt.access.AccessControlList, wt.access.AdHocControlled, DisplayIdentification, wt.admin.DomainAdministered, wt.ufid.Federatable, wt.federation.FederatedLinkHolder, Identified, IdentityAccessControlled, NetFactor, Notifiable, ObjectMappable, OrganizationOwned, OrganizationOwnedImpl, Persistable, wt.access.PolicyAccessControlled, wt.recent.RecentlyVisited, wt.federation.RemotelyLinkable, wt.access.SecurityLabeled, Serializable, wt.workflow.forum.SubjectOfForum, wt.workflow.notebook.SubjectOfNotebook, WTContained, WTContainedIdentified, WTContainer
All Known Implementing Classes:
PDMLinkProduct, Project2, WTLibrary

public interface ContainerTeamManaged
extends Persistable, WTContainer



Supported API: true

Extendable: false


Field Summary
static String CTM_STATE
          Label for the attribute; Enumerated ContainerTeamManagedState value that indicates the current state of the container.
static String INVITATION_MSG
          Label for the attribute; The body of the email message sent to users who are invited to the container.
 
Fields inherited from interface wt.inf.container.WTContainer
CONTAINER_TEMPLATE, CONTAINER_TEMPLATE_REFERENCE, CREATOR, DESCRIPTION, NAME, OWNER, SHARING_ENABLED
 
Fields inherited from interface wt.org.OrganizationOwnedImpl
ORGANIZATION_REFERENCE
 
Fields inherited from interface wt.org.OrganizationOwned
ORGANIZATION, ORGANIZATION_CODING_SYSTEM, ORGANIZATION_NAME, ORGANIZATION_UNIQUE_IDENTIFIER
 
Method Summary
 ContainerTeamManagedState getCtmState()
          Gets the value of the attribute: CTM_STATE.
 String getInvitationMsg()
          Gets the value of the attribute: INVITATION_MSG.
 void setInvitationMsg(String a_InvitationMsg)
          Sets the value of the attribute: INVITATION_MSG.
 
Methods inherited from interface wt.inf.container.WTContainer
getContainerTemplate, getContainerTemplateReference, getCreator, getDescription, getName, getOwner, isSharingEnabled, setContainerTemplate, setContainerTemplateReference, setCreator, setDescription, setName, setOwner, setSharingEnabled
 
Methods inherited from interface wt.fc.Identified
getIdentificationObject
 
Methods inherited from interface wt.org.OrganizationOwnedImpl
getOrganizationReference
 
Methods inherited from interface wt.org.OrganizationOwned
getOrganization, getOrganizationCodingSystem, getOrganizationName, getOrganizationUniqueIdentifier
 

Field Detail

CTM_STATE

static final String CTM_STATE
Label for the attribute; Enumerated ContainerTeamManagedState value that indicates the current state of the container.

Supported API: true

See Also:
Constant Field Values

INVITATION_MSG

static final String INVITATION_MSG
Label for the attribute; The body of the email message sent to users who are invited to the container.

Supported API: true

See Also:
Constant Field Values
Method Detail

getCtmState

ContainerTeamManagedState getCtmState()
Gets the value of the attribute: CTM_STATE. Enumerated ContainerTeamManagedState value that indicates the current state of the container.

Supported API: true

Returns:
ContainerTeamManagedState

getInvitationMsg

String getInvitationMsg()
Gets the value of the attribute: INVITATION_MSG. The body of the email message sent to users who are invited to the container.

Supported API: true

Returns:
String

setInvitationMsg

void setInvitationMsg(String a_InvitationMsg)
                      throws WTPropertyVetoException
Sets the value of the attribute: INVITATION_MSG. The body of the email message sent to users who are invited to the container.

Supported API: true

Parameters:
a_InvitationMsg -
Throws:
WTPropertyVetoException