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: