Package wt.epm.structure
Interface _EPMDependencyLink
- All Superinterfaces:
wt.epm._EPMObject,wt.iba.value._IBAHolder,wt.fc._NetFactor,wt.fc._ObjectMappable,wt.fc._Persistable,wt.type._Typed,wt.type._TypeManaged,EPMObject,wt.type.FlexTyped,wt.iba.value.IBAHolder,NetFactor,ObjectMappable,Persistable,Serializable,wt.type.Typed,wt.type.TypeManaged
- All Known Subinterfaces:
EPMDependencyLink
- All Known Implementing Classes:
_EPMMemberLink,_EPMReferenceLink,EPMMemberLink,EPMReferenceLink
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringSpecifies the name of the "child" document as it was known by the application when it created the dependency link.static final Stringan integer that authoring application may use to designate the type of dependencystatic final StringDesignates that the authoring application requires the "child" document in order to work with the "parent" document.static final StringuniqueLinkId is used to identify the identical member links between parent and child document.static final StringuniqueNDId is used to identify the identical member links between parent and child document in Neutral Data. -
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 interface wt.epm.EPMObject
checkAttributes, getAuthoringApplication, getOwnerApplicationMethods inherited from interface wt.fc.NetFactor
getClassInfo, getConceptualClassnameMethods inherited from interface wt.fc.ObjectMappable
readExternal, writeExternalMethods inherited from interface wt.fc.Persistable
checkAttributes
-
Field Details
-
AS_STORED_CHILD_NAME
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
- See Also:
-
DEP_TYPE
an integer that authoring application may use to designate the type of dependencySupported API: true
- See Also:
-
REQUIRED
Designates that the authoring application requires the "child" document in order to work with the "parent" document.Supported API: true
- See Also:
-
UNIQUE_LINK_ID
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
- See Also:
-
UNIQUE_NDID
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
- See Also:
-
-
Method Details
-
getAsStoredChildName
String 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
- 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
- Throws:
WTPropertyVetoException- See Also:
-
getDepType
int getDepType()an integer that authoring application may use to designate the type of dependencySupported API: true
- See Also:
-
setDepType
an integer that authoring application may use to designate the type of dependencySupported API: true
- Throws:
WTPropertyVetoException- See Also:
-
isRequired
boolean isRequired()Designates that the authoring application requires the "child" document in order to work with the "parent" document.Supported API: true
- See Also:
-
setRequired
Designates that the authoring application requires the "child" document in order to work with the "parent" document.Supported API: true
- Throws:
WTPropertyVetoException- See Also:
-
getUniqueLinkID
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
- 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
- Throws:
WTPropertyVetoException- See Also:
-
getUniqueNDId
String 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
- 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
- Throws:
WTPropertyVetoException- See Also:
-