wt.inf.team
Interface ContainerTeamManaged

All Superinterfaces:
AccessControlled, AccessControlList, AdHocControlled, DisplayIdentification, DomainAdministered, Federatable, Identified, NetFactor, ObjectMappable, OrganizationOwned, OrganizationOwnedImpl, Persistable, RecentlyVisited, RemotelyLinkable, Serializable, SubjectOfForum, 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 ACTIVE_FLAG
          Deprecated. at 7.0
static String ACTUAL_END
          Label for the attribute.
static String ACTUAL_START
          Label for the attribute.
static String ALLOW_USER_TO_CONFIGURE_ACCESS
          Label for the attribute.
static String CONTAINER_TEAM_MANAGED_INFO
          Label for the attribute.
static String CONTAINER_TEAM_REFERENCE
          Label for the attribute; the ContainerTeam of the ContainerTeamManaged object (a derived attribute)

Supported API: false
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.
static String REQUIRE_CONFIRMATION
          Label for the attribute.
static String SEND_INVITATIONS
          Label for the attribute.
 
Fields inherited from interface wt.fc.Persistable
IDENTITY, PERSIST_INFO, TYPE
 
Fields inherited from interface wt.inf.container.WTContainer
ADMINISTRATORS, ADMINISTRATORS_REFERENCE, BUSINESS_NAMESPACE, CONTAINER_INFO, CONTAINER_TEMPLATE, CONTAINER_TEMPLATE_REFERENCE, CONTEXT_PROVIDER, CREATOR, CREATOR_REFERENCE, DEFAULT_CABINET, DEFAULT_CABINET_REFERENCE, DEFAULT_DOMAIN, DEFAULT_DOMAIN_REFERENCE, DESCRIPTION, INTERNET_DOMAIN, META_DATA_NAMESPACE, NAME, OWNER, OWNER_REFERENCE, PRIVATE_ACCESS, PUBLIC_PARENT_DOMAIN, PUBLIC_PARENT_DOMAIN_REFERENCE, SHARING_ENABLED, SYSTEM_CABINET, SYSTEM_CABINET_REFERENCE, SYSTEM_DOMAIN, SYSTEM_DOMAIN_REFERENCE
 
Fields inherited from interface wt.access.AdHocControlled
ENTRY_SET
 
Fields inherited from interface wt.identity.DisplayIdentification
DISPLAY_IDENTIFIER, DISPLAY_IDENTITY, DISPLAY_TYPE
 
Fields inherited from interface wt.admin.DomainAdministered
DOMAIN_REF, INHERITED_DOMAIN
 
Fields inherited from interface wt.ufid.Federatable
FEDERATABLE_INFO
 
Fields inherited from interface wt.inf.container.WTContainedIdentified
CONTAINER, CONTAINER_REFERENCE
 
Fields inherited from interface wt.inf.container.WTContained
CONTAINER_ID, CONTAINER_NAME
 
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
 Timestamp getActualEnd()
          Gets the value of the attribute: ACTUAL_END.
 Timestamp getActualStart()
          Gets the value of the attribute: ACTUAL_START.
 ContainerTeamManagedInfo getContainerTeamManagedInfo()
          Gets the object for the association that plays role: CONTAINER_TEAM_MANAGED_INFO.
 ContainerTeamReference getContainerTeamReference()
          Gets the value of the attribute: CONTAINER_TEAM_REFERENCE.
 ContainerTeamManagedState getCtmState()
          Gets the value of the attribute: CTM_STATE.
 String getInvitationMsg()
          Gets the value of the attribute: INVITATION_MSG.
 boolean isActiveFlag()
          Deprecated. at 7.0
 boolean isAllowUserToConfigureAccess()
          Gets the value of the attribute: ALLOW_USER_TO_CONFIGURE_ACCESS.
 boolean isRequireConfirmation()
          Gets the value of the attribute: REQUIRE_CONFIRMATION.
 boolean isSendInvitations()
          Gets the value of the attribute: SEND_INVITATIONS.
 void setContainerTeamManagedInfo(ContainerTeamManagedInfo a_ContainerTeamManagedInfo)
          Sets the object for the association that plays role: CONTAINER_TEAM_MANAGED_INFO.
 void setInvitationMsg(String a_InvitationMsg)
          Sets the value of the attribute: INVITATION_MSG.
 
Methods inherited from interface wt.fc.Persistable
checkAttributes, getIdentity, getPersistInfo, getType, setPersistInfo
 
Methods inherited from interface wt.fc.ObjectMappable
readExternal, writeExternal
 
Methods inherited from interface wt.fc.NetFactor
getClassInfo, getConceptualClassname
 
Methods inherited from interface wt.inf.container.WTContainer
getAdministrators, getAdministratorsReference, getContainerInfo, getContainerTemplate, getContainerTemplateReference, getContextProvider, getCreator, getCreatorReference, getDefaultCabinet, getDefaultCabinetReference, getDefaultDomain, getDefaultDomainReference, getDescription, getInternetDomain, getName, getOwner, getOwnerReference, getPublicParentDomain, getPublicParentDomainReference, getSystemCabinet, getSystemCabinetReference, getSystemDomain, getSystemDomainReference, isBusinessNamespace, isMetaDataNamespace, isPrivateAccess, isSharingEnabled, setAdministrators, setAdministratorsReference, setContainerTemplate, setContainerTemplateReference, setCreator, setCreatorReference, setDefaultCabinet, setDefaultCabinetReference, setDefaultDomain, setDefaultDomainReference, setDescription, setName, setOwner, setOwnerReference, setSharingEnabled, setSystemCabinet, setSystemCabinetReference, setSystemDomain, setSystemDomainReference
 
Methods inherited from interface wt.access.AdHocControlled
getEntrySet, setEntrySet
 
Methods inherited from interface wt.identity.DisplayIdentification
getDisplayIdentifier, getDisplayIdentity, getDisplayType
 
Methods inherited from interface wt.admin.DomainAdministered
getDomainRef, isInheritedDomain, setDomainRef, setInheritedDomain
 
Methods inherited from interface wt.ufid.Federatable
getFederatableInfo, setFederatableInfo
 
Methods inherited from interface wt.inf.container.WTContainedIdentified
getContainer, getContainerReference, setContainer, setContainerReference
 
Methods inherited from interface wt.inf.container.WTContained
getContainerName
 
Methods inherited from interface wt.fc.Identified
getIdentificationObject
 
Methods inherited from interface wt.org.OrganizationOwnedImpl
getOrganizationReference, setOrganizationReference
 
Methods inherited from interface wt.org.OrganizationOwned
getOrganization, getOrganizationCodingSystem, getOrganizationName, getOrganizationUniqueIdentifier, setOrganization
 

Field Detail

CTM_STATE

public 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

REQUIRE_CONFIRMATION

public static final String REQUIRE_CONFIRMATION
Label for the attribute.

Supported API: false

See Also:
Constant Field Values

SEND_INVITATIONS

public static final String SEND_INVITATIONS
Label for the attribute.

Supported API: false

See Also:
Constant Field Values

ALLOW_USER_TO_CONFIGURE_ACCESS

public static final String ALLOW_USER_TO_CONFIGURE_ACCESS
Label for the attribute.

Supported API: false

See Also:
Constant Field Values

INVITATION_MSG

public 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

ACTIVE_FLAG

public static final String ACTIVE_FLAG
Deprecated. at 7.0

Label for the attribute;

Supported API: false

See Also:
Constant Field Values

ACTUAL_START

public static final String ACTUAL_START
Label for the attribute.

Supported API: false

See Also:
Constant Field Values

ACTUAL_END

public static final String ACTUAL_END
Label for the attribute.

Supported API: false

See Also:
Constant Field Values

CONTAINER_TEAM_REFERENCE

public static final String CONTAINER_TEAM_REFERENCE
Label for the attribute; the ContainerTeam of the ContainerTeamManaged object (a derived attribute)

Supported API: false

See Also:
Constant Field Values

CONTAINER_TEAM_MANAGED_INFO

public static final String CONTAINER_TEAM_MANAGED_INFO
Label for the attribute.

Supported API: false

See Also:
Constant Field Values
Method Detail

getCtmState

public 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

isRequireConfirmation

public boolean isRequireConfirmation()
Gets the value of the attribute: REQUIRE_CONFIRMATION.

Supported API: false

Returns:
boolean

isSendInvitations

public boolean isSendInvitations()
Gets the value of the attribute: SEND_INVITATIONS.

Supported API: false

Returns:
boolean

isAllowUserToConfigureAccess

public boolean isAllowUserToConfigureAccess()
Gets the value of the attribute: ALLOW_USER_TO_CONFIGURE_ACCESS.

Supported API: false

Returns:
boolean

getInvitationMsg

public 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

public 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

isActiveFlag

public boolean isActiveFlag()
Deprecated. at 7.0

Gets the value of the attribute: ACTIVE_FLAG.

Supported API: false

Returns:
boolean

getActualStart

public Timestamp getActualStart()
Gets the value of the attribute: ACTUAL_START.

Supported API: false

Returns:
Timestamp

getActualEnd

public Timestamp getActualEnd()
Gets the value of the attribute: ACTUAL_END.

Supported API: false

Returns:
Timestamp

getContainerTeamReference

public ContainerTeamReference getContainerTeamReference()
Gets the value of the attribute: CONTAINER_TEAM_REFERENCE. the ContainerTeam of the ContainerTeamManaged object (a derived attribute)

Supported API: false

Returns:
ContainerTeamReference

getContainerTeamManagedInfo

public ContainerTeamManagedInfo getContainerTeamManagedInfo()
Gets the object for the association that plays role: CONTAINER_TEAM_MANAGED_INFO.

Supported API: false

Returns:
ContainerTeamManagedInfo

setContainerTeamManagedInfo

public void setContainerTeamManagedInfo(ContainerTeamManagedInfo a_ContainerTeamManagedInfo)
                                 throws WTPropertyVetoException
Sets the object for the association that plays role: CONTAINER_TEAM_MANAGED_INFO.

Supported API: false

Parameters:
a_ContainerTeamManagedInfo -
Throws:
WTPropertyVetoException