|
Enterprise Information Portal APIs |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.mm.sdk.common.DKProcessExtICM
The DKProcessExtICM class represents a process extension class in Content Manager.
DKProcessICM
,
DKNVPair
, Serialized FormConstructor Summary | |
DKProcessExtICM()
Default constructor for the process extension class. |
Method Summary | |
dkCollection |
getUserDefinedAttrValue()
Retrieves the collection of user defined attributes and their values for the associated process |
void |
setUserDefinedAttrValue(dkCollection collection)
Sets the values for user-defined attributes for the process associated with this process extension object |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DKProcessExtICM()
DKProcessExtICM p = new DKProcessExtICM();
Method Detail |
public dkCollection getUserDefinedAttrValue()
public void setUserDefinedAttrValue(dkCollection collection)
collection
- a collection of name-value pairs as instances of DKNVPair
|
EIP Java APIs | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |