wt.folder
Class SubFolderLink

java.lang.Object
  extended by wt.fc.WTObject
      extended by wt.fc.ObjectToObjectLink
          extended by wt.folder.FolderMemberLink
              extended by 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

Method Summary
 
Methods inherited from class wt.fc.WTObject
getDisplayIdentifier, getDisplayIdentity, getDisplayType
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait