Class ImportableFieldsConnector
- java.lang.Object
-
- com.boomi.connector.util.BaseConnector
-
- com.boomi.connector.sample.browse.ImportableFieldsConnector
-
- All Implemented Interfaces:
Connector
public class ImportableFieldsConnector extends BaseConnector
Simple Connector which creates a single execute operationImportableFieldsOperation
and withImportableFieldsBrowser
for additional operation fields.
-
-
Constructor Summary
Constructors Constructor Description ImportableFieldsConnector()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Browser
createBrowser(BrowseContext context)
Creates a newImportableFieldsBrowser
using the provided browse contextprotected Operation
createExecuteOperation(OperationContext context)
Creates a newImportableFieldsOperation
using the provided operation context-
Methods inherited from class com.boomi.connector.util.BaseConnector
createCreateOperation, createDeleteOperation, createGetOperation, createOperation, createQueryOperation, createUpdateOperation, createUpsertOperation, getContext, initialize, setContext
-
-
-
-
Method Detail
-
createBrowser
public Browser createBrowser(BrowseContext context)
Creates a newImportableFieldsBrowser
using the provided browse context- Specified by:
createBrowser
in interfaceConnector
- Overrides:
createBrowser
in classBaseConnector
- Parameters:
context
- the context for this browse operation. this context is considered to be owned by the Browser after this call and may be held by the Browser for use in subsequent method calls.- Returns:
- a Browser for use when browsing this connector
-
createExecuteOperation
protected Operation createExecuteOperation(OperationContext context)
Creates a newImportableFieldsOperation
using the provided operation context- Overrides:
createExecuteOperation
in classBaseConnector
- Parameters:
context
- the new operation's context- Returns:
- a valid operation
-
-