- add(Payload) - Method in interface com.boomi.connector.api.listen.PayloadBatch
-
Adds a payload to the batch.
- addApplicationError(OperationResponse, TrackedData, String, Payload) - Static method in class com.boomi.connector.api.ResponseUtil
-
Adds a single application error result for the given input to the given response.
- addArguments(Object...) - Method in class com.boomi.connector.testutil.QuerySimpleBuilder
-
Adds some arguments to the expression.
- addAttribute(String, String) - Method in class com.boomi.connector.util.xml.ElementWrapperEventGenerator
-
Adds a an attribute with the given name and value to the most recently added wrapper element.
- addAttribute(String, String, String, String) - Method in class com.boomi.connector.util.xml.ElementWrapperEventGenerator
-
Adds a an attribute with the given name/prefix/namespace and value to the most recently added wrapper element.
- addAttribute(QName, String) - Method in class com.boomi.connector.util.xml.ElementWrapperEventGenerator
-
Adds a an attribute with the given QName and value to the most recently added wrapper element.
- addCombinedFailure(OperationResponse, Iterable<? extends TrackedData>, String) - Static method in class com.boomi.connector.api.ResponseUtil
-
Adds a single failure result with an empty payload for the given inputs to the given response.
- addCombinedFailure(OperationResponse, Iterable<? extends TrackedData>, String, Payload) - Static method in class com.boomi.connector.api.ResponseUtil
-
Adds a single failure result for the given inputs to the given response.
- addCombinedResult(Iterable<? extends TrackedData>, OperationStatus, String, String, Payload) - Method in interface com.boomi.connector.api.OperationResponse
-
Adds a single result for a multiple inputs.
- addCombinedResult(Iterable<? extends TrackedData>, OperationStatus, String, String, Payload) - Method in class com.boomi.connector.testutil.SimpleOperationResponse
-
- addCombinedSuccess(OperationResponse, Iterable<? extends TrackedData>, String) - Static method in class com.boomi.connector.api.ResponseUtil
-
Adds a single successful result with an empty payload for the given inputs to the given response.
- addCombinedSuccess(OperationResponse, Iterable<? extends TrackedData>, String, Payload) - Static method in class com.boomi.connector.api.ResponseUtil
-
Adds a single successful result for the given inputs to the given response.
- addConnectionProperty(String, Object) - Method in class com.boomi.connector.testutil.ConnectorTestContext
-
Method to add a connection property to the context
- addCookie(ObjectDefinitionRole, String) - Method in class com.boomi.connector.testutil.ConnectorTestContext
-
Method to add a cookie to the context
- addEmptyFailure(OperationResponse, TrackedData, String) - Static method in class com.boomi.connector.api.ResponseUtil
-
Adds a single failure result for the given input to the given response (this will not generate any output
document).
- addEmptyFailures(OperationResponse, Iterable<? extends TrackedData>, String) - Static method in class com.boomi.connector.api.ResponseUtil
-
Adds a failure result for each of the given inputs to the given response (this will not generate any output
documents).
- addEmptyResult(TrackedData, OperationStatus, String, String) - Method in interface com.boomi.connector.api.OperationResponse
-
Adds a single empty result for a single input.
- addEmptyResult(TrackedData, OperationStatus, String, String) - Method in class com.boomi.connector.testutil.SimpleOperationResponse
-
- addEmptyResults(OperationResponse, Iterable<? extends TrackedData>, OperationStatus, String, String) - Static method in class com.boomi.connector.api.ResponseUtil
-
Adds each of the given inputs to the given response as an empty result (this will not generate any output
documents).
- addEmptyResultWithHttpStatus(OperationResponse, TrackedData, int, String) - Static method in class com.boomi.connector.api.ResponseUtil
-
Adds the given input to the given response as an empty result (this will not generate any output documents).
- addEmptySuccess(OperationResponse, TrackedData, String) - Static method in class com.boomi.connector.api.ResponseUtil
-
Adds a single successful result for the given input to the given response (this will not generate any output
document).
- addEmptySuccesses(OperationResponse, Iterable<? extends TrackedData>, String) - Static method in class com.boomi.connector.api.ResponseUtil
-
Adds a successful result for each of the given inputs to the given response (this will not generate any output
document).
- addEndEvents(XMLEventWriter) - Method in class com.boomi.connector.util.xml.ElementWrapperEventGenerator
-
Adds all end-events for the currently configured wrapper elements and attributes to the given writer.
- addErrorResult(TrackedData, OperationStatus, String, String, Throwable) - Method in interface com.boomi.connector.api.OperationResponse
-
Adds a single error result for a single input.
- addErrorResult(TrackedData, OperationStatus, String, String, Throwable) - Method in class com.boomi.connector.testutil.SimpleOperationResponse
-
- addExceptionFailure(OperationResponse, TrackedData, Throwable) - Static method in class com.boomi.connector.api.ResponseUtil
-
Adds a failure for the given input as well as logs the given Throwable.
- addExceptionFailures(OperationResponse, Iterable<? extends TrackedData>, Throwable) - Static method in class com.boomi.connector.api.ResponseUtil
-
Adds a failure for each of the given inputs as well as logs the given Throwable.
- addExpressions(Object...) - Method in class com.boomi.connector.testutil.QueryGroupingBuilder
-
Adds some nested expressions to the expression.
- addFailure(OperationResponse, TrackedData, String) - Static method in class com.boomi.connector.api.ResponseUtil
-
Adds a single failure result with an empty payload for the given input to the given response.
- addFailure(OperationResponse, TrackedData, String, Payload) - Static method in class com.boomi.connector.api.ResponseUtil
-
Adds a single failure result for the given input to the given response.
- addObjectEvent(XMLEvent) - Method in class com.boomi.connector.util.xml.XMLEventUtilBase
-
Called to add the given event to the given writer for the current object.
- addOperationProperty(String, Object) - Method in class com.boomi.connector.testutil.ConnectorTestContext
-
Method to add an operation property to the context
- addPartialFailure(OperationResponse, TrackedData, String, Payload) - Static method in class com.boomi.connector.api.ResponseUtil
-
Adds one of the failure results for the given input to the given response.
- addPartialFailures(OperationResponse, Iterable<? extends TrackedData>, String, Payload) - Static method in class com.boomi.connector.api.ResponseUtil
-
Adds failure results for the given inputs to the given response.
- addPartialResult(TrackedData, OperationStatus, String, String, Payload) - Method in interface com.boomi.connector.api.OperationResponse
-
Adds a single result which is one of multiple results for a single input.
- addPartialResult(Iterable<? extends TrackedData>, OperationStatus, String, String, Payload) - Method in interface com.boomi.connector.api.OperationResponse
-
Adds a single result which is one of multiple results for a group of inputs.
- addPartialResult(OperationResponse, TrackedData, ConnectorResult) - Static method in class com.boomi.connector.api.ResponseUtil
-
- addPartialResult(TrackedData, OperationStatus, String, String, Payload) - Method in class com.boomi.connector.testutil.SimpleOperationResponse
-
- addPartialResult(Iterable<? extends TrackedData>, OperationStatus, String, String, Payload) - Method in class com.boomi.connector.testutil.SimpleOperationResponse
-
- addPartialResultWithHttpStatus(OperationResponse, TrackedData, int, String) - Static method in class com.boomi.connector.api.ResponseUtil
-
Adds a single partial result with no payload for the given input to the given response.
- addPartialResultWithHttpStatus(OperationResponse, TrackedData, int, String, Payload) - Static method in class com.boomi.connector.api.ResponseUtil
-
Adds a single partial result for the given input to the given response.
- addPartialSuccess(OperationResponse, TrackedData, String, Payload) - Static method in class com.boomi.connector.api.ResponseUtil
-
Adds one of the successful results for the given input to the given response.
- addPartialSuccesses(OperationResponse, Iterable<? extends TrackedData>, String, Payload) - Static method in class com.boomi.connector.api.ResponseUtil
-
Adds successful results for the given inputs to the given response.
- addResult(TrackedData, OperationStatus, String, String, Payload) - Method in interface com.boomi.connector.api.OperationResponse
-
Adds a single result for a single input.
- addResult(OperationResponse, TrackedData, ConnectorResult) - Static method in class com.boomi.connector.api.ResponseUtil
-
- addResult(OperationResponse, TrackedData, ConnectorStatus) - Static method in class com.boomi.connector.api.ResponseUtil
-
- addResult(OperationResponse, TrackedData, ConnectorStatus, Payload) - Static method in class com.boomi.connector.api.ResponseUtil
-
- addResult(TrackedData, OperationStatus, String, String, Payload) - Method in class com.boomi.connector.testutil.SimpleOperationResponse
-
- addResult(ObjectData, OperationResponse, OperationStatus, String, String, Payload) - Method in class com.boomi.connector.ws.WSExecuteOperation
-
Handles adding result to the operation response after webservice execution.
- addResultWithHttpStatus(OperationResponse, TrackedData, int, String, Payload) - Static method in class com.boomi.connector.api.ResponseUtil
-
Adds a single result for the given input to the given response.
- addSelectableField(String) - Method in class com.boomi.connector.testutil.ConnectorTestContext
-
Method to add a selectable field to the context
- addSplitFailure(OperationResponse, TrackedData, String, Iterable<? extends Payload>) - Static method in class com.boomi.connector.api.ResponseUtil
-
Adds all of the failure results for the given input to the given response.
- addSplitResult(OperationResponse, TrackedData, OperationStatus, String, String, Iterable<? extends Payload>) - Static method in class com.boomi.connector.api.ResponseUtil
-
Adds all of the results for the given input to the given response.
- addSplitSuccess(OperationResponse, TrackedData, String, Iterable<? extends Payload>) - Static method in class com.boomi.connector.api.ResponseUtil
-
Adds all of the successful results for the given input to the given response.
- addStartEvents(XMLEventWriter) - Method in class com.boomi.connector.util.xml.ElementWrapperEventGenerator
-
Adds all start-events for the currently configured wrapper elements and attributes to the given writer.
- addSuccess(OperationResponse, TrackedData, String) - Static method in class com.boomi.connector.api.ResponseUtil
-
Adds a single successful result with an empty payload for the given input to the given response.
- addSuccess(OperationResponse, TrackedData, String, Payload) - Static method in class com.boomi.connector.api.ResponseUtil
-
Adds a single successful result for the given input to the given response.
- addToCache(Object, Object) - Method in class com.boomi.connector.testutil.ConnectorTestContext
-
Method to add a key/value pair to the connector cache
- addWrapperElement(String) - Method in class com.boomi.connector.util.xml.ElementWrapperEventGenerator
-
Adds a new wrapper element with the given name.
- addWrapperElement(String, String, String) - Method in class com.boomi.connector.util.xml.ElementWrapperEventGenerator
-
Adds a new wrapper element with the given name/prefix/namespace.
- addWrapperElement(QName) - Method in class com.boomi.connector.util.xml.ElementWrapperEventGenerator
-
Adds a new wrapper element with the given QName.
- afterOperation(List<SimpleOperationResult>) - Method in class com.boomi.connector.testutil.junit.OperationTest
-
- afterOperation(SimpleOperationResult) - Method in class com.boomi.connector.testutil.junit.OperationTest
-
- afterTestBrowseProfile(ObjectDefinitions) - Method in class com.boomi.connector.testutil.junit.BrowserTest
-
- ALL_TYPES - Static variable in class com.boomi.connector.api.OperationType.Config
-
- ALL_TYPES_SYMBOL - Static variable in class com.boomi.connector.api.OperationType.Config
-
- AllowedValue - Class in com.boomi.connector.api.ui
-
Specification for an allowed value in a field.
- AllowedValue() - Constructor for class com.boomi.connector.api.ui.AllowedValue
-
- allowedValues - Variable in class com.boomi.connector.api.ui.BrowseField
-
- and(Object...) - Static method in class com.boomi.connector.testutil.QueryGroupingBuilder
-
- ANNOTATIONS - Static variable in class com.boomi.connector.api.BrowseUtil
-
Constant indicating the name of the Annotations node (JSON) that Boomi annotation resides in
- APIVersion - Enum in com.boomi.connector.testutil
-
- appendErrorDetail(Element, StringBuilder, List<String>) - Static method in class com.boomi.connector.ws.WSConnection
-
Appends any non-empty details to the given StringBuilder.
- arguments - Variable in class com.boomi.connector.api.SimpleExpression
-
- ArrayTypeBuilder<P extends NestingBuilder> - Interface in com.boomi.util.json.schema
-
Builder class for building array type definitions.
- asBoolean(JsonNode, String) - Static method in class com.boomi.util.json.JSONUtil
-
Util method to safely get the specified field as a boolean.
- asText(JsonNode, String) - Static method in class com.boomi.util.json.JSONUtil
-
Util method to safely get the content of the specified field using
JsonNode.asText()
.
- ATOM_DATE_FORMAT - Static variable in class com.boomi.connector.api.RequestUtil
-
date format used internally by the Boomi Atom
- AtomConfig - Interface in com.boomi.connector.api
-
Atom configuration information which may be of use to a Connector.
- AtomContext - Interface in com.boomi.connector.api
-
Basic contextual information about the atom in which the connector is executing.
- AtomProxyConfig - Interface in com.boomi.connector.api
-
Atom proxy configuration information which may be of use to a developer.
- AUTH_TYPE_PROPERTY - Static variable in class com.boomi.connector.ws.WSConnection
-
connection property which users can use to set the authentication type
- BadInputStreamSampleOperation - Class in com.boomi.connector.sample.resource
-
Sample update operation that demonstrates some poor practices regarding input streams.
- BadInputStreamSampleOperation(OperationContext) - Constructor for class com.boomi.connector.sample.resource.BadInputStreamSampleOperation
-
- BaseBrowser - Class in com.boomi.connector.util
-
Utility base class for implementing a
Browser
.
- BaseBrowser(BrowseContext) - Constructor for class com.boomi.connector.util.BaseBrowser
-
Creates a new instance using the required operation context.
- BaseBrowser(BaseConnection<BrowseContext>) - Constructor for class com.boomi.connector.util.BaseBrowser
-
Creates a new instance using the required base connection.
- BaseCloseableConnectorResult<S extends Closeable> - Class in com.boomi.connector.util.result
-
- BaseCloseableConnectorResult(S) - Constructor for class com.boomi.connector.util.result.BaseCloseableConnectorResult
-
Creates a new instance based on the provided "source" (required).
- BaseConnection<C extends ConnectorContext> - Class in com.boomi.connector.util
-
The BaseConnection class is used to implement behavior which is common across all types of interactions with the
target service (i.e.
- BaseConnection(C) - Constructor for class com.boomi.connector.util.BaseConnection
-
Creates a new instance using the specified context.
- BaseConnector - Class in com.boomi.connector.util
-
Utility base class for implementing a
Connector
.
- BaseConnector() - Constructor for class com.boomi.connector.util.BaseConnector
-
- BaseConnectorResult<S> - Class in com.boomi.connector.util.result
-
Base
ConnectorResult
that provides access to the "source" (e.g., an HTTP response) of the result.
- BaseConnectorResult(S) - Constructor for class com.boomi.connector.util.result.BaseConnectorResult
-
Creates a new instance based on the provided "source" (required).
- BaseConsumerListenOperation - Class in com.boomi.connector.sample.listen
-
- BaseConsumerListenOperation(OperationContext) - Constructor for class com.boomi.connector.sample.listen.BaseConsumerListenOperation
-
Creates a new instance using the provided context
- BaseDeleteOperation - Class in com.boomi.connector.util
-
Utility base class for implementing a DELETE
Operation
.
- BaseDeleteOperation(OperationContext) - Constructor for class com.boomi.connector.util.BaseDeleteOperation
-
- BaseDeleteOperation(BaseConnection) - Constructor for class com.boomi.connector.util.BaseDeleteOperation
-
- BaseGetOperation - Class in com.boomi.connector.util
-
Utility base class for implementing a GET
Operation
.
- BaseGetOperation(OperationContext) - Constructor for class com.boomi.connector.util.BaseGetOperation
-
- BaseGetOperation(BaseConnection) - Constructor for class com.boomi.connector.util.BaseGetOperation
-
- BaseListenConnector<M extends ListenManager> - Class in com.boomi.connector.util.listen
-
- BaseListenConnector() - Constructor for class com.boomi.connector.util.listen.BaseListenConnector
-
- BaseListenManager - Class in com.boomi.connector.util.listen
-
- BaseListenManager(ConnectorContext) - Constructor for class com.boomi.connector.util.listen.BaseListenManager
-
- BaseListenManager(BaseConnection<ConnectorContext>) - Constructor for class com.boomi.connector.util.listen.BaseListenManager
-
- BaseListenOperation<M extends ListenManager> - Class in com.boomi.connector.util.listen
-
- BaseListenOperation(OperationContext) - Constructor for class com.boomi.connector.util.listen.BaseListenOperation
-
Creates a new instance using the provided context.
- BaseListenOperation(BaseConnection<OperationContext>) - Constructor for class com.boomi.connector.util.listen.BaseListenOperation
-
Creates a new instance using the provided connection.
- BaseOperation - Class in com.boomi.connector.util
-
Utility base class for implementing an
Operation
.
- BaseOperation(OperationContext) - Constructor for class com.boomi.connector.util.BaseOperation
-
- BaseOperation(BaseConnection) - Constructor for class com.boomi.connector.util.BaseOperation
-
- BasePayload - Class in com.boomi.connector.api
-
Convenience base class for Payload implementations.
- BasePayload() - Constructor for class com.boomi.connector.api.BasePayload
-
- BasePollingManager - Class in com.boomi.connector.util.listen
-
- BasePollingManager(ConnectorContext) - Constructor for class com.boomi.connector.util.listen.BasePollingManager
-
Creates a new instance using the provided context and default values for polling interval / unit.
- BasePollingManager(BaseConnection<ConnectorContext>) - Constructor for class com.boomi.connector.util.listen.BasePollingManager
-
Creates a new instance using the provided connection and default values for polling interval / unit.
- BasePollingManager(ConnectorContext, long, TimeUnit) - Constructor for class com.boomi.connector.util.listen.BasePollingManager
-
Creates a new instance using the provided context and polling interval / unit.
- BasePollingManager(BaseConnection<ConnectorContext>, long, TimeUnit) - Constructor for class com.boomi.connector.util.listen.BasePollingManager
-
Creates a new instance using the provided connection and polling interval / unit.
- BasePollingOperation<M extends BasePollingManager> - Class in com.boomi.connector.util.listen
-
Base
ListenOperation
that can be used to poll for payloads and submit them in process executions.
- BasePollingOperation(OperationContext) - Constructor for class com.boomi.connector.util.listen.BasePollingOperation
-
Creates a new instance using the provided context.
- BasePollingOperation(BaseConnection<OperationContext>) - Constructor for class com.boomi.connector.util.listen.BasePollingOperation
-
Creates a new instance using the provided connection.
- BaseQueryOperation - Class in com.boomi.connector.util
-
Utility base class for implementing a QUERY
Operation
.
- BaseQueryOperation(OperationContext) - Constructor for class com.boomi.connector.util.BaseQueryOperation
-
- BaseQueryOperation(BaseConnection) - Constructor for class com.boomi.connector.util.BaseQueryOperation
-
- BaseUpdateOperation - Class in com.boomi.connector.util
-
Utility base class for implementing a CREATE, UPDATE, UPSERT or EXECUTE
Operation
.
- BaseUpdateOperation(OperationContext) - Constructor for class com.boomi.connector.util.BaseUpdateOperation
-
- BaseUpdateOperation(BaseConnection) - Constructor for class com.boomi.connector.util.BaseUpdateOperation
-
- BaseWatchableManager - Class in com.boomi.connector.util.listen
-
- BaseWatchableManager(ConnectorContext) - Constructor for class com.boomi.connector.util.listen.BaseWatchableManager
-
Creates a new instance using the provided context and default values for polling interval / unit.
- BaseWatchableManager(ConnectorContext, long, TimeUnit) - Constructor for class com.boomi.connector.util.listen.BaseWatchableManager
-
Creates a new instance using the provided context and polling interval / unit.
- BaseWatchableOperation<M extends BaseWatchableManager,W extends Watchable> - Class in com.boomi.connector.util.listen
-
- BaseWatchableOperation(OperationContext) - Constructor for class com.boomi.connector.util.listen.BaseWatchableOperation
-
Creates a new instance using the provided context.
- BaseWatchableOperation(BaseConnection<OperationContext>) - Constructor for class com.boomi.connector.util.listen.BaseWatchableOperation
-
Creates a new instance using the provided connection.
- BatchByCountListenOperation - Class in com.boomi.connector.sample.listen.batch
-
- BatchByCountListenOperation(OperationContext) - Constructor for class com.boomi.connector.sample.listen.batch.BatchByCountListenOperation
-
Creates a new instance using the provided context
- blacklistedKeys - Variable in class com.boomi.connector.api.ui.CustomPropertiesFieldConfig
-
- BooleanTypeBuilder<P extends NestingBuilder> - Interface in com.boomi.util.json.schema
-
Builder class for building boolean type definitions.
- BOOMI_ANNOTATION_DATAFORMAT - Static variable in class com.boomi.connector.api.BrowseUtil
-
Constant indicating the name of the Data Format element
- BOOMI_ANNOTATION_DATATYPE - Static variable in class com.boomi.connector.api.BrowseUtil
-
Constant indicating the name of the dataType attribute
- BOOMI_ANNOTATION_FIELD - Static variable in class com.boomi.connector.api.BrowseUtil
-
Constant indicating the name of the Field element
- BOOMI_ANNOTATION_FIELD_FILTERABLE - Static variable in class com.boomi.connector.api.BrowseUtil
-
Constant indicating the name of the filterable attribute
- BOOMI_ANNOTATION_FIELD_NAME - Static variable in class com.boomi.connector.api.BrowseUtil
-
Constant indicating the name of the name attribute
- BOOMI_ANNOTATION_FIELD_SELECTABLE - Static variable in class com.boomi.connector.api.BrowseUtil
-
Constant indicating the name of the selectable attribute
- BOOMI_ANNOTATION_FIELD_SELECTED - Static variable in class com.boomi.connector.api.BrowseUtil
-
Constant indicating the name of the selected attribute
- BOOMI_ANNOTATION_FIELD_SORTABLE - Static variable in class com.boomi.connector.api.BrowseUtil
-
Constant indicating the name of the sortable attribute
- BOOMI_ANNOTATION_FIELD_TYPE - Static variable in class com.boomi.connector.api.BrowseUtil
-
Constant indicating the name of the type attribute
- BOOMI_ANNOTATION_FIELD_TYPE_NS - Static variable in class com.boomi.connector.api.BrowseUtil
-
Constant indicating the name of the type namespace attribute
- BOOMI_ANNOTATION_FIELDSPEC - Static variable in class com.boomi.connector.api.BrowseUtil
-
Constant indicating the name of the Field Specification element
- BOOMI_ANNOTATION_FILTER - Static variable in class com.boomi.connector.api.BrowseUtil
-
Constant indicating the name of the Filter element
- BOOMI_ANNOTATION_FILTER_IGNORE - Static variable in class com.boomi.connector.api.BrowseUtil
-
Constant indicating the name of the ignore attribute
- BOOMI_ANNOTATION_FORMAT - Static variable in class com.boomi.connector.api.BrowseUtil
-
Constant indicating the name of the format attribute
- BOOMI_ANNOTATION_IGNORE_FOR_FILTERS - Static variable in class com.boomi.connector.api.BrowseUtil
-
Constant indicating the name of the ignore filters attribute
- BOOMI_ANNOTATION_IGNORE_FOR_SELECTION - Static variable in class com.boomi.connector.api.BrowseUtil
-
Constant indicating the name of the ignore filters attribute
- BOOMI_ANNOTATION_IGNORE_FOR_SORT - Static variable in class com.boomi.connector.api.BrowseUtil
-
Constant indicating the name of the ignore filters attribute
- BOOMI_ANNOTATION_JSON_DATAFORMAT - Static variable in class com.boomi.connector.api.BrowseUtil
-
Constant indicating the name of the Data Format node (JSON)
- BOOMI_ANNOTATION_JSON_FIELDS - Static variable in class com.boomi.connector.api.BrowseUtil
-
Constant indicating the name of the Fields node (JSON)
- BOOMI_ANNOTATION_JSON_FIELDSPEC - Static variable in class com.boomi.connector.api.BrowseUtil
-
Constant indicating the name of the Field Specification node (JSON)
- BOOMI_ANNOTATION_NAMESPACE - Static variable in class com.boomi.connector.api.BrowseUtil
-
Constant indicating the namespace of the Filter annotation
- BOOMI_FIELD_DELIMITER - Static variable in class com.boomi.connector.api.BrowseUtil
-
Constant indicating the delimiter in for field names
- BootstrapConnector<K> - Class in com.boomi.connector.util
-
Connector base class which can be used to implement a Connector which downloads the actual service classes at
runtime.
- BootstrapConnector() - Constructor for class com.boomi.connector.util.BootstrapConnector
-
- BootstrapConnector.ClassLoaderCache<K> - Class in com.boomi.connector.util
-
ConnectorCache implementation used to cache a service specific ClassLoader and Connector implementation.
- BrowseContext - Interface in com.boomi.connector.api
-
Contextual information about a connector browse request.
- BrowseField - Class in com.boomi.connector.api.ui
-
Common specification for a field of information necessary in when working with a connector.
- BrowseField() - Constructor for class com.boomi.connector.api.ui.BrowseField
-
- browseProfile(String, OperationType) - Method in class com.boomi.connector.testutil.junit.ConnectorTest
-
Helper method to get the object definitions for an operation and object
type
- browseProfiles(String) - Method in class com.boomi.connector.testutil.ConnectorTester
-
Browses for object type profiles.
- Browser - Interface in com.boomi.connector.api
-
A Browser is used to query metadata about a service.
- BrowserlessListenConnector<M extends ListenManager> - Class in com.boomi.connector.util.listen
-
Base class for implementing a
ListenConnector
that does not support browsing.
- BrowserlessListenConnector() - Constructor for class com.boomi.connector.util.listen.BrowserlessListenConnector
-
- BrowserTest - Class in com.boomi.connector.testutil.junit
-
- BrowserTest(String, String, String, EnumSet<OperationType>) - Constructor for class com.boomi.connector.testutil.junit.BrowserTest
-
Creates a new test instance.
- browseTypes() - Method in class com.boomi.connector.testutil.ConnectorTester
-
Browses for object types.
- browseTypes(OperationType) - Method in class com.boomi.connector.testutil.junit.ConnectorTest
-
Helper method to get the available types for an operation
- BrowseUtil - Class in com.boomi.connector.api
-
Utility methods for browsing
- buildArray() - Method in interface com.boomi.util.json.schema.ElementTypeBuilder
-
This method builds an array definition using the internal builder.
- buildBoolean() - Method in interface com.boomi.util.json.schema.ElementTypeBuilder
-
This method builds a boolean definition using the internal builder.
- buildDefinition() - Method in interface com.boomi.util.json.schema.ArrayTypeBuilder
-
Builder method to create a type definition for this array.
- buildFieldSpec(String) - Method in interface com.boomi.util.json.schema.ComplexTypeBuilder
-
Builder method to add a new "boomi_fieldSpec" annotation to the current
object.
- buildFilterElement(Document, boolean) - Static method in class com.boomi.connector.api.BrowseUtil
-
Constructs a Filter
element
- buildFilterElement(Document, boolean, Collection<String>) - Static method in class com.boomi.connector.api.BrowseUtil
-
Constructs a Filter
element
- buildInteger() - Method in interface com.boomi.util.json.schema.ElementTypeBuilder
-
This methods builds an integer definition using the internal builder.
- buildNull() - Method in interface com.boomi.util.json.schema.ElementTypeBuilder
-
This method builds a null definition using the internal builder.
- buildNumber() - Method in interface com.boomi.util.json.schema.ElementTypeBuilder
-
This method builds a number definition using the internal builder.
- buildObject() - Method in interface com.boomi.util.json.schema.ElementTypeBuilder
-
This method builds an object definition using the internal builder.
- buildProperty(String) - Method in interface com.boomi.util.json.schema.ComplexTypeBuilder
-
Builder method to add a new property to the document.
- buildString() - Method in interface com.boomi.util.json.schema.ElementTypeBuilder
-
This method builds a string definition using the internal builder.
- ClassLoaderCache(K, ClassLoader, Connector) - Constructor for class com.boomi.connector.util.BootstrapConnector.ClassLoaderCache
-
- clearBrowseCache() - Static method in class com.boomi.connector.testutil.junit.BrowserTest
-
This method can be used to clear the browse cache.Used in scenarios when
testing object browse on different api version where different versions
support different objects on same operation.
- clearCache(Object, ConnectorContext) - Static method in class com.boomi.connector.util.ConnectorCache
-
Removes the object referred to by the provided key from the cache.
- clearObjectDefinitionCache() - Static method in class com.boomi.connector.testutil.junit.ConnectorTest
-
Setup method for connector test classes
- close() - Method in class com.boomi.connector.api.BasePayload
-
- close() - Method in class com.boomi.connector.sample.listen.polling.SimplePollingOperationConnection
-
Simulates closing the connection to the API.
- close() - Method in class com.boomi.connector.util.result.BaseCloseableConnectorResult
-
Closes the provided "source" object.
- close() - Method in class com.boomi.connector.util.xml.XMLEventUtilBase
-
- close() - Method in class com.boomi.util.json.splitter.JsonSplitter
-
- closeImpl() - Method in class com.boomi.connector.util.xml.XMLEventUtilBase
-
Does the actual close work for this instance, will only be called once.
- closeImpl() - Method in class com.boomi.connector.util.xml.XMLJoiner
-
- closeImpl() - Method in class com.boomi.connector.util.xml.XMLSplitter
-
- closeQuietly(XMLEventReader) - Static method in class com.boomi.connector.util.xml.XMLEventUtilBase
-
Closes an XMLEventReader, swallowing any exceptions that are thrown.
- closeReader() - Method in class com.boomi.connector.util.xml.XMLEventUtilBase
-
- closeWriter() - Method in class com.boomi.connector.util.xml.XMLEventUtilBase
-
- com.boomi.connector.api - package com.boomi.connector.api
-
- com.boomi.connector.api.annotation - package com.boomi.connector.api.annotation
-
- com.boomi.connector.api.listen - package com.boomi.connector.api.listen
-
- com.boomi.connector.api.listen.options - package com.boomi.connector.api.listen.options
-
- com.boomi.connector.api.network - package com.boomi.connector.api.network
-
- com.boomi.connector.api.result - package com.boomi.connector.api.result
-
- com.boomi.connector.api.ui - package com.boomi.connector.api.ui
-
- com.boomi.connector.demo - package com.boomi.connector.demo
-
- com.boomi.connector.sample - package com.boomi.connector.sample
-
- com.boomi.connector.sample.generate - package com.boomi.connector.sample.generate
-
- com.boomi.connector.sample.json - package com.boomi.connector.sample.json
-
- com.boomi.connector.sample.listen - package com.boomi.connector.sample.listen
-
- com.boomi.connector.sample.listen.batch - package com.boomi.connector.sample.listen.batch
-
- com.boomi.connector.sample.listen.connection - package com.boomi.connector.sample.listen.connection
-
- com.boomi.connector.sample.listen.managed - package com.boomi.connector.sample.listen.managed
-
- com.boomi.connector.sample.listen.polling - package com.boomi.connector.sample.listen.polling
-
- com.boomi.connector.sample.listen.singleton - package com.boomi.connector.sample.listen.singleton
-
- com.boomi.connector.sample.listen.submit - package com.boomi.connector.sample.listen.submit
-
- com.boomi.connector.sample.listen.unmanaged - package com.boomi.connector.sample.listen.unmanaged
-
- com.boomi.connector.sample.resource - package com.boomi.connector.sample.resource
-
- com.boomi.connector.testutil - package com.boomi.connector.testutil
-
- com.boomi.connector.testutil.auth - package com.boomi.connector.testutil.auth
-
- com.boomi.connector.testutil.junit - package com.boomi.connector.testutil.junit
-
- com.boomi.connector.util - package com.boomi.connector.util
-
- com.boomi.connector.util.listen - package com.boomi.connector.util.listen
-
- com.boomi.connector.util.network - package com.boomi.connector.util.network
-
- com.boomi.connector.util.result - package com.boomi.connector.util.result
-
- com.boomi.connector.util.xml - package com.boomi.connector.util.xml
-
- com.boomi.connector.ws - package com.boomi.connector.ws
-
- com.boomi.util.json - package com.boomi.util.json
-
- com.boomi.util.json.schema - package com.boomi.util.json.schema
-
- com.boomi.util.json.schema.impl - package com.boomi.util.json.schema.impl
-
- com.boomi.util.json.splitter - package com.boomi.util.json.splitter
-
- CommonBuilder<T> - Interface in com.boomi.util.json.schema
-
Builder class that defines operations common to all builders.
- ComplexTypeBuilder<T extends NestingBuilder> - Interface in com.boomi.util.json.schema
-
Builder class for building "complex" types.
- Config() - Constructor for class com.boomi.connector.api.OperationType.Config
-
- ConfigurableSubmitListenOperation - Class in com.boomi.connector.sample.listen.submit
-
- ConfigurableSubmitListenOperation(OperationContext) - Constructor for class com.boomi.connector.sample.listen.submit.ConfigurableSubmitListenOperation
-
Creates a new instance using the provided operation context.
- configureBasicAuthNonPreemptiveSecurity(WebServiceExecutor) - Method in class com.boomi.connector.ws.WSConnection
-
- configureBasicAuthSecurity(WebServiceExecutor) - Method in class com.boomi.connector.ws.WSConnection
-
- configureCustomWSSecurity(WebServiceExecutor) - Method in class com.boomi.connector.ws.WSConnection
-
- configureExecutor(WebServiceOperation, String, WebServiceExecutor) - Method in class com.boomi.connector.ws.WSConnection
-
Configures the given WebServiceExecutor using the given web service operation information.
- configureSecurity(WebServiceExecutor) - Method in class com.boomi.connector.ws.WSConnection
-
- configureUsernameWSSecurity(UserTokenPasswordType, WebServiceExecutor) - Method in class com.boomi.connector.ws.WSConnection
-
- connect() - Method in class com.boomi.connector.sample.listen.SampleConsumer
-
Opens the connection for this consumer.
- ConnectionTester - Interface in com.boomi.connector.api
-
A Connection Tester is used to perform test connection for a given connector.
- Connector - Interface in com.boomi.connector.api
-
A Connector is the central class for controlling how the Atom interacts with some external service.
- ConnectorCache<K> - Class in com.boomi.connector.util
-
- ConnectorCache(K) - Constructor for class com.boomi.connector.util.ConnectorCache
-
- ConnectorCacheFactory<K,C extends ConnectorCache<K>,X extends ConnectorContext> - Interface in com.boomi.connector.util
-
Interface for a factory which can be used to create an instance of a ConnectorCache.
- ConnectorContext - Interface in com.boomi.connector.api
-
Contextual information about a
Connector
and any relevant connection properties.
- ConnectorException - Exception in com.boomi.connector.api
-
Throwing a ConnectorException is a shortcut for indicating an OperationResponse for all outstanding inputs to an
operation.
- ConnectorException(Throwable) - Constructor for exception com.boomi.connector.api.ConnectorException
-
- ConnectorException(String) - Constructor for exception com.boomi.connector.api.ConnectorException
-
- ConnectorException(String, String) - Constructor for exception com.boomi.connector.api.ConnectorException
-
- ConnectorException(String, Throwable) - Constructor for exception com.boomi.connector.api.ConnectorException
-
- ConnectorException(String, String, Throwable) - Constructor for exception com.boomi.connector.api.ConnectorException
-
- ConnectorResult - Interface in com.boomi.connector.api.result
-
- ConnectorStatus - Interface in com.boomi.connector.api.result
-
Abstraction for the various status attributes that should be provided when adding a result to an
OperationResponse
instance.
- ConnectorTest - Class in com.boomi.connector.testutil.junit
-
- ConnectorTest() - Constructor for class com.boomi.connector.testutil.junit.ConnectorTest
-
- ConnectorTestContext - Class in com.boomi.connector.testutil
-
- ConnectorTestContext() - Constructor for class com.boomi.connector.testutil.ConnectorTestContext
-
Creates a new context with the default
SimpleAtomConfig
and an instance
of the connector specified by the implementing class
- ConnectorTester - Class in com.boomi.connector.testutil
-
Test harness for a Connector.
- ConnectorTester() - Constructor for class com.boomi.connector.testutil.ConnectorTester
-
Creates a new ConnectorTester with a default AtomConfig.
- ConnectorTester(Connector) - Constructor for class com.boomi.connector.testutil.ConnectorTester
-
Creates a new ConnectorTester for the given connector with a default
AtomConfig.
- ConnectorTester(Connector, APIVersion) - Constructor for class com.boomi.connector.testutil.ConnectorTester
-
Creates a new ConnectorTester for the given connector with a default
AtomConfig and the provided API version.
- connectorTester - Variable in class com.boomi.connector.testutil.junit.ConnectorTest
-
Connector tester instance available to all tests.
- ContentType - Enum in com.boomi.connector.api
-
Content types.
- ContextualOperation - Class in com.boomi.connector.util
-
Base class for operations that were created using an
OperationContext
and might take advantage of a
BaseConnection
but might not implement the same base interface.
- ContextualOperation(OperationContext) - Constructor for class com.boomi.connector.util.ContextualOperation
-
Creates a new instance using the required operation context.
- ContextualOperation(BaseConnection) - Constructor for class com.boomi.connector.util.ContextualOperation
-
Creates a new instance using the required base connection.
- cookie - Variable in class com.boomi.connector.api.ObjectDefinition
-
- copy() - Method in class com.boomi.connector.api.annotation.DataFormat
-
Deep copies the fields of the this model into a new instance of this class and returns it.
- copy(boolean) - Method in class com.boomi.connector.api.annotation.DataFormat
-
Copies the fields of the this model (optionally deeply) into a new instance of this class and returns it.
- copy(DataFormat, boolean) - Method in class com.boomi.connector.api.annotation.DataFormat
-
Copies the fields of the this model (optionally deeply) into the given instance and returns it.
- copy() - Method in class com.boomi.connector.api.annotation.FieldSpec
-
Deep copies the fields of the this model into a new instance of this class and returns it.
- copy(boolean) - Method in class com.boomi.connector.api.annotation.FieldSpec
-
Copies the fields of the this model (optionally deeply) into a new instance of this class and returns it.
- copy(FieldSpec, boolean) - Method in class com.boomi.connector.api.annotation.FieldSpec
-
Copies the fields of the this model (optionally deeply) into the given instance and returns it.
- copy() - Method in class com.boomi.connector.api.annotation.FieldSpecField
-
Deep copies the fields of the this model into a new instance of this class and returns it.
- copy(boolean) - Method in class com.boomi.connector.api.annotation.FieldSpecField
-
Copies the fields of the this model (optionally deeply) into a new instance of this class and returns it.
- copy(FieldSpecField, boolean) - Method in class com.boomi.connector.api.annotation.FieldSpecField
-
Copies the fields of the this model (optionally deeply) into the given instance and returns it.
- copy() - Method in class com.boomi.connector.api.annotation.Filter
-
Deep copies the fields of the this model into a new instance of this class and returns it.
- copy(boolean) - Method in class com.boomi.connector.api.annotation.Filter
-
Copies the fields of the this model (optionally deeply) into a new instance of this class and returns it.
- copy(Filter, boolean) - Method in class com.boomi.connector.api.annotation.Filter
-
Copies the fields of the this model (optionally deeply) into the given instance and returns it.
- copy() - Method in class com.boomi.connector.api.annotation.Filter.Field
-
Deep copies the fields of the this model into a new instance of this class and returns it.
- copy(boolean) - Method in class com.boomi.connector.api.annotation.Filter.Field
-
Copies the fields of the this model (optionally deeply) into a new instance of this class and returns it.
- copy(Filter.Field, boolean) - Method in class com.boomi.connector.api.annotation.Filter.Field
-
Copies the fields of the this model (optionally deeply) into the given instance and returns it.
- copy() - Method in class com.boomi.connector.api.Expression
-
Deep copies the fields of the this model into a new instance of this class and returns it.
- copy(boolean) - Method in class com.boomi.connector.api.Expression
-
Copies the fields of the this model (optionally deeply) into a new instance of this class and returns it.
- copy(Expression, boolean) - Method in class com.boomi.connector.api.Expression
-
Copies the fields of the this model (optionally deeply) into the given instance and returns it.
- copy() - Method in class com.boomi.connector.api.ExtraSchema
-
Deep copies the fields of the this model into a new instance of this class and returns it.
- copy(boolean) - Method in class com.boomi.connector.api.ExtraSchema
-
Copies the fields of the this model (optionally deeply) into a new instance of this class and returns it.
- copy(ExtraSchema, boolean) - Method in class com.boomi.connector.api.ExtraSchema
-
Copies the fields of the this model (optionally deeply) into the given instance and returns it.
- copy() - Method in class com.boomi.connector.api.ExtraSchemas
-
Deep copies the fields of the this model into a new instance of this class and returns it.
- copy(boolean) - Method in class com.boomi.connector.api.ExtraSchemas
-
Copies the fields of the this model (optionally deeply) into a new instance of this class and returns it.
- copy(ExtraSchemas, boolean) - Method in class com.boomi.connector.api.ExtraSchemas
-
Copies the fields of the this model (optionally deeply) into the given instance and returns it.
- copy() - Method in class com.boomi.connector.api.FieldSpecField
-
Deep copies the fields of the this model into a new instance of this class and returns it.
- copy(boolean) - Method in class com.boomi.connector.api.FieldSpecField
-
Copies the fields of the this model (optionally deeply) into a new instance of this class and returns it.
- copy(FieldSpecField, boolean) - Method in class com.boomi.connector.api.FieldSpecField
-
Copies the fields of the this model (optionally deeply) into the given instance and returns it.
- copy() - Method in class com.boomi.connector.api.GroupingExpression
-
Deep copies the fields of the this model into a new instance of this class and returns it.
- copy(boolean) - Method in class com.boomi.connector.api.GroupingExpression
-
Copies the fields of the this model (optionally deeply) into a new instance of this class and returns it.
- copy(GroupingExpression, boolean) - Method in class com.boomi.connector.api.GroupingExpression
-
Copies the fields of the this model (optionally deeply) into the given instance and returns it.
- copy() - Method in class com.boomi.connector.api.ObjectDefinition
-
Deep copies the fields of the this model into a new instance of this class and returns it.
- copy(boolean) - Method in class com.boomi.connector.api.ObjectDefinition
-
Copies the fields of the this model (optionally deeply) into a new instance of this class and returns it.
- copy(ObjectDefinition, boolean) - Method in class com.boomi.connector.api.ObjectDefinition
-
Copies the fields of the this model (optionally deeply) into the given instance and returns it.
- copy() - Method in class com.boomi.connector.api.ObjectDefinitions
-
Deep copies the fields of the this model into a new instance of this class and returns it.
- copy(boolean) - Method in class com.boomi.connector.api.ObjectDefinitions
-
Copies the fields of the this model (optionally deeply) into a new instance of this class and returns it.
- copy(ObjectDefinitions, boolean) - Method in class com.boomi.connector.api.ObjectDefinitions
-
Copies the fields of the this model (optionally deeply) into the given instance and returns it.
- copy() - Method in class com.boomi.connector.api.ObjectType
-
Deep copies the fields of the this model into a new instance of this class and returns it.
- copy(boolean) - Method in class com.boomi.connector.api.ObjectType
-
Copies the fields of the this model (optionally deeply) into a new instance of this class and returns it.
- copy(ObjectType, boolean) - Method in class com.boomi.connector.api.ObjectType
-
Copies the fields of the this model (optionally deeply) into the given instance and returns it.
- copy() - Method in class com.boomi.connector.api.ObjectTypes
-
Deep copies the fields of the this model into a new instance of this class and returns it.
- copy(boolean) - Method in class com.boomi.connector.api.ObjectTypes
-
Copies the fields of the this model (optionally deeply) into a new instance of this class and returns it.
- copy(ObjectTypes, boolean) - Method in class com.boomi.connector.api.ObjectTypes
-
Copies the fields of the this model (optionally deeply) into the given instance and returns it.
- copy() - Method in class com.boomi.connector.api.QueryFilter
-
Deep copies the fields of the this model into a new instance of this class and returns it.
- copy(boolean) - Method in class com.boomi.connector.api.QueryFilter
-
Copies the fields of the this model (optionally deeply) into a new instance of this class and returns it.
- copy(QueryFilter, boolean) - Method in class com.boomi.connector.api.QueryFilter
-
Copies the fields of the this model (optionally deeply) into the given instance and returns it.
- copy() - Method in class com.boomi.connector.api.SimpleExpression
-
Deep copies the fields of the this model into a new instance of this class and returns it.
- copy(boolean) - Method in class com.boomi.connector.api.SimpleExpression
-
Copies the fields of the this model (optionally deeply) into a new instance of this class and returns it.
- copy(SimpleExpression, boolean) - Method in class com.boomi.connector.api.SimpleExpression
-
Copies the fields of the this model (optionally deeply) into the given instance and returns it.
- copy() - Method in class com.boomi.connector.api.Sort
-
Deep copies the fields of the this model into a new instance of this class and returns it.
- copy(boolean) - Method in class com.boomi.connector.api.Sort
-
Copies the fields of the this model (optionally deeply) into a new instance of this class and returns it.
- copy(Sort, boolean) - Method in class com.boomi.connector.api.Sort
-
Copies the fields of the this model (optionally deeply) into the given instance and returns it.
- copy() - Method in class com.boomi.connector.api.ui.AllowedValue
-
Deep copies the fields of the this model into a new instance of this class and returns it.
- copy(boolean) - Method in class com.boomi.connector.api.ui.AllowedValue
-
Copies the fields of the this model (optionally deeply) into a new instance of this class and returns it.
- copy(AllowedValue, boolean) - Method in class com.boomi.connector.api.ui.AllowedValue
-
Copies the fields of the this model (optionally deeply) into the given instance and returns it.
- copy() - Method in class com.boomi.connector.api.ui.BrowseField
-
Deep copies the fields of the this model into a new instance of this class and returns it.
- copy(boolean) - Method in class com.boomi.connector.api.ui.BrowseField
-
Copies the fields of the this model (optionally deeply) into a new instance of this class and returns it.
- copy(BrowseField, boolean) - Method in class com.boomi.connector.api.ui.BrowseField
-
Copies the fields of the this model (optionally deeply) into the given instance and returns it.
- copy() - Method in class com.boomi.connector.api.ui.CustomPropertiesFieldConfig
-
Deep copies the fields of the this model into a new instance of this class and returns it.
- copy(boolean) - Method in class com.boomi.connector.api.ui.CustomPropertiesFieldConfig
-
Copies the fields of the this model (optionally deeply) into a new instance of this class and returns it.
- copy(CustomPropertiesFieldConfig, boolean) - Method in class com.boomi.connector.api.ui.CustomPropertiesFieldConfig
-
Copies the fields of the this model (optionally deeply) into the given instance and returns it.
- createAccessTokenRequestHeaderValue(HttpURLConnection) - Method in interface com.boomi.connector.api.OAuth2Token
-
Gets the formatted HTTP Authorization Header value for the OAuth 2.0 Access Token.
- createAccessTokenRequestHeaderValue(HttpURLConnection) - Method in class com.boomi.connector.testutil.auth.OAuth2TestTokenImpl
-
- createAllowedValue() - Method in class com.boomi.connector.api.ui.ObjectFactory
-
- createAuthenticator(BrowseContext) - Method in interface com.boomi.connector.api.network.NetworkAuthenticatorConnector
-
- createAuthenticator() - Method in class com.boomi.connector.ws.WSConnection
-
- createAuthenticator(BrowseContext) - Method in class com.boomi.connector.ws.WSConnector
-
- createBrowseField() - Method in class com.boomi.connector.api.ui.ObjectFactory
-
- createBrowser(BrowseContext) - Method in interface com.boomi.connector.api.Connector
-
Returns a Browser for this connector.
- createBrowser(BrowseContext) - Method in class com.boomi.connector.demo.DemoConnector
-
- createBrowser(BrowseContext) - Method in class com.boomi.connector.sample.generate.GenerateFieldsConnector
-
Creates a new Generate Fields Browser using the provided browse context
- createBrowser(BrowseContext) - Method in class com.boomi.connector.sample.listen.managed.SimpleListenConnector
-
Creates a new browser.
- createBrowser(BrowseContext) - Method in class com.boomi.connector.sample.listen.unmanaged.SimpleUnmanagedListenConnector
-
Creates a new browser.
- createBrowser(BrowseContext) - Method in class com.boomi.connector.util.BootstrapConnector
-
Returns a Browser for this connector.
- createBrowser(BrowseContext) - Method in class com.boomi.connector.util.listen.BrowserlessListenConnector
-
- createBrowser(BrowseContext) - Method in class com.boomi.connector.ws.WSConnector
-
Returns an instance of WSBrowser for executing web service browsing.
- createCache(K, BrowseContext) - Method in class com.boomi.connector.util.BootstrapConnector
-
Returns a new instance of a ConnectorCache for the given key and context.
- createCache(K, X) - Method in interface com.boomi.connector.util.ConnectorCacheFactory
-
Returns a new instance of a ConnectorCache for the given key and context.
- createCache(WSCache.Key, BrowseContext) - Method in class com.boomi.connector.ws.WSConnector
-
Returns an instance of WSCache for use across multiple connections to the same web service for the same
account.
- createCacheKey(WSConnection) - Method in class com.boomi.connector.ws.WSConnector
-
- createClassLoaderCache(K, BrowseContext) - Method in class com.boomi.connector.util.BootstrapConnector
-
Returns a new ClassLoaderCache instance.
- createClassLoaderCacheKey(BrowseContext) - Method in class com.boomi.connector.util.BootstrapConnector
-
Returns the key which should be used to cache the ClassLoaderCache.
- createConnection(BrowseContext) - Method in class com.boomi.connector.ws.WSConnector
-
Returns an instance of WSConnection for use by various classes in this connector implementation to handle some
of the common functionality of interacting with the web service on a per-context basis.
- createCreateOperation(OperationContext) - Method in class com.boomi.connector.demo.DemoConnector
-
- createCreateOperation(OperationContext) - Method in class com.boomi.connector.util.BaseConnector
-
Creates a new CREATE operation.
- createCustomPropertiesField() - Method in class com.boomi.connector.sample.generate.GenerateFieldsBrowser
-
Creates a Custom Properties field which stores Key Value Pair data for this component.
- createCustomPropertiesFieldConfig() - Method in class com.boomi.connector.api.ui.ObjectFactory
-
- createDataFormat() - Method in class com.boomi.connector.api.annotation.ObjectFactory
-
- createDeleteOperation(OperationContext) - Method in class com.boomi.connector.demo.DemoConnector
-
- createDeleteOperation(OperationContext) - Method in class com.boomi.connector.util.BaseConnector
-
Creates a new DELETE operation.
- createEventFactory() - Method in class com.boomi.connector.util.xml.XMLEventUtilBase
-
Constructs a new XMLEventFactory, called by getEventFactory
the first time an XMLEventFactory is
needed.
- createExecuteOperation(OperationContext) - Method in class com.boomi.connector.demo.DemoConnector
-
- createExecuteOperation(OperationContext) - Method in class com.boomi.connector.sample.generate.GenerateFieldsConnector
-
Creates a new Fields Execute Operation using the provided operation context
- createExecuteOperation(OperationContext) - Method in class com.boomi.connector.util.BaseConnector
-
Creates a new EXECUTE operation.
- createExecuteOperation(OperationContext) - Method in class com.boomi.connector.ws.WSConnector
-
- createExecutor(String) - Method in class com.boomi.connector.ws.WSConnection
-
Creates and configures a WebServiceExecutor for the given operationName.
- createExtraSchema() - Method in class com.boomi.connector.api.ObjectFactory
-
- createExtraSchemas() - Method in class com.boomi.connector.api.ObjectFactory
-
- createFieldSpec() - Method in class com.boomi.connector.api.annotation.ObjectFactory
-
- createFieldSpecField() - Method in class com.boomi.connector.api.annotation.ObjectFactory
-
- createFieldSpecField() - Method in class com.boomi.connector.api.ObjectFactory
-
- createFilter() - Method in class com.boomi.connector.api.annotation.ObjectFactory
-
- createFilterField() - Method in class com.boomi.connector.api.annotation.ObjectFactory
-
- createGenerator(OutputStream) - Method in class com.boomi.util.json.splitter.JsonSplitter
-
- createGetOperation(OperationContext) - Method in class com.boomi.connector.demo.DemoConnector
-
- createGetOperation(OperationContext) - Method in class com.boomi.connector.util.BaseConnector
-
Creates a new GET operation.
- createGroupingExpression() - Method in class com.boomi.connector.api.ObjectFactory
-
- createInputFactory() - Static method in class com.boomi.connector.util.xml.XMLEventUtilBase
-
Creates an XMLInputFactory which is namespace aware.
- createInputFactory(boolean) - Static method in class com.boomi.connector.util.xml.XMLEventUtilBase
-
Creates an XMLInputFactory which is optionally namespace aware.
- createListenManager(ConnectorContext) - Method in interface com.boomi.connector.api.listen.ListenConnector
-
- createListenManager(ConnectorContext) - Method in class com.boomi.connector.sample.listen.managed.SimpleListenConnector
-
Creates a new simple listen manager using the provided connector context
- createListenManager(ConnectorContext) - Method in class com.boomi.connector.sample.listen.polling.SimplePollingConnector
-
Creates a new simple polling manager using the provided connector context.
- createListenManager(ConnectorContext) - Method in class com.boomi.connector.util.listen.UnmanagedListenConnector
-
Creates a non-null manager to satisfy the requirement.
- createListenOperation(OperationContext) - Method in interface com.boomi.connector.api.listen.ListenConnector
-
- createListenOperation(OperationContext) - Method in class com.boomi.connector.sample.listen.managed.SimpleListenConnector
-
Creates a new simple listen operation using the provided operation context
- createListenOperation(OperationContext) - Method in class com.boomi.connector.sample.listen.polling.SimplePollingConnector
-
Creates a new simple polling operation.
- createListenOperation(OperationContext) - Method in class com.boomi.connector.sample.listen.unmanaged.SimpleUnmanagedListenConnector
-
Creates a new unmanaged listen operation using the provided operation context
- createListenOperation(OperationContext) - Method in class com.boomi.connector.util.listen.UnmanagedListenConnector
-
- createListField() - Method in class com.boomi.connector.sample.generate.GenerateFieldsBrowser
-
Creates a selectable list input for the operation
- createMetadata() - Method in interface com.boomi.connector.api.PayloadMetadataFactory
-
Creates a new payload metadata instance that can be used in an
ExtendedPayload
.
- createMetadata() - Method in class com.boomi.connector.testutil.ConnectorTestContext
-
- createMetadata() - Method in class com.boomi.connector.testutil.SimpleOperationContext
-
- createMetadata() - Method in class com.boomi.connector.testutil.SimpleOperationResponse
-
- createObjectDefinition() - Method in class com.boomi.connector.api.ObjectFactory
-
- createObjectDefinitions() - Method in class com.boomi.connector.api.ObjectFactory
-
- createObjectType() - Method in class com.boomi.connector.api.ObjectFactory
-
- createObjectTypes() - Method in class com.boomi.connector.api.ObjectFactory
-
- createOperation(OperationContext) - Method in interface com.boomi.connector.api.Connector
-
Returns the actual Operation.
- createOperation(OperationContext) - Method in class com.boomi.connector.util.BaseConnector
-
Returns the actual Operation.
- createOperation(OperationContext) - Method in class com.boomi.connector.util.BootstrapConnector
-
Returns the actual Operation.
- CreateOperationTest - Class in com.boomi.connector.testutil.junit
-
- CreateOperationTest(String, InputStream) - Constructor for class com.boomi.connector.testutil.junit.CreateOperationTest
-
Creates an instance of an operation test.
- CreateOperationTest(String, InputStream, OptionalTestInput) - Constructor for class com.boomi.connector.testutil.junit.CreateOperationTest
-
Creates an instance of an operation test.
- CreateOperationTest(String, String) - Constructor for class com.boomi.connector.testutil.junit.CreateOperationTest
-
Creates an instance of an operation test.
- createOutputFactory() - Static method in class com.boomi.connector.util.xml.XMLEventUtilBase
-
Creates an XMLOutputFactory which will repair namespaces.
- createOutputFactory(boolean) - Static method in class com.boomi.connector.util.xml.XMLEventUtilBase
-
Creates an XMLOutputFactory which will optionally repair namespaces.
- createPrettyPrinter() - Static method in class com.boomi.util.json.JSONUtil
-
Creates and returns a JSON pretty printer which always uses windows
newlines (the boomi "standard").
- createQueryFilter() - Method in class com.boomi.connector.api.ObjectFactory
-
- createQueryOperation(OperationContext) - Method in class com.boomi.connector.demo.DemoConnector
-
- createQueryOperation(OperationContext) - Method in class com.boomi.connector.util.BaseConnector
-
Creates a new QUERY operation.
- createReplacementField() - Method in class com.boomi.connector.sample.generate.GenerateFieldsBrowser
-
Replaces the original string field "replacementField" defined in the descriptor with a type specific field
- createRequest(InputStream) - Method in class com.boomi.connector.ws.WSExecuteOperation
-
Creates a WebServiceRequest for a call to WebServiceExecutor.execute(org.w3c.dom.Document)
.
- createSimpleExpression() - Method in class com.boomi.connector.api.ObjectFactory
-
- createSimpleField() - Method in class com.boomi.connector.sample.generate.GenerateFieldsBrowser
-
Creates a simple field input for the Operation.
- createSort() - Method in class com.boomi.connector.api.ObjectFactory
-
Create an instance of
Sort
- createSSLContext(PublicKeyStore, PrivateKeyStore) - Static method in class com.boomi.connector.testutil.SimpleAtomContext
-
- createTemporaryObjectForDeletion(InputStream, String) - Method in class com.boomi.connector.testutil.junit.DeleteOperationTest
-
Helper method to create a new object and return its id.
- createTempOutputStream() - Method in interface com.boomi.connector.api.AtomContext
-
Returns an OutputStream which can be used for writing intermediate data in a "safe" manner (i.e.
- createTempOutputStream() - Method in class com.boomi.connector.testutil.SimpleAtomContext
-
- createUpdateOperation(OperationContext) - Method in class com.boomi.connector.demo.DemoConnector
-
- createUpdateOperation(OperationContext) - Method in class com.boomi.connector.util.BaseConnector
-
Creates a new UPDATE operation.
- createUpsertOperation(OperationContext) - Method in class com.boomi.connector.util.BaseConnector
-
Creates a new UPSERT operation.
- CustomJsonPayloadOperation - Class in com.boomi.connector.sample.json
-
Sample update operation that demonstrates how to convert the response from a target system to a new format using a
memory efficient custom
Payload
.
- CustomJsonPayloadOperation(OperationContext) - Constructor for class com.boomi.connector.sample.json.CustomJsonPayloadOperation
-
- customPropertiesConfiguration - Variable in class com.boomi.connector.api.ui.BrowseField
-
- CustomPropertiesFieldConfig - Class in com.boomi.connector.api.ui
-
Java class for CustomPropertiesFieldConfig complex type.
- CustomPropertiesFieldConfig() - Constructor for class com.boomi.connector.api.ui.CustomPropertiesFieldConfig
-
- generateConnectionInfo() - Method in class com.boomi.connector.util.BaseConnection
-
Returns the connection information used for logging.
- generateConnectionInfo(String, String) - Method in class com.boomi.connector.util.BaseConnection
-
- generateCookie(WebServiceOperation) - Static method in class com.boomi.connector.ws.WSBrowser
-
Converts the given WebServiceOperation into a "cookie" for embedding within an ObjectDefinition (to be returned
during subsequent operation invocations).
- generateFieldElement(Document, String) - Static method in class com.boomi.connector.api.BrowseUtil
-
Constructs a Field
element
- GenerateFieldsBrowser - Class in com.boomi.connector.sample.generate
-
- GenerateFieldsBrowser(BrowseContext) - Constructor for class com.boomi.connector.sample.generate.GenerateFieldsBrowser
-
- GenerateFieldsConnector - Class in com.boomi.connector.sample.generate
-
- GenerateFieldsConnector() - Constructor for class com.boomi.connector.sample.generate.GenerateFieldsConnector
-
- GenerateFieldsOperation - Class in com.boomi.connector.sample.generate
-
- GenerateFieldsOperation(OperationContext) - Constructor for class com.boomi.connector.sample.generate.GenerateFieldsOperation
-
- get() - Method in class com.boomi.connector.util.ExpiringValue
-
Gets the current, valid value, null
otherwise.
- get() - Method in class com.boomi.connector.util.InactiveExpiringValue
-
Gets the current, valid value, null
otherwise.
- getAccessToken() - Method in interface com.boomi.connector.api.OAuth2Token
-
Get the OAuth 2.0 access token string
- getAccessToken() - Method in class com.boomi.connector.testutil.auth.OAuth2TestTokenImpl
-
Get the OAuth 2.0 access token string
- getAccessTokenParameters() - Method in interface com.boomi.connector.api.OAuth2Context
-
Gets a map of any additional OAuth 2.0 access token parameters
These parameters are used when retrieving the access token during the initial access token retrieval
- getAccessTokenParameters() - Method in class com.boomi.connector.testutil.auth.OAuth2TestContextImpl
-
- getAccessTokenType() - Method in interface com.boomi.connector.api.OAuth2Token
-
Get the OAuth 2.0 Access Token type.
- getAccessTokenType() - Method in class com.boomi.connector.testutil.auth.OAuth2TestTokenImpl
-
Get the OAuth 2.0 Access Token type.
- getAccessTokenUrl() - Method in interface com.boomi.connector.api.OAuth2Context
-
Get the OAuth 2.0 Access Token URL
The Access Token URL is used when retrieving new access and refresh tokens.
- getAccessTokenUrl() - Method in class com.boomi.connector.testutil.auth.OAuth2TestConfig
-
- getAccessTokenUrl() - Method in class com.boomi.connector.testutil.auth.OAuth2TestContextImpl
-
- getAllowedValues() - Method in class com.boomi.connector.api.ui.BrowseField
-
Optional set of allowed values for this field.
- getAPIVersion() - Method in class com.boomi.connector.testutil.ConnectorTestContext
-
- getArguments() - Method in class com.boomi.connector.api.SimpleExpression
-
The arguments for this simple expression.
- getAsJson() - Method in class com.boomi.connector.demo.DemoEchoCookie
-
Return this data structure as a JSON string
- getAudience() - Method in interface com.boomi.connector.api.JwtAssertionParameters
-
Identifies the recipients the JWT is intended for.
- getAuthorizationParameters() - Method in interface com.boomi.connector.api.OAuth2Context
-
Gets a map of any additional OAuth 2.0 authorization parameters
These parameters are used when retrieving the authorization code during the initial access token retrieval
- getAuthorizationParameters() - Method in class com.boomi.connector.testutil.auth.OAuth2TestContextImpl
-
- getAuthorizationTokenUrl() - Method in interface com.boomi.connector.api.OAuth2Context
-
Get the OAuth 2.0 Authorization Token URL
The authorization token url is used retrieve the authorization code.
- getAuthorizationTokenUrl() - Method in class com.boomi.connector.testutil.auth.OAuth2TestContextImpl
-
- getAuthTokenUrl() - Method in class com.boomi.connector.testutil.auth.OAuth2TestConfig
-
- getAuthType() - Method in class com.boomi.connector.ws.WSCache
-
Returns the authentication type for the webservice.
- getAuthType() - Method in class com.boomi.connector.ws.WSCache.Key
-
- getAuthType() - Method in class com.boomi.connector.ws.WSConnection
-
Returns the authentication configured for this connection.
- getBatch() - Method in interface com.boomi.connector.api.listen.Listener
-
Get the default payload batch.
- getBatch(T) - Method in interface com.boomi.connector.api.listen.Listener
-
Get an indexed payload batch.
- getBlacklistedKeys() - Method in class com.boomi.connector.api.ui.CustomPropertiesFieldConfig
-
Optional set of restricted keys for Custom Properties DataType.
- getBooleanContainerProperty(String) - Method in interface com.boomi.connector.api.AtomConfig
-
Gets the property value for the given key as a Boolean.
- getBooleanContainerProperty(String, boolean) - Method in interface com.boomi.connector.api.AtomConfig
-
Gets the property value for the given key as a boolean, returning the defaultValue if the located property value
null
.
- getBooleanContainerProperty(String) - Method in class com.boomi.connector.testutil.SimpleAtomConfig
-
- getBooleanContainerProperty(String, boolean) - Method in class com.boomi.connector.testutil.SimpleAtomConfig
-
- getBooleanField() - Method in class com.boomi.connector.demo.DemoEchoResponse
-
- getBooleanProperty(String) - Method in interface com.boomi.connector.api.PropertyMap
-
Gets the Boolean property for the given key.
- getBooleanProperty(String, Boolean) - Method in interface com.boomi.connector.api.PropertyMap
-
Gets the Boolean property for the given key, returning the defaultValue if the located property value
null
.
- getBooleanProperty(String) - Method in class com.boomi.connector.testutil.MutablePropertyMap
-
- getBooleanProperty(String, Boolean) - Method in class com.boomi.connector.testutil.MutablePropertyMap
-
- getBrowseContext() - Method in class com.boomi.connector.testutil.ConnectorTestContext
-
Getter for the browse context
- getBrowseContext() - Method in class com.boomi.connector.testutil.ConnectorTester
-
Returns the currently configured BrowseContext.
- getBrowseContext() - Method in class com.boomi.connector.testutil.junit.ConnectorTest
-
Helper method to get the browse context for the test
- getCache(K, X, ConnectorCacheFactory<K, C, X>) - Static method in class com.boomi.connector.util.ConnectorCache
-
Returns an instance of ConnectorCache, either a previously created instance which was found in the
ConnectorContext.getConnectorCache()
and is still valid or a new instance created by the given
cacheFactory.
- getCache() - Method in class com.boomi.connector.ws.WSConnection
-
Returns the connector cache for use for this connection, creating it if necessary.
- getClassLoader() - Method in class com.boomi.connector.util.BootstrapConnector.ClassLoaderCache
-
- getClientId() - Method in interface com.boomi.connector.api.OAuth2Context
-
Get the OAuth 2.0 Client ID
- getClientId() - Method in class com.boomi.connector.testutil.auth.OAuth2TestConfig
-
- getClientId() - Method in class com.boomi.connector.testutil.auth.OAuth2TestContextImpl
-
- getClientSecret() - Method in interface com.boomi.connector.api.OAuth2Context
-
Get the OAuth 2.0 Client Secret
- getClientSecret() - Method in class com.boomi.connector.testutil.auth.OAuth2TestConfig
-
- getClientSecret() - Method in class com.boomi.connector.testutil.auth.OAuth2TestContextImpl
-
- getConfig() - Method in interface com.boomi.connector.api.AtomContext
-
Returns the current Atom's configuration.
- getConfig() - Method in class com.boomi.connector.testutil.ConnectorTester
-
Returns the currently configured AtomConfig.
- getConfig() - Method in class com.boomi.connector.testutil.SimpleAtomContext
-
- getConnection() - Method in class com.boomi.connector.demo.DemoBrowser
-
- getConnection() - Method in class com.boomi.connector.demo.DemoCreateOperation
-
- getConnection() - Method in class com.boomi.connector.demo.DemoDeleteOperation
-
- getConnection() - Method in class com.boomi.connector.demo.DemoEchoBrowser
-
- getConnection() - Method in class com.boomi.connector.demo.DemoGetOperation
-
- getConnection() - Method in class com.boomi.connector.demo.DemoQueryOperation
-
- getConnection() - Method in class com.boomi.connector.demo.DemoUpdateOperation
-
- getConnection() - Method in class com.boomi.connector.sample.listen.polling.SimplePollingOperation
-
The base operation classes don't yet support generic connections but you can safely override
SimplePollingOperation.getConnection()
to return the proper type because it's constrained by the constructor.
- getConnection() - Method in class com.boomi.connector.util.BaseBrowser
-
Returns the base connection that was either provided or created when this instance was created.
- getConnection() - Method in class com.boomi.connector.util.ContextualOperation
-
Returns the base connection that was either provided or created when this instance was created.
- getConnection() - Method in class com.boomi.connector.util.listen.BaseListenManager
-
Return the connection used to create this manager
- getConnection() - Method in class com.boomi.connector.ws.WSBrowser
-
- getConnection() - Method in class com.boomi.connector.ws.WSExecuteOperation
-
- getConnectionProperties() - Method in interface com.boomi.connector.api.ConnectorContext
-
Returns the relevant connection properties if this connector has the
requireConnectionForBrowse
flag enabled in the connector's descriptor.
- getConnectionProperties() - Method in class com.boomi.connector.testutil.ConnectorTestContext
-
- getConnectionProperties() - Method in class com.boomi.connector.testutil.SimpleBrowseContext
-
- getConnector() - Method in interface com.boomi.connector.api.ConnectorContext
-
Returns the connector instance with which this context is associated.
- getConnector() - Method in class com.boomi.connector.testutil.ConnectorTestContext
-
- getConnector() - Method in class com.boomi.connector.testutil.ConnectorTester
-
Returns the currently configured Connector.
- getConnector() - Method in class com.boomi.connector.testutil.SimpleBrowseContext
-
- getConnector() - Method in class com.boomi.connector.util.BaseConnection
-
Returns the connector instance with which this context is associated.
- getConnector() - Method in class com.boomi.connector.ws.WSConnection
-
Returns a handle to the connector with which this connection is associated.
- getConnectorCache() - Method in interface com.boomi.connector.api.ConnectorContext
-
Returns the current connector cache.
- getConnectorCache() - Method in class com.boomi.connector.testutil.ConnectorTestContext
-
- getConnectorCache() - Method in class com.boomi.connector.testutil.SimpleBrowseContext
-
- getConnectorClass() - Method in class com.boomi.connector.testutil.ConnectorTestContext
-
This method should return the
Class
of the connector under test
- getConnectorTestContext() - Method in class com.boomi.connector.testutil.junit.ConnectorTest
-
Abstract method that allows subclasses to specify the context and
connector class for their tests
- getConsumer() - Method in class com.boomi.connector.sample.listen.managed.SimpleListenManager
-
Returns the consumer to allow listen operations to register message handlers.
- getContainerProperty(String) - Method in interface com.boomi.connector.api.AtomConfig
-
Gets the property value for the given key as a String.
- getContainerProperty(String, String) - Method in interface com.boomi.connector.api.AtomConfig
-
Gets the property value for the given key as a String., returning the defaultValue if the located property value
is blank (null
or all characters are whitespace).
- getContainerProperty(String) - Method in class com.boomi.connector.testutil.SimpleAtomConfig
-
- getContainerProperty(String, String) - Method in class com.boomi.connector.testutil.SimpleAtomConfig
-
- getContext() - Method in class com.boomi.connector.util.BaseBrowser
-
Returns the BrowseContext provided when the browser was constructed.
- getContext() - Method in class com.boomi.connector.util.BaseConnection
-
Returns the context used to create this connection
- getContext() - Method in class com.boomi.connector.util.BaseConnector
-
- getContext() - Method in class com.boomi.connector.util.ContextualOperation
-
Returns the OperationContext provided when the operation was constructed.
- getContext() - Method in class com.boomi.connector.util.listen.BaseListenManager
-
Return the connector context used to create this manager
- getCookie() - Method in class com.boomi.connector.api.ObjectDefinition
-
- getCookie() - Method in class com.boomi.connector.demo.DemoEchoResponse
-
- getCount() - Method in interface com.boomi.connector.api.listen.PayloadBatch
-
Get the number of payloads that have been added to the batch.
- getCurrentContextClassLoader() - Static method in class com.boomi.connector.api.RequestUtil
-
- getCustomOperationType() - Method in interface com.boomi.connector.api.BrowseContext
-
Returns the custom type of the operation that is currently being
configured.
- getCustomOperationType() - Method in class com.boomi.connector.testutil.ConnectorTestContext
-
- getCustomOperationType() - Method in class com.boomi.connector.testutil.SimpleBrowseContext
-
- getCustomProperties(String) - Method in interface com.boomi.connector.api.PropertyMap
-
Gets the key/value pairs as a map for custom property type fields.
- getCustomProperties(String) - Method in class com.boomi.connector.testutil.MutablePropertyMap
-
- getCustomPropertiesConfiguration() - Method in class com.boomi.connector.api.ui.BrowseField
-
Configuration of the key value pairs for a field.
- getCustomPropertyValue() - Method in class com.boomi.connector.sample.generate.OperationValues
-
Fetches the the map of user input values for the field with ID: "customPropertiesField"
from
GenerateFieldsBrowser
- getData() - Method in interface com.boomi.connector.api.ObjectData
-
Returns a non-null
stream containing the document data passed into the connector shape.
- getData() - Method in class com.boomi.connector.testutil.SimpleTrackedData
-
- getDataSize() - Method in interface com.boomi.connector.api.ObjectData
-
Returns the size of the stream containing the document data passed into the connector shape.
- getDataSize() - Method in class com.boomi.connector.testutil.SimpleTrackedData
-
- getDataType() - Method in class com.boomi.connector.api.annotation.DataFormat
-
Indicates the data type of this element/attribute
- getDefaultJsonFactory() - Static method in class com.boomi.util.json.JSONUtil
-
Obtain the global JsonFactory instance.
- getDefaultObjectMapper() - Static method in class com.boomi.util.json.JSONUtil
-
Obtain the global ObjectMapper instance.
- getDefaultUrl() - Method in class com.boomi.connector.ws.WSConnection
-
Returns the "default" url for this web service to be used if none has been configured.
- getDefaultValue() - Method in class com.boomi.connector.api.ui.BrowseField
-
Optional default value for this field presented to the user in the GUI.
- getDefinition() - Method in class com.boomi.connector.ws.WSCache
-
Returns the currently parsed WSDL Definition, creating if necessary.
- getDefinitions() - Method in class com.boomi.connector.api.ObjectDefinitions
-
A list of ObjectDefinition instances.
- getDelegate() - Method in class com.boomi.connector.util.BootstrapConnector.ClassLoaderCache
-
- getDisplayType() - Method in class com.boomi.connector.api.ui.BrowseField
-
The type of UI element to use when displaying the field
- getDistributionMode() - Method in class com.boomi.connector.api.listen.SubmitOptions
-
- getDynamicProperties() - Method in interface com.boomi.connector.api.TrackedData
-
Returns any dynamic connector properties for this tracked data (always non-null
).
- getDynamicProperties() - Method in class com.boomi.connector.testutil.SimpleTrackedData
-
- getElementName() - Method in class com.boomi.connector.api.ObjectDefinition
-
Optional name identifying the top-level element within the given schema document which is
the
actual object definition.
- getEnvelopeOperationRequestElementName(WebServiceBindingOperation, WebServiceProtocol, SchemaMap) - Method in class com.boomi.connector.ws.WSBrowser
-
Returns the name of the request element for the given operation.
- getEnvelopeOperationResponseElementName(WebServiceBindingOperation, WebServiceProtocol, WSBrowser.SchemaMapHolder) - Method in class com.boomi.connector.ws.WSBrowser
-
Returns the name of the response element for the given operation.
- getErrorCode(WebServiceResponse) - Method in class com.boomi.connector.ws.WSConnection
-
Returns the error status code for the given fault response.
- getErrorMessage(WebServiceResponse) - Method in class com.boomi.connector.ws.WSConnection
-
Returns the error status message for the given fault response.
- getEventFactory() - Method in class com.boomi.connector.util.xml.XMLEventUtilBase
-
Returns a valid XMLEventFactory.
- getExecuteObjectDefinitions(String, Collection<ObjectDefinitionRole>) - Method in class com.boomi.connector.ws.WSBrowser
-
Returns an ObjectDefinitions instance for an EXECUTE operation.
- getExecuteObjectTypes() - Method in class com.boomi.connector.ws.WSBrowser
-
- getExecuteWebServiceOperation(Definition, String, SchemaMap, ProtocolHandler) - Method in class com.boomi.connector.ws.WSBrowser
-
Returns the WebServiceOperation for the given object type id (typically an operation name).
- getExecutionId() - Method in interface com.boomi.connector.api.listen.ListenerExecutionResult
-
The execution ID of the submission
- getExpectedObjectCount(OperationType) - Method in class com.boomi.connector.testutil.junit.BrowserTest
-
This method must be overridden to return the expected number of object
types for the specified operation if
BrowserTest.isStrict()
has been
overridden to return true.
- getExpiration() - Method in interface com.boomi.connector.api.JwtAssertionParameters
-
The time at which the JWT will expire.
- getExpireTime() - Method in class com.boomi.connector.util.ExpiringConnectorCache
-
Returns the time (in milliseconds) after which this ConnectorCache is no longer valid.
- getExpireTime() - Method in class com.boomi.connector.util.SimpleExpiringValue
-
Gets the absolute time at which the current value is no longer valid.
- getExpression() - Method in class com.boomi.connector.api.QueryFilter
-
Optional expression describing the results desired from the query operation.
- getExtendedClaims() - Method in interface com.boomi.connector.api.JwtAssertionParameters
-
Public and Private claims which must be included in the JWT.
- getExtraSchemaList() - Method in class com.boomi.connector.api.ObjectDefinition
-
A list of ExtraSchema instances.
- getExtraSchemas() - Method in class com.boomi.connector.api.ObjectDefinition
-
Gets the value of the extraSchemas property.
- getFieldFoundValue(String) - Method in class com.boomi.util.json.splitter.JsonArraySplitter
-
Gets the value of a field that was extracted from the document.
- getFields() - Method in class com.boomi.connector.api.annotation.FieldSpec
-
Lists any additional field(s) that can be used as a field selection or query sort/filter
field but will not be included in the profile
Gets the value of the fields property.
- getFields() - Method in class com.boomi.connector.api.annotation.Filter
-
Lists an additional field(s) that can be used as a query filter but will not be
included in the profile
Gets the value of the fields property.
- getFieldsFound() - Method in class com.boomi.util.json.splitter.JsonArraySplitter
-
Gets a map with all the fields that were extracted from the document.
- getFieldSpecFields() - Method in class com.boomi.connector.api.ObjectDefinition
-
Lists any additional field(s) that can be used as a field selection or query sort/filter field but will not be included in the profile.
- getFilter() - Method in interface com.boomi.connector.api.FilterData
-
Returns a query filter describing the object to be retrieved.
- getFilter() - Method in interface com.boomi.connector.api.QueryRequest
-
Returns the tracked query filter describing the objects to be retrieved.
- getFilter() - Method in class com.boomi.connector.testutil.SimpleTrackedData
-
- getFormat() - Method in class com.boomi.connector.api.annotation.DataFormat
-
Indicates the format of this data element/attribute
- getGrantType() - Method in interface com.boomi.connector.api.OAuth2Context
-
Get the OAuth 2.0 Grant Type
- getGrantType() - Method in class com.boomi.connector.testutil.auth.OAuth2TestContextImpl
-
- getHelpText() - Method in class com.boomi.connector.api.ObjectType
-
Optional help text displayed for the object type in the GUI.
- getHelpText() - Method in class com.boomi.connector.api.ui.BrowseField
-
Optional help text displayed for the field in the GUI.
- getId() - Method in class com.boomi.connector.api.ObjectType
-
The actual name of the object type which will be passed in subsequent operations which for
this object type.
- getId() - Method in class com.boomi.connector.api.ui.BrowseField
-
The actual name of the field which will be passed as the property key to the connector.
- getImportTime() - Method in class com.boomi.connector.demo.DemoEchoCookie
-
- getIndex() - Method in interface com.boomi.connector.api.listen.IndexedPayloadBatch
-
Gets the index that was used to create this batch instance.
- getInputFactory() - Method in class com.boomi.connector.util.xml.XMLEventUtilBase
-
- getInputType() - Method in class com.boomi.connector.api.ObjectDefinition
-
The type of input data that this object type expects.
- getIntegerField() - Method in class com.boomi.connector.demo.DemoEchoResponse
-
- getInterval() - Method in class com.boomi.connector.sample.listen.polling.SimplePollingManagerConnection
-
Returns the polling interval specified by the user in the connection settings.
- getIssuer() - Method in interface com.boomi.connector.api.JwtAssertionParameters
-
Identifies the principal that issued the JWT.
- getJsonSchema() - Method in class com.boomi.connector.api.ObjectDefinition
-
Primary JSON Schema document which describes the object type.
- getJwtAssertionParameters() - Method in interface com.boomi.connector.api.OAuth2Context
-
Get the claims used to build the JWT assertion.
- getJwtAssertionParameters() - Method in class com.boomi.connector.testutil.auth.OAuth2TestContextImpl
-
- getKey() - Method in class com.boomi.connector.util.ConnectorCache
-
Returns the key which for this ConnectorCache.
- getKeyStore() - Method in interface com.boomi.connector.api.PrivateKeyStore
-
Returns a java KeyStore object.
- getKeyStore() - Method in interface com.boomi.connector.api.PublicKeyStore
-
Returns a java KeyStore object.
- getLabel() - Method in class com.boomi.connector.api.ObjectType
-
Optional text string which will be displayed in the GUI for this object type.
- getLabel() - Method in class com.boomi.connector.api.ui.AllowedValue
-
Optional text string which will be displayed in the GUI for this value.
- getLabel() - Method in class com.boomi.connector.api.ui.BrowseField
-
Optional text string which will be displayed in the GUI for this field.
- getListField() - Method in class com.boomi.connector.demo.DemoEchoResponse
-
- getLogger() - Method in interface com.boomi.connector.api.OperationResponse
-
Returns a logger which can be used to log general information regarding this operation execution.
- getLogger() - Method in interface com.boomi.connector.api.TrackedData
-
Returns a logger which should be used to log information specific to this tracked data.
- getLogger() - Method in class com.boomi.connector.testutil.SimpleOperationResponse
-
- getLogger() - Method in class com.boomi.connector.testutil.SimpleTrackedData
-
- getLogLevel() - Method in interface com.boomi.connector.api.AtomConfig
-
The current log level for the Atom.
- getLogLevel() - Method in class com.boomi.connector.testutil.SimpleAtomConfig
-
- getLongContainerProperty(String) - Method in interface com.boomi.connector.api.AtomConfig
-
Gets the property value for the given key as a Long.
- getLongContainerProperty(String, long) - Method in interface com.boomi.connector.api.AtomConfig
-
Gets the property value for the given key as a Long, returning the defaultValue if the located property value
null
.
- getLongContainerProperty(String) - Method in class com.boomi.connector.testutil.SimpleAtomConfig
-
- getLongContainerProperty(String, long) - Method in class com.boomi.connector.testutil.SimpleAtomConfig
-
- getLongProperty(String) - Method in interface com.boomi.connector.api.PropertyMap
-
Gets the Long property for the given key.
- getLongProperty(String, Long) - Method in interface com.boomi.connector.api.PropertyMap
-
Gets the Long property for the given key, returning the defaultValue if the located property value
null
.
- getLongProperty(String) - Method in class com.boomi.connector.testutil.MutablePropertyMap
-
- getLongProperty(String, Long) - Method in class com.boomi.connector.testutil.MutablePropertyMap
-
- getMaxNumberObjectTypes() - Method in interface com.boomi.connector.api.AtomConfig
-
Returns the maximum number of object types allowed to be returned from a browse request.
- getMaxNumberObjectTypes() - Method in class com.boomi.connector.testutil.SimpleAtomConfig
-
- getMaxObjectTypeCookieLength() - Method in interface com.boomi.connector.api.AtomConfig
-
Returns the maximum number of characters allowed in an ObjectType cookie.
- getMaxObjectTypeCookieLength() - Method in class com.boomi.connector.testutil.SimpleAtomConfig
-
- getMaxPageSize() - Method in interface com.boomi.connector.api.AtomConfig
-
Returns the maximum page size recommended by the Atom.
- getMaxPageSize() - Method in class com.boomi.connector.testutil.SimpleAtomConfig
-
- getMessage() - Method in exception com.boomi.connector.api.ConnectorException
-
- getMessage() - Method in class com.boomi.connector.testutil.SimpleOperationResult
-
- getMessageHandler(Listener) - Method in class com.boomi.connector.sample.listen.BaseConsumerListenOperation
-
- getMessageHandler(Listener) - Method in class com.boomi.connector.sample.listen.batch.BatchByCountListenOperation
-
- getMessageHandler(Listener) - Method in class com.boomi.connector.sample.listen.batch.MultiMessageListenOperation
-
- getMetadata() - Method in class com.boomi.connector.api.BasePayload
-
- getMetadata() - Method in interface com.boomi.connector.api.ExtendedPayload
-
Returns a valid PayloadMetadata for this payload, or null
if no metadata is provided.
- getMetadata(String) - Method in class com.boomi.connector.demo.DemoConnection
-
Retrieves the list of available objects types or, if objectTypeId is specified, the definition of the given type
- getMetadataUrl() - Method in class com.boomi.connector.sample.listen.connection.SimpleManagerConnection
-
Returns a "metadata URL" which, in this example, is just a static path appended to a user provided base URL.
- getName() - Method in class com.boomi.connector.api.annotation.FieldSpecField
-
Indicates a the name of the sort field
- getName() - Method in class com.boomi.connector.api.annotation.Filter.Field
-
Indicates a the name of the filter field
- getName() - Method in class com.boomi.connector.api.FieldSpecField
-
Indicates a the name of the sort field
- getNestedExpressions() - Method in class com.boomi.connector.api.GroupingExpression
-
The nested expressions which will be joined by the defined logical operator.
- getNextOffset() - Method in class com.boomi.connector.demo.DemoResponseSplitter
-
Returns any next "offset" attribute included in the response.
- getNonProxyHosts() - Method in interface com.boomi.connector.api.AtomProxyConfig
-
Getter for the non-proxy hosts.
- getNonProxyHosts() - Method in class com.boomi.connector.testutil.SimpleAtomProxyConfig
-
- getNonProxyHostsString() - Method in interface com.boomi.connector.api.AtomProxyConfig
-
Getter for the "raw" string value of the non-proxy hosts config.
- getNonProxyHostsString() - Method in class com.boomi.connector.testutil.SimpleAtomProxyConfig
-
- getOAuth2Context() - Method in interface com.boomi.connector.api.OAuth2Token
-
Convenience method to get the OAuth2Context from the OAuth2Token
- getOAuth2Context(String) - Method in interface com.boomi.connector.api.PropertyMap
-
Gets the OAuth2Context property for the given key.
- getOAuth2Context() - Method in class com.boomi.connector.testutil.auth.OAuth2TestTokenImpl
-
- getOAuth2Context(String) - Method in class com.boomi.connector.testutil.MutablePropertyMap
-
- getOAuth2Token(boolean) - Method in interface com.boomi.connector.api.OAuth2Context
-
Gets an up-to-date OAuth2Token.
- getOAuth2Token(boolean) - Method in class com.boomi.connector.testutil.auth.OAuth2TestContextImpl
-
Retrieves the OAuth2Token.
- getObjectDefinitionCookie(ObjectDefinitionRole) - Method in interface com.boomi.connector.api.OperationContext
-
Returns an object definition cookie constructed by the object profile retrieval during a browsing request.
- getObjectDefinitionCookie(ObjectDefinitionRole) - Method in class com.boomi.connector.testutil.ConnectorTestContext
-
- getObjectDefinitionCookie(ObjectDefinitionRole) - Method in class com.boomi.connector.testutil.SimpleOperationContext
-
- getObjectDefinitions(String, Collection<ObjectDefinitionRole>) - Method in interface com.boomi.connector.api.Browser
-
Returns the object definitions for the given object type id and currently configured OperationType (as defined
by the BrowseContext).
- getObjectDefinitions(String, Collection<ObjectDefinitionRole>) - Method in class com.boomi.connector.demo.DemoBrowser
-
- getObjectDefinitions(String, Collection<ObjectDefinitionRole>) - Method in class com.boomi.connector.demo.DemoEchoBrowser
-
- getObjectDefinitions(String, Collection<ObjectDefinitionRole>) - Method in class com.boomi.connector.sample.generate.GenerateFieldsBrowser
-
Retrieves the Object Definition for the operation.
- getObjectDefinitions(OperationType) - Method in class com.boomi.connector.testutil.junit.BrowserTest
-
A convenience method to get profile definitions for the requested
operation type
- getObjectDefinitions(String, Collection<ObjectDefinitionRole>) - Method in class com.boomi.connector.ws.WSBrowser
-
Returns the object definitions for the given object type id and currently configured OperationType (as defined
by the BrowseContext).
- getObjectDefinitions(WebServiceOperation, Collection<ObjectDefinitionRole>, SchemaMap) - Method in class com.boomi.connector.ws.WSBrowser
-
Returns an ObjectDefinitions instance for the given operation.
- getObjectId() - Method in interface com.boomi.connector.api.GetRequest
-
Returns the single non-null
tracked id of the object to be retrieved.
- getObjectId() - Method in interface com.boomi.connector.api.ObjectIdData
-
Returns a non-null
object id.
- getObjectId() - Method in class com.boomi.connector.testutil.junit.DeleteOperationTest
-
Abstraction to allow ids to be created as part of each test.
- getObjectId() - Method in class com.boomi.connector.testutil.SimpleTrackedData
-
- getObjectRoot() - Method in interface com.boomi.util.json.schema.NestingBuilder
-
This method returns the root
JsonNode
of the current builder.
- getObjectTypeId() - Method in interface com.boomi.connector.api.OperationContext
-
Returns the id of the object type for which this operation is being executed.
- getObjectTypeId() - Method in class com.boomi.connector.testutil.ConnectorTestContext
-
- getObjectTypeId() - Method in class com.boomi.connector.testutil.SimpleOperationContext
-
- getObjectTypeId() - Method in class com.boomi.connector.ws.WSBrowser
-
- getObjectTypes() - Method in interface com.boomi.connector.api.Browser
-
Returns the object types which can be utilized by the currently configured OperationType (as defined by the
BrowseContext).
- getObjectTypes() - Method in class com.boomi.connector.demo.DemoBrowser
-
- getObjectTypes() - Method in class com.boomi.connector.demo.DemoEchoBrowser
-
- getObjectTypes() - Method in class com.boomi.connector.sample.generate.GenerateFieldsBrowser
-
Creates a List of Object Types for User Selection
- getObjectTypes() - Method in class com.boomi.connector.testutil.junit.BrowserTest
-
Setup method for browser tests
- getObjectTypes() - Method in class com.boomi.connector.ws.WSBrowser
-
Returns the object types which can be utilized by the currently configured OperationType (as defined by the
BrowseContext).
- getOperation(String, ProtocolHandler) - Method in class com.boomi.connector.ws.WSCache
-
Returns the currently parsed WebServiceOperation for the given operation name and protocol version, loading it
if necessary from the currently loaded WSDL definition (retrieved from
WSCache.getDefinition()
).
- getOperationContext() - Method in class com.boomi.connector.testutil.ConnectorTester
-
Returns the currently configured OperationContext.
- getOperationContext() - Method in class com.boomi.connector.testutil.junit.ConnectorTest
-
Helper method to get the operation context for the test
- getOperationContext() - Method in class com.boomi.connector.util.BaseConnection
-
- getOperationFields() - Method in class com.boomi.connector.api.ObjectDefinitions
-
A list of operation fields defined by browsing.
- getOperationLabel(String) - Method in class com.boomi.connector.ws.WSBrowser
-
Returns the operation "display name" for the given operation name.
- getOperationName() - Method in class com.boomi.connector.ws.WSExecuteOperation
-
Returns the operation name for this operation.
- getOperationProperties() - Method in interface com.boomi.connector.api.BrowseContext
-
Returns any operation properties flagged as includeInBrowse
for the current OperationType in the
connector's descriptor.
- getOperationProperties() - Method in class com.boomi.connector.testutil.ConnectorTestContext
-
- getOperationProperties() - Method in class com.boomi.connector.testutil.SimpleBrowseContext
-
- getOperationRequestElementName(WebServiceBindingOperation, SchemaMap) - Method in class com.boomi.connector.ws.WSBrowser
-
Returns the name of the request element for the given operation.
- getOperationResponseElementName(WebServiceBindingOperation, WSBrowser.SchemaMapHolder) - Method in class com.boomi.connector.ws.WSBrowser
-
Returns the name of the response element for the given operation, may be null
if there is no response
type.
- getOperations() - Method in class com.boomi.connector.ws.WSBrowser
-
Returns the list of webservice operations which should be returned to the caller as the available ObjectTypes.
- getOperationStatus(int) - Static method in class com.boomi.connector.api.ResponseUtil
-
This method derives the appropriate
OperationStatus
from the specified HTTP status code.
- getOperationStatus() - Method in interface com.boomi.connector.api.result.ConnectorStatus
-
Returns the operation status.
- getOperationStatus() - Method in class com.boomi.connector.testutil.junit.OptionalTestInput
-
Getter method
- getOperationStatus() - Method in class com.boomi.connector.util.result.SimpleConnectorStatus
-
- GetOperationTest - Class in com.boomi.connector.testutil.junit
-
- GetOperationTest(String, String) - Constructor for class com.boomi.connector.testutil.junit.GetOperationTest
-
Creates an instance of an operation test.
- GetOperationTest(String, String, String) - Constructor for class com.boomi.connector.testutil.junit.GetOperationTest
-
Creates an instance of an operation test.
- getOperationType() - Method in interface com.boomi.connector.api.BrowseContext
-
Returns the currently configured OperationType
- getOperationType() - Method in class com.boomi.connector.testutil.ConnectorTestContext
-
- getOperationType() - Method in class com.boomi.connector.testutil.SimpleBrowseContext
-
- getOperationUrl() - Method in class com.boomi.connector.sample.listen.connection.SimpleOperationConnection
-
Returns a "operation URL" which, in this example, is a user defined operation property appended to a user
provided base URL connection property.
- getOperator() - Method in class com.boomi.connector.api.GroupingExpression
-
The logical operator which will be used to join all the nested expressions.
- getOperator() - Method in class com.boomi.connector.api.SimpleExpression
-
The operator for this simple expression.
- getOtherObjectDefinitions(String, Collection<ObjectDefinitionRole>) - Method in class com.boomi.connector.ws.WSBrowser
-
Returns an ObjectDefinitions instance for any non-EXECUTE operation.
- getOtherObjectTypes() - Method in class com.boomi.connector.ws.WSBrowser
-
Returns an ObjectTypes instance for any non-EXECUTE operation.
- getOutputFactory() - Method in class com.boomi.connector.util.xml.XMLEventUtilBase
-
- getOutputType() - Method in class com.boomi.connector.api.ObjectDefinition
-
The type of output data that this object type returns.
- getParser() - Method in class com.boomi.util.json.splitter.JsonSplitter
-
- getPassword() - Method in interface com.boomi.connector.api.PrivateKeyStore
-
Returns the KeyStore password as a String.
- getPassword() - Method in class com.boomi.connector.ws.WSCache
-
Returns the password for the webservice.
- getPassword() - Method in class com.boomi.connector.ws.WSCache.Key
-
- getPassword() - Method in class com.boomi.connector.ws.WSConnection
-
Returns the password configured for this connection.
- getPasswordField() - Method in class com.boomi.connector.demo.DemoEchoResponse
-
- getPayload() - Method in class com.boomi.connector.demo.DemoEchoResponse
-
Convert the response into a JSON payload to add to an Operation Result
- getPayloadFunction() - Method in class com.boomi.connector.util.listen.BaseWatchableOperation
-
Returns a function to convert watch events to payloads.
- getPayloadMetadatas() - Method in class com.boomi.connector.testutil.SimpleOperationResponse
-
- getPayloadMetadatas() - Method in class com.boomi.connector.testutil.SimpleOperationResult
-
- getPayloads() - Method in interface com.boomi.connector.api.result.ConnectorResult
-
Returns a payload iterable representing the outputs for this result.
- getPayloads() - Method in class com.boomi.connector.testutil.SimpleOperationResult
-
- getPayloads() - Method in class com.boomi.connector.util.result.SimpleConnectorResult
-
- getPrivateKeyStoreProperty(String) - Method in interface com.boomi.connector.api.PropertyMap
-
Gets the KeyStore property for the given key.
- getPrivateKeyStoreProperty(String) - Method in class com.boomi.connector.testutil.MutablePropertyMap
-
- getProperty(String) - Method in interface com.boomi.connector.api.OAuth2Token
-
Get a property from the OAuth 2.0 Access Token response
- getProperty(String) - Method in interface com.boomi.connector.api.PropertyMap
-
Gets the String property for the given key.
- getProperty(String, String) - Method in interface com.boomi.connector.api.PropertyMap
-
Gets the String property for the given key, returning the defaultValue if the located property value is blank
(null
or all characters are whitespace).
- getProperty(String) - Method in interface com.boomi.connector.api.PropertyReader
-
- getProperty() - Method in class com.boomi.connector.api.SimpleExpression
-
The object property for this simple expression.
- getProperty() - Method in class com.boomi.connector.api.Sort
-
The object property for this simple expression.
- getProperty(String) - Method in class com.boomi.connector.testutil.auth.OAuth2TestTokenImpl
-
Get a property from the OAuth 2.0 Access Token response
- getProperty(String) - Method in class com.boomi.connector.testutil.MutablePropertyMap
-
- getProperty(String, String) - Method in class com.boomi.connector.testutil.MutablePropertyMap
-
- getProtocolHandler(Definition) - Method in class com.boomi.connector.ws.WSBrowser
-
Returns the currently chosen ProtocolHandler, optionally using the given wsdl definition to determine the
appropriate version.
- getProxyConfig() - Method in interface com.boomi.connector.api.AtomConfig
-
Returns ProxyConfig object with access to Atom proxy properties such as proxyHost, proxyPort etc.
- getProxyConfig() - Method in class com.boomi.connector.testutil.SimpleAtomConfig
-
- getProxyHost() - Method in interface com.boomi.connector.api.AtomProxyConfig
-
Getter for the configured proxy host
- getProxyHost() - Method in class com.boomi.connector.testutil.SimpleAtomProxyConfig
-
- getProxyPassword() - Method in interface com.boomi.connector.api.AtomProxyConfig
-
Getter for the configured proxy password.
- getProxyPassword() - Method in class com.boomi.connector.testutil.SimpleAtomProxyConfig
-
- getProxyPort() - Method in interface com.boomi.connector.api.AtomProxyConfig
-
Getter for the configured proxy port
- getProxyPort() - Method in class com.boomi.connector.testutil.SimpleAtomProxyConfig
-
- getProxyUser() - Method in interface com.boomi.connector.api.AtomProxyConfig
-
Getter for the configured proxy user
- getProxyUser() - Method in class com.boomi.connector.testutil.SimpleAtomProxyConfig
-
- getPublicKeyStoreProperty(String) - Method in interface com.boomi.connector.api.PropertyMap
-
Gets the KeyStore property for the given key.
- getPublicKeyStoreProperty(String) - Method in class com.boomi.connector.testutil.MutablePropertyMap
-
- getRadioField() - Method in class com.boomi.connector.demo.DemoEchoResponse
-
- getReader() - Method in class com.boomi.connector.util.xml.XMLEventUtilBase
-
- getRefreshToken() - Method in class com.boomi.connector.testutil.auth.OAuth2TestConfig
-
- getRefreshToken() - Method in class com.boomi.connector.testutil.auth.OAuth2TestContextImpl
-
Returns the refresh token as provided in config
- getReplacementValue() - Method in class com.boomi.connector.sample.generate.OperationValues
-
- GetRequest - Interface in com.boomi.connector.api
-
Interface for accessing the request information for a GET request.
- getRequestingAuthType() - Method in interface com.boomi.connector.api.network.NetworkAuthenticatorContext
-
Returns whether the requestor is a Proxy or a Server.
- getRequestingHost() - Method in interface com.boomi.connector.api.network.NetworkAuthenticatorContext
-
Gets the hostname of the site or proxy requesting authentication, or null
if not available.
- getRequestingPort() - Method in interface com.boomi.connector.api.network.NetworkAuthenticatorContext
-
Gets the port number for the requested connection.
- getRequestingPrompt() - Method in interface com.boomi.connector.api.network.NetworkAuthenticatorContext
-
Gets the prompt string given by the requestor.
- getRequestingProtocol() - Method in interface com.boomi.connector.api.network.NetworkAuthenticatorContext
-
Give the protocol that's requesting the connection.
- getRequestingScheme() - Method in interface com.boomi.connector.api.network.NetworkAuthenticatorContext
-
Gets the scheme of the requestor (the HTTP scheme for an HTTP firewall, for example).
- getRequestingSite() - Method in interface com.boomi.connector.api.network.NetworkAuthenticatorContext
-
Gets the
InetAddress
of the site requesting authorization, or
null
if not available.
- getRequestingURL() - Method in interface com.boomi.connector.api.network.NetworkAuthenticatorContext
-
Returns the URL that resulted in this request for authentication.
- getRequiredDefinitionRoles() - Method in enum com.boomi.connector.api.OperationType
-
The collection of roles which are required by this operation type (i.e.
- getResponse() - Method in class com.boomi.connector.demo.DemoResponse
-
- getResponseCode() - Method in class com.boomi.connector.demo.DemoResponse
-
- getResponseCodeAsString() - Method in class com.boomi.connector.demo.DemoResponse
-
- getResponseMessage() - Method in class com.boomi.connector.demo.DemoResponse
-
- getResults() - Method in class com.boomi.connector.testutil.SimpleOperationResponse
-
Returns all results returned thus far by the operation execution.
- getRpcOperationRequestElementName(WebServiceBindingOperation, SchemaMap) - Method in class com.boomi.connector.ws.WSBrowser
-
Returns the name of the request element for the given operation.
- getRpcOperationResponseElementName(WebServiceBindingOperation, WSBrowser.SchemaMapHolder) - Method in class com.boomi.connector.ws.WSBrowser
-
Returns the name of the response element for the given operation.
- getSchema() - Method in class com.boomi.connector.api.ExtraSchema
-
Extra XML Schema document which is included or imported.
- getSchema() - Method in class com.boomi.connector.api.ObjectDefinition
-
Primary XML Schema document which describes the object type
- getSchema() - Method in class com.boomi.util.json.schema.impl.SchemaBuilderImpl
-
- getSchema() - Method in interface com.boomi.util.json.schema.SchemaBuilder
-
This method returns the schema document as a
JsonNode
.
- getSchemaMap() - Method in class com.boomi.connector.ws.WSCache
-
Loads the schema map of the currently parsed WSDL Definition, creating if necessary.
- getSchemas() - Method in class com.boomi.connector.api.ExtraSchemas
-
Extra XML Schema documents which are included or imported.
- getScope() - Method in interface com.boomi.connector.api.OAuth2Context
-
Get the OAuth 2.0 Access Token scope
- getScope() - Method in class com.boomi.connector.testutil.auth.OAuth2TestContextImpl
-
- getSelectedFields() - Method in interface com.boomi.connector.api.OperationContext
-
Returns a field list describing the fields to be retrieved.
- getSelectedFields() - Method in class com.boomi.connector.testutil.ConnectorTestContext
-
- getSelectedFields() - Method in class com.boomi.connector.testutil.SimpleOperationContext
-
- getSelectedListValue() - Method in class com.boomi.connector.sample.generate.OperationValues
-
- getSessionUrl() - Method in class com.boomi.connector.sample.listen.connection.SimpleManagerConnection
-
Returns a "session URL" which, in this example, is just a static path appended to a user provided base URL.
- getSignatureAlgorithm() - Method in interface com.boomi.connector.api.JwtAssertionParameters
-
Returns a string description of the Signature Algorithm to be used to sign this claim.
- getSignatureKey() - Method in interface com.boomi.connector.api.JwtAssertionParameters
-
The signature key is the key that is used to sign the JWT.
- getSimpleFieldValue() - Method in class com.boomi.connector.sample.generate.OperationValues
-
- getSize() - Method in interface com.boomi.connector.api.listen.PayloadBatch
-
Get the size of the batch in bytes.
- getSizeExceededMessage() - Method in class com.boomi.connector.util.SizeLimitedUpdateOperation
-
Returns the status message for excluded inputs.
- getSizeExceededStatusCode() - Method in class com.boomi.connector.util.SizeLimitedUpdateOperation
-
Returns the status code for excluded.
- getSort() - Method in class com.boomi.connector.api.QueryFilter
-
Optional sort order for query results.
- getSortOrder() - Method in class com.boomi.connector.api.Sort
-
The sort order for the given property.
- getSource() - Method in class com.boomi.connector.util.result.BaseConnectorResult
-
Returns the "source" used to create this result
- getSSLContext(PublicKeyStore, PrivateKeyStore) - Method in interface com.boomi.connector.api.BrowseContext
-
- getSSLContext(PublicKeyStore, PrivateKeyStore) - Method in class com.boomi.connector.testutil.ConnectorTestContext
-
- getSSLContext(PublicKeyStore, PrivateKeyStore) - Method in class com.boomi.connector.testutil.SimpleBrowseContext
-
- getSSLContext() - Method in class com.boomi.connector.ws.WSConnection
-
- getStatus() - Method in interface com.boomi.connector.api.result.ConnectorResult
-
Returns status of the result
- getStatus() - Method in class com.boomi.connector.demo.DemoResponse
-
Returns the OperationStatus for the given http code.
- getStatus() - Method in class com.boomi.connector.testutil.SimpleOperationResult
-
- getStatus() - Method in class com.boomi.connector.util.result.SimpleConnectorResult
-
- getStatusCode() - Method in exception com.boomi.connector.api.ConnectorException
-
- getStatusCode(Throwable) - Static method in exception com.boomi.connector.api.ConnectorException
-
Gets a status code from the given Throwable.
- getStatusCode() - Method in interface com.boomi.connector.api.result.ConnectorStatus
-
Returns the status code
- getStatusCode() - Method in class com.boomi.connector.testutil.SimpleOperationResult
-
- getStatusCode() - Method in class com.boomi.connector.util.result.SimpleConnectorStatus
-
- getStatusMessage() - Method in exception com.boomi.connector.api.ConnectorException
-
- getStatusMessage(Throwable) - Static method in exception com.boomi.connector.api.ConnectorException
-
Gets a status message from the given Throwable.
- getStatusMessage() - Method in interface com.boomi.connector.api.result.ConnectorStatus
-
Returns the status message
- getStatusMessage() - Method in class com.boomi.connector.util.result.SimpleConnectorStatus
-
- getStringField() - Method in class com.boomi.connector.demo.DemoEchoResponse
-
- getSubject() - Method in interface com.boomi.connector.api.JwtAssertionParameters
-
Identifies the principal that is the subject of the JWT.
- getSuccessCode() - Method in class com.boomi.connector.ws.WSConnection
-
Returns the status code to use for successful responses.
- getSuccessMessage() - Method in class com.boomi.connector.ws.WSConnection
-
Returns the status message to use for successful responses.
- getSupportedDefinitionRoles() - Method in enum com.boomi.connector.api.OperationType
-
The collection of all roles which are supported by this operation type (this may or may not be more than the
collection of required roles).
- getSystemId() - Method in class com.boomi.connector.api.ExtraSchema
-
Optional systemId of this schema which should correspond to any include reference to this
schema from one of the other schemas.
- getTargetNamespace() - Method in class com.boomi.connector.ws.WSCache
-
Returns the target namespace of the WSDL.
- getThrown() - Method in class com.boomi.connector.testutil.SimpleOperationResult
-
- getTimeout() - Method in class com.boomi.connector.util.SimpleExpiringValue
-
Gets the configured relative expire timeout for values cached by this instance.
- getTotalCount() - Method in class com.boomi.connector.api.ObjectTypes
-
Gets the value of the totalCount property.
- getTrackedProps() - Method in class com.boomi.connector.testutil.SimplePayloadMetadata
-
- getTrackingId() - Method in interface com.boomi.connector.api.TrackedData
-
Returns a "tracking" id for this tracked data.
- getTrackingId() - Method in class com.boomi.connector.testutil.SimpleTrackedData
-
- getType() - Method in class com.boomi.connector.api.annotation.FieldSpecField
-
Indicates the field type
- getType() - Method in class com.boomi.connector.api.FieldSpecField
-
Indicates the field type
- getType() - Method in class com.boomi.connector.api.ui.BrowseField
-
The type of the property value which will be passed to the connector.
- getTypeNamespace() - Method in class com.boomi.connector.api.annotation.FieldSpecField
-
Indicates the field type's namespace
- getTypeNamespace() - Method in class com.boomi.connector.api.FieldSpecField
-
Indicates the field type's namespace
- getTypes() - Method in class com.boomi.connector.api.ObjectTypes
-
A list of ObjectType instances.
- getUniqueId() - Method in interface com.boomi.connector.api.PrivateKeyStore
-
Returns a unique id for this PrivateKeyStore.
- getUniqueId() - Method in interface com.boomi.connector.api.PublicKeyStore
-
Returns a unique id for this PublicKeyStore.
- getUniqueId() - Method in interface com.boomi.connector.api.TrackedData
-
Returns a unique id for this tracked data.
- getUniqueId() - Method in class com.boomi.connector.testutil.SimpleTrackedData
-
- getUnit() - Method in class com.boomi.connector.sample.listen.polling.SimplePollingManagerConnection
-
Returns the polling time unit specified by the user in the connection settings.
- getUrl(String) - Method in class com.boomi.connector.sample.listen.connection.SimpleManagerConnection
-
Builds a URL using the base URL defined in the connection component.
- getUrl() - Method in class com.boomi.connector.ws.WSCache.Key
-
- getUrl() - Method in class com.boomi.connector.ws.WSConnection
-
Returns the currently configured url for the web service.
- getUrlFromContext() - Method in class com.boomi.connector.ws.WSConnection
-
Returns the url configured for this connection.
- getUserDefinedProperties() - Method in interface com.boomi.connector.api.TrackedData
-
Returns any user-defined properties for this tracked data (always non-null
).
- getUserDefinedProperties() - Method in class com.boomi.connector.testutil.SimpleTrackedData
-
- getUserDefProps() - Method in class com.boomi.connector.testutil.SimplePayloadMetadata
-
- getUsername() - Method in class com.boomi.connector.ws.WSCache
-
Returns the username for the webservice.
- getUsername() - Method in class com.boomi.connector.ws.WSCache.Key
-
- getUsername() - Method in class com.boomi.connector.ws.WSConnection
-
Returns the username configured for this connection.
- getValue() - Method in class com.boomi.connector.api.ui.AllowedValue
-
The allowed value, which must be valid for the data type of the owning BrowseField.
- getVersionUrl() - Method in enum com.boomi.util.json.JSONUtil.SchemaVersion
-
- getWaitMode() - Method in class com.boomi.connector.api.listen.SubmitOptions
-
- getWatchable() - Method in class com.boomi.connector.util.listen.BaseWatchableOperation
-
- getWatchableEvents() - Method in class com.boomi.connector.util.listen.BaseWatchableOperation
-
Returns the collection of watchable events.
- getWatchService() - Method in class com.boomi.connector.util.listen.BaseWatchableManager
-
- getWriter() - Method in class com.boomi.connector.util.xml.XMLEventUtilBase
-
- getWsdlUrl() - Method in class com.boomi.connector.ws.WSCache
-
Returns the wsdl url for the webservice.
- getWsOperation() - Method in class com.boomi.connector.ws.WSConnection
-
Returns the current WebServiceOperation for this connector operation.
- getWSSecurityInfo() - Method in class com.boomi.connector.ws.WSConnection
-
- GroupingExpression - Class in com.boomi.connector.api
-
Expression type which represents a grouping of other nested expressions joined by the given
operator.
- GroupingExpression() - Constructor for class com.boomi.connector.api.GroupingExpression
-
- GroupingOperator - Enum in com.boomi.connector.api
-
Type of logical operators supported for GroupingExpressions.
- safeGetCustomPropertiesConfiguration() - Method in class com.boomi.connector.api.ui.BrowseField
-
- safeGetExpression() - Method in class com.boomi.connector.api.QueryFilter
-
- safeGetExtraSchemas() - Method in class com.boomi.connector.api.ObjectDefinition
-
- SampleClient<I,O> - Class in com.boomi.connector.sample
-
Sample client used throughout the sample project when demonstrating how to send data to a target system and,
potentially, return a response.
- SampleClient() - Constructor for class com.boomi.connector.sample.SampleClient
-
- SampleConsumer - Class in com.boomi.connector.sample.listen
-
A sample consumer class that allows the registration of message handlers which is conceptually similar to JMS
consumers and listeners.
- SampleConsumer() - Constructor for class com.boomi.connector.sample.listen.SampleConsumer
-
- SampleConsumer.MessageHandler - Interface in com.boomi.connector.sample.listen
-
- SampleConsumer.MultiMessageHandler - Interface in com.boomi.connector.sample.listen
-
- SampleConsumer.SingleMessageHandler - Interface in com.boomi.connector.sample.listen
-
- schema - Variable in class com.boomi.connector.api.ExtraSchema
-
- schema - Variable in class com.boomi.connector.api.ObjectDefinition
-
- SCHEMA_ID - Static variable in class com.boomi.util.json.JSONUtil
-
- SCHEMA_PROPERTIES - Static variable in class com.boomi.util.json.JSONUtil
-
- SCHEMA_TITLE - Static variable in class com.boomi.util.json.JSONUtil
-
- SCHEMA_TYPE - Static variable in class com.boomi.util.json.JSONUtil
-
- SchemaBuilder - Interface in com.boomi.util.json.schema
-
Builder class for creating JSON schema documents.
- SchemaBuilderImpl - Class in com.boomi.util.json.schema.impl
-
Base
SchemaBuilder
implementation
Listing outstanding items here instead of in the API
TODO add mark/unmark or current support to navigate previous builders
TODO support customer
ObjectMapper
TODO support "additionalItems" for array type
TODO support nested array definition for array type
TODO support "definitions"
TODO support "patternProperties"
TODO support "dependencies"
TODO support "allOf"
TODO support "anyOf"
TODO support "oneOf"
TODO support "not"
TODO support "default"
- SchemaBuilderImpl() - Constructor for class com.boomi.util.json.schema.impl.SchemaBuilderImpl
-
- schemaDocMap - Variable in class com.boomi.connector.ws.WSBrowser.SchemaMapHolder
-
the current schemaDocMap
- SchemaMapHolder(SchemaMap) - Constructor for class com.boomi.connector.ws.WSBrowser.SchemaMapHolder
-
- schemas - Variable in class com.boomi.connector.api.ExtraSchemas
-
- selectable - Variable in class com.boomi.connector.api.annotation.FieldSpecField
-
- selectable - Variable in class com.boomi.connector.api.FieldSpecField
-
- selected - Variable in class com.boomi.connector.api.annotation.FieldSpecField
-
- selected - Variable in class com.boomi.connector.api.FieldSpecField
-
- send(I) - Method in class com.boomi.connector.sample.SampleClient
-
Sends the input to the target system and returns the output.
- set(V) - Method in class com.boomi.connector.util.ExpiringValue
-
Sets the current value
- set(V) - Method in class com.boomi.connector.util.SimpleExpiringValue
-
Sets the current value
- setAPIVersion(APIVersion) - Method in class com.boomi.connector.testutil.ConnectorTester
-
Sets the API version.
- setBrowseContext(OperationType, Map<String, Object>, Map<String, Object>) - Method in class com.boomi.connector.testutil.ConnectorTester
-
Sets the BrowseContext to a new instance of SimpleBrowseContext with the
given arguments.
- setBrowseContext(BrowseContext) - Method in class com.boomi.connector.testutil.ConnectorTester
-
Sets the BrowseContext to the given instance.
- setConfig(int, int, int) - Method in class com.boomi.connector.testutil.ConnectorTester
-
Sets the AtomConfig to a new instance of SimpleAtomConfig with the given
arguments.
- setConfig(AtomConfig) - Method in class com.boomi.connector.testutil.ConnectorTester
-
Sets the AtomConfig to the given instance.
- setConnector(Connector) - Method in class com.boomi.connector.testutil.ConnectorTester
-
Sets the Connector to the given instance.
- setContext(AtomContext) - Method in class com.boomi.connector.util.BaseConnector
-
- setCookie(String) - Method in class com.boomi.connector.api.ObjectDefinition
-
Sets the value of the cookie property.
- setCookieRequired(boolean) - Method in class com.boomi.connector.testutil.ConnectorTestContext
-
Setter method for cookie flag
- setCurrentContextClassLoader(ClassLoader) - Static method in class com.boomi.connector.api.RequestUtil
-
- setCustomPropertiesConfiguration(CustomPropertiesFieldConfig) - Method in class com.boomi.connector.api.ui.BrowseField
-
Sets the value of the customPropertiesConfiguration property.
- setDataType(DataType) - Method in class com.boomi.connector.api.annotation.DataFormat
-
Sets the value of the dataType property.
- setDefaultValue(String) - Method in class com.boomi.connector.api.ui.BrowseField
-
Sets the value of the defaultValue property.
- setDisplayType(DisplayType) - Method in class com.boomi.connector.api.ui.BrowseField
-
Sets the value of the displayType property.
- setElementName(String) - Method in class com.boomi.connector.api.ObjectDefinition
-
Sets the value of the elementName property.
- setExpression(Expression) - Method in class com.boomi.connector.api.QueryFilter
-
Sets the value of the expression property.
- setExpression(Object) - Method in class com.boomi.connector.testutil.QueryFilterBuilder
-
Sets the base expression for the filter.
- setExtraSchemas(ExtraSchemas) - Method in class com.boomi.connector.api.ObjectDefinition
-
Sets the value of the extraSchemas property.
- setFilterable(Boolean) - Method in class com.boomi.connector.api.annotation.FieldSpecField
-
Sets the value of the filterable property.
- setFilterable(Boolean) - Method in class com.boomi.connector.api.FieldSpecField
-
Sets the value of the filterable property.
- setFormat(String) - Method in class com.boomi.connector.api.annotation.DataFormat
-
Sets the value of the format property.
- setHelpText(String) - Method in class com.boomi.connector.api.ObjectType
-
Sets the value of the helpText property.
- setHelpText(String) - Method in class com.boomi.connector.api.ui.BrowseField
-
Sets the value of the helpText property.
- setId(String) - Method in class com.boomi.connector.api.ObjectType
-
Sets the value of the id property.
- setId(String) - Method in class com.boomi.connector.api.ui.BrowseField
-
Sets the value of the id property.
- setIgnore(Boolean) - Method in class com.boomi.connector.api.annotation.Filter
-
Sets the value of the ignore property.
- setIgnoreForFilters(Boolean) - Method in class com.boomi.connector.api.annotation.FieldSpec
-
Sets the value of the ignoreForFilters property.
- setIgnoreForSelection(Boolean) - Method in class com.boomi.connector.api.annotation.FieldSpec
-
Sets the value of the ignoreForSelection property.
- setIgnoreForSort(Boolean) - Method in class com.boomi.connector.api.annotation.FieldSpec
-
Sets the value of the ignoreForSort property.
- setIgnorePayloadOrder(boolean) - Method in class com.boomi.connector.testutil.SimpleOperationResult
-
Sets the ignorePayloadOrder flag.
- setIgnorePayloads(boolean) - Method in class com.boomi.connector.testutil.SimpleOperationResult
-
Sets the ignorePayloads flag.
- setImportTime(String) - Method in class com.boomi.connector.demo.DemoEchoCookie
-
- setInputType(ContentType) - Method in class com.boomi.connector.api.ObjectDefinition
-
Sets the value of the inputType property.
- setJsonSchema(String) - Method in class com.boomi.connector.api.ObjectDefinition
-
Sets the value of the jsonSchema property.
- setLabel(String) - Method in class com.boomi.connector.api.ObjectType
-
Sets the value of the label property.
- setLabel(String) - Method in class com.boomi.connector.api.ui.AllowedValue
-
Sets the value of the label property.
- setLabel(String) - Method in class com.boomi.connector.api.ui.BrowseField
-
Sets the value of the label property.
- setMessage(String) - Method in class com.boomi.connector.testutil.SimpleOperationResult
-
- setName(String) - Method in class com.boomi.connector.api.annotation.FieldSpecField
-
Sets the value of the name property.
- setName(String) - Method in class com.boomi.connector.api.annotation.Filter.Field
-
Sets the value of the name property.
- setName(String) - Method in class com.boomi.connector.api.FieldSpecField
-
Sets the value of the name property.
- setObjectTypeId(String) - Method in class com.boomi.connector.testutil.ConnectorTestContext
-
Getter for the object type id
- setObjectTypeId(String) - Method in class com.boomi.connector.ws.WSBrowser
-
Sets the current object type id.
- setOperationContext(OperationType, Map<String, Object>, Map<String, Object>, String, Map<ObjectDefinitionRole, String>) - Method in class com.boomi.connector.testutil.ConnectorTester
-
Sets the OperationContext to a new instance of SimpleOperationContext
with the given arguments..
- setOperationContext(OperationContext) - Method in class com.boomi.connector.testutil.ConnectorTester
-
Sets the OperationContext to the given instance.
- setOperationCustomType(String) - Method in class com.boomi.connector.testutil.ConnectorTestContext
-
Setter for the operation custom type
- setOperationType(OperationType) - Method in class com.boomi.connector.testutil.ConnectorTestContext
-
Setter for the operation type
- setOperator(GroupingOperator) - Method in class com.boomi.connector.api.GroupingExpression
-
Sets the value of the operator property.
- setOperator(String) - Method in class com.boomi.connector.api.SimpleExpression
-
Sets the value of the operator property.
- setOperator(GroupingOperator) - Method in class com.boomi.connector.testutil.QueryGroupingBuilder
-
Sets the grouping operator for the expression.
- setOperator(String) - Method in class com.boomi.connector.testutil.QuerySimpleBuilder
-
Sets the operator for the expression.
- setOutputType(ContentType) - Method in class com.boomi.connector.api.ObjectDefinition
-
Sets the value of the outputType property.
- setOverrideable(Boolean) - Method in class com.boomi.connector.api.ui.BrowseField
-
Sets the value of the overrideable property.
- setPayloads(List<byte[]>) - Method in class com.boomi.connector.testutil.SimpleOperationResult
-
- setProperty(String, String) - Method in interface com.boomi.connector.api.PropertyWriter
-
- setProperty(String) - Method in class com.boomi.connector.api.SimpleExpression
-
Sets the value of the property property.
- setProperty(String) - Method in class com.boomi.connector.api.Sort
-
Sets the value of the property property.
- setProperty(String) - Method in class com.boomi.connector.testutil.QuerySimpleBuilder
-
Sets the property name for the expression.
- setProtocolHandler(ProtocolHandler) - Method in class com.boomi.connector.ws.WSBrowser
-
Sets the current ProtocolHandler.
- setProxyConfig(AtomProxyConfig) - Method in class com.boomi.connector.testutil.ConnectorTester
-
Sets the AtomProxyConfig value within SimpleAtomConfig instance.
- setProxyConfig(AtomProxyConfig) - Method in class com.boomi.connector.testutil.SimpleAtomConfig
-
Setter method for AtomProxyConfig to overwrite the default implementation of SimpleAtomProxyConfig instance if
needed.
- setReader(XMLEventReader) - Method in class com.boomi.connector.util.xml.XMLEventUtilBase
-
- setRespectMinOccurs(Boolean) - Method in class com.boomi.connector.api.ObjectDefinition
-
Sets the value of the respectMinOccurs property.
- setRootElement(SchemaMap, QName) - Static method in class com.boomi.connector.ws.WSBrowser
-
Sets the root schema of the given schemaDocMap to the namespaceURI of the given QName and returns the localName
of the given QName.
- setRootElement(WSBrowser.SchemaMapHolder, QName) - Static method in class com.boomi.connector.ws.WSBrowser
-
- setRootSchema(String) - Method in class com.boomi.connector.ws.WSBrowser.SchemaMapHolder
-
Sets the root namespaceURI of the current schemaDocMap to the given namespace.
- setRootSchema(String, QName) - Method in class com.boomi.connector.ws.WSBrowser.SchemaMapHolder
-
- setSchema(Element) - Method in class com.boomi.connector.api.ExtraSchema
-
Sets the value of the schema property.
- setSchema(Element) - Method in class com.boomi.connector.api.ObjectDefinition
-
Sets the value of the schema property.
- setSelectable(Boolean) - Method in class com.boomi.connector.api.annotation.FieldSpecField
-
Sets the value of the selectable property.
- setSelectable(Boolean) - Method in class com.boomi.connector.api.FieldSpecField
-
Sets the value of the selectable property.
- setSelected(Boolean) - Method in class com.boomi.connector.api.annotation.FieldSpecField
-
Sets the value of the selected property.
- setSelected(Boolean) - Method in class com.boomi.connector.api.FieldSpecField
-
Sets the value of the selected property.
- setSortable(Boolean) - Method in class com.boomi.connector.api.annotation.FieldSpecField
-
Sets the value of the sortable property.
- setSortable(Boolean) - Method in class com.boomi.connector.api.FieldSpecField
-
Sets the value of the sortable property.
- setSortOrder(String) - Method in class com.boomi.connector.api.Sort
-
Sets the value of the sortOrder property.
- setStatus(OperationStatus) - Method in class com.boomi.connector.testutil.SimpleOperationResult
-
- setStatusCode(String) - Method in class com.boomi.connector.testutil.SimpleOperationResult
-
- setSystemId(String) - Method in class com.boomi.connector.api.ExtraSchema
-
Sets the value of the systemId property.
- setThrown(Throwable) - Method in class com.boomi.connector.testutil.SimpleOperationResult
-
- setTotalCount(Integer) - Method in class com.boomi.connector.api.ObjectTypes
-
Sets the value of the totalCount property.
- setTrackedProperty(String, String) - Method in interface com.boomi.connector.api.PayloadMetadata
-
- setTrackedProperty(String, String) - Method in class com.boomi.connector.testutil.SimplePayloadMetadata
-
- setType(String) - Method in class com.boomi.connector.api.annotation.FieldSpecField
-
Sets the value of the type property.
- setType(String) - Method in class com.boomi.connector.api.FieldSpecField
-
Sets the value of the type property.
- setType(DataType) - Method in class com.boomi.connector.api.ui.BrowseField
-
Sets the value of the type property.
- setTypeNamespace(String) - Method in class com.boomi.connector.api.annotation.FieldSpecField
-
Sets the value of the typeNamespace property.
- setTypeNamespace(String) - Method in class com.boomi.connector.api.FieldSpecField
-
Sets the value of the typeNamespace property.
- setupConnectorTester() - Method in class com.boomi.connector.testutil.junit.ConnectorTest
-
Setup method for all connector tests
- setUserDefinedProperty(String, String) - Method in interface com.boomi.connector.api.PayloadMetadata
-
- setUserDefinedProperty(String, String) - Method in class com.boomi.connector.testutil.SimplePayloadMetadata
-
- setValue(String) - Method in class com.boomi.connector.api.ui.AllowedValue
-
Sets the value of the value property.
- setWriter(XMLEventWriter) - Method in class com.boomi.connector.util.xml.XMLEventUtilBase
-
- SimpleAtomConfig - Class in com.boomi.connector.testutil
-
Simple implementation of AtomConfig.
- SimpleAtomConfig() - Constructor for class com.boomi.connector.testutil.SimpleAtomConfig
-
- SimpleAtomConfig(int, int, int) - Constructor for class com.boomi.connector.testutil.SimpleAtomConfig
-
- SimpleAtomContext - Class in com.boomi.connector.testutil
-
- SimpleAtomContext(AtomConfig) - Constructor for class com.boomi.connector.testutil.SimpleAtomContext
-
Constructs a new SimpleAtomContext
- SimpleAtomProxyConfig - Class in com.boomi.connector.testutil
-
Simple implementation of AtomProxyConfig
- SimpleAtomProxyConfig() - Constructor for class com.boomi.connector.testutil.SimpleAtomProxyConfig
-
- SimpleAtomProxyConfig(String) - Constructor for class com.boomi.connector.testutil.SimpleAtomProxyConfig
-
- SimpleAtomProxyConfig(String, String) - Constructor for class com.boomi.connector.testutil.SimpleAtomProxyConfig
-
- SimpleBrowseContext - Class in com.boomi.connector.testutil
-
Simple implementation of BrowseContext.
- SimpleBrowseContext(AtomConfig, Connector, OperationType, Map<String, Object>, Map<String, Object>) - Constructor for class com.boomi.connector.testutil.SimpleBrowseContext
-
Constructs a new SimpleBrowseContext
- SimpleBrowseContext(AtomConfig, Connector, OperationType, String, Map<String, Object>, Map<String, Object>) - Constructor for class com.boomi.connector.testutil.SimpleBrowseContext
-
Constructs a new SimpleBrowseContext
- SimpleConnectorResult - Class in com.boomi.connector.util.result
-
- SimpleConnectorResult(ConnectorStatus, Payload) - Constructor for class com.boomi.connector.util.result.SimpleConnectorResult
-
- SimpleConnectorStatus - Class in com.boomi.connector.util.result
-
- SimpleConnectorStatus(OperationStatus, String, String) - Constructor for class com.boomi.connector.util.result.SimpleConnectorStatus
-
- SimpleExpiringValue<V> - Class in com.boomi.connector.util
-
ExpiringValue implementation which will expire the current value after a fixed amount of time.
- SimpleExpiringValue(long) - Constructor for class com.boomi.connector.util.SimpleExpiringValue
-
- SimpleExpiringValue(V, long) - Constructor for class com.boomi.connector.util.SimpleExpiringValue
-
- SimpleExpression - Class in com.boomi.connector.api
-
Expression type which represents a simple operator based expression on a property and some number of
arguments.
- SimpleExpression() - Constructor for class com.boomi.connector.api.SimpleExpression
-
- SimpleListenConnector - Class in com.boomi.connector.sample.listen.managed
-
- SimpleListenConnector() - Constructor for class com.boomi.connector.sample.listen.managed.SimpleListenConnector
-
- SimpleListenManager - Class in com.boomi.connector.sample.listen.managed
-
- SimpleListenManager(ConnectorContext) - Constructor for class com.boomi.connector.sample.listen.managed.SimpleListenManager
-
Creates a new instance with the provided connector context
- SimpleListenOperation - Class in com.boomi.connector.sample.listen.managed
-
- SimpleListenOperation(OperationContext) - Constructor for class com.boomi.connector.sample.listen.managed.SimpleListenOperation
-
Creates a new instance using the provided operation context
- SimpleManagerConnection<C extends ConnectorContext> - Class in com.boomi.connector.sample.listen.connection
-
- SimpleManagerConnection(C) - Constructor for class com.boomi.connector.sample.listen.connection.SimpleManagerConnection
-
Creates a new instance with the provided context
- SimpleMessageHandler - Class in com.boomi.connector.sample.listen
-
- SimpleMessageHandler(Listener) - Constructor for class com.boomi.connector.sample.listen.SimpleMessageHandler
-
Creates a new instance with the provided listener
- SimpleNetworkAuthenticator - Class in com.boomi.connector.util.network
-
- SimpleNetworkAuthenticator(String, String) - Constructor for class com.boomi.connector.util.network.SimpleNetworkAuthenticator
-
Creates a new instance with a user name and password that will be used for all authentication requests.
- SimpleNetworkAuthenticator(PasswordAuthentication) - Constructor for class com.boomi.connector.util.network.SimpleNetworkAuthenticator
-
Creates a new instance with the
PasswordAuthentication
instance that will be used for all authentication
requests.
- SimpleOperationConnection - Class in com.boomi.connector.sample.listen.connection
-
- SimpleOperationConnection(OperationContext) - Constructor for class com.boomi.connector.sample.listen.connection.SimpleOperationConnection
-
Creates a new instance using the provided operation context
- SimpleOperationContext - Class in com.boomi.connector.testutil
-
Simple implementation of OperationContext.
- SimpleOperationContext(AtomConfig, Connector, OperationType, Map<String, Object>, Map<String, Object>, String, Map<ObjectDefinitionRole, String>) - Constructor for class com.boomi.connector.testutil.SimpleOperationContext
-
Constructs a new SimpleOperationContext.
- SimpleOperationContext(AtomConfig, Connector, OperationType, Map<String, Object>, Map<String, Object>, String, Map<ObjectDefinitionRole, String>, List<String>) - Constructor for class com.boomi.connector.testutil.SimpleOperationContext
-
- SimpleOperationResponse - Class in com.boomi.connector.testutil
-
Simple implementation of OperationResponse.
- SimpleOperationResponse() - Constructor for class com.boomi.connector.testutil.SimpleOperationResponse
-
- SimpleOperationResult - Class in com.boomi.connector.testutil
-
A result from an operation execution saved by the SimpleOperationResponse.
- SimpleOperationResult() - Constructor for class com.boomi.connector.testutil.SimpleOperationResult
-
- SimpleOperationResult(OperationStatus, String, Charset, List<String>) - Constructor for class com.boomi.connector.testutil.SimpleOperationResult
-
- SimpleOperationResult(OperationStatus, String, List<byte[]>) - Constructor for class com.boomi.connector.testutil.SimpleOperationResult
-
- SimpleOperationResult(OperationStatus, String, String, List<byte[]>) - Constructor for class com.boomi.connector.testutil.SimpleOperationResult
-
- SimpleOperationResult(OperationStatus, String, String, List<byte[]>, Throwable) - Constructor for class com.boomi.connector.testutil.SimpleOperationResult
-
- SimpleOperationResult(OperationStatus, String, String, List<byte[]>, Throwable, List<SimplePayloadMetadata>) - Constructor for class com.boomi.connector.testutil.SimpleOperationResult
-
- SimpleOperationResult(OperationStatus, String, String, List<byte[]>, boolean, boolean) - Constructor for class com.boomi.connector.testutil.SimpleOperationResult
-
- SimpleOperationResult(OperationStatus, String, String, List<byte[]>, Throwable, boolean, boolean) - Constructor for class com.boomi.connector.testutil.SimpleOperationResult
-
- SimpleOperationResult(OperationStatus, String, String, List<byte[]>, Throwable, boolean, boolean, List<SimplePayloadMetadata>) - Constructor for class com.boomi.connector.testutil.SimpleOperationResult
-
- SimplePayloadMetadata - Class in com.boomi.connector.testutil
-
Simple implementation of TrackedData for all necessary data types.
- SimplePayloadMetadata() - Constructor for class com.boomi.connector.testutil.SimplePayloadMetadata
-
- SimplePollingConnector - Class in com.boomi.connector.sample.listen.polling
-
- SimplePollingConnector() - Constructor for class com.boomi.connector.sample.listen.polling.SimplePollingConnector
-
- SimplePollingManager - Class in com.boomi.connector.sample.listen.polling
-
- SimplePollingManager(SimplePollingManagerConnection) - Constructor for class com.boomi.connector.sample.listen.polling.SimplePollingManager
-
- SimplePollingManagerConnection - Class in com.boomi.connector.sample.listen.polling
-
- SimplePollingManagerConnection(ConnectorContext) - Constructor for class com.boomi.connector.sample.listen.polling.SimplePollingManagerConnection
-
Creates a new instance using the provided connector context
- SimplePollingOperation - Class in com.boomi.connector.sample.listen.polling
-
- SimplePollingOperation(SimplePollingOperationConnection) - Constructor for class com.boomi.connector.sample.listen.polling.SimplePollingOperation
-
Creates a new instance using the provided connection
- SimplePollingOperationConnection - Class in com.boomi.connector.sample.listen.polling
-
Simple
BaseConnection
implementation that provides an abstraction for the connection and operation settings.
- SimplePollingOperationConnection(OperationContext) - Constructor for class com.boomi.connector.sample.listen.polling.SimplePollingOperationConnection
-
Creates a new instance using the provided operation context
- SimpleSingletonOperation - Class in com.boomi.connector.sample.listen.singleton
-
Simple
SingletonListenOperation
that demonstrates using an operation property to determine if the listener
should operate in "singleton mode".
- SimpleSingletonOperation(OperationContext) - Constructor for class com.boomi.connector.sample.listen.singleton.SimpleSingletonOperation
-
Creates a new instance using the provided context
- SimpleTrackedData - Class in com.boomi.connector.testutil
-
Simple implementation of TrackedData for all necessary data types.
- SimpleTrackedData(int, Object) - Constructor for class com.boomi.connector.testutil.SimpleTrackedData
-
- SimpleTrackedData(int, Object, Map<String, String>) - Constructor for class com.boomi.connector.testutil.SimpleTrackedData
-
- SimpleTrackedData(int, Object, Map<String, String>, Map<String, String>) - Constructor for class com.boomi.connector.testutil.SimpleTrackedData
-
- SimpleTypeBuilder<T extends SimpleTypeBuilder<T,P>,P extends NestingBuilder> - Interface in com.boomi.util.json.schema
-
Builder class for building "simple" types.
- SimpleUnmanagedListenConnector - Class in com.boomi.connector.sample.listen.unmanaged
-
- SimpleUnmanagedListenConnector() - Constructor for class com.boomi.connector.sample.listen.unmanaged.SimpleUnmanagedListenConnector
-
- SimpleUnmanagedListenOperation - Class in com.boomi.connector.sample.listen.unmanaged
-
- SimpleUnmanagedListenOperation(OperationContext) - Constructor for class com.boomi.connector.sample.listen.unmanaged.SimpleUnmanagedListenOperation
-
Creates a new instance using the provided context
- SingletonListenOperation<M extends ListenManager> - Interface in com.boomi.connector.api.listen
-
- SizeLimitedBatchJsonOperation - Class in com.boomi.connector.sample.json
-
Sample update operation that builds a JSON array containing the input documents in a memory efficient manner.
- SizeLimitedBatchJsonOperation(OperationContext) - Constructor for class com.boomi.connector.sample.json.SizeLimitedBatchJsonOperation
-
- SizeLimitedJsonOperation - Class in com.boomi.connector.sample.json
-
- SizeLimitedJsonOperation(OperationContext) - Constructor for class com.boomi.connector.sample.json.SizeLimitedJsonOperation
-
- SizeLimitedUpdateOperation - Class in com.boomi.connector.util
-
- SizeLimitedUpdateOperation(BaseConnection<OperationContext>) - Constructor for class com.boomi.connector.util.SizeLimitedUpdateOperation
-
Creates a new instance using the provided connection.
- SizeLimitedUpdateOperation(OperationContext) - Constructor for class com.boomi.connector.util.SizeLimitedUpdateOperation
-
Creates a new instance using the provided context.
- sort - Variable in class com.boomi.connector.api.QueryFilter
-
- Sort - Class in com.boomi.connector.api
-
Java class for Sort complex type.
- Sort() - Constructor for class com.boomi.connector.api.Sort
-
- sortable - Variable in class com.boomi.connector.api.annotation.FieldSpecField
-
- sortable - Variable in class com.boomi.connector.api.FieldSpecField
-
- sortOrder - Variable in class com.boomi.connector.api.Sort
-
- SplitJsonResponseOperation - Class in com.boomi.connector.sample.json
-
Sample update operation that demonstrates the use of a
JsonSplitter
to create multiple payloads from a single
stream in a memory efficient manner.
- SplitJsonResponseOperation(OperationContext) - Constructor for class com.boomi.connector.sample.json.SplitJsonResponseOperation
-
- start() - Method in interface com.boomi.connector.api.listen.ListenManager
-
Starts the manager.
- start(Listener, M) - Method in interface com.boomi.connector.api.listen.ListenOperation
-
Starts the listen operation.
- start(Listener, ListenManager) - Method in class com.boomi.connector.sample.listen.BaseConsumerListenOperation
-
- start() - Method in class com.boomi.connector.sample.listen.managed.SimpleListenManager
-
Opens the consumer connection.
- start(Listener, SimpleListenManager) - Method in class com.boomi.connector.sample.listen.managed.SimpleListenOperation
-
Starts the listen operation by registering with the manager.
- start(Listener) - Method in class com.boomi.connector.sample.listen.singleton.SimpleSingletonOperation
-
- start(Listener) - Method in class com.boomi.connector.sample.listen.submit.ConfigurableSubmitListenOperation
-
- start(Listener) - Method in class com.boomi.connector.sample.listen.unmanaged.SimpleUnmanagedListenOperation
-
- start() - Method in class com.boomi.connector.util.listen.BasePollingManager
-
Starts the manager.
- start(Listener, M) - Method in class com.boomi.connector.util.listen.BasePollingOperation
-
Starts the operation.
- start(Listener, ListenManager) - Method in class com.boomi.connector.util.listen.UnmanagedListenOperation
-
Starts the listener.
- start(Listener) - Method in class com.boomi.connector.util.listen.UnmanagedListenOperation
-
Simplified start method that only accepts a
Listener
instance.
- startDocument() - Method in class com.boomi.connector.demo.DemoRequestJoiner
-
- startDocument() - Method in class com.boomi.connector.util.xml.XMLJoiner
-
Called before any events are written to the writer.
- startObject(XMLEvent) - Method in class com.boomi.connector.util.xml.XMLEventUtilBase
-
Called when a new object is about to be processed.
- stop() - Method in interface com.boomi.connector.api.listen.ListenManager
-
Stops the manager.
- stop() - Method in interface com.boomi.connector.api.listen.ListenOperation
-
Stops the listen operation.
- stop() - Method in class com.boomi.connector.sample.listen.BaseConsumerListenOperation
-
Stops the listen operation by deregistering the message handler and disconnecting the consumer.
- stop() - Method in class com.boomi.connector.sample.listen.managed.SimpleListenManager
-
Closes the consumer connection.
- stop() - Method in class com.boomi.connector.sample.listen.managed.SimpleListenOperation
-
Stops the listen operation by deregistering with the manager
- stop() - Method in class com.boomi.connector.sample.listen.singleton.SimpleSingletonOperation
-
- stop() - Method in class com.boomi.connector.sample.listen.submit.ConfigurableSubmitListenOperation
-
Stops the listen operation.
- stop() - Method in class com.boomi.connector.sample.listen.unmanaged.SimpleUnmanagedListenOperation
-
- stop() - Method in class com.boomi.connector.util.listen.BasePollingManager
-
Stops the manager.
- stop() - Method in class com.boomi.connector.util.listen.BasePollingOperation
-
Stops the operation.
- StringTypeBuilder<P extends NestingBuilder> - Interface in com.boomi.util.json.schema
-
Builder class for building string type definitions.
- submit(Payload) - Method in interface com.boomi.connector.api.listen.Listener
-
- submit(Throwable) - Method in interface com.boomi.connector.api.listen.Listener
-
Submit a process execution with the specified
Throwable
.
- submit(Payload, SubmitOptions) - Method in interface com.boomi.connector.api.listen.Listener
-
- submit() - Method in interface com.boomi.connector.api.listen.PayloadBatch
-
Submit a process execution with the payloads that have been added to the batch using the default
SubmitOptions
.
- submit(Throwable) - Method in interface com.boomi.connector.api.listen.PayloadBatch
-
Submit a process execution with the specified
Throwable
.
- submit(SubmitOptions) - Method in interface com.boomi.connector.api.listen.PayloadBatch
-
Submit a process execution with the payloads that have been added to the batch using the specified
SubmitOptions
.
- SubmitOptions - Class in com.boomi.connector.api.listen
-
- SubmitOptions() - Constructor for class com.boomi.connector.api.listen.SubmitOptions
-
- systemId - Variable in class com.boomi.connector.api.ExtraSchema
-
- waitForToken(JsonToken) - Method in class com.boomi.util.json.splitter.JsonSplitter
-
- waitForTokens(Set<JsonToken>) - Method in class com.boomi.util.json.splitter.JsonSplitter
-
- WaitMode - Enum in com.boomi.connector.api.listen.options
-
- wasFieldFound(String) - Method in class com.boomi.util.json.splitter.JsonArraySplitter
-
Validates if a given field was extracted from the document.
- withAllowedValues(AllowedValue...) - Method in class com.boomi.connector.api.ui.BrowseField
-
Adds the given newValues to the current allowedValues property List and returns this instance.
- withAllowedValues(Collection<? extends AllowedValue>) - Method in class com.boomi.connector.api.ui.BrowseField
-
Adds the given newValues to the current allowedValues property List and returns this instance.
- withArguments(String...) - Method in class com.boomi.connector.api.SimpleExpression
-
Adds the given newValues to the current arguments property List and returns this instance.
- withArguments(Collection<? extends String>) - Method in class com.boomi.connector.api.SimpleExpression
-
Adds the given newValues to the current arguments property List and returns this instance.
- withBlacklistedKeys(String...) - Method in class com.boomi.connector.api.ui.CustomPropertiesFieldConfig
-
Adds the given newValues to the current blacklistedKeys property List and returns this instance.
- withBlacklistedKeys(Collection<? extends String>) - Method in class com.boomi.connector.api.ui.CustomPropertiesFieldConfig
-
Adds the given newValues to the current blacklistedKeys property List and returns this instance.
- withBoomiDataType(DataType, String) - Method in interface com.boomi.util.json.schema.SimpleTypeBuilder
-
This method will add the "boomi_dataFormat" annotation to the simple type
definition represented by this builder.
- withContainerProperty(String, String) - Method in class com.boomi.connector.testutil.SimpleAtomConfig
-
Builder method to set any container properties.
- withCookie(String) - Method in class com.boomi.connector.api.ObjectDefinition
-
Sets the cookie property to the given newValue and returns this instance.
- withCurrentTime() - Static method in class com.boomi.connector.demo.DemoEchoCookie
-
Create new instance using the current time
- withCustomPropertiesConfiguration(CustomPropertiesFieldConfig) - Method in class com.boomi.connector.api.ui.BrowseField
-
Sets the customPropertiesConfiguration property to the given newValue and returns this instance.
- withDataType(DataType) - Method in class com.boomi.connector.api.annotation.DataFormat
-
Sets the dataType property to the given newValue and returns this instance.
- withDefaultValue(String) - Method in class com.boomi.connector.api.ui.BrowseField
-
Sets the defaultValue property to the given newValue and returns this instance.
- withDefinitions(ObjectDefinition...) - Method in class com.boomi.connector.api.ObjectDefinitions
-
Adds the given newValues to the current definitions property List and returns this instance.
- withDefinitions(Collection<? extends ObjectDefinition>) - Method in class com.boomi.connector.api.ObjectDefinitions
-
Adds the given newValues to the current definitions property List and returns this instance.
- withDescription(String) - Method in interface com.boomi.util.json.schema.CommonBuilder
-
This method includes the "description" attribute in the current type
definition.
- withDisplayType(DisplayType) - Method in class com.boomi.connector.api.ui.BrowseField
-
Sets the displayType property to the given newValue and returns this instance.
- withDistributionMode(DistributionMode) - Method in class com.boomi.connector.api.listen.SubmitOptions
-
- withElementName(String) - Method in class com.boomi.connector.api.ObjectDefinition
-
Sets the elementName property to the given newValue and returns this instance.
- withEmptyPayloadsExpected(boolean) - Method in class com.boomi.connector.testutil.junit.OptionalTestInput
-
Builder method to the empty payloads expected flag for the test
- withExclusiveMaximum(int) - Method in interface com.boomi.util.json.schema.NumericTypeBuilder
-
This method includes the "maximum" and "exclusiveMaximum" attributes in
the numeric type definition since both are required when using exclusive
maximum.
- withExclusiveMinimum(int) - Method in interface com.boomi.util.json.schema.NumericTypeBuilder
-
This method includes the "minimum" and "exclusiveMinimum" attributes in
the numeric type definition since both are required when using exclusive
minimum.
- withExpression(Expression) - Method in class com.boomi.connector.api.QueryFilter
-
Sets the expression property to the given newValue and returns this instance.
- withExtraSchemaList(ExtraSchema...) - Method in class com.boomi.connector.api.ObjectDefinition
-
Adds the given newValues to the current extraSchemaList property List and returns this instance.
- withExtraSchemaList(Collection<? extends ExtraSchema>) - Method in class com.boomi.connector.api.ObjectDefinition
-
Adds the given newValues to the current extraSchemaList property List and returns this instance.
- withExtraSchemas(ExtraSchemas) - Method in class com.boomi.connector.api.ObjectDefinition
-
Sets the extraSchemas property to the given newValue and returns this instance.
- withFields(FieldSpecField...) - Method in class com.boomi.connector.api.annotation.FieldSpec
-
Adds the given newValues to the current fields property List and returns this instance.
- withFields(Collection<? extends FieldSpecField>) - Method in class com.boomi.connector.api.annotation.FieldSpec
-
Adds the given newValues to the current fields property List and returns this instance.
- withFields(Filter.Field...) - Method in class com.boomi.connector.api.annotation.Filter
-
Adds the given newValues to the current fields property List and returns this instance.
- withFields(Collection<? extends Filter.Field>) - Method in class com.boomi.connector.api.annotation.Filter
-
Adds the given newValues to the current fields property List and returns this instance.
- withFieldSpecFields(FieldSpecField...) - Method in class com.boomi.connector.api.ObjectDefinition
-
Adds the given newValues to the current fieldSpecFields property List and returns this instance.
- withFieldSpecFields(Collection<? extends FieldSpecField>) - Method in class com.boomi.connector.api.ObjectDefinition
-
Adds the given newValues to the current fieldSpecFields property List and returns this instance.
- withFilterable(Boolean) - Method in class com.boomi.connector.api.annotation.FieldSpecField
-
Sets the filterable property to the given newValue and returns this instance.
- withFilterable(Boolean) - Method in class com.boomi.connector.api.FieldSpecField
-
Sets the filterable property to the given newValue and returns this instance.
- withFilterable(boolean) - Method in interface com.boomi.util.json.schema.FieldSpecBuilder
-
This method includes the "filterable" attribute in the field spec
definition
- withFormat(String) - Method in class com.boomi.connector.api.annotation.DataFormat
-
Sets the format property to the given newValue and returns this instance.
- withFormat(String) - Method in interface com.boomi.util.json.schema.StringTypeBuilder
-
This method includes the "format" attribute in the string type definition
- withHelpText(String) - Method in class com.boomi.connector.api.ObjectType
-
Sets the helpText property to the given newValue and returns this instance.
- withHelpText(String) - Method in class com.boomi.connector.api.ui.BrowseField
-
Sets the helpText property to the given newValue and returns this instance.
- withId(String) - Method in class com.boomi.connector.api.ObjectType
-
Sets the id property to the given newValue and returns this instance.
- withId(String) - Method in class com.boomi.connector.api.ui.BrowseField
-
Sets the id property to the given newValue and returns this instance.
- withId(String) - Method in interface com.boomi.util.json.schema.CommonBuilder
-
This method includes the "id" attribute in the current type definition.
- withIgnore(Boolean) - Method in class com.boomi.connector.api.annotation.Filter
-
Sets the ignore property to the given newValue and returns this instance.
- withIgnoreForFilters(Boolean) - Method in class com.boomi.connector.api.annotation.FieldSpec
-
Sets the ignoreForFilters property to the given newValue and returns this instance.
- withIgnoreForFilters(boolean) - Method in interface com.boomi.util.json.schema.CommonBuilder
-
This method includes the "ignoreForFilters" boomi field spec annotation
in the current type definition.
- withIgnoreForSelection(Boolean) - Method in class com.boomi.connector.api.annotation.FieldSpec
-
Sets the ignoreForSelection property to the given newValue and returns this instance.
- withIgnoreForSelection(boolean) - Method in interface com.boomi.util.json.schema.CommonBuilder
-
This method includes the "ignoreForSelection" boomi field spec annotation
in the current type definition.
- withIgnoreForSort(Boolean) - Method in class com.boomi.connector.api.annotation.FieldSpec
-
Sets the ignoreForSort property to the given newValue and returns this instance.
- withIgnoreForSort(boolean) - Method in interface com.boomi.util.json.schema.CommonBuilder
-
This method includes the "ignoreForSort" boomi field spec annotation in
the current type definition.
- withInputType(ContentType) - Method in class com.boomi.connector.api.ObjectDefinition
-
Sets the inputType property to the given newValue and returns this instance.
- withJsonSchema(String) - Method in class com.boomi.connector.api.ObjectDefinition
-
Sets the jsonSchema property to the given newValue and returns this instance.
- withLabel(String) - Method in class com.boomi.connector.api.ObjectType
-
Sets the label property to the given newValue and returns this instance.
- withLabel(String) - Method in class com.boomi.connector.api.ui.AllowedValue
-
Sets the label property to the given newValue and returns this instance.
- withLabel(String) - Method in class com.boomi.connector.api.ui.BrowseField
-
Sets the label property to the given newValue and returns this instance.
- withMaximum(int) - Method in interface com.boomi.util.json.schema.NumericTypeBuilder
-
This method includes the "maximum" attribute in the numeric type
definition
- withMaxItems(int) - Method in interface com.boomi.util.json.schema.ArrayTypeBuilder
-
This method includes the "maxItems" attribute in the array type
definition
- withMaxLength(int) - Method in interface com.boomi.util.json.schema.StringTypeBuilder
-
This method includes the "maxLength" attribute in the string type
definition
- withMaxProperties(int) - Method in interface com.boomi.util.json.schema.ComplexTypeBuilder
-
This method includes the "maxProperties" attribute in the object type
definition
- withMinimum(int) - Method in interface com.boomi.util.json.schema.NumericTypeBuilder
-
This method includes the "minimum" attribute in the numeric type
definition
- withMinItems(int) - Method in interface com.boomi.util.json.schema.ArrayTypeBuilder
-
This method includes the "minItems" attribute in the array type
definition
- withMinLength(int) - Method in interface com.boomi.util.json.schema.StringTypeBuilder
-
This method includes the "minLength" attribute in the string type
definition
- withMinProperties(int) - Method in interface com.boomi.util.json.schema.ComplexTypeBuilder
-
This method includes the "minProperties" attribute in the object type
definition
- withMultipleOf(int) - Method in interface com.boomi.util.json.schema.NumericTypeBuilder
-
This method includes the "multipleOf" attribute in the numeric type
definition
- withName(String) - Method in class com.boomi.connector.api.annotation.FieldSpecField
-
Sets the name property to the given newValue and returns this instance.
- withName(String) - Method in class com.boomi.connector.api.annotation.Filter.Field
-
Sets the name property to the given newValue and returns this instance.
- withName(String) - Method in class com.boomi.connector.api.FieldSpecField
-
Sets the name property to the given newValue and returns this instance.
- withNestedExpressions(Expression...) - Method in class com.boomi.connector.api.GroupingExpression
-
Adds the given newValues to the current nestedExpressions property List and returns this instance.
- withNestedExpressions(Collection<? extends Expression>) - Method in class com.boomi.connector.api.GroupingExpression
-
Adds the given newValues to the current nestedExpressions property List and returns this instance.
- withNonProxyHosts(String) - Method in class com.boomi.connector.testutil.SimpleAtomProxyConfig
-
Setter for configured non-proxy hosts
- withOperationFields(BrowseField...) - Method in class com.boomi.connector.api.ObjectDefinitions
-
Adds the given newValues to the current operationFields property List and returns this instance.
- withOperationFields(Collection<? extends BrowseField>) - Method in class com.boomi.connector.api.ObjectDefinitions
-
Adds the given newValues to the current operationFields property List and returns this instance.
- withOperationStatus(OperationStatus) - Method in class com.boomi.connector.testutil.junit.OptionalTestInput
-
Builder method to set the expected operation status for the test
- withOperator(GroupingOperator) - Method in class com.boomi.connector.api.GroupingExpression
-
Sets the operator property to the given newValue and returns this instance.
- withOperator(String) - Method in class com.boomi.connector.api.SimpleExpression
-
Sets the operator property to the given newValue and returns this instance.
- withOutputType(ContentType) - Method in class com.boomi.connector.api.ObjectDefinition
-
Sets the outputType property to the given newValue and returns this instance.
- withOverrideable(Boolean) - Method in class com.boomi.connector.api.ui.BrowseField
-
Sets the overrideable property to the given newValue and returns this instance.
- withPattern(String) - Method in interface com.boomi.util.json.schema.StringTypeBuilder
-
This method includes the "pattern" attribute in the string type
definition
- withProperty(String) - Method in class com.boomi.connector.api.SimpleExpression
-
Sets the property property to the given newValue and returns this instance.
- withProperty(String) - Method in class com.boomi.connector.api.Sort
-
Sets the property property to the given newValue and returns this instance.
- withProxyPassword(String) - Method in class com.boomi.connector.testutil.SimpleAtomProxyConfig
-
Setter for configured proxy password
- withProxyUser(String) - Method in class com.boomi.connector.testutil.SimpleAtomProxyConfig
-
Setter for configured proxy user
- withRequired(String...) - Method in interface com.boomi.util.json.schema.ComplexTypeBuilder
-
This method includes the "required" attribute in the object type
definition
- withRespectMinOccurs(Boolean) - Method in class com.boomi.connector.api.ObjectDefinition
-
Sets the respectMinOccurs property to the given newValue and returns this instance.
- withSchema(Element) - Method in class com.boomi.connector.api.ExtraSchema
-
Sets the schema property to the given newValue and returns this instance.
- withSchema(Element) - Method in class com.boomi.connector.api.ObjectDefinition
-
Sets the schema property to the given newValue and returns this instance.
- withSchemas(Element...) - Method in class com.boomi.connector.api.ExtraSchemas
-
Adds the given newValues to the current schemas property List and returns this instance.
- withSchemas(Collection<? extends Element>) - Method in class com.boomi.connector.api.ExtraSchemas
-
Adds the given newValues to the current schemas property List and returns this instance.
- withSelectable(Boolean) - Method in class com.boomi.connector.api.annotation.FieldSpecField
-
Sets the selectable property to the given newValue and returns this instance.
- withSelectable(Boolean) - Method in class com.boomi.connector.api.FieldSpecField
-
Sets the selectable property to the given newValue and returns this instance.
- withSelectable(boolean) - Method in interface com.boomi.util.json.schema.FieldSpecBuilder
-
This method includes the "selectable" attribute in the field spec
definition
- withSelected(Boolean) - Method in class com.boomi.connector.api.annotation.FieldSpecField
-
Sets the selected property to the given newValue and returns this instance.
- withSelected(Boolean) - Method in class com.boomi.connector.api.FieldSpecField
-
Sets the selected property to the given newValue and returns this instance.
- withSelected(boolean) - Method in interface com.boomi.util.json.schema.FieldSpecBuilder
-
This method includes the "selected" attribute in the field spec
definition
- withSort(Sort...) - Method in class com.boomi.connector.api.QueryFilter
-
Adds the given newValues to the current sort property List and returns this instance.
- withSort(Collection<? extends Sort>) - Method in class com.boomi.connector.api.QueryFilter
-
Adds the given newValues to the current sort property List and returns this instance.
- withSortable(Boolean) - Method in class com.boomi.connector.api.annotation.FieldSpecField
-
Sets the sortable property to the given newValue and returns this instance.
- withSortable(Boolean) - Method in class com.boomi.connector.api.FieldSpecField
-
Sets the sortable property to the given newValue and returns this instance.
- withSortable(boolean) - Method in interface com.boomi.util.json.schema.FieldSpecBuilder
-
This method includes the "sortable" attribute in the field spec
definition
- withSortOrder(String) - Method in class com.boomi.connector.api.Sort
-
Sets the sortOrder property to the given newValue and returns this instance.
- withSystemId(String) - Method in class com.boomi.connector.api.ExtraSchema
-
Sets the systemId property to the given newValue and returns this instance.
- withTitle(String) - Method in interface com.boomi.util.json.schema.CommonBuilder
-
This method includes the "title" attribute in the current type
definition.
- withTotalCount(Integer) - Method in class com.boomi.connector.api.ObjectTypes
-
Sets the totalCount property to the given newValue and returns this instance.
- withType(String) - Method in class com.boomi.connector.api.annotation.FieldSpecField
-
Sets the type property to the given newValue and returns this instance.
- withType(String) - Method in class com.boomi.connector.api.FieldSpecField
-
Sets the type property to the given newValue and returns this instance.
- withType(DataType) - Method in class com.boomi.connector.api.ui.BrowseField
-
Sets the type property to the given newValue and returns this instance.
- withType(DataType) - Method in interface com.boomi.util.json.schema.FieldSpecBuilder
-
This method includes the "type" attribute in the field spec definition
- withTypeNamespace(String) - Method in class com.boomi.connector.api.annotation.FieldSpecField
-
Sets the typeNamespace property to the given newValue and returns this instance.
- withTypeNamespace(String) - Method in class com.boomi.connector.api.FieldSpecField
-
Sets the typeNamespace property to the given newValue and returns this instance.
- withTypes(ObjectType...) - Method in class com.boomi.connector.api.ObjectTypes
-
Adds the given newValues to the current types property List and returns this instance.
- withTypes(Collection<? extends ObjectType>) - Method in class com.boomi.connector.api.ObjectTypes
-
Adds the given newValues to the current types property List and returns this instance.
- withUniqueItems(boolean) - Method in interface com.boomi.util.json.schema.ArrayTypeBuilder
-
This method includes the "uniqueItems" attribute in the array type
definition
- withValue(String) - Method in class com.boomi.connector.api.ui.AllowedValue
-
Sets the value property to the given newValue and returns this instance.
- withWaitMode(WaitMode) - Method in class com.boomi.connector.api.listen.SubmitOptions
-
- write(ObjectData) - Method in class com.boomi.connector.util.xml.XMLJoiner
-
Writes the given ObjectData to the xml output writer.
- write(InputStream) - Method in class com.boomi.connector.util.xml.XMLJoiner
-
Writes the given InputStream to the xml output writer.
- writeAll(Iterable<ObjectData>) - Method in class com.boomi.connector.util.xml.XMLJoiner
-
Writes all of the ObjectDatas to the xml output writer.
- writeNode(JsonNode, OutputStream) - Static method in class com.boomi.util.json.JSONUtil
-
Writes the given node to the supplied output stream.
- writeTo(OutputStream) - Method in class com.boomi.connector.api.BasePayload
-
- writeTo(OutputStream) - Method in interface com.boomi.connector.api.Payload
-
Writes the payload data to the given OutputStream.
- WS_SECURITY_PROPERTY - Static variable in class com.boomi.connector.ws.WSConnection
-
connection property which users can use to set the WS-Security options
- WSBrowser - Class in com.boomi.connector.ws
-
Implementation of webservice browsing.
- WSBrowser(WSConnection) - Constructor for class com.boomi.connector.ws.WSBrowser
-
- WSBrowser.SchemaMapHolder - Class in com.boomi.connector.ws
-
Holder for a SchemaMap, allows invoked methods to change the SchemaMap reference.
- WSCache - Class in com.boomi.connector.ws
-
The WSCache is used to store expensive web service information across web service connections.
- WSCache(WSCache.Key) - Constructor for class com.boomi.connector.ws.WSCache
-
- WSCache.Key - Class in com.boomi.connector.ws
-
Key used for WSCache instances.
- WSConnection - Class in com.boomi.connector.ws
-
The WSConnection class is used to implement behavior which is common across all types of interactions with the target
web service.
- WSConnection(BrowseContext) - Constructor for class com.boomi.connector.ws.WSConnection
-
- WSConnector - Class in com.boomi.connector.ws
-
A simple implementation of a Connector for the web service connector.
- WSConnector() - Constructor for class com.boomi.connector.ws.WSConnector
-
- WSExecuteOperation - Class in com.boomi.connector.ws
-
Implementation of the EXECUTE operation for invoking arbitrary webservice methods.
- WSExecuteOperation(WSConnection) - Constructor for class com.boomi.connector.ws.WSExecuteOperation
-