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
@GenAsBinaryLink(superClass=FolderMemberLink.class,
interfaces=UniquelyIdentified.class,
versions=6204466021488678301L,
roleA=@GeneratedRole(name="folder",type=Folder.class,accessors=@PropertyAccessors(getAccess=PRIVATE,setExceptions={}),cascade=false),
roleB=@GeneratedRole(name="member",type=SubFolder.class,accessors=@PropertyAccessors(getAccess=PRIVATE,setExceptions={})),
tableProperties=@TableProperties(tableName="SubFolderLink",oracleTableSize=MEDIUM))
public final class SubFolderLink
extends wt.folder._SubFolderLink
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
-
Method Summary
Methods inherited from class wt.fc.ObjectToObjectLink
appendJoinCriteria, duplicate, getAllObjects, getJoinValues, getRoleObject, setRoleObjectMethods inherited from class wt.fc.WTObject
getDisplayIdentifier, getDisplayIdentity, getDisplayTypeMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface wt.fc.BinaryLink
getLinkInfo, getOtherObject, getRole, getRoleAObject, getRoleAObjectId, getRoleBObject, getRoleBObjectId, setRoleAObject, setRoleBObjectMethods inherited from interface wt.fc.Link
appendJoinCriteria, appendRoleCriteria, getAllObjects, getJoinValues, getRoleIdName, getRoleObject, setRoleObjectMethods inherited from interface wt.fc.Persistable
checkAttributes