Uses of Class
com.ibm.di.connector.disb.model.BaseOperation

Packages that use BaseOperation
com.ibm.di.connector.disb   
com.ibm.di.connector.disb.model   
 

Uses of BaseOperation in com.ibm.di.connector.disb
 

Methods in com.ibm.di.connector.disb with parameters of type BaseOperation
protected  void DISBConnector.buildEntryForOperation(Entry entry, BaseOperation operation, Attribute operAttr, boolean isRefresh)
          Method populates the Entry with the configuration items based on the Topic types along with the relationships if existing.
protected  void DISBJSONMessageTransformer.convertJsonToOperation(com.ibm.json.java.OrderedJSONObject operJsonObj, BaseOperation operModelObj)
          Method to parse the Instance or Model Topic's JSON Operation contents.
 

Uses of BaseOperation in com.ibm.di.connector.disb.model
 

Subclasses of BaseOperation in com.ibm.di.connector.disb.model
 class Create
          

Note: This class is for internal usage only.
 class Delete
          

Note: This class is for internal usage only.
 class Modify
          

Note: This class is for internal usage only.
 class Reference
          

Note: This class is for internal usage only.