|
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.beans.workflow.CMBDocRoutingDataManagementICM
This bean provides services to manage ICM document routing data. You can obtain an instance of this bean from CMBConnection.
CMBConnection
, Serialized FormConstructor Summary | |
CMBDocRoutingDataManagementICM()
Default constructor. |
Method Summary | |
void |
addCMBExceptionListener(CMBExceptionListener alistener)
CMBExceptionEvent registration method. |
void |
addCMBTraceListener(CMBTraceListener alistener)
CMBTraceEvent registration method. |
boolean |
checkOutItemInWorkPackage(java.lang.String workpackagePID)
Check out an item in a specified work package. |
java.lang.String |
continueProcess(java.lang.String workpackagePID,
java.lang.String routeSelected,
java.lang.String owner)
Continue the work package to the next work node. |
CMBConnection |
getConnection()
Returns the connection bean reference. |
boolean |
isTraceEnabled()
Property getter. |
void |
onCMBConnectionReply(CMBConnectionReplyEvent evt)
Implementation of connection reply service method. |
void |
propertyChange(java.beans.PropertyChangeEvent evt)
On property change. |
void |
removeCMBExceptionListener(CMBExceptionListener alistener)
CMBExceptionEvent unregistration method. |
void |
removeCMBTraceListener(CMBTraceListener alistener)
CMBTraceEvent unregistration method. |
void |
resumeProcess(java.lang.String workpackagePID)
Resume a process. |
void |
setConnection(CMBConnection conn)
Set the reference of connection bean. |
void |
setTraceEnabled(boolean newValue)
Sets the trace property value. |
void |
setWorkPackageOwner(java.lang.String workpackagePID,
java.lang.String owner)
Set the work package owner |
void |
setWorkPackagePriority(java.lang.String workpackagePID,
int priority)
Set the priority of the work package for the specified work package pid |
java.lang.String |
startProcess(java.lang.String processName,
java.lang.String itemID,
int priority,
java.lang.String owner)
Start a process. |
void |
suspendProcess(java.lang.String workpackagePID,
int minutes,
java.util.Collection resumeList)
Suspend the process. |
void |
terminateProcess(java.lang.String workpackagePID)
Terminate a process. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public CMBDocRoutingDataManagementICM()
Method Detail |
public java.lang.String continueProcess(java.lang.String workpackagePID, java.lang.String routeSelected, java.lang.String owner) throws CMBException
workpackagePID
- the work package pidrouteSelected
- the route selectedowner
- the ownerCMBException
- public void suspendProcess(java.lang.String workpackagePID, int minutes, java.util.Collection resumeList) throws CMBException
workpackagePID
- the work package pidminutes
- the number of minutes that the process will be suspended forresumeList
- a collection of CMBResumeListEntryICM objects.CMBException
- public void setWorkPackagePriority(java.lang.String workpackagePID, int priority) throws CMBException
workpackagePID
- the work package pidCMBException
- public void setWorkPackageOwner(java.lang.String workpackagePID, java.lang.String owner) throws CMBException
workpackagePID
- the work package pidowner
- the ownerCMBException
- public void resumeProcess(java.lang.String workpackagePID) throws CMBException
workpackagePID
- the pid of the work package to be resumedCMBException
- public java.lang.String startProcess(java.lang.String processName, java.lang.String itemID, int priority, java.lang.String owner) throws CMBException
processName
- the name of the process.itemID
- the pid of the item to be carried in the work packagepriority
- the priority of the work package.owner
- the owner. The owner is optional and may be an empty or null string.
If the owner is an empty or null string, no user ID is assigned to the
work package.CMBException
- public boolean checkOutItemInWorkPackage(java.lang.String workpackagePID) throws CMBException
workpackagePID
- the work package pidCMBException
- public void terminateProcess(java.lang.String workpackagePID) throws CMBException
workpackagePID
- the work package pid of the process to be terminatedCMBException
- public void onCMBConnectionReply(CMBConnectionReplyEvent evt)
onCMBConnectionReply
in interface CMBConnectionReplyListener
evt
- a CMBConnectionReplyEventpublic void propertyChange(java.beans.PropertyChangeEvent evt)
propertyChange
in interface java.beans.PropertyChangeListener
evt
- a property changed eventpublic void addCMBExceptionListener(CMBExceptionListener alistener)
alistener
- listener to be registeredpublic void removeCMBExceptionListener(CMBExceptionListener alistener)
alistener
- listener to be unregisteredpublic void addCMBTraceListener(CMBTraceListener alistener)
alistener
- listener to be registeredpublic void removeCMBTraceListener(CMBTraceListener alistener)
alistener
- listener to be unregisteredpublic boolean isTraceEnabled()
public void setTraceEnabled(boolean newValue)
newValue
- new trace option valuepublic void setConnection(CMBConnection conn)
conn
- reference of connection beanpublic CMBConnection getConnection()
|
EIP JavaBeans | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |