Enterprise Information Portal APIs

com.ibm.mm.sdk.common
Class DKWorkFlowCollectionPointFed

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

public class DKWorkFlowCollectionPointFed
extends java.lang.Object
implements dkWorkFlowCollectionPoint, java.io.Serializable

See Also:
Serialized Form

Constructor Summary
DKWorkFlowCollectionPointFed()
          Default Constructor
DKWorkFlowCollectionPointFed(dkDatastore ds)
          Constructor with dkDatastore reference
DKWorkFlowCollectionPointFed(dkDatastore ds, java.lang.String processID)
          Constructor with name and description
 
Method Summary
 java.lang.String getActImplCorrID()
          Gets the MQWF assigned correlation id of this collection point
 java.lang.String getActivityName()
          Gets the name of the collection node defined in the work flow diagram
 dkDatastore getDatastore()
          Gets the datastore
 boolean getEventDeleteFlag()
          Indicates whether this collection point can be deleted or not.
 java.lang.String getEventTest()
          Gets event to test specified on the collection brance of the work flow diagram Each collection node can define multiple branch events.
 java.lang.String getProcessID()
          Gets the process id of the work flow event object
 java.lang.String getWorkFlowStarterID()
          Gets the work flow starter id of the work flow event object
 void setActImplCorrID(java.lang.String actImplCorrID)
          Sets the MQWF assigned correlation id of this collection point
 void setActivityName(java.lang.String activityName)
          Sets the name of collection node defined in the work flow diagram
 void setDatastore(dkDatastore ds)
          Sets datastore object
 void setEventDeleteFlag(boolean deleteFlag)
          Sets the flag to indicate whether the collection point can be deleted or not.
 void setEventTest(java.lang.String eventTest)
          Gets event to test specified on the collection brance of the work flow diagram Each collection node can define multiple branch events.
 void setProcessID(java.lang.String processID)
          Sets the process id of the work flow event object
 void setWorkFlowStarterID(java.lang.String workFlowStarterID)
          Sets the work flow starter id of the work flow event object
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DKWorkFlowCollectionPointFed

public DKWorkFlowCollectionPointFed()
Default Constructor

DKWorkFlowCollectionPointFed

public DKWorkFlowCollectionPointFed(dkDatastore ds)
Constructor with dkDatastore reference
Parameters:
ds - dkDatastore - datastore object

DKWorkFlowCollectionPointFed

public DKWorkFlowCollectionPointFed(dkDatastore ds,
                                    java.lang.String processID)
Constructor with name and description
Parameters:
ds - dkDatastore - datastore object
activityName - - name of the activity in this work flow event object
Method Detail

getDatastore

public dkDatastore getDatastore()
Gets the datastore
Specified by:
getDatastore in interface dkWorkFlowCollectionPoint
Returns:
dkDatastore object

setDatastore

public void setDatastore(dkDatastore ds)
Sets datastore object
Specified by:
setDatastore in interface dkWorkFlowCollectionPoint
Parameters:
ds - dkDatastore - datastore object

getActivityName

public java.lang.String getActivityName()
Gets the name of the collection node defined in the work flow diagram
Specified by:
getActivityName in interface dkWorkFlowCollectionPoint
Returns:
name of the collection node in the work flow diagram

setActivityName

public void setActivityName(java.lang.String activityName)
Sets the name of collection node defined in the work flow diagram
Specified by:
setActivityName in interface dkWorkFlowCollectionPoint
Parameters:
activityName - - name of the collection node

getEventTest

public java.lang.String getEventTest()
Gets event to test specified on the collection brance of the work flow diagram Each collection node can define multiple branch events.
Specified by:
getEventTest in interface dkWorkFlowCollectionPoint
Returns:
the event test

setEventTest

public void setEventTest(java.lang.String eventTest)
Gets event to test specified on the collection brance of the work flow diagram Each collection node can define multiple branch events.
Specified by:
setEventTest in interface dkWorkFlowCollectionPoint
Parameters:
eventTest - the event test

setActImplCorrID

public void setActImplCorrID(java.lang.String actImplCorrID)
Sets the MQWF assigned correlation id of this collection point
Specified by:
setActImplCorrID in interface dkWorkFlowCollectionPoint
Parameters:
aclImplCorrID - correlation id of the collection point

getActImplCorrID

public java.lang.String getActImplCorrID()
Gets the MQWF assigned correlation id of this collection point
Specified by:
getActImplCorrID in interface dkWorkFlowCollectionPoint
Returns:
the correlation id of the work flow collection point

getWorkFlowStarterID

public java.lang.String getWorkFlowStarterID()
Gets the work flow starter id of the work flow event object
Specified by:
getWorkFlowStarterID in interface dkWorkFlowCollectionPoint
Returns:
the work flow starter id of the work flow collection point object

setWorkFlowStarterID

public void setWorkFlowStarterID(java.lang.String workFlowStarterID)
Sets the work flow starter id of the work flow event object
Specified by:
setWorkFlowStarterID in interface dkWorkFlowCollectionPoint
Parameters:
workFlowStarterID - the work flow starter id of the work flow object

getProcessID

public java.lang.String getProcessID()
Gets the process id of the work flow event object
Specified by:
getProcessID in interface dkWorkFlowCollectionPoint
Returns:
the process id of the work flow collection point object

setProcessID

public void setProcessID(java.lang.String processID)
Sets the process id of the work flow event object
Specified by:
setProcessID in interface dkWorkFlowCollectionPoint
Parameters:
processID - the process id of the work flow collection point object

getEventDeleteFlag

public boolean getEventDeleteFlag()
Indicates whether this collection point can be deleted or not.
Specified by:
getEventDeleteFlag in interface dkWorkFlowCollectionPoint
Returns:
true if this collection point can be deleted, false otherwise

setEventDeleteFlag

public void setEventDeleteFlag(boolean deleteFlag)
Sets the flag to indicate whether the collection point can be deleted or not.
Specified by:
setEventDeleteFlag in interface dkWorkFlowCollectionPoint
Parameters:
eventDeleteFlag - the collection point delete flag of the work flow colleciton point object

EIP Java APIs

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