wt.folder
Class SubFolderLink
java.lang.Object
wt.fc.WTObject
wt.fc.ObjectToObjectLink
wt.folder.FolderMemberLink
wt.folder.SubFolderLink
- All Implemented Interfaces:
- Externalizable, Serializable, BinaryLink, Identified, Link, NetFactor, ObjectMappable, Persistable, UniquelyIdentified, FolderEntryLink, FolderMembership, wt.folder.FolderServiceManaged, DisplayIdentification
public final class SubFolderLink
- extends FolderMemberLink
- implements UniquelyIdentified, Externalizable
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.
Supported API: true
Extendable: false
- See Also:
SubFolderLinkIdentity,
SubFolderLinkConstraint,
Serialized Form