Enterprise Information Portal APIs

com.ibm.mm.sdk.common
Class DKProcessExtICM

java.lang.Object
  |
  +--com.ibm.mm.sdk.common.DKProcessExtICM
All Implemented Interfaces:
java.io.Serializable

public class DKProcessExtICM
extends java.lang.Object
implements java.io.Serializable

The DKProcessExtICM class represents a process extension class in Content Manager.

See Also:
DKProcessICM, DKNVPair, Serialized Form

Constructor 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

DKProcessExtICM

public DKProcessExtICM()
Default constructor for the process extension class. Constructs and initializes a process extension instance.

  DKProcessExtICM p = new DKProcessExtICM();
  
Method Detail

getUserDefinedAttrValue

public dkCollection getUserDefinedAttrValue()
Retrieves the collection of user defined attributes and their values for the associated process
Returns:
a collection of name-value pairs as instances of DKNVPair

setUserDefinedAttrValue

public void setUserDefinedAttrValue(dkCollection collection)
Sets the values for user-defined attributes for the process associated with this process extension object
Parameters:
collection - a collection of name-value pairs as instances of DKNVPair

EIP Java APIs

(c) Copyright International Business Machines Corporation 1996, 2002. IBM Corp. All rights reserved.