|
IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface OperationStepInterface
BTTOperationStepInterface interface. This is the generic interface for any operation step.
Method Summary | |
---|---|
DataElement |
addElement(DataElement aDataElement)
Adds the element aDataElement to the keyed collection of the operation. |
int |
execute()
This is an abstract method. |
java.lang.String |
getApplicationId()
Returns the operation applicationId. |
Context |
getContext()
Returns the operation context. |
DataElement |
getElementAt(java.lang.String aCompositeKey)
Returns the DataElement identified by aCompositeKey. |
java.lang.Object |
getFormat(java.lang.String aFormatName)
Returns the operation format named FormatName. |
Hashtable |
getFormats()
Returns the operation formats Hashtable. |
KeyedCollection |
getKeyedCollection()
Returns the context keyedCollection. |
java.lang.String |
getName()
Returns the operation step name. |
Operation |
getOperation()
Returns the operation attribute of operationStep. |
KeyedCollection |
getParams()
Returns the parameters of the operation step. |
Context |
getParent()
Returns the Context object defined as the parent context of the operation context. |
Service |
getService(java.lang.String aServiceName)
Returns the service named aServiceName. |
java.lang.Object |
getValueAt(java.lang.String aCompositeKey)
Returns the value of the data element identified by aConpositeKey. |
void |
postExecute(java.lang.Object object)
execute the method after excuting this opstep |
java.lang.Object |
preExecute()
execute this method before excuting this opstep |
DataElement |
removeAt(java.lang.String aCompositeKey)
Removes the data element identified by aCompositeKey from the context data collection. |
void |
setApplicationId(java.lang.String appId)
Sets the operation application id to applicationId. |
void |
setContext(Context aContext)
Sets the operation context to aContext. |
void |
setKeyedCollection(KeyedCollection kColl)
Sets the operation KeyedCollection |
void |
setName(java.lang.String name)
Sets the operation step name to name. |
void |
setOperation(Operation anOperation)
Sets the operation attribute of operationStep. |
void |
setParams(KeyedCollection kc)
Sets the parameters of the operation step. |
void |
setValueAt(java.lang.String aCompositeKey,
java.lang.Object aDataValue)
Sets the value of the data identified by aCompositeKey to aDataValue. |
Method Detail |
---|
int execute() throws java.lang.Exception
java.lang.Exception
Context getContext()
java.lang.Object getFormat(java.lang.String aFormatName)
aFormatName
- java.lang.String
Operation getOperation()
KeyedCollection getParams()
java.lang.Object getValueAt(java.lang.String aCompositeKey) throws DSEObjectNotFoundException
aCompositeKey
- java.lang.String
DSEObjectNotFoundException
void setOperation(Operation anOperation)
anOperation
- com.ibm.btt.base.Operationvoid setParams(KeyedCollection kc)
kc
- com.ibm.btt.base.KeyedCollectionvoid setValueAt(java.lang.String aCompositeKey, java.lang.Object aDataValue) throws DSEObjectNotFoundException, DSEInvalidArgumentException
aCompositeKey
- java.lang.StringaDataValue
- java.lang.Object
DSEObjectNotFoundException
DSEInvalidArgumentException
void setContext(Context aContext)
aContext
- com.ibm.btt.base.ContextService getService(java.lang.String aServiceName) throws DSEObjectNotFoundException
aServiceName
- The name of the service.
DSEObjectNotFoundException
Hashtable getFormats()
Context getParent() throws DSEInvalidRequestException
DSEInvalidRequestException
java.lang.String getApplicationId()
void setApplicationId(java.lang.String appId)
name
- java.lang.Stringjava.lang.String getName()
void setName(java.lang.String name) throws DSEInvalidArgumentException
name
- java.lang.String
DSEInvalidArgumentException
DataElement addElement(DataElement aDataElement) throws DSEInvalidRequestException
aDataElement
- com.ibm.btt.base.DataElement
DSEInvalidRequestException
DataElement removeAt(java.lang.String aCompositeKey) throws DSEInvalidRequestException, DSEObjectNotFoundException
aCompositeKey
- java.lang.String
DSEInvalidRequestException
DSEObjectNotFoundException
KeyedCollection getKeyedCollection() throws DSEInvalidRequestException
DSEInvalidRequestException
void setKeyedCollection(KeyedCollection kColl) throws DSEInvalidRequestException
DSEInvalidRequestException
java.lang.Object preExecute()
void postExecute(java.lang.Object object)
object
- DataElement getElementAt(java.lang.String aCompositeKey) throws DSEObjectNotFoundException
aFormatName
- java.lang.String
DSEObjectNotFoundException
|
IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |