wt.part
Interface WTPartDocumentLink

All Superinterfaces:
BinaryLink, Link, NetFactor, ObjectMappable, Persistable, Serializable
All Known Implementing Classes:
WTPartDescribeLink, WTPartReferenceLink

public interface WTPartDocumentLink
extends BinaryLink

This is a tagging interface intended to allow a single designation for both WTPartReferenceLink and WTPartDescribeLink. Note: Due to a problem not yet fixed in the generator the following attributes will need to be added to any class that implements this interface and already implements ObjectToObjectLink. public static final String ROLE_AOBJECT_ROLE = WTPartDocumentLink.ROLE_AOBJECT_ROLE; public static final String ROLE_BOBJECT_ROLE = WTPartDocumentLink.ROLE_BOBJECT_ROLE; public static final String ALL_ROLES = WTPartDocumentLink.ALL_ROLES; public static final String BOTH_ROLES = WTPartDocumentLink.BOTH_ROLES; public static final String ROLE_AOBJECT_REF = WTPartDocumentLink.ROLE_AOBJECT_REF; public static final String ROLE_BOBJECT_REF = WTPartDocumentLink.ROLE_BOBJECT_REF;

Supported API: false

Extendable: false


Field Summary
 
Fields inherited from interface wt.fc.BinaryLink
ALL_ROLES, BOTH_ROLES, ROLE_AOBJECT_REF, ROLE_AOBJECT_ROLE, ROLE_BOBJECT_REF, ROLE_BOBJECT_ROLE
 
Fields inherited from interface wt.fc.Persistable
IDENTITY, PERSIST_INFO, TYPE
 
Methods inherited from interface wt.fc.BinaryLink
getLinkInfo, getObject, getOtherObject, getRole, getRoleAObject, getRoleAObjectId, getRoleAObjectRef, getRoleBObject, getRoleBObjectId, getRoleBObjectRef, setRoleAObject, setRoleAObjectRef, setRoleBObject, setRoleBObjectRef
 
Methods inherited from interface wt.fc.Link
appendJoinCriteria, appendRoleCriteria, getAllObjects, getJoinValues, getRoleIdName, getRoleObject, setRoleObject
 
Methods inherited from interface wt.fc.Persistable
checkAttributes, getIdentity, getPersistInfo, getType, setPersistInfo
 
Methods inherited from interface wt.fc.ObjectMappable
readExternal, writeExternal
 
Methods inherited from interface wt.fc.NetFactor
getClassInfo, getConceptualClassname