public class ImportableFieldsConnector extends BaseConnector
ImportableFieldsOperation
and with
ImportableFieldsBrowser
for additional operation fields.Constructor and Description |
---|
ImportableFieldsConnector() |
Modifier and Type | Method and Description |
---|---|
Browser |
createBrowser(BrowseContext context)
Creates a new
ImportableFieldsBrowser using the provided browse context |
protected Operation |
createExecuteOperation(OperationContext context)
Creates a new
ImportableFieldsOperation using the provided operation context |
createCreateOperation, createDeleteOperation, createGetOperation, createOperation, createQueryOperation, createUpdateOperation, createUpsertOperation, getContext, initialize, setContext
public Browser createBrowser(BrowseContext context)
ImportableFieldsBrowser
using the provided browse contextcontext
- 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.protected Operation createExecuteOperation(OperationContext context)
ImportableFieldsOperation
using the provided operation contextcreateExecuteOperation
in class BaseConnector
context
- the new operation's context