Enterprise Information Portal APIs

com.ibm.mm.sdk.common
Interface dkWorkFlowCollectionPoint

All Known Implementing Classes:
DKWorkFlowCollectionPointFed

public interface dkWorkFlowCollectionPoint


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
 

Method Detail

getDatastore

public dkDatastore getDatastore()
Gets the datastore
Returns:
dkDatastore object

setDatastore

public void setDatastore(dkDatastore ds)
Sets datastore object
Parameters:
ds - dkDatastore - datastore object

getActivityName

public java.lang.String getActivityName()
Gets the name of the collection node defined in the work flow diagram
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
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.
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.
Parameters:
eventTest - the event test

setActImplCorrID

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

getActImplCorrID

public java.lang.String getActImplCorrID()
Gets the MQWF assigned correlation id of this collection point
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
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
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
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
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.
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.
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.