Package wt.folder

Class SubFolderLink

java.lang.Object
wt.fc._WTObject
wt.fc.WTObject
wt.fc._ObjectToObjectLink
wt.fc.ObjectToObjectLink
wt.folder._FolderMemberLink
wt.folder.FolderMemberLink
wt.folder._SubFolderLink
wt.folder.SubFolderLink
All Implemented Interfaces:
Externalizable, Serializable, wt.fc._BinaryLink, wt.fc._Identified, wt.fc._Link, wt.fc._NetFactor, wt.fc._ObjectMappable, wt.fc._Persistable, wt.fc._UniquelyIdentified, BinaryLink, Identified, Link, NetFactor, ObjectMappable, Persistable, UniquelyIdentified, wt.folder._FolderEntryLink, wt.folder._FolderMembership, wt.folder._FolderServiceManaged, wt.folder.FolderEntryLink, FolderMembership, wt.folder.FolderServiceManaged, DisplayIdentification

Provides a persistent association between a SubFolder with it's parent Folder. This class provides an optimization for locating all the subfolders within a Folder and means for the uniquness constraint on SubFolder names within a Folder.

Use the newSubFolderLink static factory method(s), not the SubFolderLink 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 SubFolderLink constructor method and the newSubFolderLink static factory methods are not supported APIs for customization.



Supported API: true

Extendable: false

See Also: