Enterprise Information Portal APIs

com.ibm.mm.sdk.common
Class DKWorkNodeExtICM

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

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

The DKWorkNodeExtICM class represents a work node extension in Content Manager.

See Also:
Serialized Form

Constructor Summary
DKWorkNodeExtICM()
          Default constructor for the work node extension object.
 
Method Summary
 dkCollection getUserDefinedAttrValue()
          Retrieves the collection of user defined attributes and their values for the work node object associated with this extension object.
 void setUserDefinedAttrValue(dkCollection collection)
          Sets the values for user-defined attributes for the work node associated with this work node extension.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DKWorkNodeExtICM

public DKWorkNodeExtICM()
Default constructor for the work node extension object. Constructs and initializes a work node extension instance.

  DKWorkNodeExtICM wn = new DKWorkNodeExtICM();
  
Method Detail

getUserDefinedAttrValue

public dkCollection getUserDefinedAttrValue()
Retrieves the collection of user defined attributes and their values for the work node object associated with this extension object.
Returns:
a collection of name-value pairs as instance of DKNVPair

setUserDefinedAttrValue

public void setUserDefinedAttrValue(dkCollection collection)
Sets the values for user-defined attributes for the work node associated with this work node extension.
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.