|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The generic form of dependency between two EPMDocument objects.
Supported API: true
Extendable: false
EPMReferenceLink
,
EPMMemberLink
Field Summary | |
static String |
AS_STORED_CHILD_NAME
Label for the attribute; Specifies the name of the "child" document as it was known by the application when it created the dependency link. |
static String |
DEP_TYPE
Label for the attribute; an integer that authoring application may use to designate the type of dependency Supported API: true |
static String |
HAS_IBAVALUES
Label for the attribute; Signifies whether or not this EPM Dependency link has IBA values. |
static String |
REQUIRED
Label for the attribute; Designates that the authoring application requires the "child" document in order to work with the "parent" document. |
static String |
UNIQUE_LINK_ID
Label for the attribute; An internally generated unique link identifier. |
static String |
UNIQUE_NDID
Label for the attribute. |
Fields inherited from interface wt.epm.EPMObject |
AUTHORING_APPLICATION, OWNER_APPLICATION, UNSPECIFIED |
Fields inherited from interface wt.type.Typed |
TYPE_DEFINITION_REFERENCE |
Fields inherited from interface wt.iba.value.IBAHolder |
ATTRIBUTE_CONTAINER |
Fields inherited from interface wt.fc.Persistable |
IDENTITY, PERSIST_INFO, TYPE |
Method Summary | |
String |
getAsStoredChildName()
Gets the value of the attribute: AS_STORED_CHILD_NAME. |
int |
getDepType()
Gets the value of the attribute: DEP_TYPE. |
long |
getUniqueLinkID()
Gets the value of the attribute: UNIQUE_LINK_ID. |
String |
getUniqueNDId()
Gets the value of the attribute: UNIQUE_NDID. |
boolean |
isHasIBAValues()
Gets the value of the attribute: HAS_IBAVALUES. |
boolean |
isRequired()
Gets the value of the attribute: REQUIRED. |
void |
setAsStoredChildName(String a_AsStoredChildName)
Sets the value of the attribute: AS_STORED_CHILD_NAME. |
void |
setDepType(int a_DepType)
Sets the value of the attribute: DEP_TYPE. |
void |
setRequired(boolean a_Required)
Sets the value of the attribute: REQUIRED. |
void |
setUniqueLinkID(long a_UniqueLinkID)
Sets the value of the attribute: UNIQUE_LINK_ID. |
void |
setUniqueNDId(String a_UniqueNDId)
Sets the value of the attribute: UNIQUE_NDID. |
Methods inherited from interface wt.epm.EPMObject |
checkAttributes, getAuthoringApplication, getOwnerApplication |
Methods inherited from interface wt.type.Typed |
getTypeDefinitionReference, setTypeDefinitionReference |
Methods inherited from interface wt.iba.value.IBAHolder |
getAttributeContainer, setAttributeContainer |
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 |
Field Detail |
public static final String AS_STORED_CHILD_NAME
public static final String DEP_TYPE
public static final String REQUIRED
public static final String UNIQUE_LINK_ID
public static final String UNIQUE_NDID
public static final String HAS_IBAVALUES
The reason for this flag is to improve performance by significantly reducing
the number of IBA related queries. Querying for IBA values is expensive.
In practice, only a very small percentage of EPM Dependency links will
ever have IBA values.
Supported API: false
Method Detail |
public String getAsStoredChildName()
public void setAsStoredChildName(String a_AsStoredChildName) throws WTPropertyVetoException
a_AsStoredChildName
-
WTPropertyVetoException
public int getDepType()
public void setDepType(int a_DepType) throws WTPropertyVetoException
a_DepType
-
WTPropertyVetoException
public boolean isRequired()
public void setRequired(boolean a_Required) throws WTPropertyVetoException
a_Required
-
WTPropertyVetoException
public long getUniqueLinkID()
public void setUniqueLinkID(long a_UniqueLinkID) throws WTPropertyVetoException
a_UniqueLinkID
-
WTPropertyVetoException
public String getUniqueNDId()
public void setUniqueNDId(String a_UniqueNDId) throws WTPropertyVetoException
a_UniqueNDId
-
WTPropertyVetoException
public boolean isHasIBAValues()
The reason for this flag is to improve performance by significantly
reducing the number of IBA related queries. Querying for IBA values
is expensive. In practice, only a very small percentage of EPM Dependency
links will ever have IBA values.
Supported API: false
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |