Package wt.folder

Class SubFolder

java.lang.Object
wt.fc._WTObject
wt.fc.WTObject
wt.fc._Item
wt.fc.Item
wt.folder._SubFolder
wt.folder.SubFolder
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.folder._CabinetBased, wt.folder._Folder, wt.folder._Foldered, wt.folder._FolderEntry, wt.folder._FolderServiceManaged, wt.folder._SubFolderTypeInterface, CabinetBased, Folder, Foldered, FolderEntry, wt.folder.FolderServiceManaged, wt.folder.SubFolderTypeInterface, wt.iba.value._IBAHolder, wt.iba.value.IBAHolder, DisplayIdentification, wt.index._Indexable, Indexable, wt.inf.container._WTContained, wt.inf.container._WTContainedIdentified, WTContained, WTContainedIdentified, wt.notify._Notifiable, Notifiable, wt.ownership._Ownable, wt.ownership.Ownable, wt.recent.RecentlyVisited, wt.type._Typed, wt.type._TypeManaged, wt.type.FlexTyped, wt.type.Typed, wt.type.TypeManaged

@GenAsPersistable(superClass=Item.class,interfaces={Foldered.class,wt.ownership.Ownable.class,Folder.class,AdHocControlled.class,Notifiable.class,Identified.class,wt.access.IdentityAccessControlled.class,wt.type.Typed.class,Indexable.class,wt.folder.SubFolderTypeInterface.class},versions=-1408259981278386754L,properties={@GeneratedProperty(name="name",type=java.lang.String.class,javaDoc="The name of the SubFolder. It may not contain <code>FolderService.FOLDER_SEPARATOR<\\code> character. It must be unique among the SubFolder names within it\'s parent Folder.",constraints=@PropertyConstraints(changeable=VIA_OTHER_MEANS,upperLimit=400,required=true),columnProperties=@ColumnProperties(persistent=true,index=true)),@GeneratedProperty(name="creatorReference",type=WTPrincipalReference.class,accessors=@PropertyAccessors(setExceptions={}),constraints=@PropertyConstraints(required=true),columnProperties=@ColumnProperties(columnName="B"))},tableProperties=@TableProperties(compositeIndex1="domainRef.key.id",oracleTableSize=MEDIUM),iconProperties=@IconProperties(standardIcon="wt/clients/images/folder.gif",openIcon="wt/clients/images/folder_open.gif")) public final class SubFolder extends wt.folder._SubFolder
A SubFolder is a non-root folder, ie it resides in a Cabinet. SubFolders are identified by name and are unique within the Folder they reside in.

Use the newSubFolder static factory method(s), not the SubFolder 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.

The createSubFolder methods in FolderService should be used to create instances of SubFolder. The SubFolder constructor method and the newSubFolder static factory methods are not supported APIs for customization.



Supported API: true

Extendable: false

See Also:
  • Field Summary

    Fields inherited from class wt.folder._SubFolder

    CREATOR_REFERENCE, EXTERNALIZATION_VERSION_UID, NAME

    Fields inherited from class wt.fc.Item

    SIMPLE_X10_UID, VERSION_40_UID, VERSION_51_UID

    Fields inherited from class wt.fc._WTObject

    CREATE_TIMESTAMP, MODIFY_TIMESTAMP

    Fields inherited from interface wt.access._AdHocControlled

    ENTRY_SET

    Fields inherited from interface wt.fc.adminlock._AdministrativelyLockable

    ADMINISTRATIVE_LOCK

    Fields inherited from interface wt.admin._DomainAdministered

    DOMAIN_REF, INHERITED_DOMAIN

    Fields inherited from interface wt.folder._Folder

    DESCRIPTION

    Fields inherited from interface wt.folder._Foldered

    CABINET, CABINET_NAME, FOLDERING_INFO, PARENT_FOLDER

    Fields inherited from interface wt.iba.value._IBAHolder

    ATTRIBUTE_CONTAINER

    Fields inherited from interface wt.index._Indexable

    INDEXER_SET

    Fields inherited from interface wt.notify._Notifiable

    EVENT_SET

    Fields inherited from interface wt.ownership._Ownable

    OWNERSHIP

    Fields inherited from interface wt.fc._Persistable

    PERSIST_INFO

    Fields inherited from interface wt.access._SecurityLabeled

    SECURITY_LABELS

    Fields inherited from interface wt.folder._SubFolderTypeInterface

    TYPE_INFO_SUB_FOLDER

    Fields inherited from interface wt.type._Typed

    TYPE_DEFINITION_REFERENCE

    Fields inherited from interface wt.inf.container._WTContained

    CONTAINER, CONTAINER_NAME, CONTAINER_REFERENCE

    Fields inherited from interface wt.folder.CabinetBased

    FOLDER_PATH, LOCATION

    Fields inherited from interface wt.identity.DisplayIdentification

    DISPLAY_IDENTIFIER, DISPLAY_IDENTITY, DISPLAY_TYPE

    Fields inherited from interface wt.fc.Persistable

    IDENTITY, TYPE

    Fields inherited from interface wt.access.SecurityLabeled

    SECURITY_LABELS_INTERNAL_VALUE

    Fields inherited from interface wt.inf.container.WTContained

    CONTAINER_ID
  • Method Summary

    Methods inherited from class wt.folder._SubFolder

    getAttributeContainer, getCabinet, getCabinetName, getClassInfo, getConceptualClassname, getContainer, getContainerName, getContainerReference, getCreatorReference, getDescription, getEntrySet, getEventSet, getFolderingInfo, getIndexerSet, getName, getOwnership, getParentFolder, getType, getTypeDefinitionReference, getTypeInfoSubFolder, readExternal, readExternal, readVersion, setAttributeContainer, setContainer, setContainerReference, setCreatorReference, setDescription, setEntrySet, setEventSet, setFolderingInfo, setIndexerSet, setOwnership, setTypeDefinitionReference, setTypeInfoSubFolder, super_readExternal_SubFolder, super_readVersion_SubFolder, super_writeExternal_SubFolder, writeExternal, writeExternal

    Methods inherited from class wt.fc._Item

    getAdministrativeLock, getDomainRef, getSecurityLabels, isInheritedDomain, readVersion, setAdministrativeLock, setDomainRef, setInheritedDomain, setSecurityLabels, super_readExternal_Item, super_readVersion_Item, super_writeExternal_Item

    Methods inherited from class wt.fc._WTObject

    equals, getCreateTimestamp, getModifyTimestamp, getPersistInfo, hashCode, readVersion, setPersistInfo

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait

    Methods inherited from interface wt.fc.adminlock._AdministrativelyLockable

    getAdministrativeLock, setAdministrativeLock

    Methods inherited from interface wt.fc._Persistable

    getPersistInfo, setPersistInfo

    Methods inherited from interface wt.fc.Persistable

    checkAttributes, getIdentity