|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface EPMDependencyLink
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 |
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 |
| 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 |
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 |
| Field Detail |
|---|
static final String AS_STORED_CHILD_NAME
static final String DEP_TYPE
static final String REQUIRED
static final String UNIQUE_LINK_ID
static final String UNIQUE_NDID
| Method Detail |
|---|
String getAsStoredChildName()
void setAsStoredChildName(String a_AsStoredChildName)
throws WTPropertyVetoException
a_AsStoredChildName -
WTPropertyVetoExceptionint getDepType()
void setDepType(int a_DepType)
throws WTPropertyVetoException
a_DepType -
WTPropertyVetoExceptionboolean isRequired()
void setRequired(boolean a_Required)
throws WTPropertyVetoException
a_Required -
WTPropertyVetoExceptionlong getUniqueLinkID()
void setUniqueLinkID(long a_UniqueLinkID)
throws WTPropertyVetoException
a_UniqueLinkID -
WTPropertyVetoExceptionString getUniqueNDId()
void setUniqueNDId(String a_UniqueNDId)
throws WTPropertyVetoException
a_UniqueNDId -
WTPropertyVetoException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||