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. |
| Methods inherited from interface wt.inf.container.WTContainer |
getContainerTemplate, getContainerTemplateReference, getCreator, getDescription, getName, getOwner, isSharingEnabled, setContainerTemplate, setContainerTemplateReference, setCreator, setDescription, setName, setOwner, setSharingEnabled |
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
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