Package wt.inf.container
Interface _WTContainer
- All Superinterfaces:
wt.access._AccessControlled,wt.access._AccessControlList,wt.access._AdHocControlled,wt.fc.adminlock._AdministrativelyLockable,wt.admin._DomainAdministered,wt.ufid._Federatable,wt.federation._FederatedLinkHolder,wt.fc._Identified,wt.access._IdentityAccessControlled,wt.fc._NetFactor,wt.notify._Notifiable,wt.fc._ObjectMappable,_OrganizationOwned,_OrganizationOwnedImpl,wt.fc._Persistable,wt.access._PolicyAccessControlled,wt.federation._RemotelyLinkable,wt.access._SecurityLabeled,wt.workflow.forum._SubjectOfForum,wt.workflow.notebook._SubjectOfNotebook,wt.inf.container._WTContained,wt.inf.container._WTContainedIdentified,AccessControlled,wt.access.AccessControlList,AdHocControlled,AdministrativelyLockable,DisplayIdentification,DomainAdministered,wt.ufid.Federatable,wt.federation.FederatedLinkHolder,Identified,wt.access.IdentityAccessControlled,NetFactor,Notifiable,ObjectMappable,OrganizationOwned,OrganizationOwnedImpl,Persistable,wt.access.PolicyAccessControlled,wt.recent.RecentlyVisited,wt.federation.RemotelyLinkable,SecurityLabeled,Serializable,SubjectOfForum,wt.workflow.notebook.SubjectOfNotebook,WTContained,WTContainedIdentified
- All Known Subinterfaces:
_ContainerTeamManaged,ContainerTeamManaged,WTContainer
- All Known Implementing Classes:
_OrgContainer,_PDMLinkProduct,_Project2,_WTLibrary,OrgContainer,PDMLinkProduct,Project2,WTLibrary
public interface _WTContainer
extends AdHocControlled, DisplayIdentification, DomainAdministered, wt.workflow.notebook.SubjectOfNotebook, SubjectOfForum, wt.ufid.Federatable, WTContainedIdentified, OrganizationOwnedImpl, wt.access.IdentityAccessControlled, Notifiable, SecurityLabeled, wt.access.PolicyAccessControlled
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringSupported API: truestatic final StringSupported API: truestatic final StringSupported API: truestatic final StringSupported API: truestatic final StringSupported API: truestatic final StringSupported API: truestatic final StringSupported API: trueFields inherited from interface wt.org._OrganizationOwned
ORGANIZATION_CODING_SYSTEM, ORGANIZATION_NAME, ORGANIZATION_UNIQUE_IDENTIFIERFields inherited from interface wt.org._OrganizationOwnedImpl
ORGANIZATION_REFERENCE -
Method Summary
Modifier and TypeMethodDescriptionSupported API: trueSupported API: trueSupported API: trueDerived from_WTContainerInfo.getDescription()getName()Derived from_WTContainerInfo.getName()getOwner()Supported API: truebooleanDerived from_WTContainerInfo.isSharingEnabled()voidsetContainerTemplate(WTContainerTemplate the_containerTemplate) Supported API: truevoidsetContainerTemplateReference(WTContainerTemplateRef the_containerTemplateReference) Supported API: truevoidsetCreator(WTPrincipal creator) Supported API: truevoidsetDescription(String description) Derived from_WTContainerInfo.setDescription(java.lang.String)voidDerived fromWTContainerInfo.setName(java.lang.String)voidsetOwner(WTPrincipal owner) Supported API: truevoidsetSharingEnabled(boolean sharingEnabled) Derived from_WTContainerInfo.setSharingEnabled(boolean)Methods inherited from interface wt.org._OrganizationOwned
getOrganizationCodingSystem, getOrganizationName, getOrganizationUniqueIdentifierMethods inherited from interface wt.org._OrganizationOwnedImpl
getOrganizationReference, setOrganizationReferenceMethods inherited from interface wt.fc.Identified
getIdentificationObjectMethods inherited from interface wt.fc.NetFactor
getClassInfo, getConceptualClassnameMethods inherited from interface wt.fc.ObjectMappable
readExternal, writeExternalMethods inherited from interface wt.org.OrganizationOwned
getOrganizationMethods inherited from interface wt.fc.Persistable
checkAttributes
-
Field Details
-
CREATOR
Supported API: true- See Also:
-
DESCRIPTION
Supported API: true- See Also:
-
NAME
Supported API: true- See Also:
-
OWNER
Supported API: true- See Also:
-
SHARING_ENABLED
Supported API: true- See Also:
-
CONTAINER_TEMPLATE
Supported API: true- See Also:
-
CONTAINER_TEMPLATE_REFERENCE
Supported API: true- See Also:
-
-
Method Details
-
getCreator
WTPrincipal getCreator()Supported API: true- See Also:
-
setCreator
Supported API: true- Throws:
WTPropertyVetoExceptionWTException- See Also:
-
getDescription
String getDescription()Derived from_WTContainerInfo.getDescription()Supported API: true
- See Also:
-
setDescription
Derived from_WTContainerInfo.setDescription(java.lang.String)Supported API: true
- Throws:
WTPropertyVetoException- See Also:
-
getName
String getName()Derived from_WTContainerInfo.getName()Supported API: true
- See Also:
-
setName
Derived fromWTContainerInfo.setName(java.lang.String)Supported API: true
- Throws:
WTPropertyVetoException- See Also:
-
getOwner
WTPrincipal getOwner()Supported API: true- See Also:
-
setOwner
Supported API: true- Throws:
WTPropertyVetoExceptionWTException- See Also:
-
isSharingEnabled
boolean isSharingEnabled()Derived from_WTContainerInfo.isSharingEnabled()Supported API: true
- See Also:
-
setSharingEnabled
Derived from_WTContainerInfo.setSharingEnabled(boolean)Supported API: true
- Throws:
WTPropertyVetoException- See Also:
-
getContainerTemplate
WTContainerTemplate getContainerTemplate()Supported API: true- See Also:
-
getContainerTemplateReference
WTContainerTemplateRef getContainerTemplateReference()Supported API: true- See Also:
-
setContainerTemplate
void setContainerTemplate(WTContainerTemplate the_containerTemplate) throws WTPropertyVetoException, WTException Supported API: true- Throws:
WTPropertyVetoExceptionWTException- See Also:
-
setContainerTemplateReference
void setContainerTemplateReference(WTContainerTemplateRef the_containerTemplateReference) throws WTPropertyVetoException Supported API: true- Throws:
WTPropertyVetoException- See Also:
-