Package wt.inf.library
Class WTLibrary
java.lang.Object
wt.fc._WTObject
wt.fc.WTObject
wt.inf.library._WTLibrary
wt.inf.library.WTLibrary
- All Implemented Interfaces:
Externalizable,Serializable,wt.access._AccessControlled,wt.access._AccessControlList,wt.access._AdHocControlled,wt.access._IdentityAccessControlled,wt.access._PolicyAccessControlled,wt.access._SecurityLabeled,AccessControlled,wt.access.AccessControlList,AdHocControlled,wt.access.IdentityAccessControlled,wt.access.PolicyAccessControlled,SecurityLabeled,wt.admin._DomainAdministered,DomainAdministered,wt.fc._Identified,wt.fc._NetFactor,wt.fc._ObjectMappable,wt.fc._Persistable,wt.fc.adminlock._AdministrativelyLockable,AdministrativelyLockable,Identified,NetFactor,ObjectMappable,Persistable,wt.federation._FederatedLinkHolder,wt.federation._RemotelyLinkable,wt.federation.FederatedLinkHolder,wt.federation.RemotelyLinkable,wt.iba.value._IBAHolder,wt.iba.value.IBAHolder,DisplayIdentification,wt.index._Indexable,Indexable,wt.inf.container._WTContained,wt.inf.container._WTContainedIdentified,_WTContainer,WTContained,WTContainedIdentified,WTContainer,wt.inf.library._WTLibraryTypeInterface,wt.inf.library.WTLibraryTypeInterface,_ContainerTeamManaged,ContainerTeamManaged,wt.notify._Notifiable,Notifiable,wt.option._OptionSetAssignable,OptionSetAssignable,_OrganizationOwned,_OrganizationOwnedImpl,OrganizationOwned,OrganizationOwnedImpl,wt.recent.RecentlyVisited,wt.type._Typed,wt.type._TypeManaged,wt.type.FlexTyped,wt.type.Typed,wt.type.TypeManaged,wt.ufid._Federatable,wt.ufid.Federatable,wt.workflow.forum._SubjectOfForum,SubjectOfForum,wt.workflow.notebook._SubjectOfNotebook,wt.workflow.notebook.SubjectOfNotebook
@GenAsPersistable(superClass=WTObject.class,
interfaces={ContainerTeamManaged.class,wt.type.Typed.class,WTContainer.class,wt.inf.library.WTLibraryTypeInterface.class,OptionSetAssignable.class,Indexable.class},
versions={-7275467261071235728L,-8589222570009642722L},
iconProperties=@IconProperties(standardIcon="com/ptc/core/ui/images/iconWTLibrary.gif",openIcon="com/ptc/core/ui/images/iconWTLibrary_24px.gif"))
public class WTLibrary
extends _WTLibrary
Use the newWTLibrary static factory method(s), not the WTLibrary
constructor, to construct instances of this class. Instances must be
constructed using the static factory(s), in order to ensure proper initialization
of the instance.
Supported API: true
Extendable: false
- See Also:
-
Field Summary
Fields inherited from interface wt.inf.team._ContainerTeamManaged
CTM_STATE, INVITATION_MSGFields inherited from interface wt.org._OrganizationOwned
ORGANIZATION_CODING_SYSTEM, ORGANIZATION_NAME, ORGANIZATION_UNIQUE_IDENTIFIERFields inherited from interface wt.org._OrganizationOwnedImpl
ORGANIZATION_REFERENCEFields inherited from interface wt.inf.container._WTContainer
CONTAINER_TEMPLATE, CONTAINER_TEMPLATE_REFERENCE, CREATOR, DESCRIPTION, NAME, OWNER, SHARING_ENABLED -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the attribute: ORGANIZATION.voidSets the value of the attribute: NAME.voidsetOrganization(WTOrganization a_Organization) Sets the value of the attribute: ORGANIZATION.Methods inherited from class wt.inf.library._WTLibrary
getContainerTemplate, getContainerTemplateReference, getCreator, getCtmState, getDescription, getInvitationMsg, getName, getOrganizationCodingSystem, getOrganizationName, getOrganizationReference, getOrganizationUniqueIdentifier, getOwner, isSharingEnabled, setContainerTemplate, setContainerTemplateReference, setCreator, setDescription, setInvitationMsg, setOrganizationReference, setOwner, setSharingEnabledMethods inherited from class wt.fc.WTObject
getDisplayIdentifier, getDisplayIdentity, getDisplayTypeMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface wt.fc.Persistable
checkAttributes
-
Method Details
-
setName
Sets the value of the attribute: NAME. To rename a container, useIdentityHelper.service.changeIdentity(WTContainer, WTContainerIdentity)Subclasses should override the default implementation of
setNameto callWTContainerInfo.setName(WTContainer,String). This will ensure the change restriction check is properly enforced.
Supported API: true- Specified by:
setNamein interface_WTContainer- Overrides:
setNamein class_WTLibrary- Parameters:
a_Name-- Throws:
WTPropertyVetoException- See Also:
-
getOrganization
Gets the value of the attribute: ORGANIZATION.
Supported API: true- Returns:
- WTOrganization
-
setOrganization
Sets the value of the attribute: ORGANIZATION.
Supported API: true- Parameters:
a_Organization-- Throws:
WTPropertyVetoException
-