Package wt.epm.structure
Class _EPMReferenceLink
java.lang.Object
wt.fc._WTObject
wt.fc.WTObject
wt.fc._ObjectToObjectLink
wt.fc.ObjectToObjectLink
wt.epm.structure._EPMReferenceLink
- All Implemented Interfaces:
Externalizable,Serializable,wt.epm._EPMObject,EPMObject,_EPMDependencyLink,EPMDependencyLink,wt.esi._Releasable,Releasable,wt.fc._BinaryLink,wt.fc._Link,wt.fc._NetFactor,wt.fc._ObjectMappable,wt.fc._Persistable,wt.fc.archive._Archiveable,wt.fc.archive.Archiveable,BinaryLink,Link,NetFactor,ObjectMappable,Persistable,wt.iba.value._IBAHolder,wt.iba.value.IBAHolder,DisplayIdentification,wt.type._Typed,wt.type._TypeManaged,wt.type.FlexTyped,wt.type.Typed,wt.type.TypeManaged
- Direct Known Subclasses:
EPMReferenceLink
public abstract class _EPMReferenceLink
extends ObjectToObjectLink
implements EPMDependencyLink, wt.fc.archive.Archiveable, Releasable, Externalizable
- See Also:
-
Field Summary
Fields inherited from interface wt.epm.structure._EPMDependencyLink
AS_STORED_CHILD_NAME, DEP_TYPE, REQUIRED, UNIQUE_LINK_ID, UNIQUE_NDID -
Method Summary
Modifier and TypeMethodDescriptionSpecifies the name of the "child" document as it was known by the application when it created the dependency link.intan integer that authoring application may use to designate the type of dependencylonguniqueLinkId is used to identify the identical member links between parent and child document.uniqueNDId is used to identify the identical member links between parent and child document in Neutral Data.booleanDesignates that the authoring application requires the "child" document in order to work with the "parent" document.voidsetAsStoredChildName(String asStoredChildName) Specifies the name of the "child" document as it was known by the application when it created the dependency link.voidsetDepType(int depType) an integer that authoring application may use to designate the type of dependencyvoidsetRequired(boolean required) Designates that the authoring application requires the "child" document in order to work with the "parent" document.voidsetUniqueLinkID(long uniqueLinkID) uniqueLinkId is used to identify the identical member links between parent and child document.voidsetUniqueNDId(String uniqueNDId) uniqueNDId is used to identify the identical member links between parent and child document in Neutral Data.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.epm.EPMObject
checkAttributes, getAuthoringApplication, getOwnerApplicationMethods inherited from interface wt.fc.Persistable
checkAttributes
-
Method Details
-
getAsStoredChildName
Specifies the name of the "child" document as it was known by the application when it created the dependency link. Applications often internally save the names of documents that they reference. This field enables those applications to find the correct document after it is renamed.Supported API: true
- Specified by:
getAsStoredChildNamein interface_EPMDependencyLink- See Also:
-
setAsStoredChildName
Specifies the name of the "child" document as it was known by the application when it created the dependency link. Applications often internally save the names of documents that they reference. This field enables those applications to find the correct document after it is renamed.Supported API: true
- Specified by:
setAsStoredChildNamein interface_EPMDependencyLink- Throws:
WTPropertyVetoException- See Also:
-
getDepType
public int getDepType()an integer that authoring application may use to designate the type of dependencySupported API: true
- Specified by:
getDepTypein interface_EPMDependencyLink- See Also:
-
setDepType
an integer that authoring application may use to designate the type of dependencySupported API: true
- Specified by:
setDepTypein interface_EPMDependencyLink- Throws:
WTPropertyVetoException- See Also:
-
isRequired
public boolean isRequired()Designates that the authoring application requires the "child" document in order to work with the "parent" document.Supported API: true
- Specified by:
isRequiredin interface_EPMDependencyLink- See Also:
-
setRequired
Designates that the authoring application requires the "child" document in order to work with the "parent" document.Supported API: true
- Specified by:
setRequiredin interface_EPMDependencyLink- Throws:
WTPropertyVetoException- See Also:
-
getUniqueLinkID
public long getUniqueLinkID()uniqueLinkId is used to identify the identical member links between parent and child document. Its uniqueness scope is within the system. It is an internally generated unique link identifier. It may be read but not changed.Supported API: true
- Specified by:
getUniqueLinkIDin interface_EPMDependencyLink- See Also:
-
setUniqueLinkID
uniqueLinkId is used to identify the identical member links between parent and child document. Its uniqueness scope is within the system. It is an internally generated unique link identifier. It may be read but not changed.Supported API: true
- Specified by:
setUniqueLinkIDin interface_EPMDependencyLink- Throws:
WTPropertyVetoException- See Also:
-
getUniqueNDId
uniqueNDId is used to identify the identical member links between parent and child document in Neutral Data. Its uniqueness scope is within the system. It is an internally generated unique link identifier. It may be read but not changed.Supported API: true
- Specified by:
getUniqueNDIdin interface_EPMDependencyLink- See Also:
-
setUniqueNDId
uniqueNDId is used to identify the identical member links between parent and child document in Neutral Data. Its uniqueness scope is within the system. It is an internally generated unique link identifier. It may be read but not changed.Supported API: true
- Specified by:
setUniqueNDIdin interface_EPMDependencyLink- Throws:
WTPropertyVetoException- See Also:
-