Enterprise Information Portal APIs

com.ibm.mm.beans.workflow
Class CMBWorkNodeICM

java.lang.Object
  |
  +--com.ibm.mm.beans.workflow.CMBWorkNodeICM
All Implemented Interfaces:
java.io.Serializable

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

This class represents an ICM work node.

See Also:
CMBDocRoutingQueryService, Serialized Form

Constructor Summary
CMBWorkNodeICM()
          Default constructor
 
Method Summary
 java.lang.String getACLName()
          Get acl name.
 java.util.Collection getCollectionResumeList()
          Get the collection resume list.
 java.lang.String getDescription()
          Get the description.
 java.lang.String getEnterUserDll()
          Get enter user Dll.
 java.lang.String getEnterUserFunction()
          Get enter user function.
 java.lang.String getLeaveUserDll()
          Get leave user Dll.
 java.lang.String getLeaveUserFunction()
          Get leave user function.
 java.lang.String getName()
          Get worknode name.
 int getOverloadLimit()
          Get overload limit.
 java.lang.String getOverloadUserDll()
          Get overload user Dll.
 java.lang.String getOverloadUserFunction()
          Get overload user function.
 java.lang.String getPidString()
          Get pid string.
 int getTimeLimit()
          Get time limit.
 int getType()
          Get type.
 void setACLName(java.lang.String acl)
          Set acl name.
 void setCollectionResumeList(java.util.Collection collectionResumeList)
          Set collection resume list.
 void setDescription(java.lang.String description)
          Set the description.
 void setEnterUserDll(java.lang.String enterUserDll)
          Set enter user Dll.
 void setEnterUserFunction(java.lang.String enterUserFunction)
          Set enter user function.
 void setLeaveUserDll(java.lang.String leaveUserDll)
          Set leave user Dll.
 void setLeaveUserFunction(java.lang.String leaveUserFunction)
          Set leave user function.
 void setName(java.lang.String name)
          Set worknode name.
 void setOverloadLimit(int overloadLimit)
          Set overload limit.
 void setOverloadUserDll(java.lang.String overloadUserDll)
          Set overload user Dll.
 void setOverloadUserFunction(java.lang.String overloadUserFunction)
          Set overload user function.
 void setPidString(java.lang.String pid)
          Set pid string.
 void setTimeLimit(int timeLimit)
          Set time limit.
 void setType(int type)
          Set type.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CMBWorkNodeICM

public CMBWorkNodeICM()
               throws java.lang.Exception
Default constructor
Method Detail

getType

public int getType()
Get type. The type of a worknode : regular worknode or collection points
Returns:
the type.

setType

public void setType(int type)
Set type. The type of a worknode : regular worknode or collection points
Parameters:
type - the type

getTimeLimit

public int getTimeLimit()
Get time limit.
Returns:
the timeLimit.

setTimeLimit

public void setTimeLimit(int timeLimit)
Set time limit.
Parameters:
timeLimit - the time limit

setOverloadLimit

public void setOverloadLimit(int overloadLimit)
Set overload limit.
Parameters:
overLoadLimit - the overload limit for the work node.

getOverloadLimit

public int getOverloadLimit()
Get overload limit.
Returns:
the overload limit.

getPidString

public java.lang.String getPidString()
Get pid string.
Returns:
the pid.

setPidString

public void setPidString(java.lang.String pid)
Set pid string.
Parameters:
pid - the pid

setLeaveUserFunction

public void setLeaveUserFunction(java.lang.String leaveUserFunction)
Set leave user function.
Parameters:
leaveUserFunction - the user leave function

getLeaveUserFunction

public java.lang.String getLeaveUserFunction()
Get leave user function.
Returns:
the leave user function.

setOverloadUserFunction

public void setOverloadUserFunction(java.lang.String overloadUserFunction)
Set overload user function.
Parameters:
overloadUserFunction - the overload user function

getOverloadUserFunction

public java.lang.String getOverloadUserFunction()
Get overload user function.
Returns:
the overload user function.

setEnterUserFunction

public void setEnterUserFunction(java.lang.String enterUserFunction)
Set enter user function.
Parameters:
enterUserFunction - the user enter function

getEnterUserFunction

public java.lang.String getEnterUserFunction()
Get enter user function.
Returns:
the enter user function.

setOverloadUserDll

public void setOverloadUserDll(java.lang.String overloadUserDll)
Set overload user Dll.
Parameters:
overloadUserDll - the overload user Dll

getOverloadUserDll

public java.lang.String getOverloadUserDll()
Get overload user Dll.
Returns:
the overload user Dll.

setEnterUserDll

public void setEnterUserDll(java.lang.String enterUserDll)
Set enter user Dll.
Parameters:
enterUserDll - the enter user Dll

getEnterUserDll

public java.lang.String getEnterUserDll()
Get enter user Dll.
Returns:
the enter user Dll.

setLeaveUserDll

public void setLeaveUserDll(java.lang.String leaveUserDll)
Set leave user Dll.
Parameters:
leaveUserDll - the leave user Dll

getLeaveUserDll

public java.lang.String getLeaveUserDll()
Get leave user Dll.
Returns:
the leave user Dll.

getDescription

public java.lang.String getDescription()
Get the description.
Returns:
description. Null is returned if description is not set.

setDescription

public void setDescription(java.lang.String description)
Set the description.
Parameters:
description - the description

setCollectionResumeList

public void setCollectionResumeList(java.util.Collection collectionResumeList)
Set collection resume list.
Parameters:
collectionResumeList - the collection resume list. A collection of CMBCollectionResumeListEntryICM objects.

getCollectionResumeList

public java.util.Collection getCollectionResumeList()
Get the collection resume list.
Returns:
the collection resume list. A collection of CMBCollectionResumeListEntryICM objects.

getACLName

public java.lang.String getACLName()
Get acl name.
Returns:
the acl name.

setACLName

public void setACLName(java.lang.String acl)
Set acl name.
Parameters:
acl - the acl name

getName

public java.lang.String getName()
Get worknode name.
Returns:
the worknode name.

setName

public void setName(java.lang.String name)
Set worknode name.
Parameters:
name - the worknode name

EIP JavaBeans

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