A B C D E F G H I J K L M N O P Q R S T U V W X
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- 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
- addCookiesToStore(BasicCookieStore) - Method in class com.boomi.common.rest.RestOperationConnection
- addCookiesToStore(BasicCookieStore) - Method in class com.boomi.connector.openapi.OpenAPIOperationConnection
-
Adds cookies from the apiKeyCustomProperties field into the provided cookie store if the auth is of type API_KEY and Request Location is set to Cookie
- 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(OperationResponse, TrackedData, ConnectorResult) - Static method in class com.boomi.connector.api.ResponseUtil
-
Utility method to add a partial
ConnectorResult
to anOperationResponse
for a specificTrackedData
instance. - 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(TrackedData, OperationStatus, String, String, Payload) - Method in class com.boomi.connector.testutil.SimpleOperationResponse
- 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(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.
- addProperty(String, Object) - Method in class com.boomi.connector.testutil.MutableDynamicPropertyMap
- 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.
- addResult(OperationResponse, TrackedData, ConnectorResult) - Static method in class com.boomi.connector.api.ResponseUtil
-
Utility method to add a partial
ConnectorResult
to anOperationResponse
for a specificTrackedData
instance. - addResult(OperationResponse, TrackedData, ConnectorStatus) - Static method in class com.boomi.connector.api.ResponseUtil
-
Convenience method to add a result to an
OperationResponse
using the providedConnectorStatus
and a null payload. - addResult(OperationResponse, TrackedData, ConnectorStatus, Payload) - Static method in class com.boomi.connector.api.ResponseUtil
-
Convenience method to add a result to an
OperationResponse
using the providedConnectorStatus
and payload. - addResult(TrackedData, OperationStatus, String, String, Payload) - Method in interface com.boomi.connector.api.OperationResponse
-
Adds a single result for a single input.
- addResult(TrackedData, OperationStatus, String, String, Payload) - Method in class com.boomi.connector.testutil.SimpleOperationResponse
- 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
- addTrackedData(SimpleTrackedData) - Method in class com.boomi.connector.testutil.SimpleOperationResponse
- 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(SimpleOperationResult) - Method in class com.boomi.connector.testutil.junit.OperationTest
-
This method can be overridden to provide additional verification beyond the base verifications performed by
OperationTest.testOperation()
. - afterOperation(List<SimpleOperationResult>) - Method in class com.boomi.connector.testutil.junit.OperationTest
-
This method can be overridden to provide additional verification beyond the base verifications performed by
OperationTest.testOperation()
. - afterTestBrowseProfile(ObjectDefinitions) - Method in class com.boomi.connector.testutil.junit.BrowserTest
-
This method can be overridden to provide additional verification beyond the base verifications performed by
BrowserTest.testBrowseProfile()
. - 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
-
Returns a new QueryFilterBuilder with a grouping operator of
GroupingOperator.AND
, and the given initial nested expressions (seeQueryGroupingBuilder.addExpressions(java.lang.Object...)
). - AND - com.boomi.connector.api.GroupingOperator
-
The logical "AND" operator.
- ANNOTATIONS - Static variable in class com.boomi.connector.api.BrowseUtil
-
Constant indicating the name of the Annotations node (JSON) that Boomi annotation resides in
- API_KEY - com.boomi.common.rest.authentication.AuthenticationType
- APIKeyAuthentication - Enum in com.boomi.common.rest.authentication
- 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.
- APPLICATION_ERROR - com.boomi.connector.api.OperationStatus
-
Status which indicates a document related failure in which communication with the service was successful, but the document in question could not be processed for some reason (e.g.
- arguments - Variable in class com.boomi.connector.api.SimpleExpression
- ARRAY - com.boomi.connector.openapi.util.OpenAPIDataType
- 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
- authenticate(Credentials, HttpRequest) - Method in class com.boomi.common.rest.authentication.SimpleAuthorizationScheme
-
Deprecated.
- authenticate(Credentials, HttpRequest, HttpContext) - Method in class com.boomi.common.rest.authentication.AWSV4Scheme
- authenticate(Credentials, HttpRequest, HttpContext) - Method in class com.boomi.common.rest.authentication.CustomScheme
- authenticate(Credentials, HttpRequest, HttpContext) - Method in class com.boomi.common.rest.authentication.SimpleAuthorizationScheme
- AuthenticationType - Enum in com.boomi.common.rest.authentication
-
Supported Authentication types with its implementation of
AuthSchemeProvider
- AWS - com.boomi.common.rest.authentication.AuthenticationType
- AWS_ROLES_ANYWHERE - com.boomi.common.rest.authentication.AuthenticationType
- AwsSessionCredentials - Class in com.boomi.common.rest.rolesanywhere
-
A class that represents AWS session credentials for use with the Apache HTTP client.
- AwsSessionCredentials(AWSCredentials) - Constructor for class com.boomi.common.rest.rolesanywhere.AwsSessionCredentials
-
Constructs a new AwsSessionCredentials object with the provided AWS credentials.
- AwsSessionCredentials(Supplier<AWSCredentials>) - Constructor for class com.boomi.common.rest.rolesanywhere.AwsSessionCredentials
-
Constructs a new AwsSessionCredentials object with the provided AWS credentials supplier.
- AWSV4Scheme - Class in com.boomi.common.rest.authentication
-
AWS based Scheme, which uses AWS based credentials in order to generate the Authorization header.
- AWSV4Scheme(String) - Constructor for class com.boomi.common.rest.authentication.AWSV4Scheme
B
- 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<? extends 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
-
ConnectorResult
based on aCloseable
"source" object. - 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
-
Base class for sample
ListenOperation
instances that focus on variousSampleConsumer.MessageHandler
implementations. - 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<OperationContext>) - 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<OperationContext>) - Constructor for class com.boomi.connector.util.BaseGetOperation
- BaseListenConnector<M extends ListenManager> - Class in com.boomi.connector.util.listen
-
Base class for implementing a
ListenConnector
. - BaseListenConnector() - Constructor for class com.boomi.connector.util.listen.BaseListenConnector
- BaseListenManager - Class in com.boomi.connector.util.listen
-
Base class for implementing a
ListenManager
which stores theConnectorContext
for access later. - BaseListenManager(ConnectorContext) - Constructor for class com.boomi.connector.util.listen.BaseListenManager
-
Creates a new instance using the provided
ConnectorContext
. - BaseListenManager(BaseConnection<ConnectorContext>) - Constructor for class com.boomi.connector.util.listen.BaseListenManager
-
Creates new instance using the provided
BaseConnection
. - BaseListenOperation<M extends ListenManager> - Class in com.boomi.connector.util.listen
-
Base class for implementing a
ListenOperation
which stores aBaseConnection
for access later. - 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<OperationContext>) - Constructor for class com.boomi.connector.util.BaseOperation
- BasePollingManager - Class in com.boomi.connector.util.listen
-
Base
ListenManager
that uses aScheduledExecutorService
to initiate polling on it's managedBasePollingOperation
instances. - 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(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>) - 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(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<OperationContext>) - 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<OperationContext>) - Constructor for class com.boomi.connector.util.BaseUpdateOperation
- BaseWatchableManager - Class in com.boomi.connector.util.listen
-
Base class for implementing a polling
ListenManager
for aWatchService
. - 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
-
Base class for implementing a
ListenOperation
for aWatchable
. - 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.
- BASIC - com.boomi.common.rest.authentication.AuthenticationType
- BatchByCountListenOperation - Class in com.boomi.connector.sample.listen.batch
-
Sample
ListenOperation
that uses the defaultPayloadBatch
to group a user defined number of messages into a single process execution. - BatchByCountListenOperation(OperationContext) - Constructor for class com.boomi.connector.sample.listen.batch.BatchByCountListenOperation
-
Creates a new instance using the provided context
- BINARY - com.boomi.connector.api.ContentType
-
Data is binary
- blacklistedKeys - Variable in class com.boomi.connector.api.ui.CustomPropertiesFieldConfig
- BOOLEAN - com.boomi.connector.api.ui.DataType
-
A boolean value.
- BOOLEAN - com.boomi.connector.openapi.util.OpenAPIDataType
- 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
-
Base test class for testing browse operations with
ConnectorTester
. - 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
- build() - Method in class com.boomi.connector.openapi.util.OpenAPIParseOptionBuilder
-
Builds out the
OpenAPIParseOption
for parsing of the OpenAPI Spec - build() - Method in class com.boomi.connector.openapi.util.OpenAPISpecContextBuilder
-
Creates an
OpenAPISpecContext
object which houses the operation details in a cookie and the browse fields to parameter map. - buildCustomObjectTypeId(String, String) - Static method in class com.boomi.connector.openapi.util.OpenAPIDSLUtil
-
Simply concatenates httpMethod and the path values together separated by ":"
- 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 - buildKey(RolesAnywhereConfig) - Static method in class com.boomi.common.rest.rolesanywhere.CachedCredentials
-
Generates a key based on a
RolesAnywhereConfig
representing a connection that uses IAM Roles Anywhere authentication. - buildRequestConfig(AuthenticationType) - Method in class com.boomi.common.rest.RestOperationConnection
-
Method to populate the RequestConfig to be used in the HttpContext at the time of the request.
- buildSchema(Schema<?>, OpenAPI, OpenAPIParseOption) - Static method in class com.boomi.connector.openapi.util.OpenAPIUtil
-
Build a JSON schema based on the provided
Schema
.
C
- CachedCredentials - Class in com.boomi.common.rest.rolesanywhere
-
Wrapper class for storing AWS Temporary credentials in the connector cache.
- CachedCredentials(RolesAnywhereConfig, TemporaryCredentials) - Constructor for class com.boomi.common.rest.rolesanywhere.CachedCredentials
- CALLBACKS - com.boomi.connector.openapi.util.OpenAPIComponent
- CHARACTER - com.boomi.connector.api.annotation.DataType
-
Character
- 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.common.rest.RestClient
-
Closes the underlying RestClient.
- 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
- 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
- CLOSING_DUPLICATE_MANAGER_INSTANCE - Static variable in class com.boomi.common.rest.pool.RestPoolingConstants
- com.boomi.common.rest - package com.boomi.common.rest
- com.boomi.common.rest.authentication - package com.boomi.common.rest.authentication
- com.boomi.common.rest.pool - package com.boomi.common.rest.pool
- com.boomi.common.rest.rolesanywhere - package com.boomi.common.rest.rolesanywhere
- 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.openapi - package com.boomi.connector.openapi
- com.boomi.connector.openapi.dsl - package com.boomi.connector.openapi.dsl
- com.boomi.connector.openapi.entity - package com.boomi.connector.openapi.entity
- com.boomi.connector.openapi.schema - package com.boomi.connector.openapi.schema
- com.boomi.connector.openapi.util - package com.boomi.connector.openapi.util
- com.boomi.connector.sample - package com.boomi.connector.sample
- com.boomi.connector.sample.browse - package com.boomi.connector.sample.browse
- 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.persistence - package com.boomi.connector.sample.listen.persistence
- 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
- ConditionalFieldConfiguration - Class in com.boomi.connector.api.ui
-
Conditions based on the state of another field.
- ConditionalFieldConfiguration() - Constructor for class com.boomi.connector.api.ui.ConditionalFieldConfiguration
- Config() - Constructor for class com.boomi.connector.api.OperationType.Config
- ConfigurableSubmitListenOperation - Class in com.boomi.connector.sample.listen.submit
-
Simple
UnmanagedListenOperation
implementation that demonstrates the use ofSubmitOptions
for aListener
. - 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
-
Configures the given WebServiceExecutor for "http basic auth" security support using the username and password retrieved from calls to
WSConnection.getUsername()
andWSConnection.getPassword()
. - configureBasicAuthSecurity(WebServiceExecutor) - Method in class com.boomi.connector.ws.WSConnection
-
Configures the given WebServiceExecutor for "http basic auth" security support using the username and password retrieved from calls to
WSConnection.getUsername()
andWSConnection.getPassword()
. - configureCookieScope(HttpClientBuilder) - Method in class com.boomi.common.rest.RestOperationConnection
-
Enables or disables cookie management of the given
HttpClientBuilder
instance based on the value of "Cookie Scope" connection property. - configureCustomWSSecurity(WebServiceExecutor) - Method in class com.boomi.connector.ws.WSConnection
- configureExecutor(WebServiceOperation, String, WebServiceExecutor) - Method in class com.boomi.connector.ws.WSOperationConnection
-
Configures the given WebServiceExecutor using the given web service operation information.
- configureSecurity(WebServiceExecutor) - Method in class com.boomi.connector.ws.WSConnection
-
Configures the given WebServiceExecutor for security support based on the auth type retrieved from
WSConnection.getAuthType()
, delegating toWSConnection.configureBasicAuthSecurity(com.boomi.webservices.WebServiceExecutor)
orWSConnection.configureUsernameWSSecurity(com.boomi.model.connector.common.webservices.UserTokenPasswordType, com.boomi.webservices.WebServiceExecutor)
as appropriate. - configureUsernameWSSecurity(UserTokenPasswordType, WebServiceExecutor) - Method in class com.boomi.connector.ws.WSConnection
-
Configures the given WebServiceExecutor for "WSSecurity username" security support (for the given password type) using the username and password retrieved from calls to
WSConnection.getUsername()
andWSConnection.getPassword()
. - CONN_MANAGER_KEY - Static variable in class com.boomi.common.rest.pool.RestPoolingConstants
- 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
-
Utility base class for caching per-user information across multiple connector invocations (uses
ConnectorContext.getConnectorCache()
to store this object). - 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(String) - Constructor for exception com.boomi.connector.api.ConnectorException
- ConnectorException(String, String) - Constructor for exception com.boomi.connector.api.ConnectorException
- ConnectorException(String, String, Throwable) - Constructor for exception com.boomi.connector.api.ConnectorException
- ConnectorException(String, Throwable) - Constructor for exception com.boomi.connector.api.ConnectorException
- ConnectorException(Throwable) - Constructor for exception com.boomi.connector.api.ConnectorException
- ConnectorResult - Interface in com.boomi.connector.api.result
-
Abstraction for a result that can be added to an
OperationResponse
after the execution of a connectorOperation
. - 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
-
Base test class to use
ConnectorTester
in JUnit tests. - ConnectorTest() - Constructor for class com.boomi.connector.testutil.junit.ConnectorTest
- ConnectorTestContext - Class in com.boomi.connector.testutil
-
Base
OperationContext
implementation for use with theConnectorTester
junit tests. - 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 - Variable in class com.boomi.connector.testutil.junit.ConnectorTest
-
Connector tester instance available to all tests.
- 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.
- ContainerStoppingException - Exception in com.boomi.connector.api
-
Connector exception used to indicate an action can not be completed because the container is stopping.
- ContainerStoppingException(String) - Constructor for exception com.boomi.connector.api.ContainerStoppingException
- 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 aBaseConnection
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<OperationContext>) - 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
- COOKIE - com.boomi.common.rest.authentication.APIKeyAuthentication
- 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() - 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() - 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() - 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() - 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() - 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() - 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() - 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() - 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() - 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() - 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() - 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() - 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() - 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() - 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() - 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() - 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() - 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() - 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() - Method in class com.boomi.connector.api.ui.ConditionalFieldConfiguration
-
Deep copies the fields of the this model into a new instance of this class 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() - Method in class com.boomi.connector.api.ui.FieldCondition
-
Deep copies the fields of the this model into a new instance of this class and returns it.
- copy() - Method in class com.boomi.connector.api.ui.ValueCondition
-
Deep copies the fields of the this model into a new instance of this class and returns it.
- copy() - Method in class com.boomi.connector.api.ui.VisibilityCondition
-
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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(boolean) - Method in class com.boomi.connector.api.ui.ConditionalFieldConfiguration
-
Copies the fields of the this model (optionally deeply) 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(boolean) - Method in class com.boomi.connector.api.ui.FieldCondition
-
Copies the fields of the this model (optionally deeply) into a new instance of this class and returns it.
- copy(boolean) - Method in class com.boomi.connector.api.ui.ValueCondition
-
Copies the fields of the this model (optionally deeply) into a new instance of this class and returns it.
- copy(boolean) - Method in class com.boomi.connector.api.ui.VisibilityCondition
-
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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(ConditionalFieldConfiguration, boolean) - Method in class com.boomi.connector.api.ui.ConditionalFieldConfiguration
-
Copies the fields of the this model (optionally deeply) into the given instance 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.
- copy(FieldCondition, boolean) - Method in class com.boomi.connector.api.ui.FieldCondition
-
Copies the fields of the this model (optionally deeply) into the given instance and returns it.
- copy(ValueCondition, boolean) - Method in class com.boomi.connector.api.ui.ValueCondition
-
Copies the fields of the this model (optionally deeply) into the given instance and returns it.
- copy(VisibilityCondition, boolean) - Method in class com.boomi.connector.api.ui.VisibilityCondition
-
Copies the fields of the this model (optionally deeply) into the given instance and returns it.
- create(BrowseContext) - Static method in class com.boomi.common.rest.rolesanywhere.RolesAnywhereConfigFactory
-
Builds a new
RolesAnywhereConfig
from the connection properties, provided the authentication type is IAM Roles Anywhere. - create(String) - Static method in class com.boomi.connector.openapi.schema.OpenAPILocalReference
- CREATE - com.boomi.connector.api.OperationType
-
Operation which creates a new object in the service.
- 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
-
Create an instance of
AllowedValue
- createAuthenticator() - Method in class com.boomi.connector.ws.WSConnection
-
This method creates a
SimpleNetworkAuthenticator
forWebServiceAuthenticationType.NETWORK_AUTHENTICATION
type connections. - createAuthenticator(BrowseContext) - Method in interface com.boomi.connector.api.network.NetworkAuthenticatorConnector
-
Factory method to create a new
NetworkAuthenticator
instance based on the currentBrowseContext
. - createAuthenticator(BrowseContext) - Method in class com.boomi.connector.ws.WSConnector
- createAWSCredentials() - Method in class com.boomi.common.rest.rolesanywhere.AwsSessionCredentials
-
Creates and returns the AWS credentials to be used for authentication.
- createBrowseField() - Method in class com.boomi.connector.api.ui.ObjectFactory
-
Create an instance of
BrowseField
- createBrowser(BrowseContext) - Method in class com.boomi.common.rest.RestConnector
-
Rest Connector currently does not support Browse and will throw an
UnsupportedOperationException
- createBrowser(BrowseContext) - Method in interface com.boomi.connector.api.Connector
-
Returns a Browser for this connector.
- createBrowser(BrowseContext) - Method in class com.boomi.connector.openapi.dsl.OpenAPIDslConnector
-
Returns
OpenAPIBrowser
which will retrieve theObjectType
list based on config file generated from OpenAPI DSL operation input definitions - createBrowser(BrowseContext) - Method in class com.boomi.connector.openapi.OpenAPIConnector
-
Returns
OpenAPIBrowser
which will read the given OpenAPI specification and return possible operation parameters fields, request / response profiles / and generates theOpenAPIRequestCookie
andOpenAPIResponseCookie
- createBrowser(BrowseContext) - Method in class com.boomi.connector.sample.browse.ImportableFieldsConnector
-
Creates a new
ImportableFieldsBrowser
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.BaseConnector
-
Default implementation throws UnsupportedOperationException.
- 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(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.
- 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.
- createCacheKey(WSConnection<? extends BrowseContext>) - Method in class com.boomi.connector.ws.WSConnector
-
Returns an instance of WSCache.Key created using the results of
WSConnection.getUrl()
andWSConnection.getUsername()
. - 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(C) - 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.util.BaseConnector
-
Creates a new CREATE operation.
- createCredentialsSupplier(BrowseContext, String, String) - Static method in class com.boomi.common.rest.rolesanywhere.CredentialsSupplierFactory
-
Creates a
Supplier<AWSCredentials>
which provides AWS Credentials that might be retrieved from cache. - createCustomPropertiesField() - Method in class com.boomi.connector.sample.browse.ImportableFieldsBrowser
-
Creates a Custom Properties field which stores Key Value Pair data for this component.
- createCustomPropertiesFieldConfig() - Method in class com.boomi.connector.api.ui.ObjectFactory
-
Create an instance of
CustomPropertiesFieldConfig
- createDataFormat() - Method in class com.boomi.connector.api.annotation.ObjectFactory
-
Create an instance of
DataFormat
- 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.common.rest.RestConnector
-
Creates the
RestOperation
for the Rest Connector. - createExecuteOperation(OperationContext) - Method in class com.boomi.connector.openapi.dsl.OpenAPIDslConnector
-
The OpenAPI DSL Connector provides flexibility by only supporting Execute operation.
- createExecuteOperation(OperationContext) - Method in class com.boomi.connector.openapi.OpenAPIConnector
-
The
OpenAPIOperation
executes the HTTP method (GET / HEAD / POST / DELETE / PUT / PATCH / OPTIONS / TRACE ) against the selected path with any additional schemas and parameters defined by the specification. - createExecuteOperation(OperationContext) - Method in class com.boomi.connector.sample.browse.ImportableFieldsConnector
-
Creates a new
ImportableFieldsOperation
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
-
Returns an instance of WSExecuteOperation for handling
OperationType.EXECUTE
operations. - createExecutor(String) - Method in class com.boomi.connector.ws.WSOperationConnection
-
Creates and configures a WebServiceExecutor for the given operationName.
- createExtraSchema() - Method in class com.boomi.connector.api.ObjectFactory
-
Create an instance of
ExtraSchema
- createExtraSchemas() - Method in class com.boomi.connector.api.ObjectFactory
-
Create an instance of
ExtraSchemas
- createFieldSpec() - Method in class com.boomi.connector.api.annotation.ObjectFactory
-
Create an instance of
FieldSpec
- createFieldSpecField() - Method in class com.boomi.connector.api.annotation.ObjectFactory
-
Create an instance of
FieldSpecField
- createFieldSpecField() - Method in class com.boomi.connector.api.ObjectFactory
-
Create an instance of
FieldSpecField
- createFilter() - Method in class com.boomi.connector.api.annotation.ObjectFactory
-
Create an instance of
Filter
- createFilterField() - Method in class com.boomi.connector.api.annotation.ObjectFactory
-
Create an instance of
Filter.Field
- createGetOperation(OperationContext) - Method in class com.boomi.connector.util.BaseConnector
-
Creates a new GET operation.
- createGroupingExpression() - Method in class com.boomi.connector.api.ObjectFactory
-
Create an instance of
GroupingExpression
- 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
-
Creates a new
ListenManager
instance using the providedConnectorContext
. - 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
-
Creates a new listen operation using the provided
OperationContext
. - 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
-
Creates an
UnmanagedListenOperation
using the providedOperationContext
- createListField() - Method in class com.boomi.connector.sample.browse.ImportableFieldsBrowser
-
Creates a selectable list input for the operation
- 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
-
Create an instance of
ObjectDefinition
- createObjectDefinitions() - Method in class com.boomi.connector.api.ObjectFactory
-
Create an instance of
ObjectDefinitions
- createObjectType() - Method in class com.boomi.connector.api.ObjectFactory
-
Create an instance of
ObjectType
- createObjectTypes() - Method in class com.boomi.connector.api.ObjectFactory
-
Create an instance of
ObjectTypes
- 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
-
Base test class for testing
OperationType.CREATE
operations withConnectorTester
. - 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.
- createQueryFilter() - Method in class com.boomi.connector.api.ObjectFactory
-
Create an instance of
QueryFilter
- createQueryOperation(OperationContext) - Method in class com.boomi.connector.util.BaseConnector
-
Creates a new QUERY operation.
- createReplacementField() - Method in class com.boomi.connector.sample.browse.ImportableFieldsBrowser
-
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)
. - createRequestBuilder(URI) - Method in class com.boomi.common.rest.RestClient
-
Creates a
RequestBuilder
with the predefined REST Method for the URI. - createSimpleExpression() - Method in class com.boomi.connector.api.ObjectFactory
-
Create an instance of
SimpleExpression
- createSimpleField() - Method in class com.boomi.connector.sample.browse.ImportableFieldsBrowser
-
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.util.BaseConnector
-
Creates a new UPDATE operation.
- createUpsertOperation(OperationContext) - Method in class com.boomi.connector.util.BaseConnector
-
Creates a new UPSERT operation.
- createValueCondition() - Method in class com.boomi.connector.api.ui.ObjectFactory
-
Create an instance of
ValueCondition
- createVisibilityCondition() - Method in class com.boomi.connector.api.ui.ObjectFactory
-
Create an instance of
VisibilityCondition
- CredentialsSupplierFactory - Class in com.boomi.common.rest.rolesanywhere
-
This class is responsible for creating
Supplier<AWSCredentials>
s according to the authentication mechanism configured in the connection: For Access Key authentication, the supplier always return the same set ofAWSCredentials
. - CUSTOM - com.boomi.common.rest.authentication.AuthenticationType
- CUSTOM_PROPERTIES - com.boomi.connector.api.ui.DataType
-
An ID for Custom Properties, which will display a Key Value Pair Table.
- CustomJsonRequestOperation - Class in com.boomi.connector.sample.json
-
Sample update operation that demonstrates how to convert the input documents to a new format using a memory efficient custom
Payload
before sending to the target system. - CustomJsonRequestOperation(OperationContext) - Constructor for class com.boomi.connector.sample.json.CustomJsonRequestOperation
- CustomJsonResponseOperation - 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
. - CustomJsonResponseOperation(OperationContext) - Constructor for class com.boomi.connector.sample.json.CustomJsonResponseOperation
- 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
- CustomScheme - Class in com.boomi.common.rest.authentication
-
Custom scheme that will fetch the password, which contains the full Authorization header value.
- CustomScheme(String) - Constructor for class com.boomi.common.rest.authentication.CustomScheme
D
- DataFormat - Class in com.boomi.connector.api.annotation
-
Specification for data formatting of the annotated field.
- DataFormat() - Constructor for class com.boomi.connector.api.annotation.DataFormat
- dataType - Variable in class com.boomi.connector.api.annotation.DataFormat
- DataType - Enum in com.boomi.connector.api.annotation
-
Data types.
- DataType - Enum in com.boomi.connector.api.ui
-
The types of data supported for browse field values.
- DATE_TIME - com.boomi.connector.api.annotation.DataType
-
Date/Time
- DEFAULT_CONNECT_TIMEOUT - Static variable in class com.boomi.common.rest.RestConnection
- DEFAULT_EVICTION_INTERVAL - Static variable in class com.boomi.common.rest.pool.RestPoolingConstants
- DEFAULT_IDLE_TIMEOUT - Static variable in class com.boomi.common.rest.pool.RestPoolingConstants
- DEFAULT_INITIAL_EVICTION_DELAY - Static variable in class com.boomi.common.rest.pool.RestPoolingConstants
- DEFAULT_MAX_NUMBER_OBJECT_TYPES - Static variable in class com.boomi.connector.testutil.SimpleAtomConfig
- DEFAULT_MAX_OBJECT_TYPE_COOKIE_LENGTH - Static variable in class com.boomi.connector.testutil.SimpleAtomConfig
- DEFAULT_MAX_PAGE_SIZE - Static variable in class com.boomi.connector.testutil.SimpleAtomConfig
- DEFAULT_MAX_TOTAL - Static variable in class com.boomi.common.rest.pool.RestPoolingConstants
- DEFAULT_READ_TIMEOUT - Static variable in class com.boomi.common.rest.RestConnection
- DEFAULT_SUCCESS_CODE - Static variable in class com.boomi.connector.ws.WSConnection
-
default status code used for successful response documents
- defaultValue - Variable in class com.boomi.connector.api.ui.BrowseField
- definitions - Variable in class com.boomi.connector.api.ObjectDefinitions
- DELETE - com.boomi.connector.api.OperationType
-
Operation which deletes objects from the service given object ids.
- DeleteOperationTest - Class in com.boomi.connector.testutil.junit
-
Base test class for testing
OperationType.DELETE
operations withConnectorTester
. - DeleteOperationTest(String) - Constructor for class com.boomi.connector.testutil.junit.DeleteOperationTest
-
Creates an instance of an operation test.
- DeleteOperationTest(String, OptionalTestInput) - Constructor for class com.boomi.connector.testutil.junit.DeleteOperationTest
-
Creates an instance of an operation test.
- DeleteRequest - Interface in com.boomi.connector.api
-
Interface for accessing the request information for a DELETE request.
- deregister(SampleConsumer.MessageHandler) - Method in interface com.boomi.connector.sample.listen.HandlerTracker
-
deregisters the handler
- deregister(SampleConsumer.MessageHandler) - Method in class com.boomi.connector.sample.listen.SampleConsumer
-
Remove the registration with the consumer for the specified handler.
- deregister(BasePollingOperation<?>) - Method in class com.boomi.connector.util.listen.BasePollingManager
-
Removes this operation from manager registry
- DIGEST - com.boomi.common.rest.authentication.AuthenticationType
- DirectInputStreamSampleOperation - Class in com.boomi.connector.sample.resource
-
Sample update operation that demonstrates a simple connector use case where the input can be sent directly to the target system and the response can be used as output for the connector operation.
- DirectInputStreamSampleOperation(OperationContext) - Constructor for class com.boomi.connector.sample.resource.DirectInputStreamSampleOperation
- disconnect() - Method in class com.boomi.connector.sample.listen.SampleConsumer
-
Closes the connection for this consumer.
- displayType - Variable in class com.boomi.connector.api.ui.BrowseField
- DisplayType - Enum in com.boomi.connector.api.ui
-
UI Element types supported for connection and operation fields
- DistributionMode - Enum in com.boomi.connector.api.listen.options
-
Distribution Mode is a
SubmitOptions
that controls the possible selection of the node/container to which the execution will be submitted. - doEnhanceSoapArrayTypes(WebServiceOperation) - Method in class com.boomi.connector.ws.WSBrowser
-
Returns
true
if the schemas for the given operation should have any soap encoded array types "enhanced". - doPoll() - Method in class com.boomi.connector.sample.listen.persistence.SimplePersistentListenOperation
-
Performs poll by adding the persisted properties as a payload
- doPoll() - Method in class com.boomi.connector.sample.listen.polling.SimplePollingOperation
-
Performs the poll by using the connection to execute a request
- doPoll() - Method in class com.boomi.connector.util.listen.BasePollingOperation
-
Poll for payloads.
- doPoll() - Method in class com.boomi.connector.util.listen.BaseWatchableOperation
-
Performs the polling for the operation using
WatchKey.pollEvents()
, theCollectionUtil.Filter
provided byBaseWatchableOperation.getFilterFunction()
to filter theWatchEvent
instances, and theCollectionUtil.Function
provided byBaseWatchableOperation.getPayloadFunction()
to convert theWatchEvent
instances toPayload
instances. - doPreemptiveAuthentication(AuthenticationType) - Method in class com.boomi.common.rest.RestOperationConnection
-
Returns true / false based off of the
AuthenticationType
if we want to pre-emptively send authentication information to a service. - doStart() - Method in class com.boomi.connector.sample.listen.polling.SimplePollingManager
-
Starts the manager.
- doStart() - Method in class com.boomi.connector.util.listen.BasePollingManager
-
Perform any necessary start up logic.
- doStart() - Method in class com.boomi.connector.util.listen.BaseWatchableManager
-
Starts the manager by obtaining the
WatchService
from the implementing class usingBaseWatchableManager.getWatchService()
. - doStart(Listener, SimplePollingManager) - Method in class com.boomi.connector.sample.listen.persistence.SimplePersistentListenOperation
-
In this example, on start we are persisting the property key LAST_POLLED_TIME and its value.
- doStart(Listener, SimplePollingManager) - Method in class com.boomi.connector.sample.listen.polling.SimplePollingOperation
-
Starts the polling operation.
- doStart(Listener, M) - Method in class com.boomi.connector.util.listen.BasePollingOperation
-
Perform any necessary start up logic.
- doStart(Listener, M) - Method in class com.boomi.connector.util.listen.BaseWatchableOperation
-
Starts the operation by obtaining the
BaseWatchableOperation.getWatchable()
andBaseWatchableOperation.getWatchableEvents()
and registering them with theWatchService
usingBaseWatchableManager.register(Watchable, Collection)
. - doStop() - Method in class com.boomi.connector.sample.listen.persistence.SimplePersistentListenOperation
-
Stops the polling operation and in this example, clears the persisted property if it exists and does nothing if the property does not exist or is empty
- doStop() - Method in class com.boomi.connector.sample.listen.polling.SimplePollingManager
-
Stops the manager.
- doStop() - Method in class com.boomi.connector.sample.listen.polling.SimplePollingOperation
-
Stops the polling operation.
- doStop() - Method in class com.boomi.connector.util.listen.BasePollingManager
-
Perform any necessary shutdown logic.
- doStop() - Method in class com.boomi.connector.util.listen.BasePollingOperation
-
Perform any necessary shutdown logic.
- doStop() - Method in class com.boomi.connector.util.listen.BaseWatchableManager
-
Stops the operation by closing the
WatchService
. - doStop() - Method in class com.boomi.connector.util.listen.BaseWatchableOperation
-
Stops the operation using
WatchKey.cancel()
. - doWrapRpcOperation(WebServiceOperation) - Method in class com.boomi.connector.ws.WSBrowser
-
Returns
true
if the given operation should be wrapped with a synthetic element (often useful for RPC style calls with multiple paramters),false
otherwise. - duplicate() - Method in class com.boomi.connector.ws.WSBrowser.SchemaMapHolder
-
Changes the reference of the schemaDocMap to a cloned instance of the current schemaDocMap.
- DynamicPropertyMap - Interface in com.boomi.connector.api
E
- ElementEventIterable - Class in com.boomi.connector.util.xml
-
Utility for iterating through all of the XMLEvents for an element (from start-element event through end-element event).
- ElementEventIterable(XMLEvent, XMLEventReader) - Constructor for class com.boomi.connector.util.xml.ElementEventIterable
- elementName - Variable in class com.boomi.connector.api.ObjectDefinition
- ElementWrapperEventGenerator - Class in com.boomi.connector.util.xml
-
Utility for generating wrapper element events.
- ElementWrapperEventGenerator(XMLEventFactory) - Constructor for class com.boomi.connector.util.xml.ElementWrapperEventGenerator
- EMPTY_INSTANCE - Static variable in class com.boomi.connector.api.annotation.DataFormat
- EMPTY_INSTANCE - Static variable in class com.boomi.connector.api.annotation.FieldSpec
- EMPTY_INSTANCE - Static variable in class com.boomi.connector.api.annotation.FieldSpecField
- EMPTY_INSTANCE - Static variable in class com.boomi.connector.api.annotation.Filter
- EMPTY_INSTANCE - Static variable in class com.boomi.connector.api.annotation.Filter.Field
- EMPTY_INSTANCE - Static variable in class com.boomi.connector.api.Expression
- EMPTY_INSTANCE - Static variable in class com.boomi.connector.api.ExtraSchema
- EMPTY_INSTANCE - Static variable in class com.boomi.connector.api.ExtraSchemas
- EMPTY_INSTANCE - Static variable in class com.boomi.connector.api.FieldSpecField
- EMPTY_INSTANCE - Static variable in class com.boomi.connector.api.GroupingExpression
- EMPTY_INSTANCE - Static variable in class com.boomi.connector.api.ObjectDefinition
- EMPTY_INSTANCE - Static variable in class com.boomi.connector.api.ObjectDefinitions
- EMPTY_INSTANCE - Static variable in class com.boomi.connector.api.ObjectType
- EMPTY_INSTANCE - Static variable in class com.boomi.connector.api.ObjectTypes
- EMPTY_INSTANCE - Static variable in class com.boomi.connector.api.QueryFilter
- EMPTY_INSTANCE - Static variable in class com.boomi.connector.api.SimpleExpression
- EMPTY_INSTANCE - Static variable in class com.boomi.connector.api.Sort
- EMPTY_INSTANCE - Static variable in class com.boomi.connector.api.ui.AllowedValue
- EMPTY_INSTANCE - Static variable in class com.boomi.connector.api.ui.BrowseField
- EMPTY_INSTANCE - Static variable in class com.boomi.connector.api.ui.ConditionalFieldConfiguration
- EMPTY_INSTANCE - Static variable in class com.boomi.connector.api.ui.CustomPropertiesFieldConfig
- EMPTY_INSTANCE - Static variable in class com.boomi.connector.api.ui.FieldCondition
- EMPTY_INSTANCE - Static variable in class com.boomi.connector.api.ui.ValueCondition
- EMPTY_INSTANCE - Static variable in class com.boomi.connector.api.ui.VisibilityCondition
- endDocument() - Method in class com.boomi.connector.util.xml.XMLJoiner
-
Called after all object events have been written to the writer.
- equals(Object) - Method in class com.boomi.connector.api.annotation.DataFormat
- equals(Object) - Method in class com.boomi.connector.api.annotation.FieldSpec
- equals(Object) - Method in class com.boomi.connector.api.annotation.FieldSpecField
- equals(Object) - Method in class com.boomi.connector.api.annotation.Filter
- equals(Object) - Method in class com.boomi.connector.api.annotation.Filter.Field
- equals(Object) - Method in class com.boomi.connector.api.Expression
- equals(Object) - Method in class com.boomi.connector.api.ExtraSchema
- equals(Object) - Method in class com.boomi.connector.api.ExtraSchemas
- equals(Object) - Method in class com.boomi.connector.api.FieldSpecField
- equals(Object) - Method in class com.boomi.connector.api.GroupingExpression
- equals(Object) - Method in class com.boomi.connector.api.ObjectDefinition
- equals(Object) - Method in class com.boomi.connector.api.ObjectDefinitions
- equals(Object) - Method in class com.boomi.connector.api.ObjectType
- equals(Object) - Method in class com.boomi.connector.api.ObjectTypes
- equals(Object) - Method in class com.boomi.connector.api.QueryFilter
- equals(Object) - Method in class com.boomi.connector.api.SimpleExpression
- equals(Object) - Method in class com.boomi.connector.api.Sort
- equals(Object) - Method in class com.boomi.connector.api.ui.AllowedValue
- equals(Object) - Method in class com.boomi.connector.api.ui.BrowseField
- equals(Object) - Method in class com.boomi.connector.api.ui.ConditionalFieldConfiguration
- equals(Object) - Method in class com.boomi.connector.api.ui.CustomPropertiesFieldConfig
- equals(Object) - Method in class com.boomi.connector.api.ui.FieldCondition
- equals(Object) - Method in class com.boomi.connector.api.ui.ValueCondition
- equals(Object) - Method in class com.boomi.connector.api.ui.VisibilityCondition
- equals(Object) - Method in class com.boomi.connector.testutil.SimpleOperationResult
- equals(Object) - Method in class com.boomi.connector.testutil.SimpleTrackedData
- equals(Object) - Method in class com.boomi.connector.ws.WSCache.Key
- EVICTED_POOLING_MANAGER - Static variable in class com.boomi.common.rest.pool.RestPoolingConstants
- EVICTION_SERVICE_SHUT_DOWN - Static variable in class com.boomi.common.rest.pool.RestPoolingConstants
- EXAMPLES - com.boomi.connector.openapi.util.OpenAPIComponent
- execute(OperationRequest, OperationResponse) - Method in interface com.boomi.connector.api.Operation
-
Executes an operation with the given request, passing results to the given response.
- execute(OperationRequest, OperationResponse) - Method in class com.boomi.connector.util.BaseDeleteOperation
-
Executes an operation with the given request, passing results to the given response.
- execute(OperationRequest, OperationResponse) - Method in class com.boomi.connector.util.BaseGetOperation
-
Executes an operation with the given request, passing results to the given response.
- execute(OperationRequest, OperationResponse) - Method in class com.boomi.connector.util.BaseOperation
- execute(OperationRequest, OperationResponse) - Method in class com.boomi.connector.util.BaseQueryOperation
-
Executes an operation with the given request, passing results to the given response.
- execute(OperationRequest, OperationResponse) - Method in class com.boomi.connector.util.BaseUpdateOperation
-
Executes an operation with the given request, passing results to the given response.
- execute(RequestBuilder) - Method in class com.boomi.common.rest.RestClient
-
Builds and executes incoming
RequestBuilder
request. - EXECUTE - com.boomi.connector.api.OperationType
-
Operation which is not "object" based but executes some sort of action in the service.
- executeCreateOperation(List<InputStream>) - Method in class com.boomi.connector.testutil.ConnectorTester
-
Executes an CREATE operation.
- executeCreateOperationWithTrackedData(List<SimpleTrackedData>) - Method in class com.boomi.connector.testutil.ConnectorTester
-
Executes an CREATE operation.
- executeDelete(DeleteRequest, OperationResponse) - Method in class com.boomi.connector.util.BaseDeleteOperation
-
Actual implementation of this DELETE Operation.
- executeDeleteOperation(List<String>) - Method in class com.boomi.connector.testutil.ConnectorTester
-
Executes a DELETE operation.
- executeDeleteOperationWithTrackedData(List<SimpleTrackedData>) - Method in class com.boomi.connector.testutil.ConnectorTester
-
Executes a DELETE operation.
- executeExecuteOperation(List<InputStream>) - Method in class com.boomi.connector.testutil.ConnectorTester
-
Executes an EXECUTE operation.
- executeExecuteOperationWithTrackedData(List<SimpleTrackedData>) - Method in class com.boomi.connector.testutil.ConnectorTester
-
Executes an EXECUTE operation.
- executeGet(GetRequest, OperationResponse) - Method in class com.boomi.connector.util.BaseGetOperation
-
Actual implementation of this GET Operation.
- executeGetOperation(String) - Method in class com.boomi.connector.testutil.ConnectorTester
-
Executes a GET operation.
- executeGetOperationWithTrackedData(SimpleTrackedData) - Method in class com.boomi.connector.testutil.ConnectorTester
-
Executes a GET operation.
- executeOperation() - Method in class com.boomi.connector.testutil.junit.DeleteOperationTest
- executeOperation() - Method in class com.boomi.connector.testutil.junit.GetOperationTest
- executeOperation() - Method in class com.boomi.connector.testutil.junit.OperationTest
-
This method should perform the actual operation being tested
- executeOperation() - Method in class com.boomi.connector.testutil.junit.QueryOperationTest
- executeOperation(OperationRequest, SimpleOperationResponse, OperationType) - Method in class com.boomi.connector.testutil.ConnectorTester
-
Executes an operation.
- executeOperation(List<SimpleTrackedData>) - Method in class com.boomi.connector.testutil.junit.CreateOperationTest
- executeOperation(List<SimpleTrackedData>) - Method in class com.boomi.connector.testutil.junit.ExecuteOperationTest
- executeOperation(List<SimpleTrackedData>) - Method in class com.boomi.connector.testutil.junit.UpdateOperationTest
- executeOperation(List<SimpleTrackedData>) - Method in class com.boomi.connector.testutil.junit.UpsertOperationTest
- ExecuteOperationTest - Class in com.boomi.connector.testutil.junit
-
Base test class for testing
OperationType.EXECUTE
operations withConnectorTester
. - ExecuteOperationTest(String, InputStream) - Constructor for class com.boomi.connector.testutil.junit.ExecuteOperationTest
-
Creates an instance of an operation test.
- ExecuteOperationTest(String, InputStream, OptionalTestInput) - Constructor for class com.boomi.connector.testutil.junit.ExecuteOperationTest
-
Creates an instance of an operation test.
- ExecuteOperationTest(String, String) - Constructor for class com.boomi.connector.testutil.junit.ExecuteOperationTest
-
Creates an instance of an operation test.
- executePayloadRequest() - Method in class com.boomi.connector.sample.listen.polling.SimplePollingOperationConnection
-
Simulates executing a request and converting the response to 1 or more
Payload
instances. - executeQuery(QueryRequest, OperationResponse) - Method in class com.boomi.connector.util.BaseQueryOperation
-
Actual implementation of this QUERY Operation.
- executeQueryOperation(QueryFilter) - Method in class com.boomi.connector.testutil.ConnectorTester
-
Executes a QUERY operation.
- executeQueryOperationWithTrackedData(SimpleTrackedData) - Method in class com.boomi.connector.testutil.ConnectorTester
-
Executes a QUERY operation.
- executeSizeLimitedUpdate(UpdateRequest, OperationResponse) - Method in class com.boomi.connector.sample.json.SizeLimitedBatchJsonOperation
- executeSizeLimitedUpdate(UpdateRequest, OperationResponse) - Method in class com.boomi.connector.sample.json.SizeLimitedJsonOperation
- executeSizeLimitedUpdate(UpdateRequest, OperationResponse) - Method in class com.boomi.connector.util.SizeLimitedUpdateOperation
-
Execute the implementation update logic
- executeUpdate(ObjectData, WebServiceExecutor, OperationResponse) - Method in class com.boomi.connector.ws.WSExecuteOperation
-
Executes the configured webservice operation with the given input ObjectData using the given WebServiceExecutor.
- executeUpdate(UpdateRequest, OperationResponse) - Method in class com.boomi.common.rest.RestOperation
- executeUpdate(UpdateRequest, OperationResponse) - Method in class com.boomi.connector.sample.browse.ImportableFieldsOperation
- executeUpdate(UpdateRequest, OperationResponse) - Method in class com.boomi.connector.sample.browse.OverrideableFieldOperation
-
Execute the operation and log the per document value of the overridable operation field using the process logger
- executeUpdate(UpdateRequest, OperationResponse) - Method in class com.boomi.connector.sample.json.CustomJsonRequestOperation
- executeUpdate(UpdateRequest, OperationResponse) - Method in class com.boomi.connector.sample.json.CustomJsonResponseOperation
- executeUpdate(UpdateRequest, OperationResponse) - Method in class com.boomi.connector.sample.json.SplitJsonResponseOperation
- executeUpdate(UpdateRequest, OperationResponse) - Method in class com.boomi.connector.sample.resource.BadInputStreamSampleOperation
- executeUpdate(UpdateRequest, OperationResponse) - Method in class com.boomi.connector.sample.resource.DirectInputStreamSampleOperation
- executeUpdate(UpdateRequest, OperationResponse) - Method in class com.boomi.connector.sample.resource.OutputStreamSampleOperation
- executeUpdate(UpdateRequest, OperationResponse) - Method in class com.boomi.connector.sample.resource.SizeBasedRoutingOperation
- executeUpdate(UpdateRequest, OperationResponse) - Method in class com.boomi.connector.util.BaseUpdateOperation
-
Actual implementation of this CREATE, UPDATE, or UPSERT Operation.
- executeUpdate(UpdateRequest, OperationResponse) - Method in class com.boomi.connector.util.SizeLimitedUpdateOperation
-
Creates a filtered
UpdateRequest
that does not include any documents that exceed the size limit. - executeUpdate(UpdateRequest, OperationResponse) - Method in class com.boomi.connector.ws.WSExecuteOperation
-
Actual implementation of this CREATE, UPDATE, or UPSERT Operation.
- executeUpdateOperation(List<InputStream>) - Method in class com.boomi.connector.testutil.ConnectorTester
-
Executes an UPDATE operation.
- executeUpdateOperationWithTrackedData(List<SimpleTrackedData>) - Method in class com.boomi.connector.testutil.ConnectorTester
-
Executes an UPDATE operation.
- executeUpsertOperation(List<InputStream>) - Method in class com.boomi.connector.testutil.ConnectorTester
-
Executes an UPSERT operation.
- executeUpsertOperationWithTrackedData(List<SimpleTrackedData>) - Method in class com.boomi.connector.testutil.ConnectorTester
-
Executes an UPSERT operation.
- EXPECTED_RESULT_COUNT - Static variable in class com.boomi.connector.testutil.junit.OperationTest
- ExpiringConnectorCache<K> - Class in com.boomi.connector.util
-
Subclass of ConnectorCache which "expires" after a certain (fixed) amount of time.
- ExpiringConnectorCache(K, long) - Constructor for class com.boomi.connector.util.ExpiringConnectorCache
- ExpiringValue<V> - Class in com.boomi.connector.util
-
Base class for tracking a value which needs to expire after a certain amount of time or inactivity.
- ExpiringValue() - Constructor for class com.boomi.connector.util.ExpiringValue
- ExpiringValue(V) - Constructor for class com.boomi.connector.util.ExpiringValue
- expression - Variable in class com.boomi.connector.api.QueryFilter
- Expression - Class in com.boomi.connector.api
-
Base type for an expression in a QueryFilter.
- Expression() - Constructor for class com.boomi.connector.api.Expression
- ExtraSchema - Class in com.boomi.connector.api
-
Optional additional XML Schema document which is included or imported by the primary XML Schema document.
- ExtraSchema() - Constructor for class com.boomi.connector.api.ExtraSchema
- extraSchemaList - Variable in class com.boomi.connector.api.ObjectDefinition
- extraSchemas - Variable in class com.boomi.connector.api.ObjectDefinition
- ExtraSchemas - Class in com.boomi.connector.api
-
Optional additional XML Schema documents which are included or imported by the primary XML Schema document.
- ExtraSchemas() - Constructor for class com.boomi.connector.api.ExtraSchemas
F
- FAILURE - com.boomi.connector.api.OperationStatus
-
Status which indicates a document related failure which is unknown or some indication of a communication failure with the service (e.g.
- Field() - Constructor for class com.boomi.connector.api.annotation.Filter.Field
- FieldCondition - Class in com.boomi.connector.api.ui
-
A condition based on the state of another field identified by the field's ID.
- FieldCondition() - Constructor for class com.boomi.connector.api.ui.FieldCondition
- fieldId - Variable in class com.boomi.connector.api.ui.FieldCondition
- fields - Variable in class com.boomi.connector.api.annotation.FieldSpec
- fields - Variable in class com.boomi.connector.api.annotation.Filter
- FieldSpec - Class in com.boomi.connector.api.annotation
-
Specification for field selection and query sort/filter information on a schema.
- FieldSpec() - Constructor for class com.boomi.connector.api.annotation.FieldSpec
- FieldSpecField - Class in com.boomi.connector.api.annotation
-
Indicates a field that should be listed as selectable, sortable, or filterable
- FieldSpecField - Class in com.boomi.connector.api
-
Indicates a field that should be listed as selectable, sortable, or filterable
- FieldSpecField() - Constructor for class com.boomi.connector.api.annotation.FieldSpecField
- FieldSpecField() - Constructor for class com.boomi.connector.api.FieldSpecField
- fieldSpecFields - Variable in class com.boomi.connector.api.ObjectDefinition
- Filter - Class in com.boomi.connector.api.annotation
-
Specification for query filter information on a schema.
- Filter() - Constructor for class com.boomi.connector.api.annotation.Filter
- Filter.Field - Class in com.boomi.connector.api.annotation
-
Indicates a filter field that should be listed in the query options
- filterable - Variable in class com.boomi.connector.api.annotation.FieldSpecField
- filterable - Variable in class com.boomi.connector.api.FieldSpecField
- FilterData - Interface in com.boomi.connector.api
-
Interface for tracked query filter data.
- findNextElementStart(XMLEventReader) - Static method in class com.boomi.connector.util.xml.XMLEventUtilBase
-
Returns the next XMLEvent which is a start element, or
null
if none found. - findNextObjectStart(boolean) - Method in class com.boomi.connector.util.xml.XMLSplitter
-
Finds the first event for the start of the next output object from the input reader.
- findObjectStart() - Method in class com.boomi.connector.util.xml.XMLJoiner
-
Finds the first event for the start of the next input object from the current reader.
- finishObject() - Method in class com.boomi.connector.util.xml.XMLEventUtilBase
-
Called when an current object is finished.
- finishPartialResult(TrackedData) - Method in interface com.boomi.connector.api.OperationResponse
-
Indicates that a single input has added all partial results.
- finishPartialResult(TrackedData) - Method in class com.boomi.connector.testutil.SimpleOperationResponse
- finishPartialResult(Iterable<? extends TrackedData>) - Method in interface com.boomi.connector.api.OperationResponse
-
Indicates that a group of inputs has added all partial results.
- finishPartialResult(Iterable<? extends TrackedData>) - Method in class com.boomi.connector.testutil.SimpleOperationResponse
- flush() - Method in class com.boomi.connector.util.xml.XMLJoiner
- format - Variable in class com.boomi.connector.api.annotation.DataFormat
- fromValue(String) - Static method in enum com.boomi.common.rest.authentication.APIKeyAuthentication
- fromValue(String) - Static method in enum com.boomi.common.rest.authentication.AuthenticationType
- fromValue(String) - Static method in enum com.boomi.connector.api.annotation.DataType
- fromValue(String) - Static method in enum com.boomi.connector.api.ContentType
- fromValue(String) - Static method in enum com.boomi.connector.api.GroupingOperator
- fromValue(String) - Static method in enum com.boomi.connector.api.ObjectDefinitionRole
- fromValue(String) - Static method in enum com.boomi.connector.api.ui.DataType
- fromValue(String) - Static method in enum com.boomi.connector.api.ui.DisplayType
G
- 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 - 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. - GET - com.boomi.connector.api.OperationType
-
Operation which retrieves a single object from the service given an object id.
- 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.
- getApi() - Method in class com.boomi.connector.openapi.OpenAPIConnection
- getAPIAuthenticationKeys() - Method in class com.boomi.connector.openapi.OpenAPIOperationConnection
-
Returns a map of key values pairs provided in the API Keys custom properties field for Authentication Type = "API_KEY"
- getAPIAuthenticationType() - Method in class com.boomi.common.rest.RestConnection
-
Returns the
AuthenticationType
from the selected "auth" connection field. - getAPIAuthenticationType() - Method in class com.boomi.connector.openapi.OpenAPIOperationConnection
-
Returns the
AuthenticationType
from the selected "auth" connection field. - getAPIVersion() - Method in class com.boomi.connector.testutil.ConnectorTestContext
-
Get the
APIVersion
for the test - getArguments() - Method in class com.boomi.connector.api.SimpleExpression
-
The arguments for this simple expression.
- getAudience() - Method in interface com.boomi.connector.api.JwtAssertionParameters
-
Identifies the recipients the JWT is intended for.
- getAuthenticationCredentials(AuthenticationType) - Method in class com.boomi.common.rest.RestOperationConnection
-
Creates the authentication credentials for the request based off of
AuthenticationType
and connection property values. - getAuthenticationType() - Method in class com.boomi.common.rest.RestConnection
-
Returns the
AuthenticationType
from the selected "auth" connection field. - 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
- getAuthSchemeProvider() - Method in enum com.boomi.common.rest.authentication.AuthenticationType
- getAuthSchemeProviders() - Method in class com.boomi.common.rest.RestOperationConnection
-
Creates a Default Lookup for Authentication Scheme Providers.
- 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
-
The default implementation returns the connector property with the key
WSConnection.AUTH_TYPE_PROPERTY
, defaulting to - getAWSAccessKey() - Method in class com.boomi.common.rest.RestConnection
-
Returns the AWS access key value from "awsAccessKey" connection field.
- getAWSRegion() - Method in class com.boomi.common.rest.RestConnection
-
Returns the AWS Service from the "awsRegion" connection field value, if the selected field is not "CUSTOM".
- getAWSSecretKey() - Method in class com.boomi.common.rest.RestConnection
-
Returns the AWS secret key value from "awsSecretKey" connection field.
- getAWSService() - Method in class com.boomi.common.rest.RestConnection
-
Returns the AWS Service from the "awsService" connection field value, if the selected field is not "CUSTOM".
- 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
-
This has been deprecated in favor of restrictedKeys.
- getBooleanContainerProperty(String) - Method in interface com.boomi.connector.api.AtomConfig
-
Gets the property value for the given key as a Boolean.
- getBooleanContainerProperty(String) - Method in class com.boomi.connector.testutil.SimpleAtomConfig
- 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, boolean) - Method in class com.boomi.connector.testutil.SimpleAtomConfig
- getBooleanProperty(String) - Method in interface com.boomi.connector.api.PropertyMap
-
Gets the Boolean property for the given key.
- getBooleanProperty(String) - Method in class com.boomi.connector.testutil.MutablePropertyMap
- 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, 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
- getBrowseFieldByType(OpenAPIParameterType) - Method in class com.boomi.connector.openapi.util.OpenAPISpecContext
-
Retrieve specific ui fields by
OpenAPIParameterType
specific parameter types. - getBrowseFields() - Method in class com.boomi.connector.openapi.util.OpenAPISpecContext
-
Retrieve all of the operation's ui fields for this spec's operation, this map is not mutable.
- getBrowseFieldType() - Method in enum com.boomi.connector.openapi.util.OpenAPIDataType
-
Returns the corresponding browse
DataType
field available for a corresponding OpenAPI Data Type - getCache() - Method in class com.boomi.connector.ws.WSConnection
-
Returns the connector cache for use for this connection, creating it if necessary.
- 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. - getClassLoader() - Method in class com.boomi.connector.util.BootstrapConnector.ClassLoaderCache
- getClient() - Method in class com.boomi.common.rest.RestOperationConnection
-
Creates a RestClient for operation execution
- getClient() - Method in class com.boomi.connector.openapi.OpenAPIOperationConnection
-
Creates a OpenAPI client for operation execution
- 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
- getComponentType() - Method in class com.boomi.connector.openapi.schema.OpenAPILocalReference
-
Getter method for componentType part of "$ref" URL.
- getComponentTypeLabel() - Method in enum com.boomi.connector.openapi.util.OpenAPIComponent
-
Returns the component type label as defined by the OpenAPI 3.0 Specification
- 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.common.rest.RestOperation
- getConnection() - Method in class com.boomi.connector.openapi.dsl.OpenAPIDslBrowser
- getConnection() - Method in class com.boomi.connector.openapi.OpenAPIBrowser
- getConnection() - Method in class com.boomi.connector.openapi.OpenAPIOperation
- 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
- getConnectionManager(OperationContext, SSLConnectionSocketFactory) - Static method in class com.boomi.common.rest.pool.RestPoolingService
-
Configures connection pool per the latest user input and stores the updated pool in the connector cache.
- 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
- getConnectionProperty(String) - Method in class com.boomi.common.rest.RestConnection
- 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
- getConnectTimeout() - Method in class com.boomi.common.rest.RestConnection
-
Returns the connection property for "connectTimeout" field
- 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) - Method in class com.boomi.connector.testutil.SimpleAtomConfig
- 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, String) - Method in class com.boomi.connector.testutil.SimpleAtomConfig
- getContent() - Method in class com.boomi.connector.openapi.entity.JSONArrayWrappedRepeatableEntity
-
Returns the original InputStream, this input stream will be reset prior to being returned.
- getContentType() - Method in class com.boomi.connector.openapi.OpenAPIResponseCookie
-
Gets the content type for the response profile data structure.
- 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
-
Returns the atom context as passed to the
BaseConnector.initialize(com.boomi.connector.api.AtomContext)
method. - 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
-
Optional object definition specific information which will be passed into subsequent operations using this definition via
OperationContext.getObjectDefinitionCookie(com.boomi.connector.api.ObjectDefinitionRole)
. - getCookieScope() - Method in class com.boomi.common.rest.RestConnection
-
Returns the value of the "Cookie Scope" connection property.
- 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
-
Returns the ClassLoader for the current thread (calls
Thread.getContextClassLoader()
). - getCustomAuthCredentials() - Method in class com.boomi.common.rest.RestConnection
-
Returns the connection property for "customAuthCredentials" field
- 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.DynamicPropertyMap
-
Gets the key value pair(s) of a custom property as a map with the given key and any overrides applied.
- 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.MutableDynamicPropertyMap
- 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.browse.OperationValues
-
Fetches the the map of user input values for the field with ID: "customPropertiesField" from
ImportableFieldsBrowser
- 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
- getDataType() - Method in class com.boomi.connector.openapi.util.OpenAPIParameter
-
Returns "schema" data type associated with the parameter given from the OpenAPI Spec
- 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
- getDelimiter(String, Parameter.StyleEnum) - Static method in class com.boomi.connector.openapi.util.OpenAPIUtil
-
Returns a delimiter
String
corresponding to the Open Api parameter style enum and parameter name. - 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
- getDomain() - Method in class com.boomi.common.rest.RestConnection
-
Returns the connection property for "domain" field.
- getDynamicOperationProperties() - Method in interface com.boomi.connector.api.TrackedData
-
Returns dynamic operation properties for this tracked data (always non-
null
). - getDynamicOperationProperties() - Method in class com.boomi.connector.testutil.SimpleTrackedData
- 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.
- getEntity(ObjectData) - Method in class com.boomi.common.rest.RestOperation
-
Returns the request HTTP Entity to be send to the service.
- getEntity(ObjectData) - Method in class com.boomi.connector.openapi.OpenAPIOperation
-
Returns null for GET, HEAD & DELETE requests.
- getEntityContentType() - Method in class com.boomi.common.rest.RestOperationConnection
-
Returns the expected content type for outbound request data.
- getEntityContentType() - Method in class com.boomi.connector.openapi.OpenAPIOperationConnection
-
Retrieves the content type from the request cookie.
- 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
-
Returns an ObjectTypes instance for an EXECUTE operation created by getting the list of operations available in the webservice wsdl (via a call to
WSBrowser.getOperations()
) and converting them to ObjectType instances with labels created byWSBrowser.getOperationLabel(java.lang.String)
. - 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
- getExecutionId() - Method in interface com.boomi.connector.api.OperationRequest
-
Get the id for the current process execution.
- 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.
- getFieldId() - Method in class com.boomi.connector.api.ui.FieldCondition
-
Gets the value of the fieldId property.
- 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.
- 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.SimpleQueryRequest
- getFilter() - Method in class com.boomi.connector.testutil.SimpleTrackedData
- getFilterFunction() - Method in class com.boomi.connector.util.listen.BaseWatchableOperation
-
Returns a function to filter
WatchEvent
instances. - getFirstRequestContentType(Operation) - Static method in class com.boomi.connector.openapi.util.OpenAPIUtil
-
Fetches the first request content type from the given operation.
- 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
- getHeaderParameters() - Method in class com.boomi.connector.openapi.OpenAPIRequestCookie
-
Fetches header parameters identified as "in": "header" from
OpenAPIRequestCookie
. - getHeaders(ObjectData) - Method in class com.boomi.common.rest.RestOperation
-
Returns a list of Headers, defined using custom operation properties (key-value pairs), to include in the Request Headers on request execution.
- getHeaders(ObjectData) - Method in class com.boomi.connector.openapi.OpenAPIOperation
-
Fetch a List of Parameter Header Entries and the Accept from the openapi specification response path of: responses.
content
. - 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.
- getHttpClient() - Method in class com.boomi.common.rest.RestOperationConnection
-
Returns an instance of
CloseableHttpClient
usingHttpClientBuilder
for operation execution. - getHttpContext() - Method in class com.boomi.common.rest.RestOperationConnection
-
Creates a HttpContext, if the target
AuthenticationType
needs credentials, then a credentials provider will be setup for this context. - getHttpMethod() - Method in class com.boomi.common.rest.RestConnection
-
Gets the selected HTTP method from the connector action / operation field.
- getHttpMethod() - Method in class com.boomi.connector.openapi.dsl.OpenAPIDslOperationConnection
-
Gets the OpenAPI DSL HTTP method from the connector action / operation field.Extracts the HTTP method from ObjectTypeId set during browse and accounts for the possibility of multiple ":"s in the ObjectTypeId
- getHttpMethod(OpenAPI, String) - Static method in class com.boomi.connector.openapi.util.OpenAPIUtil
-
Retrieves the HTTP method based off of the "name" field of the operation
- getHttpMethodFromCustomObjectTypeId(String) - Static method in class com.boomi.connector.openapi.util.OpenAPIDSLUtil
-
Gets the configured HTTP method from the connector action / operation field.
- getHttpResults(CloseableHttpResponse) - Method in class com.boomi.common.rest.RestClient
-
Creates a single
SimpleHttpResult
with givenPayloadMetadataFactory
- getHttpResults(CloseableHttpResponse) - Method in class com.boomi.connector.openapi.OpenAPIRestClient
- 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.
- getId() - Method in class com.boomi.connector.openapi.util.OpenAPIParameter
-
Returns the Base64 encoded Operation field id generated for the parameter.
- getIndex() - Method in interface com.boomi.connector.api.listen.IndexedPayloadBatch
-
Gets the index that was used to create this batch instance.
- getIndex() - Method in class com.boomi.connector.openapi.schema.OpenAPILocalReference
-
Getter method for index part of "$ref" URL.
- 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.
- 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.
- getKeyword() - Method in class com.boomi.connector.openapi.schema.OpenAPILocalReference
-
Getter method for composed schema keyword part of "$ref" URL.
- 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.
- getLabel() - Method in enum com.boomi.connector.openapi.util.OpenAPIParameterType
-
Returns the Label to prepend to the id field to show in the UI.
- 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
-
Returns the logging level for the connector.
- 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) - Method in class com.boomi.connector.testutil.SimpleAtomConfig
- 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, 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) - Method in class com.boomi.connector.testutil.MutablePropertyMap
- 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, Long) - Method in class com.boomi.connector.testutil.MutablePropertyMap
- getMaxCircularReference() - Method in class com.boomi.connector.openapi.util.OpenAPIParseOption
-
Returns the maximum circular $ref loads for a given spec.
- 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
-
Creates a new
SampleConsumer.MessageHandler
backed by the providedListener
. - getMessageHandler(Listener) - Method in class com.boomi.connector.sample.listen.batch.BatchByCountListenOperation
-
Creates new
SampleConsumer.SingleMessageHandler
that will add each received message to a batch and submit all of the messages when a limit has been reached. - getMessageHandler(Listener) - Method in class com.boomi.connector.sample.listen.batch.MultiMessageListenOperation
-
Creates a new
SampleConsumer.MultiMessageHandler
that uses indexed batches. - getMetadata() - Method in class com.boomi.connector.util.xml.XMLSplitter
- 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
- getName() - Method in class com.boomi.connector.openapi.util.OpenAPIParameter
-
Returns the "name" associated with the parameter given from the OpenAPI Spec
- getNestedExpressions() - Method in class com.boomi.connector.api.GroupingExpression
-
The nested expressions which will be joined by the defined logical operator.
- getNodeType(Schema<?>) - Static method in class com.boomi.connector.openapi.util.OpenAPIUtil
-
Fetches the
JSONUtil.NodeType
based off of the Schema definition - getNodeType(Schema<?>, JSONUtil.NodeType) - Static method in class com.boomi.connector.openapi.util.OpenAPIUtil
-
Fetches the
JSONUtil.NodeType
based off of the schema definition. - 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() - Method in class com.boomi.connector.testutil.auth.OAuth2TestTokenImpl
- getOAuth2Context(String) - Method in interface com.boomi.connector.api.PropertyMap
-
Gets the OAuth2Context property for the given key.
- 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.
- getOAuthContext() - Method in class com.boomi.common.rest.RestConnection
-
Fetches the OAuth2Context from the "oauthContext" connection field.
- 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(OperationType) - Method in class com.boomi.connector.testutil.junit.BrowserTest
-
A convenience method to get profile definitions for the requested operation type
- getObjectDefinitions(WebServiceOperation, Collection<ObjectDefinitionRole>, SchemaMap) - Method in class com.boomi.connector.ws.WSBrowser
-
Returns an ObjectDefinitions instance for the given operation.
- 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.openapi.OpenAPIBrowser
-
Generates the Input / Output Object Definition based off of the Path (objectTypeId) and the selected
BrowseContext.getCustomOperationType()
. - getObjectDefinitions(String, Collection<ObjectDefinitionRole>) - Method in class com.boomi.connector.openapi.OpenAPIConnection
-
Generates the Input / Output Object definition based off of the OpenAPI Spec.
- getObjectDefinitions(String, Collection<ObjectDefinitionRole>) - Method in class com.boomi.connector.sample.browse.ImportableFieldsBrowser
-
Retrieves the Object Definition for the operation.
- getObjectDefinitions(String, Collection<ObjectDefinitionRole>) - Method in class com.boomi.connector.sample.browse.OverridableFieldBrowser
-
Return an
ObjectDefinition
that defines an overridable operation field. - 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).
- 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.SimpleGetRequest
- getObjectId() - Method in class com.boomi.connector.testutil.SimpleTrackedData
- 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
-
Returns the current object type id, as provided in a call to
WSBrowser.getObjectDefinitions(java.lang.String, java.util.Collection<com.boomi.connector.api.ObjectDefinitionRole>)
. - getObjectTypeIdFromOperationId(OpenAPI, String) - Static method in class com.boomi.connector.openapi.util.OpenAPIDSLUtil
-
Given the operationId from the spec, this method retrieves the unique combination of httpMethod and the path associated with it.
- 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.openapi.dsl.OpenAPIDslConnection
-
Returns a list of ObjectTypes by parsing a json config file part of the custom OpenAPI connector jar.
- getObjectTypes() - Method in class com.boomi.connector.openapi.OpenAPIBrowser
-
Creates an
ObjectTypes
with a list ofObjectType
which will contain all the Paths that contain the selectedBrowseContext.getCustomOperationType()
If the spec provides an optional "operationId" then that will be used as the label, otherwise the path is used as both ID and Label. - getObjectTypes() - Method in class com.boomi.connector.openapi.OpenAPIConnection
-
Returns a list of Object Types.
- getObjectTypes() - Method in class com.boomi.connector.sample.browse.ImportableFieldsBrowser
-
Creates a List of Object Types for User Selection
- getObjectTypes() - Method in class com.boomi.connector.sample.browse.OverridableFieldBrowser
-
Return a single
ObjectType
- 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).
- getOpenAPIParseOption() - Method in class com.boomi.connector.openapi.OpenAPIConnection
-
Return
OpenAPIParseOption
which contains information on how you want to parse your openapi spec. - getOperation(OpenAPI, PathItem.HttpMethod, String) - Static method in class com.boomi.connector.openapi.util.OpenAPIUtil
-
Fetch the Operation by path and method.
- getOperation(OpenAPI, String) - Static method in class com.boomi.connector.openapi.util.OpenAPIUtil
-
Retrieves the operation by the "name" field of the operation.
- getOperation(String) - Method in class com.boomi.connector.openapi.dsl.OpenAPIDslConnection
-
Fetch the
Operation
based off of the path value and the selectedBrowseContext.getCustomOperationType()
.customObjectTypeId is a ":" delimited combination of HttpMethod and relative path from the OpenAPI spec. - getOperation(String) - Method in class com.boomi.connector.openapi.OpenAPIConnection
-
Fetch the
Operation
based off of the path value and the selectedBrowseContext.getCustomOperationType()
- 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
-
Deprecated.This has been deprecated due to inherent type safety concerns since instances can be created with any context (not necessarily an operation context). The
BaseConnection.getContext()
method can now be used to access an operation context in a type safe way. - 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() - 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
- getOperationStatus(int) - Static method in class com.boomi.connector.api.ResponseUtil
-
This method derives the appropriate
OperationStatus
from the specified HTTP status code. - GetOperationTest - Class in com.boomi.connector.testutil.junit
-
Base test class for testing
OperationType.GET
operations withConnectorTester
. - 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
- getOutputStream() - Method in class com.boomi.connector.sample.SampleOutputStreamClient
-
Simulates a client that provides an
OutputStream
where the request should be written. - getOutputType() - Method in class com.boomi.connector.api.ObjectDefinition
-
The type of output data that this object type returns.
- getParameter(String) - Method in class com.boomi.common.rest.authentication.SimpleAuthorizationScheme
- getParameters(ObjectData) - Method in class com.boomi.common.rest.RestOperation
-
Returns a list of Query Parameters to append to the final URI.
- getParameters(ObjectData) - Method in class com.boomi.connector.openapi.OpenAPIOperation
-
Fetch a List of Query Entries.
- getParametersFromOperation(OpenAPI, Operation) - Static method in class com.boomi.connector.openapi.util.OpenAPIUtil
-
Retrieves all of the valid supported parameters
OpenAPIParameterType
for this operation. - getParametersFromOperationByType(OpenAPI, Operation, OpenAPIParameterType) - Static method in class com.boomi.connector.openapi.util.OpenAPIUtil
-
Retrieves the specified
OpenAPIParameterType
parameter for this operation. - getParameterType() - Method in class com.boomi.connector.openapi.util.OpenAPIParameter
-
Returns the "in" type associated with the parameter given from the OpenAPI Spec
- getPassword() - Method in class com.boomi.common.rest.RestConnection
-
Returns the connection property for "password" field
- 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.
- getPath() - Method in class com.boomi.connector.openapi.dsl.OpenAPIDslOperationConnection
-
Gets the OpenAPI DSL configured Path to execute upon.
- getPath() - Method in class com.boomi.connector.openapi.OpenAPIOperationConnection
-
Gets the selected Path to execute upon.
- getPath(ObjectData) - Method in class com.boomi.common.rest.RestOperation
- getPath(ObjectData) - Method in class com.boomi.connector.openapi.OpenAPIOperation
-
Returns the generated Path section of the URI.
- getPath(OpenAPI, String) - Static method in class com.boomi.connector.openapi.util.OpenAPIUtil
-
Returns the path based off of the Operation ID
- getPathFromCustomObjectTypeId(String) - Static method in class com.boomi.connector.openapi.util.OpenAPIDSLUtil
-
Gets the configured Path to execute upon.
- getPathParameters() - Method in class com.boomi.connector.openapi.OpenAPIRequestCookie
-
Fetches path parameters identified as "in": "path" from
OpenAPIRequestCookie
. - getPaths(OpenAPI) - Static method in class com.boomi.connector.openapi.util.OpenAPIUtil
- 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
- getPersistedConnectorCache() - Method in interface com.boomi.connector.api.listen.Listener
-
Gets the persisted connector cache when persistence feature is enabled on the container, and the connector is specified in the allow list.
- getPersistedProperty(String) - Method in interface com.boomi.connector.api.PersistedConnectorCache
-
Gets an up-to-date persisted property.
- getPersistedProperty(String, String) - Method in interface com.boomi.connector.api.PersistedConnectorCache
-
Gets an up-to-date persisted property.
- getPreemptive() - Method in class com.boomi.common.rest.RestConnection
-
Retrieves the "preemptive" connection property value
- getPreferredAuthSchemes() - Method in enum com.boomi.common.rest.authentication.AuthenticationType
- getPrefix() - Method in enum com.boomi.connector.openapi.util.OpenAPIParameterType
-
Returns the prefix to prepend to the id of a parameter field to avoid collisions.
- getPrivateKeyStore() - Method in class com.boomi.common.rest.RestConnection
-
Returns the connection property "privateCertificate" as a
PrivateKeyStore
- 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
- getProcessId() - Method in interface com.boomi.connector.api.listen.Listener
-
Get the ID for the process component associated with this listener.
- getProcessId() - Method in interface com.boomi.connector.api.OperationRequest
-
Retrieves the current process id.
- 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 interface com.boomi.connector.api.DynamicPropertyMap
-
Gets the String value (String.valueOf) of the Operation Property with the given key and any overrides applied.
- 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) - 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.MutableDynamicPropertyMap
- getProperty(String) - Method in class com.boomi.connector.testutil.MutablePropertyMap
- getProperty(String, String) - Method in interface com.boomi.connector.api.DynamicPropertyMap
-
Gets the String value (String.valueOf) of the Operation Property with the given key and any overrides applied, returning the defaultValue if the located property value is blank (
null
or all characters are whitespace). - 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, String) - Method in class com.boomi.connector.testutil.MutableDynamicPropertyMap
- 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
- getPublicKeyStore() - Method in class com.boomi.common.rest.RestConnection
-
Returns the connection property "publicCertificate" as a
PublicKeyStore
- 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
- getQueryParameters() - Method in class com.boomi.connector.openapi.OpenAPIRequestCookie
-
Fetches query parameters identified as "in": "query" from
OpenAPIRequestCookie
. - getReader() - Method in class com.boomi.connector.util.xml.XMLEventUtilBase
- getReadTimeout() - Method in class com.boomi.common.rest.RestConnection
-
Returns the connection property for "readTime" field
- getRealm() - Method in class com.boomi.common.rest.authentication.SimpleAuthorizationScheme
- getRedirectStrategy() - Method in class com.boomi.common.rest.RestOperationConnection
-
Returns
RedirectStrategy
based on the chosen Follow Redirects operation field. - 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.browse.OperationValues
-
Fetches the user input value for the field with ID: "replacementField" from
ImportableFieldsBrowser
- GetRequest - Interface in com.boomi.connector.api
-
Interface for accessing the request information for a GET request.
- getRequestBody(OpenAPI, PathItem.HttpMethod, String) - Static method in class com.boomi.connector.openapi.util.OpenAPIUtil
-
Retrieves the request body by http method and path.
- getRequestBody(OpenAPI, String) - Static method in class com.boomi.connector.openapi.util.OpenAPIUtil
-
Retrieves the request body for the operation, based off of the "name" field of the operation.
- getRequestContent(OpenAPI, PathItem.HttpMethod, String) - Static method in class com.boomi.connector.openapi.util.OpenAPIUtil
-
Fetches the request content type based off of the
PathItem.HttpMethod
and the path. - getRequestContentType() - Method in class com.boomi.connector.openapi.OpenAPIRequestCookie
-
Fetches the content type associated with this operation.
- getRequestCookie() - Method in class com.boomi.connector.openapi.OpenAPIOperationConnection
-
Retrieves the request cookie, which describes schema type and parameters necessary to make a request
- getRequestCookie() - Method in class com.boomi.connector.openapi.util.OpenAPISpecContext
-
Retrieve the imported operation's request cookie for this spec's operation execution.
- 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, ornull
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.
- getResponseContent(OpenAPI, Operation, Pattern) - Static method in class com.boomi.connector.openapi.util.OpenAPIUtil
-
Attempts to fetch the first Response content based off of a response code pattern.
- getResponseCookie() - Method in class com.boomi.connector.openapi.OpenAPIOperationConnection
-
Retrieves the response cookie, which describes the response schema types
- getResponseCookie() - Method in class com.boomi.connector.openapi.util.OpenAPISpecContext
-
Retrieves the imported operation's response cookie for this spec's operation execution.
- getRestrictedKeys() - Method in class com.boomi.connector.api.ui.CustomPropertiesFieldConfig
-
Optional set of restricted keys for Custom Properties DataType.
- getResults() - Method in class com.boomi.connector.testutil.SimpleOperationResponse
-
Returns all results returned thus far by the operation execution.
- getRetryHandler() - Method in class com.boomi.common.rest.RestOperationConnection
-
Returns a
HttpRequestRetryHandler
for theRestOperationConnection.getHttpClient()
- getRootSchemaType() - Method in class com.boomi.connector.openapi.OpenAPIRequestCookie
-
Gets the root schema type for the request.
- getRootSchemaType() - Method in class com.boomi.connector.openapi.OpenAPIResponseCookie
-
Gets the root schema type for the response.In openapi, this can be structured as object or array.
- 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(Content) - Static method in class com.boomi.connector.openapi.util.OpenAPIUtil
-
Fetches the schema object from the given
Content
. - getSchema(OpenAPI, Content) - Static method in class com.boomi.connector.openapi.util.OpenAPIUtil
-
Fetches the schema object from
Content
type map. - getSchema(OpenAPI, Schema<?>) - Static method in class com.boomi.connector.openapi.util.OpenAPIUtil
-
Fetches the schema, if this is a referenced / shared schema, then the reference will be resolved for you
- getSchema(OpenAPI, RequestBody) - Static method in class com.boomi.connector.openapi.util.OpenAPIUtil
-
Fetches the schema for the request body.
- getSchemaMap() - Method in class com.boomi.connector.ws.WSCache
-
Loads the schema map of the currently parsed WSDL Definition, creating if necessary.
- getSchemaName() - Method in class com.boomi.connector.openapi.schema.OpenAPILocalReference
-
Getter method for schemaName part of "$ref" URL.
- getSchemas() - Method in class com.boomi.connector.api.ExtraSchemas
-
Extra XML Schema documents which are included or imported.
- getSchemeName() - Method in enum com.boomi.common.rest.authentication.AuthenticationType
- getSchemeName() - Method in class com.boomi.common.rest.authentication.SimpleAuthorizationScheme
- 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.browse.OperationValues
-
Fetches the user Selected value for the field with ID: "listField" from
ImportableFieldsBrowser
- getSelectedRequestContentType() - Method in class com.boomi.connector.openapi.util.OpenAPISpecContext
-
Return the request content type for this operation's request.
- getSelectedRequestMedia() - Method in class com.boomi.connector.openapi.util.OpenAPISpecContext
-
Returns the media type definition of the request.
- getSelectedResponseContentType() - Method in class com.boomi.connector.openapi.util.OpenAPISpecContext
-
Returns the response content type for this operation's response.
- getSelectedResponseMedia() - Method in class com.boomi.connector.openapi.util.OpenAPISpecContext
-
Returns the media type definition of the response.
- getSerializedHeaderParameter(String, String, OpenAPIDataType) - Static method in class com.boomi.connector.openapi.util.OpenAPIUtil
-
Updates input header parameter value according to the data type value from Open Api Specification.
- getSerializedPathParameter(String, String, Parameter.StyleEnum, boolean, OpenAPIDataType) - Static method in class com.boomi.connector.openapi.util.OpenAPIUtil
-
Updates input path parameter value according to the style, explode and data type values from Open Api Specification.
- getSerializedQueryParameter(String, String, Parameter.StyleEnum, boolean, OpenAPIDataType) - Static method in class com.boomi.connector.openapi.util.OpenAPIUtil
-
Updates input query parameter value according to the style, explode and data type values from Open Api Specification.
- 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.
- getSharedParameter(OpenAPI, String) - Static method in class com.boomi.connector.openapi.util.OpenAPIUtil
-
Retrieves the shared parameter under the "components" section based off of the $ref value
- getSharedRequest(OpenAPI, String) - Static method in class com.boomi.connector.openapi.util.OpenAPIUtil
-
Retrieves the shared response under the "components" section based off of the $ref value
- getSharedResponse(OpenAPI, String) - Static method in class com.boomi.connector.openapi.util.OpenAPIUtil
-
Retrieves the shared response under the "components" section based off of the $ref value
- getSharedSchema(OpenAPI, String) - Static method in class com.boomi.connector.openapi.util.OpenAPIUtil
-
Retrieves the shared schema under the "components" section based off of the $ref value.
- 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.browse.OperationValues
-
Fetches the user input value for the field with ID: "simpleField" from
ImportableFieldsBrowser
- 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
- getSpec() - Method in class com.boomi.connector.openapi.dsl.OpenAPIDslConnection
-
Get the location of the target OpenAPI Specification from the json config file with key "spec"
- getSpec() - Method in class com.boomi.connector.openapi.OpenAPIConnection
-
Get the location of the target OpenAPI Specification.
- getSSLContext() - Method in class com.boomi.connector.ws.WSConnection
-
Gets the SSL Context to set on the
WebServiceExecutor
during call toWSOperationConnection.configureExecutor(com.boomi.model.connector.common.webservices.WebServiceOperation, java.lang.String, com.boomi.webservices.WebServiceExecutor)
. - getSSLContext(PublicKeyStore, PrivateKeyStore) - Method in interface com.boomi.connector.api.BrowseContext
-
TODO CON-601 pull up in 2.1 Returns a
SSLContext
. - getSSLContext(PublicKeyStore, PrivateKeyStore) - Method in class com.boomi.connector.testutil.ConnectorTestContext
- getSSLContext(PublicKeyStore, PrivateKeyStore) - Method in class com.boomi.connector.testutil.SimpleBrowseContext
- getStatus() - Method in interface com.boomi.connector.api.result.ConnectorResult
-
Returns status of the result
- 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() - 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
- getStatusCode(Throwable) - Static method in exception com.boomi.connector.api.ConnectorException
-
Gets a status code from the given Throwable.
- getStatusMessage() - Method in exception com.boomi.connector.api.ConnectorException
- getStatusMessage() - Method in interface com.boomi.connector.api.result.ConnectorStatus
-
Returns the status message
- getStatusMessage() - Method in class com.boomi.connector.util.result.SimpleConnectorStatus
- getStatusMessage(Throwable) - Static method in exception com.boomi.connector.api.ConnectorException
-
Gets a status message from the given Throwable.
- getStyle() - Method in class com.boomi.connector.openapi.util.OpenAPIParameter
-
Returns the "style" type associated with the parameter given from the OpenAPI Spec
- getSubject() - Method in interface com.boomi.connector.api.JwtAssertionParameters
-
Identifies the principal that is the subject of the JWT.
- getSubmitOptions() - Method in class com.boomi.connector.util.listen.BasePollingOperation
-
Returns the
SubmitOptions
to be used when submitting payloads. - 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.
- getTempCredentials() - Method in class com.boomi.common.rest.rolesanywhere.CachedCredentials
- 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.
- getTopLevelExecutionId() - Method in interface com.boomi.connector.api.OperationRequest
-
Get the top level execution id for the current execution
- getTopLevelProcessId() - Method in interface com.boomi.connector.api.OperationRequest
-
Retrieves the top level process id
- getTotalCount() - Method in class com.boomi.connector.api.ObjectTypes
-
Gets the value of the totalCount property.
- getTrackedGroups() - Method in class com.boomi.connector.testutil.SimplePayloadMetadata
- 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() - Method in class com.boomi.common.rest.RestConnection
-
Gets the connection URL from the connection property "url"
- 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.
- getUrl(String) - Method in class com.boomi.connector.sample.listen.connection.SimpleManagerConnection
-
Builds a URL using the base URL defined in the connection component.
- 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.common.rest.RestConnection
-
Returns the connection property for "username" field
- 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.
- getValueConditions() - Method in class com.boomi.connector.api.ui.ConditionalFieldConfiguration
-
Condition that is based on the value of another field.
- getValues() - Method in class com.boomi.connector.api.ui.ValueCondition
-
Set of values that will drive the action defined.
- getVisibilityConditions() - Method in class com.boomi.connector.api.ui.BrowseField
-
Configuration of a rule that controls the visibility of the current field based on the value of another field within the same screen.
- getWaitMode() - Method in class com.boomi.connector.api.listen.SubmitOptions
- getWatchable() - Method in class com.boomi.connector.util.listen.BaseWatchableOperation
-
Returns the
Watchable
for this operation. - 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
-
Return the
WatchService
used by this manager. - getWorkstation() - Method in class com.boomi.common.rest.RestConnection
-
Returns the connection property for "workstation" field.
- 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.WSOperationConnection
-
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.
H
- handleResponse(ObjectData, WebServiceResponse, OperationResponse) - Method in class com.boomi.connector.ws.WSExecuteOperation
-
Handles the response data from a webservice execution.
- HandlerTracker - Interface in com.boomi.connector.sample.listen
- hasCookie(ObjectDefinitionRole) - Method in class com.boomi.connector.testutil.ConnectorTestContext
-
Method to determine if the context contains a cookie for an
ObjectDefinitionRole
- hashCode() - Method in class com.boomi.connector.api.annotation.DataFormat
- hashCode() - Method in class com.boomi.connector.api.annotation.FieldSpec
- hashCode() - Method in class com.boomi.connector.api.annotation.FieldSpecField
- hashCode() - Method in class com.boomi.connector.api.annotation.Filter.Field
- hashCode() - Method in class com.boomi.connector.api.annotation.Filter
- hashCode() - Method in class com.boomi.connector.api.Expression
- hashCode() - Method in class com.boomi.connector.api.ExtraSchema
- hashCode() - Method in class com.boomi.connector.api.ExtraSchemas
- hashCode() - Method in class com.boomi.connector.api.FieldSpecField
- hashCode() - Method in class com.boomi.connector.api.GroupingExpression
- hashCode() - Method in class com.boomi.connector.api.ObjectDefinition
- hashCode() - Method in class com.boomi.connector.api.ObjectDefinitions
- hashCode() - Method in class com.boomi.connector.api.ObjectType
- hashCode() - Method in class com.boomi.connector.api.ObjectTypes
- hashCode() - Method in class com.boomi.connector.api.QueryFilter
- hashCode() - Method in class com.boomi.connector.api.SimpleExpression
- hashCode() - Method in class com.boomi.connector.api.Sort
- hashCode() - Method in class com.boomi.connector.api.ui.AllowedValue
- hashCode() - Method in class com.boomi.connector.api.ui.BrowseField
- hashCode() - Method in class com.boomi.connector.api.ui.ConditionalFieldConfiguration
- hashCode() - Method in class com.boomi.connector.api.ui.CustomPropertiesFieldConfig
- hashCode() - Method in class com.boomi.connector.api.ui.FieldCondition
- hashCode() - Method in class com.boomi.connector.api.ui.ValueCondition
- hashCode() - Method in class com.boomi.connector.api.ui.VisibilityCondition
- hashCode() - Method in class com.boomi.connector.testutil.SimpleOperationResult
- hashCode() - Method in class com.boomi.connector.testutil.SimpleTrackedData
- hashCode() - Method in class com.boomi.connector.ws.WSCache.Key
- HEADER - com.boomi.connector.openapi.util.OpenAPIParameterType
- HEADERS - com.boomi.connector.openapi.util.OpenAPIComponent
- helpText - Variable in class com.boomi.connector.api.ObjectType
- helpText - Variable in class com.boomi.connector.api.ui.BrowseField
I
- id - Variable in class com.boomi.connector.api.ObjectType
- id - Variable in class com.boomi.connector.api.ui.BrowseField
- IDLE_TIMEOUT - Static variable in class com.boomi.common.rest.pool.RestPoolingConstants
- ignore - Variable in class com.boomi.connector.api.annotation.Filter
- ignoreForFilters - Variable in class com.boomi.connector.api.annotation.FieldSpec
- ignoreForSelection - Variable in class com.boomi.connector.api.annotation.FieldSpec
- ignoreForSort - Variable in class com.boomi.connector.api.annotation.FieldSpec
- ImportableFieldsBrowser - Class in com.boomi.connector.sample.browse
-
Simple Browser Implementation which creates multiple
BrowseField
forObjectDefinitions
. - ImportableFieldsBrowser(BrowseContext) - Constructor for class com.boomi.connector.sample.browse.ImportableFieldsBrowser
- ImportableFieldsConnector - Class in com.boomi.connector.sample.browse
-
Simple Connector which creates a single execute operation
ImportableFieldsOperation
and withImportableFieldsBrowser
for additional operation fields. - ImportableFieldsConnector() - Constructor for class com.boomi.connector.sample.browse.ImportableFieldsConnector
- ImportableFieldsOperation - Class in com.boomi.connector.sample.browse
-
Simple update operation that demonstrates how to fetch
BrowseField
fromImportableFieldsBrowser
and covert it to anOperationValues
object and sent using theSampleClient
. - ImportableFieldsOperation(OperationContext) - Constructor for class com.boomi.connector.sample.browse.ImportableFieldsOperation
- InactiveExpiringValue<V> - Class in com.boomi.connector.util
-
ExpiringValue implementation which will expire the current value if it has not been "used" for a given amount of time (based on the last call to
InactiveExpiringValue.get()
) - InactiveExpiringValue(long) - Constructor for class com.boomi.connector.util.InactiveExpiringValue
- InactiveExpiringValue(V, long) - Constructor for class com.boomi.connector.util.InactiveExpiringValue
- includeSizeExceededPayload() - Method in class com.boomi.connector.util.SizeLimitedUpdateOperation
-
Indicates if the input document should be echoed as the application error payload.
- IndexedPayloadBatch<T> - Interface in com.boomi.connector.api.listen
-
PayloadBatch
that can be identified by unique index. - initialize() - Method in class com.boomi.connector.util.xml.XMLJoiner
- initialize() - Method in class com.boomi.connector.util.xml.XMLSplitter
- initialize(AtomContext) - Method in interface com.boomi.connector.api.Connector
-
Does any startup initialization for this connector.
- initialize(AtomContext) - Method in class com.boomi.connector.util.BaseConnector
-
Does any startup initialization for this connector.
- initialize(AtomContext) - Method in class com.boomi.connector.util.BootstrapConnector
- initializeConnector() - Method in class com.boomi.connector.testutil.ConnectorTester
-
Initializes the currently configured connector.
- INITIALIZED_EVICTION_SERVICE - Static variable in class com.boomi.common.rest.pool.RestPoolingConstants
- INPUT - com.boomi.connector.api.ObjectDefinitionRole
-
The given object definition is an input to the given operation.
- inputType - Variable in class com.boomi.connector.api.ObjectDefinition
- INSTANCE - Static variable in class com.boomi.connector.api.annotation.ObjectFactory
- INSTANCE - Static variable in class com.boomi.connector.api.ObjectFactory
- INSTANCE - Static variable in class com.boomi.connector.api.ui.ObjectFactory
- INTEGER - com.boomi.connector.api.ui.DataType
-
An integral value.
- INTEGER - com.boomi.connector.openapi.util.OpenAPIDataType
- isAPIAuthentication() - Method in class com.boomi.connector.openapi.OpenAPIOperationConnection
-
Returns true is selected authentication type is API_KEY
- isAPIAuthenticationEnabled(APIKeyAuthentication) - Method in class com.boomi.connector.openapi.OpenAPIOperationConnection
-
Returns true if the following is true: - the authentication type is API_KEY - authentication type matches the selected api key request location - has a non-null map of API Key values pairs defined
- isApplicationFault(WebServiceResponse) - Method in class com.boomi.connector.ws.WSConnection
-
Called by operation implementations to determine if the given WebServiceResponse (which is a "fault" response) is an
OperationStatus.APPLICATION_ERROR
or anOperationStatus.FAILURE
. - isAuthenticationEnabled() - Method in interface com.boomi.connector.api.AtomProxyConfig
-
Indicates if authentication is required for this proxy.
- isAuthenticationEnabled() - Method in class com.boomi.connector.testutil.SimpleAtomProxyConfig
- isComplete() - Method in class com.boomi.common.rest.authentication.SimpleAuthorizationScheme
- isConnectionBased() - Method in class com.boomi.common.rest.authentication.SimpleAuthorizationScheme
- isConnectionPoolingEnabled() - Method in class com.boomi.common.rest.RestConnection
-
Retrieves the "enableConnectionPooling" connection property value
- isConsumed() - Method in class com.boomi.common.rest.pool.RestPoolingConnectionManager
-
If a connection request has been created, then the Pooling manager is considered consumed.
- isCookieRequired() - Method in class com.boomi.connector.testutil.ConnectorTestContext
-
This flag indicates whether or not the operation under test requires that a cookie be added to the connector cache
- isEmptyPayloadsExpected() - Method in class com.boomi.connector.testutil.junit.OptionalTestInput
-
Getter method
- isExplode() - Method in class com.boomi.connector.openapi.util.OpenAPIParameter
-
Returns the "explode" boolean value associated with the parameter given from the OpenAPI Spec
- isFailIfStopping() - Method in class com.boomi.connector.api.listen.SubmitOptions
- isFatalException(Throwable) - Method in class com.boomi.connector.ws.WSConnection
-
Called by operation implementations to determine if the given Throwable is "fatal".
- isFilterable() - Method in class com.boomi.connector.api.annotation.FieldSpecField
-
Indicates a field is filterable
- isFilterable() - Method in class com.boomi.connector.api.FieldSpecField
-
Indicates a field is filterable
- isIdle() - Method in class com.boomi.common.rest.pool.RestPoolingConnectionManager
- isIgnore() - Method in class com.boomi.connector.api.annotation.Filter
-
Indicates that this element and all child elements will be ignored when listing query filter options
- isIgnoreForFilters() - Method in class com.boomi.connector.api.annotation.FieldSpec
-
Indicates that this element and all child elements will be ignored when listing query filter options
- isIgnoreForSelection() - Method in class com.boomi.connector.api.annotation.FieldSpec
-
Indicates that this element and all child elements will be ignored when listing field selection
- isIgnoreForSort() - Method in class com.boomi.connector.api.annotation.FieldSpec
-
Indicates that this element and all child elements will be ignored when listing query sort options
- isIgnorePayloadOrder() - Method in class com.boomi.connector.testutil.SimpleOperationResult
- isIgnorePayloads() - Method in class com.boomi.connector.testutil.SimpleOperationResult
- isOverrideable() - Method in class com.boomi.connector.api.ui.BrowseField
-
When specified as true, this attribute will allow the operation field to be overriden on the process level.
- isParameterSupported(OpenAPI, Parameter) - Static method in class com.boomi.connector.openapi.util.OpenAPIUtil
-
Returns true if the parameter is supported.
- isProxyEnabled() - Method in interface com.boomi.connector.api.AtomProxyConfig
-
Indicates if a proxy has been configured for this container
- isProxyEnabled() - Method in class com.boomi.connector.testutil.SimpleAtomProxyConfig
- isReferenceComponentValid(String) - Static method in enum com.boomi.connector.openapi.util.OpenAPIComponent
-
Returns true if the references being validated matches the OpenAPI component structure of
'#/components/<type>/<name>'
, returns false otherwise. - isRegistered(BasePollingOperation<?>) - Method in class com.boomi.connector.util.listen.BasePollingManager
-
Determines if the operation is currently registered with the manager.
- isRequestBodyRequired() - Method in class com.boomi.common.rest.RestOperation
-
Returns true if the RequestBody is mandatory for request execution.
- isRequestBodyRequired() - Method in class com.boomi.connector.openapi.OpenAPIOperation
-
Returns a boolean value of the "required" attribute from OpenAPI request Cookie.
- isRequestBodyRequired() - Method in class com.boomi.connector.openapi.OpenAPIRequestCookie
-
Fetches value of "required" attribute from request body stored in
OpenAPIRequestCookie
during browse operation. - isRequestBodyRequired(Operation) - Static method in class com.boomi.connector.openapi.util.OpenAPIUtil
-
Returns a boolean value of the "required" attribute from request body.
- isRespectMinOccurs() - Method in class com.boomi.connector.api.ObjectDefinition
-
When specified as true, this attribute will generate profiles that respect the minOccurs attribute of the schema, generating empty elements when no data is present.
- isSelectable() - Method in class com.boomi.connector.api.annotation.FieldSpecField
-
Indicates a field is selectable
- isSelectable() - Method in class com.boomi.connector.api.FieldSpecField
-
Indicates a field is selectable
- isSelected() - Method in class com.boomi.connector.api.annotation.FieldSpecField
-
Indicates a field is selected by default on import
- isSelected() - Method in class com.boomi.connector.api.FieldSpecField
-
Indicates a field is selected by default on import
- isSimpleSchema(Schema<?>) - Static method in class com.boomi.connector.openapi.util.OpenAPIUtil
-
Returns true if
Schema.getType()
is Boolean, Number, Integer, String. - isSimpleType() - Method in enum com.boomi.connector.openapi.util.OpenAPIDataType
-
Determines if the OpenAPI Data type is a simple, unstructured primitive data type.
- isSingleton() - Method in interface com.boomi.connector.api.listen.SingletonListenOperation
-
Determine if this operation should be started in singleton mode.
- isSingleton() - Method in class com.boomi.connector.sample.listen.singleton.SimpleSingletonOperation
-
Assumes a boolean operation property with id "isSingleton".
- isSortable() - Method in class com.boomi.connector.api.annotation.FieldSpecField
-
Indicates a field is sortable
- isSortable() - Method in class com.boomi.connector.api.FieldSpecField
-
Indicates a field is sortable
- isStopping() - Method in interface com.boomi.connector.api.listen.Listener
-
Determines if the container and, eventually, the listener are stopping.
- isStrict() - Method in class com.boomi.connector.testutil.junit.BrowserTest
-
This method can be overridden to enable strict verification of the browse types test.
- isStructured(Content) - Static method in class com.boomi.connector.openapi.util.OpenAPIUtil
-
Content is considered structured if the schema associated with it is not null.
- isSuccess() - Method in interface com.boomi.connector.api.listen.ListenerExecutionResult
-
Status of the submission
- isUseRefreshToken() - Method in interface com.boomi.connector.api.OAuth2Context
-
Indicates if this OAuth 2.0 configuration uses refresh tokens
- isUseRefreshToken() - Method in class com.boomi.connector.testutil.auth.OAuth2TestContextImpl
- isValid() - Method in class com.boomi.common.rest.rolesanywhere.CachedCredentials
-
Verifies if the credentials are valid based on their expiration time.
- isValid() - Method in class com.boomi.connector.util.ConnectorCache
-
Returns
true
if this cache should be considered valid,false
otherwise. - isValid() - Method in class com.boomi.connector.util.ExpiringConnectorCache
-
Returns
false
if the current time is past the expiration time for this ConnectorCache. - isValid(V) - Method in class com.boomi.connector.util.ExpiringValue
-
Returns
true
if the given value is still valid,false
otherwise. - isValid(V) - Method in class com.boomi.connector.util.SimpleExpiringValue
-
Returns
true
if the expire time is greater than the current time,false
otherwise. - iterator() - Method in class com.boomi.connector.testutil.SimpleDeleteRequest
- iterator() - Method in class com.boomi.connector.testutil.SimpleUpdateRequest
- iterator() - Method in class com.boomi.connector.util.xml.ElementEventIterable
- iterator() - Method in class com.boomi.connector.util.xml.XMLSplitter
J
- JSON - com.boomi.connector.api.ContentType
-
Data is JSON
- JSONArrayWrappedRepeatableEntity - Class in com.boomi.connector.openapi.entity
- JSONArrayWrappedRepeatableEntity(InputStream, ContentType) - Constructor for class com.boomi.connector.openapi.entity.JSONArrayWrappedRepeatableEntity
-
Creates a new RepeatableEntity instance.
- jsonSchema - Variable in class com.boomi.connector.api.ObjectDefinition
- JwtAssertionParameters - Interface in com.boomi.connector.api
K
- Key(String, Object) - Constructor for class com.boomi.connector.ws.WSCache.Key
- Key(String, Object, Object) - Constructor for class com.boomi.connector.ws.WSCache.Key
- Key(String, Object, Object, Object) - Constructor for class com.boomi.connector.ws.WSCache.Key
L
- label - Variable in class com.boomi.connector.api.ObjectType
- label - Variable in class com.boomi.connector.api.ui.AllowedValue
- label - Variable in class com.boomi.connector.api.ui.BrowseField
- LINKS - com.boomi.connector.openapi.util.OpenAPIComponent
- LIST - com.boomi.connector.api.ui.DisplayType
-
Displays the list of allowed values as a Drop Down Box
- LISTEN - com.boomi.connector.api.OperationType
-
Operation which can be used to submit process executions for "real-time" connectivity.
- ListenConnector<M extends ListenManager> - Interface in com.boomi.connector.api.listen
-
Enhanced
Connector
which provides factory methods to createListenOperation
andListenManager
instances. - Listener - Interface in com.boomi.connector.api.listen
-
API for submitting process executions from a
ListenOperation
. - ListenerExecutionResult - Interface in com.boomi.connector.api.listen
-
The result of a listener execution submitted by a
Listener
in aListenOperation
. - ListenManager - Interface in com.boomi.connector.api.listen
-
Listen managers can be used to share connection state between individual
ListenOperation
instances. - ListenOperation<M extends ListenManager> - Interface in com.boomi.connector.api.listen
-
Listen operations allow connector developers to implement "real-time" connectivity.
- loadConnectorDelegate(String, ClassLoader) - Method in class com.boomi.connector.util.BootstrapConnector
-
Utility method which loads the delegate Connector implementation with the given implClassName from the given ClassLoader.
- LOCAL_ONLY - com.boomi.connector.api.listen.options.DistributionMode
-
this will cause the task to be executed inside the current container only
- LOG - Static variable in class com.boomi.connector.ws.WSConnector
- logger - Static variable in class com.boomi.connector.util.xml.XMLEventUtilBase
M
- MAX_TOTAL - Static variable in class com.boomi.common.rest.pool.RestPoolingConstants
- MultiMessageListenOperation - Class in com.boomi.connector.sample.listen.batch
-
Sample
ListenOperation
that demonstrates how to interact with a consumer API with a more complicated handler interface. - MultiMessageListenOperation(OperationContext) - Constructor for class com.boomi.connector.sample.listen.batch.MultiMessageListenOperation
-
Creates a new instance using the provided context
- MutableDynamicPropertyMap - Class in com.boomi.connector.testutil
- MutableDynamicPropertyMap() - Constructor for class com.boomi.connector.testutil.MutableDynamicPropertyMap
- MutableDynamicPropertyMap(Map<String, Object>) - Constructor for class com.boomi.connector.testutil.MutableDynamicPropertyMap
- MutablePropertyMap - Class in com.boomi.connector.testutil
-
Simple
PropertyMap
implementation for use in testing withConnectorTest
. - MutablePropertyMap() - Constructor for class com.boomi.connector.testutil.MutablePropertyMap
N
- name - Variable in class com.boomi.connector.api.annotation.FieldSpecField
- name - Variable in class com.boomi.connector.api.annotation.Filter.Field
- name - Variable in class com.boomi.connector.api.FieldSpecField
- NAMESPACE_AWARE_PROP - Static variable in class com.boomi.connector.util.xml.XMLEventUtilBase
-
XMLInputFactory key for configuring namespace awareness
- nestedExpressions - Variable in class com.boomi.connector.api.GroupingExpression
- NetworkAuthenticator - Interface in com.boomi.connector.api.network
-
A NetworkAuthenticator allows connector developers to provide authentication credentials for network connections.
- NetworkAuthenticatorConnector - Interface in com.boomi.connector.api.network
-
Enhanced Connector which provides a factory method to create an optional
NetworkAuthenticator
instance. - NetworkAuthenticatorContext - Interface in com.boomi.connector.api.network
-
This NetworkAuthenticatorContext is used to provide the context of a pending network connection when requesting authentication using
NetworkAuthenticator.requestPasswordAuthentication(NetworkAuthenticatorContext)
. - NO_CODE - Static variable in exception com.boomi.connector.api.ConnectorException
-
(empty) status code used if none is given
- NO_MESSAGE - Static variable in exception com.boomi.connector.api.ConnectorException
-
status message used if none is given
- NONE - com.boomi.common.rest.authentication.APIKeyAuthentication
- NONE - com.boomi.common.rest.authentication.AuthenticationType
- NONE - com.boomi.connector.api.ContentType
-
No data
- NTLM - com.boomi.common.rest.authentication.AuthenticationType
- NUMBER - com.boomi.connector.api.annotation.DataType
-
Number
- NUMBER - com.boomi.connector.openapi.util.OpenAPIDataType
O
- OAUTH2 - com.boomi.common.rest.authentication.AuthenticationType
- OAuth2Context - Interface in com.boomi.connector.api
-
Interface to access OAuth 2.0 token configuration and to retrieve updated access tokens
- OAuth2TestConfig - Class in com.boomi.connector.testutil.auth
-
This class represents a test config which should be provided by connector integration tests to perform oauth 2 authentication.
- OAuth2TestConfig(String, String, String, String, String) - Constructor for class com.boomi.connector.testutil.auth.OAuth2TestConfig
-
Create a new instance of OAuth2 config
- OAuth2TestContextImpl - Class in com.boomi.connector.testutil.auth
-
Base
OAuth2Context
implementation This test context implementation should be added as a connection property to test context - OAuth2TestContextImpl(OAuth2TestConfig) - Constructor for class com.boomi.connector.testutil.auth.OAuth2TestContextImpl
-
Creates a new instance
- OAuth2TestTokenImpl - Class in com.boomi.connector.testutil.auth
-
Base
OAuth2Token
implementation This implementation of Oauth2Token is be used by connector tests to perform oauth2 authentication - OAuth2TestTokenImpl(OAuth2TestContextImpl) - Constructor for class com.boomi.connector.testutil.auth.OAuth2TestTokenImpl
-
Creates a new instance
- OAuth2Token - Interface in com.boomi.connector.api
- OBJECT - com.boomi.connector.openapi.util.OpenAPIDataType
- OBJECT_TYPE_COMPARATOR - Static variable in class com.boomi.connector.api.BrowseUtil
-
A Comparator which can be used to sort ObjectType's into lexicographical order.
- ObjectData - Interface in com.boomi.connector.api
-
TrackedData
instance used by operations that accept input documents. - ObjectDefinition - Class in com.boomi.connector.api
-
The actual specification of the structure of an object type within the context of a Connector operation and object role.
- ObjectDefinition() - Constructor for class com.boomi.connector.api.ObjectDefinition
- ObjectDefinitionRole - Enum in com.boomi.connector.api
-
Type of the role that the relevant definition plays in the operation.
- ObjectDefinitions - Class in com.boomi.connector.api
-
A wrapper around a list of ObjectDefinition instances.
- ObjectDefinitions() - Constructor for class com.boomi.connector.api.ObjectDefinitions
- ObjectFactory - Class in com.boomi.connector.api.annotation
-
This object contains factory methods for each Java content interface and Java element interface generated in the com.boomi.connector.api.annotation package.
- ObjectFactory - Class in com.boomi.connector.api
-
This object contains factory methods for each Java content interface and Java element interface generated in the com.boomi.connector.api package.
- ObjectFactory - Class in com.boomi.connector.api.ui
-
This object contains factory methods for each Java content interface and Java element interface generated in the com.boomi.connector.api.ui package.
- ObjectFactory() - Constructor for class com.boomi.connector.api.annotation.ObjectFactory
-
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: com.boomi.connector.api.annotation
- ObjectFactory() - Constructor for class com.boomi.connector.api.ObjectFactory
-
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: com.boomi.connector.api
- ObjectFactory() - Constructor for class com.boomi.connector.api.ui.ObjectFactory
-
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: com.boomi.connector.api.ui
- ObjectIdData - Interface in com.boomi.connector.api
-
Interface for tracked object ids data.
- ObjectType - Class in com.boomi.connector.api
-
Basic information about an object which a Connector can manipulate in various ways.
- ObjectType() - Constructor for class com.boomi.connector.api.ObjectType
- ObjectTypes - Class in com.boomi.connector.api
-
A wrapper around a list of ObjectType instances.
- ObjectTypes() - Constructor for class com.boomi.connector.api.ObjectTypes
- onCommit(String) - Method in interface com.boomi.connector.sample.listen.SampleConsumer.MultiMessageHandler
-
Notify the handler to submit all messages that have been received for the provided message group id.
- onFailure(String, Exception) - Method in interface com.boomi.connector.sample.listen.SampleConsumer.MultiMessageHandler
-
Notify the handler to fail all messages that have been received for the provided message group id.
- onMessage(InputStream) - Method in interface com.boomi.connector.sample.listen.SampleConsumer.SingleMessageHandler
-
Invoked when a message has been received by the consumer.
- onMessage(InputStream) - Method in class com.boomi.connector.sample.listen.SimpleMessageHandler
-
Submits a process execution in "fire and forget" mode with the message as the start document.
- onMessage(String, Iterable<InputStream>) - Method in interface com.boomi.connector.sample.listen.SampleConsumer.MultiMessageHandler
-
Notify the handler that messages have been received.
- onStart(Listener) - Method in class com.boomi.connector.util.listen.BaseWatchableOperation
-
This method can be overridden to provide custom behavior as the last step of the
BaseWatchableOperation.doStart(Listener, BaseWatchableManager)
method in this class, right after theWatchable
instance is registered into theWatchService
but prior to registering the operation inBasePollingOperation.start(Listener, BasePollingManager)
. - open() - Method in class com.boomi.connector.sample.listen.polling.SimplePollingOperationConnection
-
Simulates opening a connection to the API.
- OpenAPIBrowser - Class in com.boomi.connector.openapi
- OpenAPIBrowser(OpenAPIConnection<? extends BrowseContext>) - Constructor for class com.boomi.connector.openapi.OpenAPIBrowser
- OpenAPIComponent - Enum in com.boomi.connector.openapi.util
- OpenAPIConnection<C extends BrowseContext> - Class in com.boomi.connector.openapi
- OpenAPIConnection(C) - Constructor for class com.boomi.connector.openapi.OpenAPIConnection
- OpenAPIConnector - Class in com.boomi.connector.openapi
- OpenAPIConnector() - Constructor for class com.boomi.connector.openapi.OpenAPIConnector
- OpenAPIDataType - Enum in com.boomi.connector.openapi.util
-
Maps OpenAPI Data Type to
DataType
for data entry on the UI. - OpenAPIDslBrowser - Class in com.boomi.connector.openapi.dsl
-
Base OpenAPI DSL class for implementing a
Browser
. - OpenAPIDslBrowser(OpenAPIDslConnection<? extends BrowseContext>) - Constructor for class com.boomi.connector.openapi.dsl.OpenAPIDslBrowser
- OpenAPIDslConnection<C extends BrowseContext> - Class in com.boomi.connector.openapi.dsl
- OpenAPIDslConnection(C) - Constructor for class com.boomi.connector.openapi.dsl.OpenAPIDslConnection
- OpenAPIDslConnector - Class in com.boomi.connector.openapi.dsl
- OpenAPIDslConnector() - Constructor for class com.boomi.connector.openapi.dsl.OpenAPIDslConnector
- OpenAPIDslOperation - Class in com.boomi.connector.openapi.dsl
-
OpenAPI DSL operation class
- OpenAPIDslOperation(OpenAPIDslOperationConnection) - Constructor for class com.boomi.connector.openapi.dsl.OpenAPIDslOperation
- OpenAPIDslOperationConnection - Class in com.boomi.connector.openapi.dsl
- OpenAPIDslOperationConnection(OperationContext) - Constructor for class com.boomi.connector.openapi.dsl.OpenAPIDslOperationConnection
- OpenAPIDSLUtil - Class in com.boomi.connector.openapi.util
- OpenAPILocalReference - Class in com.boomi.connector.openapi.schema
-
Class to encapsulate parts of "$ref" URL.
- OpenAPIOperation - Class in com.boomi.connector.openapi
- OpenAPIOperation(OpenAPIOperationConnection) - Constructor for class com.boomi.connector.openapi.OpenAPIOperation
- OpenAPIOperationConnection - Class in com.boomi.connector.openapi
- OpenAPIOperationConnection(OperationContext) - Constructor for class com.boomi.connector.openapi.OpenAPIOperationConnection
- OpenAPIParameter - Class in com.boomi.connector.openapi.util
-
This class is used to store the
Parameter
details from Open Api Specification during the browse operation. - OpenAPIParameter() - Constructor for class com.boomi.connector.openapi.util.OpenAPIParameter
- OpenAPIParameter(String, OpenAPIDataType, Parameter.StyleEnum, boolean, OpenAPIParameterType) - Constructor for class com.boomi.connector.openapi.util.OpenAPIParameter
- OpenAPIParameterType - Enum in com.boomi.connector.openapi.util
-
Supported OpenAPI Parameter Types within boomi.
- OpenAPIParseOption - Class in com.boomi.connector.openapi.util
- OpenAPIParseOptionBuilder - Class in com.boomi.connector.openapi.util
- OpenAPIParseOptionBuilder() - Constructor for class com.boomi.connector.openapi.util.OpenAPIParseOptionBuilder
- OpenAPIRequestCookie - Class in com.boomi.connector.openapi
-
Used to store operation details based off of the Http Method and Chosen Operation path.
- OpenAPIRequestCookie() - Constructor for class com.boomi.connector.openapi.OpenAPIRequestCookie
- OpenAPIRequestCookie(String) - Constructor for class com.boomi.connector.openapi.OpenAPIRequestCookie
- OpenAPIResponseCookie - Class in com.boomi.connector.openapi
- OpenAPIResponseCookie() - Constructor for class com.boomi.connector.openapi.OpenAPIResponseCookie
- OpenAPIResponseCookie(String) - Constructor for class com.boomi.connector.openapi.OpenAPIResponseCookie
- OpenAPIRestClient - Class in com.boomi.connector.openapi
- OpenAPIRestClient(OpenAPIOperationConnection) - Constructor for class com.boomi.connector.openapi.OpenAPIRestClient
- OpenAPISpecContext - Class in com.boomi.connector.openapi.util
-
This class is used to store the operation context generated from the given openapi spec.
- OpenAPISpecContextBuilder - Class in com.boomi.connector.openapi.util
- OpenAPISpecContextBuilder() - Constructor for class com.boomi.connector.openapi.util.OpenAPISpecContextBuilder
- OpenAPIUtil - Class in com.boomi.connector.openapi.util
- openReader(InputStream) - Method in class com.boomi.connector.util.xml.XMLEventUtilBase
- openWriter(OutputStream) - Method in class com.boomi.connector.util.xml.XMLEventUtilBase
- Operation - Interface in com.boomi.connector.api
-
An Operation is used to run an actual connector operation on a service.
- OperationContext - Interface in com.boomi.connector.api
-
Contextual information for a connector Operation execution.
- operationFields - Variable in class com.boomi.connector.api.ObjectDefinitions
- OperationRequest - Interface in com.boomi.connector.api
-
Common base interface for all operation requests.
- OperationResponse - Interface in com.boomi.connector.api
-
Interface for processing the results of an Operation execution.
- OperationStatus - Enum in com.boomi.connector.api
- OperationTest - Class in com.boomi.connector.testutil.junit
-
Base test class for testing connector operations with
ConnectorTester
. - OperationTest(OperationType, String) - Constructor for class com.boomi.connector.testutil.junit.OperationTest
-
Creates an instance of an operation test.
- OperationTest(OperationType, String, OptionalTestInput) - Constructor for class com.boomi.connector.testutil.junit.OperationTest
-
Creates an instance of an operation test.
- OperationType - Enum in com.boomi.connector.api
-
Enumeration which defines the available Operations in the system (not all of which are necessarily supported by every connector implementation).
- OperationType.Config - Class in com.boomi.connector.api
- OperationValues - Class in com.boomi.connector.sample.browse
-
Maps the fields defined in
ImportableFieldsBrowser
to POJO fields defined in this class. - OperationValues(OperationContext) - Constructor for class com.boomi.connector.sample.browse.OperationValues
- operator - Variable in class com.boomi.connector.api.GroupingExpression
- operator - Variable in class com.boomi.connector.api.SimpleExpression
- OptionalTestInput - Class in com.boomi.connector.testutil.junit
-
This class represents optional input for a test (not input to the operation).
- OptionalTestInput() - Constructor for class com.boomi.connector.testutil.junit.OptionalTestInput
- or(Object...) - Static method in class com.boomi.connector.testutil.QueryGroupingBuilder
-
Returns a new QueryFilterBuilder with a grouping operator of
GroupingOperator.OR
, and the given initial nested expressions (seeQueryGroupingBuilder.addExpressions(java.lang.Object...)
). - OR - com.boomi.connector.api.GroupingOperator
-
The logical "OR" operator.
- OUTPUT - com.boomi.connector.api.ObjectDefinitionRole
-
The given object definition is an output from the given operation.
- OutputStreamSampleOperation - Class in com.boomi.connector.sample.resource
-
Sample update operation that demonstrates how to send data to a client that provides an active output stream to write the request.
- OutputStreamSampleOperation(OperationContext) - Constructor for class com.boomi.connector.sample.resource.OutputStreamSampleOperation
- outputType - Variable in class com.boomi.connector.api.ObjectDefinition
- OverridableFieldBrowser - Class in com.boomi.connector.sample.browse
-
Sample
Browser
implementation that demonstrates how to declare an overridable operation property during import. - OverridableFieldBrowser() - Constructor for class com.boomi.connector.sample.browse.OverridableFieldBrowser
- overrideable - Variable in class com.boomi.connector.api.ui.BrowseField
- OverrideableFieldOperation - Class in com.boomi.connector.sample.browse
-
Sample
Operation
that demonstrates how to access the per document value of an overrideable operation property. - OverrideableFieldOperation(OperationContext) - Constructor for class com.boomi.connector.sample.browse.OverrideableFieldOperation
-
Creates a new instance using the provided context
P
- pageIterable(Iterable<T>, int, AtomConfig) - Static method in class com.boomi.connector.api.RequestUtil
-
Returns an Iterable which generates "pages" of elements from the given Iterable.
- pageIterable(Iterable<T>, AtomConfig) - Static method in class com.boomi.connector.api.RequestUtil
-
Returns an Iterable which generates "pages" of elements from the given Iterable.
- PARAMETERS - com.boomi.connector.openapi.util.OpenAPIComponent
- parseAtomDateString(String) - Static method in class com.boomi.connector.api.RequestUtil
-
Returns a Date parsed from a date string formatted using the Boomi Atom internal date format "yyyyMMdd HHmmss.SSS".
- parseCookie(String) - Static method in class com.boomi.connector.ws.WSBrowser
-
Returns a WebServiceOperation parsed from a cookie generated by
WSBrowser.generateCookie(com.boomi.model.connector.common.webservices.WebServiceOperation)
. - PASSWORD - com.boomi.connector.api.ui.DataType
-
Any arbitrary text string (but UI may treat differently).
- PASSWORD_PROPERTY - Static variable in class com.boomi.connector.ws.WSConnection
-
connection property which users can use to set the password
- PATH - com.boomi.connector.openapi.util.OpenAPIParameterType
- PayloadBatch - Interface in com.boomi.connector.api.listen
-
Batch of payloads that can be submitted in a single process execution.
- peekNextObjectStart() - Method in class com.boomi.connector.util.xml.XMLSplitter
-
Returns the start XMLEvent for the next object.
- PersistedConnectorCache - Interface in com.boomi.connector.api
-
Interface to set and retrieve the listeners persisted cache's properties
- poll() - Method in class com.boomi.connector.util.listen.BasePollingOperation
-
Performs the polling for this operation.
- POOLING_MANAGER_ADDED_TO_POOL - Static variable in class com.boomi.common.rest.pool.RestPoolingConstants
- PREFER_REMOTE - com.boomi.connector.api.listen.options.DistributionMode
-
this will cause the task to be preferably executed outside the current container (only if possible)
- prepareForOperation() - Method in class com.boomi.connector.testutil.junit.OperationTest
-
Setup method for operation tests
- PrivateKeyStore - Interface in com.boomi.connector.api
-
Base interface for java KeyStore wrapper object containing private key entry.
- PROCESS_COMPLETION - com.boomi.connector.api.listen.options.WaitMode
-
Wait for the process execution to complete.
- PROCESS_SUBMISSION - com.boomi.connector.api.listen.options.WaitMode
-
Wait for the process execution to be submitted.
- processChallenge(Header) - Method in class com.boomi.common.rest.authentication.SimpleAuthorizationScheme
- property - Variable in class com.boomi.connector.api.SimpleExpression
- property - Variable in class com.boomi.connector.api.Sort
- PropertyMap - Interface in com.boomi.connector.api
-
Extension of a String -> Object map which provides some useful methods for retrieving values of specific types.
- PublicKeyStore - Interface in com.boomi.connector.api
-
Base interface for java KeyStore wrapper object containing public key entry.
Q
- QUERY - com.boomi.common.rest.authentication.APIKeyAuthentication
- QUERY - com.boomi.connector.api.OperationType
-
Operation which retrieves 0 or more objects from the service given some user defined search criteria.
- QUERY - com.boomi.connector.openapi.util.OpenAPIParameterType
- QueryFilter - Class in com.boomi.connector.api
-
Specification for filter to a query operation.
- QueryFilter() - Constructor for class com.boomi.connector.api.QueryFilter
- QueryFilterBuilder - Class in com.boomi.connector.testutil
-
Utility class for constructing a
QueryFilter
using a simple "builder" style. - QueryFilterBuilder() - Constructor for class com.boomi.connector.testutil.QueryFilterBuilder
-
Constructs an empty QueryFilterBuilder.
- QueryFilterBuilder(Object) - Constructor for class com.boomi.connector.testutil.QueryFilterBuilder
-
Constructs a QueryFilterBuilder with the given initial base expression.
- QueryGroupingBuilder - Class in com.boomi.connector.testutil
-
Utility class for constructing a
GroupingExpression
using a simple "builder" style, for use withQueryFilterBuilder
. - QueryGroupingBuilder(GroupingOperator) - Constructor for class com.boomi.connector.testutil.QueryGroupingBuilder
-
Constructs a QueryGroupingBuilder with the given initial operator.
- QueryGroupingBuilder(GroupingOperator, Object...) - Constructor for class com.boomi.connector.testutil.QueryGroupingBuilder
-
Constructs a QueryGroupingBuilder with the given initial operator and nested expressions.
- QueryOperationTest - Class in com.boomi.connector.testutil.junit
-
Base test class for testing
OperationType.QUERY
operations withConnectorTester
. - QueryOperationTest(String, QueryFilter) - Constructor for class com.boomi.connector.testutil.junit.QueryOperationTest
-
Creates an instance of an operation test.
- QueryOperationTest(String, QueryFilter, OptionalTestInput) - Constructor for class com.boomi.connector.testutil.junit.QueryOperationTest
-
Creates an instance of an operation test.
- QueryRequest - Interface in com.boomi.connector.api
-
Interface for accessing the request information for a QUERY request.
- QuerySimpleBuilder - Class in com.boomi.connector.testutil
-
Utility class for constructing a
SimpleExpression
using a simple "builder" style, for use withQueryFilterBuilder
. - QuerySimpleBuilder(String) - Constructor for class com.boomi.connector.testutil.QuerySimpleBuilder
-
Constructs a QuerySimpleBuilder with the given initial operator.
- QuerySimpleBuilder(String, String) - Constructor for class com.boomi.connector.testutil.QuerySimpleBuilder
-
Constructs a QuerySimpleBuilder with the given initial property and operator.
- QuerySimpleBuilder(String, String, Object...) - Constructor for class com.boomi.connector.testutil.QuerySimpleBuilder
-
Constructs a QuerySimpleBuilder with the given initial property, operator, and arguments.
R
- RADIO - com.boomi.connector.api.ui.DisplayType
-
Displays the list of allowed values as radio buttons
- readBasicAuthWsdl(WSDLReader) - Method in class com.boomi.connector.ws.WSCache
-
Reads a wsdl possibly protected by http basic auth using the given WSDLReader and the available credentials.
- readWsdl(WSDLReader) - Method in class com.boomi.connector.ws.WSCache
-
Reads a wsdl using the given WSDLReader.
- refreshToken() - Method in class com.boomi.connector.testutil.auth.OAuth2TestTokenImpl
-
Refreshes the access token in case of force update This is a POST request for a new access token using the refresh token.
- register(SampleConsumer.MessageHandler) - Method in interface com.boomi.connector.sample.listen.HandlerTracker
-
registers the handler to be tracked
- register(SampleConsumer.MessageHandler) - Method in class com.boomi.connector.sample.listen.SampleConsumer
-
Registers the handler with the consumer.
- register(BasePollingOperation<?>) - Method in class com.boomi.connector.util.listen.BasePollingManager
-
Registers an operation with this manager.
- register(W, Collection<WatchEvent.Kind<?>>) - Method in class com.boomi.connector.util.listen.BaseWatchableManager
-
Registers the provided
Watchable
with theWatchService
- removePersistedProperty(String) - Method in interface com.boomi.connector.api.PersistedConnectorCache
-
This allows the users to remove an individual key value property pair from the persisted properties file.
- renew() - Method in class com.boomi.common.rest.rolesanywhere.AwsSessionCredentials
-
Method returns true if the Credentials has been renewed.
- REPAIR_NAMESPACE_PROP - Static variable in class com.boomi.connector.util.xml.XMLEventUtilBase
-
XMLOutputFactory key for configuring namespace repairing
- REQUEST_HEADER - com.boomi.common.rest.authentication.APIKeyAuthentication
- REQUESTBODIES - com.boomi.connector.openapi.util.OpenAPIComponent
- requestConnection(HttpRoute, Object) - Method in class com.boomi.common.rest.pool.RestPoolingConnectionManager
-
Sets the consumed flag to true when the Rest endpoint at given
HttpRoute
leases/consumes the pooled connection. - requestPasswordAuthentication(NetworkAuthenticatorContext) - Method in interface com.boomi.connector.api.network.NetworkAuthenticator
-
This method is used to request a
PasswordAuthentication
instance based on the specified context. - requestPasswordAuthentication(NetworkAuthenticatorContext) - Method in class com.boomi.connector.util.network.SimpleNetworkAuthenticator
- RequestUtil - Class in com.boomi.connector.api
-
Utility methods for handling requests.
- resolveParameter(OpenAPI, Parameter) - Static method in class com.boomi.connector.openapi.util.OpenAPIUtil
-
If the incoming parameter is a reference parameter, then this will resolve and return the reference parameter.
- resolveRequestBody(OpenAPI, RequestBody) - Static method in class com.boomi.connector.openapi.util.OpenAPIUtil
-
If the incoming response is a reference request, then this will resolve and return the reference request.
- resolveResponse(OpenAPI, ApiResponse) - Static method in class com.boomi.connector.openapi.util.OpenAPIUtil
-
If the incoming response is a reference response, then this will resolve and return the reference response.
- respectMinOccurs - Variable in class com.boomi.connector.api.ObjectDefinition
- RESPONSES - com.boomi.connector.openapi.util.OpenAPIComponent
- ResponseUtil - Class in com.boomi.connector.api
-
Utility methods for handling responses.
- RestClient - Class in com.boomi.common.rest
-
RestClient handles execution and creation of HttpRequest
- RestClient(RestOperationConnection) - Constructor for class com.boomi.common.rest.RestClient
-
Creates a RestClient from
RestConnection
details. - RestConnection<C extends BrowseContext> - Class in com.boomi.common.rest
- RestConnection(C) - Constructor for class com.boomi.common.rest.RestConnection
- RestConnector - Class in com.boomi.common.rest
- RestConnector() - Constructor for class com.boomi.common.rest.RestConnector
- RestOperation - Class in com.boomi.common.rest
- RestOperation(RestOperationConnection) - Constructor for class com.boomi.common.rest.RestOperation
- RestOperationConnection - Class in com.boomi.common.rest
- RestOperationConnection(OperationContext) - Constructor for class com.boomi.common.rest.RestOperationConnection
- RestPoolingConnectionManager - Class in com.boomi.common.rest.pool
-
Tracks if
PoolingHttpClientConnectionManager
instance is in consumed and/or idle state. - RestPoolingConnectionManager(Registry<ConnectionSocketFactory>, int) - Constructor for class com.boomi.common.rest.pool.RestPoolingConnectionManager
- RestPoolingConstants - Class in com.boomi.common.rest.pool
-
Utility class defining constant values used to configure Rest Connection Pool.
- RestPoolingService - Class in com.boomi.common.rest.pool
-
Utility class to handle Rest Connection Pool.
- RestRetryHandler - Class in com.boomi.common.rest
-
Implementation of the
HttpRequestRetryHandler
this retry is used for OAuth2 purposes to refresh the token before retrying the request once again. - RestRetryHandler() - Constructor for class com.boomi.common.rest.RestRetryHandler
- RestRetryHandler(int) - Constructor for class com.boomi.common.rest.RestRetryHandler
- restrictedKeys - Variable in class com.boomi.connector.api.ui.CustomPropertiesFieldConfig
- retryRequest(IOException, int, HttpContext) - Method in class com.boomi.common.rest.RestRetryHandler
- RolesAnywhereConfigFactory - Class in com.boomi.common.rest.rolesanywhere
-
This class creates
RolesAnywhereConfig
instances with the user data required to obtain temporary AWS credentials, based on trusts established between users public key infrastructure (PKI) and AWS IAM Roles Anywhere.
S
- safeGetCustomPropertiesConfiguration() - Method in class com.boomi.connector.api.ui.BrowseField
-
Returns the current customPropertiesConfiguration property value if non-
null
, otherwiseCustomPropertiesFieldConfig.EMPTY_INSTANCE
. - safeGetExpression() - Method in class com.boomi.connector.api.QueryFilter
-
Returns the current expression property value if non-
null
, otherwiseExpression.EMPTY_INSTANCE
. - safeGetExtraSchemas() - Method in class com.boomi.connector.api.ObjectDefinition
-
Returns the current extraSchemas property value if non-
null
, otherwiseExtraSchemas.EMPTY_INSTANCE
. - 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
-
Sample message handler interface used to demonstrate the use of a
PayloadBatch
in aListenOperation
. - SampleConsumer.SingleMessageHandler - Interface in com.boomi.connector.sample.listen
-
Sample message handler that can be implemented by a
ListenOperation
. - SampleOutputStreamClient - Class in com.boomi.connector.sample
-
Sample client used throughout the sample project when demonstrating how to send data to a target system where the client provides an
OutputStream
where the request should be written. - SampleOutputStreamClient() - Constructor for class com.boomi.connector.sample.SampleOutputStreamClient
- schema - Variable in class com.boomi.connector.api.ExtraSchema
- schema - Variable in class com.boomi.connector.api.ObjectDefinition
- 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
- SCHEMAS - com.boomi.connector.openapi.util.OpenAPIComponent
- SECURITYSCHEMES - com.boomi.connector.openapi.util.OpenAPIComponent
- 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(BrowseContext) - Method in class com.boomi.connector.testutil.ConnectorTester
-
Sets the BrowseContext to the given instance.
- 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.
- 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.
- setContentType(String) - Method in class com.boomi.connector.openapi.OpenAPIResponseCookie
- setContext(AtomContext) - Method in class com.boomi.connector.util.BaseConnector
-
Sets the atom context, currently only done by the
BaseConnector.initialize(com.boomi.connector.api.AtomContext)
method. - 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
-
Sets the context ClassLoader of the current thread (calls
Thread.setContextClassLoader(java.lang.ClassLoader)
). - 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.
- setDataType(OpenAPIDataType) - Method in class com.boomi.connector.openapi.util.OpenAPIParameter
- 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.
- setExplode(boolean) - Method in class com.boomi.connector.openapi.util.OpenAPIParameter
- 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.
- setFieldId(String) - Method in class com.boomi.connector.api.ui.FieldCondition
-
Sets the value of the fieldId 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.
- setHeaderParameters(List<OpenAPIParameter>) - Method in class com.boomi.connector.openapi.OpenAPIRequestCookie
- 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.
- setId(String) - Method in class com.boomi.connector.openapi.util.OpenAPIParameter
- 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.
- 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(OperationContext) - Method in class com.boomi.connector.testutil.ConnectorTester
-
Sets the OperationContext to the given instance.
- 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..
- 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(GroupingOperator) - Method in class com.boomi.connector.testutil.QueryGroupingBuilder
-
Sets the grouping operator for the expression.
- setOperator(String) - Method in class com.boomi.connector.api.SimpleExpression
-
Sets the value of the operator property.
- 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.
- setParameterType(OpenAPIParameterType) - Method in class com.boomi.connector.openapi.util.OpenAPIParameter
- setPathParameters(List<OpenAPIParameter>) - Method in class com.boomi.connector.openapi.OpenAPIRequestCookie
- setPayloads(List<byte[]>) - Method in class com.boomi.connector.testutil.SimpleOperationResult
- setPersistedProperty(String, String) - Method in interface com.boomi.connector.api.PersistedConnectorCache
-
Writes a persisted property as a key value pair into the process id based persisted properties file that is created and stored in the container's account specific execution directory.
- 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.
- setQueryParameters(List<OpenAPIParameter>) - Method in class com.boomi.connector.openapi.OpenAPIRequestCookie
- setReader(XMLEventReader) - Method in class com.boomi.connector.util.xml.XMLEventUtilBase
- setRequestBodyRequired(boolean) - Method in class com.boomi.connector.openapi.OpenAPIRequestCookie
- setRequestContentType(String) - Method in class com.boomi.connector.openapi.OpenAPIRequestCookie
- setRespectMinOccurs(Boolean) - Method in class com.boomi.connector.api.ObjectDefinition
-
Sets the value of the respectMinOccurs property.
- setRootElement(WSBrowser.SchemaMapHolder, QName) - Static method in class com.boomi.connector.ws.WSBrowser
-
Sets the root schema of the given schemaDocMapHolder to the namespaceURI of the given QName (using
WSBrowser.SchemaMapHolder.setRootSchema(java.lang.String)
) and returns the localName of the given QName. - 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.
- 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
- setRootSchemaType(String) - Method in class com.boomi.connector.openapi.OpenAPIRequestCookie
- setRootSchemaType(String) - Method in class com.boomi.connector.openapi.OpenAPIResponseCookie
- 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
- setStyle(Parameter.StyleEnum) - Method in class com.boomi.connector.openapi.util.OpenAPIParameter
- 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.
- setTrackedGroupProperties(String, Map<String, String>) - Method in class com.boomi.connector.testutil.SimplePayloadMetadata
- setTrackedGroupProperty(String, String, String) - Method in class com.boomi.connector.testutil.SimplePayloadMetadata
- setTrackedProperty(String, String) - Method in class com.boomi.connector.testutil.SimplePayloadMetadata
- setType(DataType) - Method in class com.boomi.connector.api.ui.BrowseField
-
Sets the value of the type property.
- 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.
- 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 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
- SimpleAuthorizationScheme - Class in com.boomi.common.rest.authentication
-
Basic Authorization scheme that generates the Authorization header based off of Scheme name and password.
- SimpleAuthorizationScheme(String) - Constructor for class com.boomi.common.rest.authentication.SimpleAuthorizationScheme
- SimpleBrowseContext - Class in com.boomi.connector.testutil
-
Simple implementation of BrowseContext.
- SimpleBrowseContext(AtomConfig, Connector, OperationType, String, Map<String, Object>, Map<String, Object>) - Constructor for class com.boomi.connector.testutil.SimpleBrowseContext
-
Constructs a new SimpleBrowseContext
- SimpleBrowseContext(AtomConfig, Connector, OperationType, 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
-
Simple
ConnectorStatus
implementation that encapsulates anOperationStatus
, status code, and status message. - SimpleConnectorStatus(OperationStatus, String, String) - Constructor for class com.boomi.connector.util.result.SimpleConnectorStatus
- SimpleDeleteRequest - Class in com.boomi.connector.testutil
-
Simple
OperationRequest
for testingOperationType.DELETE
operations. - SimpleDeleteRequest(Iterable<ObjectIdData>) - Constructor for class com.boomi.connector.testutil.SimpleDeleteRequest
- 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
- SimpleGetRequest - Class in com.boomi.connector.testutil
-
Simple
OperationRequest
for testingOperationType.GET
operations. - SimpleGetRequest(ObjectIdData) - Constructor for class com.boomi.connector.testutil.SimpleGetRequest
- SimpleListenConnector - Class in com.boomi.connector.sample.listen.managed
-
Simple
ListenConnector
implementation. - SimpleListenConnector() - Constructor for class com.boomi.connector.sample.listen.managed.SimpleListenConnector
- SimpleListenManager - Class in com.boomi.connector.sample.listen.managed
-
Simple
ListenManager
implementation which manages consumer connections for all managedListenOperation
instances. - 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
-
Simple
ListenOperation
implementation. - 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
-
Simple
BaseConnection
implementation that can be used with aListenManager
. - 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
-
Simple
SampleConsumer.SingleMessageHandler
implementation that submits a process execution for each received message. - 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
-
Simple
NetworkAuthenticator
implementation for connectors. - 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
-
Simple
BaseConnection
implementation that can be used with aListenOperation
. - 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, String, List<byte[]>) - 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) - 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
- SimpleOperationResult(OperationStatus, String, String, List<byte[]>, Throwable, List<SimplePayloadMetadata>) - 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
- 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
- SimplePersistentListenOperation - Class in com.boomi.connector.sample.listen.persistence
-
Simple
BasePollingOperation
implementation. - SimplePersistentListenOperation(OperationContext) - Constructor for class com.boomi.connector.sample.listen.persistence.SimplePersistentListenOperation
-
Creates a new instance using the provided operation context
- SimplePollingConnector - Class in com.boomi.connector.sample.listen.polling
-
Simple
BrowserlessListenConnector
which createsSimplePollingOperation
andSimplePollingManager
instances. - SimplePollingConnector() - Constructor for class com.boomi.connector.sample.listen.polling.SimplePollingConnector
- SimplePollingManager - Class in com.boomi.connector.sample.listen.polling
-
Simple
BasePollingManager
implementation. - SimplePollingManager(SimplePollingManagerConnection) - Constructor for class com.boomi.connector.sample.listen.polling.SimplePollingManager
- SimplePollingManagerConnection - Class in com.boomi.connector.sample.listen.polling
-
BaseConnection
implementation for use withSimplePollingManager
instances. - 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
-
Simple
BasePollingOperation
implementation. - 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
- SimpleQueryRequest - Class in com.boomi.connector.testutil
-
Simple
OperationRequest
for testingOperationType.QUERY
operations. - SimpleQueryRequest(FilterData) - Constructor for class com.boomi.connector.testutil.SimpleQueryRequest
- 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
- SimpleTrackedData(int, Object, Map<String, String>, Map<String, String>, MutableDynamicPropertyMap) - Constructor for class com.boomi.connector.testutil.SimpleTrackedData
-
Creates a new instance of tracked data for testing
- SimpleUnmanagedListenConnector - Class in com.boomi.connector.sample.listen.unmanaged
-
Simple
UnmanagedListenConnector
implementation. - SimpleUnmanagedListenConnector() - Constructor for class com.boomi.connector.sample.listen.unmanaged.SimpleUnmanagedListenConnector
- SimpleUnmanagedListenOperation - Class in com.boomi.connector.sample.listen.unmanaged
-
Simple
UnmanagedListenOperation
implementation. - SimpleUnmanagedListenOperation(OperationContext) - Constructor for class com.boomi.connector.sample.listen.unmanaged.SimpleUnmanagedListenOperation
-
Creates a new instance using the provided context
- SimpleUpdateRequest - Class in com.boomi.connector.testutil
-
Simple
OperationRequest
for testingOperationType.CREATE
,OperationType.EXECUTE
,OperationType.UPDATE
, andOperationType.UPSERT
operations. - SimpleUpdateRequest(Iterable<ObjectData>) - Constructor for class com.boomi.connector.testutil.SimpleUpdateRequest
- SingletonListenOperation<M extends ListenManager> - Interface in com.boomi.connector.api.listen
-
ListenOperation
that can potentially operate in "singleton" mode. - SizeBasedRoutingOperation - Class in com.boomi.connector.sample.resource
-
Sample operation that demonstrates how to process input documents differently based on the size of the input document.
- SizeBasedRoutingOperation(OperationContext) - Constructor for class com.boomi.connector.sample.resource.SizeBasedRoutingOperation
- 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
-
Sample
SizeLimitedUpdateOperation
that demonstrates binding the document input streams toJsonNode
instances. - SizeLimitedJsonOperation(OperationContext) - Constructor for class com.boomi.connector.sample.json.SizeLimitedJsonOperation
- SizeLimitedUpdateOperation - Class in com.boomi.connector.util
-
BaseUpdateOperation
extension that filters input data that is "too large". - SizeLimitedUpdateOperation(OperationContext) - Constructor for class com.boomi.connector.util.SizeLimitedUpdateOperation
-
Creates a new instance using the provided context.
- SizeLimitedUpdateOperation(BaseConnection<OperationContext>) - Constructor for class com.boomi.connector.util.SizeLimitedUpdateOperation
-
Creates a new instance using the provided connection.
- 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() - Method in class com.boomi.connector.sample.listen.managed.SimpleListenManager
-
Opens the consumer connection.
- start() - Method in class com.boomi.connector.util.listen.BasePollingManager
-
Starts the manager.
- start(Listener) - Method in class com.boomi.connector.sample.listen.singleton.SimpleSingletonOperation
-
Starts the listen operation by opening a
SampleConsumer
connection and then registering aSampleConsumer.SingleMessageHandler
backed by the providedListener
. - start(Listener) - Method in class com.boomi.connector.sample.listen.submit.ConfigurableSubmitListenOperation
-
Starts the listen operation by opening a
SampleConsumer
connection and then registering aSampleConsumer.SingleMessageHandler
backed by the providedListener
. - start(Listener) - Method in class com.boomi.connector.sample.listen.unmanaged.SimpleUnmanagedListenOperation
-
Starts the listen operation by opening a
SampleConsumer
connection and then registering aSampleConsumer.SingleMessageHandler
backed by the providedListener
. - start(Listener) - Method in class com.boomi.connector.util.listen.UnmanagedListenOperation
-
Simplified start method that only accepts a
Listener
instance. - start(Listener, ListenManager) - Method in class com.boomi.connector.sample.listen.BaseConsumerListenOperation
-
Starts the listen operation by connecting the consumer and registering a
SampleConsumer.MessageHandler
provided by the i - start(Listener, ListenManager) - Method in class com.boomi.connector.util.listen.UnmanagedListenOperation
-
Starts the listener.
- start(Listener, SimpleListenManager) - Method in class com.boomi.connector.sample.listen.managed.SimpleListenOperation
-
Starts the listen operation by registering with the manager.
- start(Listener, M) - Method in interface com.boomi.connector.api.listen.ListenOperation
-
Starts the listen operation.
- start(Listener, M) - Method in class com.boomi.connector.util.listen.BasePollingOperation
-
Starts the operation.
- 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
-
Stops the listen operation by closing the
SampleConsumer
connection. - 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
-
Stops the listen operation by closing the
SampleConsumer
connection. - 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.
- STRING - com.boomi.connector.api.ui.DataType
-
Any arbitrary text string.
- STRING - com.boomi.connector.openapi.util.OpenAPIDataType
- 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(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
. - submit(Payload) - Method in interface com.boomi.connector.api.listen.Listener
-
Submit a process execution with the specified
Payload
using the defaultSubmitOptions
. - submit(Payload, SubmitOptions) - Method in interface com.boomi.connector.api.listen.Listener
-
Submit a process execution with the specified
Payload
using the specifiedSubmitOptions
. - submit(Throwable) - Method in interface com.boomi.connector.api.listen.Listener
-
Submit a process execution with the specified
Throwable
. - submit(Throwable) - Method in interface com.boomi.connector.api.listen.PayloadBatch
-
Submit a process execution with the specified
Throwable
. - SubmitOptions - Class in com.boomi.connector.api.listen
-
Options that influence the behavior of
Listener.submit(com.boomi.connector.api.Payload, SubmitOptions)
submissions. - SubmitOptions() - Constructor for class com.boomi.connector.api.listen.SubmitOptions
- SUCCESS - com.boomi.connector.api.OperationStatus
-
Status which indicates a successful operation execution for a document
- systemId - Variable in class com.boomi.connector.api.ExtraSchema
T
- tempOutputStreamToInputStream(OutputStream) - Method in interface com.boomi.connector.api.AtomContext
-
Converts the OutputStream to an InputStream for reading any temporary data written.
- tempOutputStreamToInputStream(OutputStream) - Method in class com.boomi.connector.testutil.SimpleAtomContext
- tempOutputStreamToPayload(OutputStream) - Method in interface com.boomi.connector.api.AtomContext
-
Converts the OutputStream to an Payload for passing any temporary data written to an
OperationResponse
method. - tempOutputStreamToPayload(OutputStream) - Method in class com.boomi.connector.testutil.SimpleAtomContext
- testBrowseProfile() - Method in class com.boomi.connector.testutil.junit.BrowserTest
-
Test method to verify the profile for current object
- testBrowseProfiles(String, String) - Method in class com.boomi.connector.testutil.ConnectorTester
-
Tests browsing for object type profiles.
- testBrowseTypes(String) - Method in class com.boomi.connector.testutil.ConnectorTester
-
Tests browsing for object types.
- testBrowseTypesForCreateOperation() - Method in class com.boomi.connector.testutil.junit.BrowserTest
-
Test method to verify if the current object supports the
OperationType.CREATE
operation - testBrowseTypesForDeleteOperation() - Method in class com.boomi.connector.testutil.junit.BrowserTest
-
Test method to verify if the current object supports the
OperationType.DELETE
operation - testBrowseTypesForExecuteOperation() - Method in class com.boomi.connector.testutil.junit.BrowserTest
-
Test method to verify if the current object supports the
OperationType.EXECUTE
operation - testBrowseTypesForGetOperation() - Method in class com.boomi.connector.testutil.junit.BrowserTest
-
Test method to verify if the current object supports the
OperationType.GET
operation - testBrowseTypesForQueryOperation() - Method in class com.boomi.connector.testutil.junit.BrowserTest
-
Test method to verify if the current object supports the
OperationType.QUERY
operation - testBrowseTypesForUpdateOperation() - Method in class com.boomi.connector.testutil.junit.BrowserTest
-
Test method to verify if the current object supports the
OperationType.UPDATE
operation - testBrowseTypesForUpsertOperation() - Method in class com.boomi.connector.testutil.junit.BrowserTest
-
Test method to verify if the current object supports the
OperationType.UPSERT
operation - testConnection() - Method in interface com.boomi.connector.api.ConnectionTester
-
This function is executed to perform test connection when method attribute for
<testConnection>
element in the connector descriptor is set to "CUSTOM". - testContext - Variable in class com.boomi.connector.testutil.junit.ConnectorTest
-
This serves as both the
OperationContext
andBrowseContext
for all tests. - testExecuteCreateOperation(List<InputStream>, List<SimpleOperationResult>) - Method in class com.boomi.connector.testutil.ConnectorTester
-
Tests executing a CREATE operation.
- testExecuteCreateOperationWithTrackedData(List<SimpleTrackedData>, List<SimpleOperationResult>) - Method in class com.boomi.connector.testutil.ConnectorTester
-
Tests executing a CREATE operation.
- testExecuteDeleteOperation(List<String>, List<SimpleOperationResult>) - Method in class com.boomi.connector.testutil.ConnectorTester
-
Tests executing a DELETE operation.
- testExecuteDeleteOperationWithTrackedData(List<SimpleTrackedData>, List<SimpleOperationResult>) - Method in class com.boomi.connector.testutil.ConnectorTester
-
Tests executing a DELETE operation.
- testExecuteExecuteOperation(List<InputStream>, List<SimpleOperationResult>) - Method in class com.boomi.connector.testutil.ConnectorTester
-
Tests executing an EXECUTE operation.
- testExecuteGetOperation(String, List<SimpleOperationResult>) - Method in class com.boomi.connector.testutil.ConnectorTester
-
Tests executing a GET operation.
- testExecuteGetOperationWithTrackedData(SimpleTrackedData, List<SimpleOperationResult>) - Method in class com.boomi.connector.testutil.ConnectorTester
-
Tests executing a GET operation.
- testExecuteOperation(OperationRequest, SimpleOperationResponse, OperationType, List<SimpleOperationResult>) - Method in class com.boomi.connector.testutil.ConnectorTester
-
Tests executing an operation.
- testExecuteQueryOperation(QueryFilter, List<SimpleOperationResult>) - Method in class com.boomi.connector.testutil.ConnectorTester
-
Tests executing a QUERY operation.
- testExecuteQueryOperationWithTrackedData(SimpleTrackedData, List<SimpleOperationResult>) - Method in class com.boomi.connector.testutil.ConnectorTester
-
Tests executing a QUERY operation.
- testExecuteUpdateOperation(List<InputStream>, List<SimpleOperationResult>) - Method in class com.boomi.connector.testutil.ConnectorTester
-
Tests executing a UPDATE operation.
- testExecuteUpdateOperationWithTrackedData(List<SimpleTrackedData>, List<SimpleOperationResult>) - Method in class com.boomi.connector.testutil.ConnectorTester
-
Tests executing a UPDATE operation.
- testExecuteUpsertOperation(List<InputStream>, List<SimpleOperationResult>) - Method in class com.boomi.connector.testutil.ConnectorTester
-
Tests executing an UPSERT operation.
- testExecuteUpsertOperationWithTrackedData(List<SimpleTrackedData>, List<SimpleOperationResult>) - Method in class com.boomi.connector.testutil.ConnectorTester
-
Tests executing an UPSERT operation.
- testGetInvalidId() - Method in class com.boomi.connector.testutil.junit.GetOperationTest
-
Test method to verify the result of performing a get operation for an object that does not exist
- testOperation() - Method in class com.boomi.connector.testutil.junit.OperationTest
-
Test method to verify the successful execution of the target operation
- TEXTAREA - com.boomi.connector.api.ui.DisplayType
-
Displays a textarea field for longer string inputs with greater text visibility than text fields.
- toExpression() - Method in class com.boomi.connector.testutil.QueryGroupingBuilder
-
Returns the current state of this builder as a GroupingExpression.
- toExpression() - Method in class com.boomi.connector.testutil.QuerySimpleBuilder
-
Returns the current state of this builder as a SimpleExpression.
- toExpression(Object) - Static method in class com.boomi.connector.testutil.QueryFilterBuilder
-
Converts an Object to an Expression using these tests: QueryGroupingBulder ->
QueryGroupingBulder.toExpression()
QuerySimpleBulder ->QuerySimpleBulder.toExpression()
Object ->((Expression)expr)
- toFilter() - Method in class com.boomi.connector.testutil.QueryFilterBuilder
-
Returns the current state of this builder as a QueryFilter.
- toObjectDefinition(SchemaMap) - Method in class com.boomi.connector.ws.WSBrowser
-
Returns an ObjectDefinition containing the given schemas.
- toPayload(WebServiceResponse) - Method in class com.boomi.connector.ws.WSConnection
-
Returns a Payload appropriate for the given WebServiceResponse.
- toPayload(ByteArrayOutputStream) - Static method in class com.boomi.connector.api.ResponseUtil
-
Constructs a Payload around the given ByteArrayOutputStream.
- toPayload(InputStream) - Static method in class com.boomi.connector.api.ResponseUtil
-
Constructs a Payload around the given InputStream.
- toPayload(String) - Static method in class com.boomi.connector.api.ResponseUtil
-
Constructs a Payload around the given String, to be encoded using the Atom default Charset.
- toPayload(String, Charset) - Static method in class com.boomi.connector.api.ResponseUtil
-
Constructs a Payload around the given String, to be encoded using the given Charset.
- toPayload(JAXBContext, Object) - Static method in class com.boomi.connector.api.ResponseUtil
-
Constructs a Payload around the given JAXB object.
- toPayload(Source) - Static method in class com.boomi.connector.api.ResponseUtil
-
Constructs a Payload around the given xml Source.
- toPayload(Node) - Static method in class com.boomi.connector.api.ResponseUtil
-
Constructs a Payload around the given xml Node.
- toPayloads(Charset, List<String>) - Static method in class com.boomi.connector.testutil.SimpleOperationResult
- toString() - Method in class com.boomi.connector.api.annotation.DataFormat
- toString() - Method in class com.boomi.connector.api.annotation.FieldSpec
- toString() - Method in class com.boomi.connector.api.annotation.FieldSpecField
- toString() - Method in class com.boomi.connector.api.annotation.Filter.Field
- toString() - Method in class com.boomi.connector.api.annotation.Filter
- toString() - Method in class com.boomi.connector.api.Expression
- toString() - Method in class com.boomi.connector.api.ExtraSchema
- toString() - Method in class com.boomi.connector.api.ExtraSchemas
- toString() - Method in class com.boomi.connector.api.FieldSpecField
- toString() - Method in class com.boomi.connector.api.GroupingExpression
- toString() - Method in class com.boomi.connector.api.ObjectDefinition
- toString() - Method in class com.boomi.connector.api.ObjectDefinitions
- toString() - Method in class com.boomi.connector.api.ObjectType
- toString() - Method in class com.boomi.connector.api.ObjectTypes
- toString() - Method in class com.boomi.connector.api.QueryFilter
- toString() - Method in class com.boomi.connector.api.SimpleExpression
- toString() - Method in class com.boomi.connector.api.Sort
- toString() - Method in class com.boomi.connector.api.ui.AllowedValue
- toString() - Method in class com.boomi.connector.api.ui.BrowseField
- toString() - Method in class com.boomi.connector.api.ui.ConditionalFieldConfiguration
- toString() - Method in class com.boomi.connector.api.ui.CustomPropertiesFieldConfig
- toString() - Method in class com.boomi.connector.api.ui.FieldCondition
- toString() - Method in class com.boomi.connector.api.ui.ValueCondition
- toString() - Method in class com.boomi.connector.api.ui.VisibilityCondition
- toString() - Method in class com.boomi.connector.openapi.OpenAPIRequestCookie
- toString() - Method in class com.boomi.connector.openapi.OpenAPIResponseCookie
- toString() - Method in class com.boomi.connector.testutil.SimpleOperationResult
- toString() - Method in class com.boomi.connector.testutil.SimpleTrackedData
- toString() - Method in class com.boomi.connector.ws.WSCache.Key
- totalCount - Variable in class com.boomi.connector.api.ObjectTypes
- TrackedData - Interface in com.boomi.connector.api
-
Base interface for all data which is being tracked by the atom.
- type - Variable in class com.boomi.connector.api.annotation.FieldSpecField
- type - Variable in class com.boomi.connector.api.FieldSpecField
- type - Variable in class com.boomi.connector.api.ui.BrowseField
- TYPE_SEPARATOR - Static variable in class com.boomi.connector.api.OperationType.Config
- typeNamespace - Variable in class com.boomi.connector.api.annotation.FieldSpecField
- typeNamespace - Variable in class com.boomi.connector.api.FieldSpecField
- types - Variable in class com.boomi.connector.api.ObjectTypes
- typesFromConfig(String) - Static method in enum com.boomi.connector.api.OperationType
- typesToConfig(Collection<OperationType>) - Static method in enum com.boomi.connector.api.OperationType
U
- UNKNOWN - Static variable in interface com.boomi.connector.api.result.ConnectorStatus
-
Unknown status instance
- UnmanagedListenConnector - Class in com.boomi.connector.util.listen
-
Base class for implementing a
ListenConnector
that doesn't need aListenManager
. - UnmanagedListenConnector() - Constructor for class com.boomi.connector.util.listen.UnmanagedListenConnector
- UnmanagedListenOperation - Class in com.boomi.connector.util.listen
-
Base class for implementing a
ListenOperation
that does not have an associatedListenManager
. - UnmanagedListenOperation(OperationContext) - Constructor for class com.boomi.connector.util.listen.UnmanagedListenOperation
-
Creates a new instance using the provided context.
- UnmanagedListenOperation(BaseConnection<OperationContext>) - Constructor for class com.boomi.connector.util.listen.UnmanagedListenOperation
-
Creates a new instance using the provided connection.
- UPDATE - com.boomi.connector.api.OperationType
-
Operation which updates an existing object in the service.
- updateExpireTime() - Method in class com.boomi.connector.util.SimpleExpiringValue
-
Updates the expire time to the current time plus the configured timeout
- UpdateOperationTest - Class in com.boomi.connector.testutil.junit
-
Base test class for testing
OperationType.UPDATE
operations withConnectorTester
. - UpdateOperationTest(String, InputStream) - Constructor for class com.boomi.connector.testutil.junit.UpdateOperationTest
-
Creates an instance of an operation test.
- UpdateOperationTest(String, InputStream, OptionalTestInput) - Constructor for class com.boomi.connector.testutil.junit.UpdateOperationTest
-
Creates an instance of an operation test.
- UpdateOperationTest(String, String) - Constructor for class com.boomi.connector.testutil.junit.UpdateOperationTest
-
Creates an instance of an operation test.
- UpdateRequest - Interface in com.boomi.connector.api
-
Interface for accessing the request information for a CREATE, UPDATE, UPSERT, or EXECUTE request.
- UPSERT - com.boomi.connector.api.OperationType
-
(Combination of UPDATE/INSERT) Operation which updates an object if it already exists, otherwise creates a new instance.
- UpsertOperationTest - Class in com.boomi.connector.testutil.junit
-
Base test class for testing
OperationType.UPSERT
operations withConnectorTester
. - UpsertOperationTest(String, InputStream) - Constructor for class com.boomi.connector.testutil.junit.UpsertOperationTest
-
Creates an instance of an operation test.
- UpsertOperationTest(String, InputStream, OptionalTestInput) - Constructor for class com.boomi.connector.testutil.junit.UpsertOperationTest
-
Creates an instance of an operation test.
- UpsertOperationTest(String, String) - Constructor for class com.boomi.connector.testutil.junit.UpsertOperationTest
-
Creates an instance of an operation test.
- URL_PROPERTY - Static variable in class com.boomi.connector.ws.WSConnection
-
connection property which users can use to change/specify the base url
- useEnvelopeForOperation(WebServiceOperation) - Method in class com.boomi.connector.ws.WSBrowser
-
Returns
true
if the given webservice operation should expose the entire SOAP operation as the request type (as opposed to the content of the body). - useResponseEnvelopeForOperation(WebServiceOperation) - Method in class com.boomi.connector.ws.WSBrowser
-
Returns
true
if the given webservice operation should expose the entire SOAP operation as the response type (as opposed to the content of the body). - USERNAME_PROPERTY - Static variable in class com.boomi.connector.ws.WSConnection
-
connection property which users can use to set the username
- useRpcOptionalParameters(WebServiceOperation) - Method in class com.boomi.connector.ws.WSBrowser
-
Returns
true
if the given webservice operation will allow optional parameters for RPC style operations. - useSystemProperties() - Method in class com.boomi.common.rest.RestOperationConnection
-
Always returns true for Rest Connector to enable using system properties by default.
V
- V_1_0_0 - com.boomi.connector.testutil.APIVersion
- V_1_0_10 - com.boomi.connector.testutil.APIVersion
- V_1_0_11 - com.boomi.connector.testutil.APIVersion
- V_1_0_12 - com.boomi.connector.testutil.APIVersion
- V_1_0_13 - com.boomi.connector.testutil.APIVersion
- V_1_0_14 - com.boomi.connector.testutil.APIVersion
- V_1_0_15 - com.boomi.connector.testutil.APIVersion
- V_1_0_16 - com.boomi.connector.testutil.APIVersion
- V_1_0_5 - com.boomi.connector.testutil.APIVersion
- V_1_0_6 - com.boomi.connector.testutil.APIVersion
- V_1_0_7 - com.boomi.connector.testutil.APIVersion
- V_1_0_8 - com.boomi.connector.testutil.APIVersion
- V_1_0_9 - com.boomi.connector.testutil.APIVersion
- V_1_1_0 - com.boomi.connector.testutil.APIVersion
- V_1_1_10 - com.boomi.connector.testutil.APIVersion
- V_1_1_11 - com.boomi.connector.testutil.APIVersion
- V_1_1_12 - com.boomi.connector.testutil.APIVersion
- V_1_1_14 - com.boomi.connector.testutil.APIVersion
- VALID_COMPONENTS - Static variable in enum com.boomi.connector.openapi.util.OpenAPIComponent
- validateSpecFileLocation(String) - Static method in class com.boomi.connector.openapi.util.OpenAPIUtil
-
Validates that the spec file path passed in is usable
- value - Variable in class com.boomi.connector.api.ui.AllowedValue
- value() - Method in enum com.boomi.connector.api.annotation.DataType
- value() - Method in enum com.boomi.connector.api.ContentType
- value() - Method in enum com.boomi.connector.api.GroupingOperator
- value() - Method in enum com.boomi.connector.api.ObjectDefinitionRole
- value() - Method in enum com.boomi.connector.api.ui.DataType
- value() - Method in enum com.boomi.connector.api.ui.DisplayType
- ValueCondition - Class in com.boomi.connector.api.ui
-
A condition based on the value(s) of another field.
- ValueCondition() - Constructor for class com.boomi.connector.api.ui.ValueCondition
- valueConditions - Variable in class com.boomi.connector.api.ui.ConditionalFieldConfiguration
- valueOf(String) - Static method in enum com.boomi.common.rest.authentication.APIKeyAuthentication
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.boomi.common.rest.authentication.AuthenticationType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.boomi.connector.api.annotation.DataType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.boomi.connector.api.ContentType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.boomi.connector.api.GroupingOperator
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.boomi.connector.api.listen.options.DistributionMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.boomi.connector.api.listen.options.WaitMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.boomi.connector.api.ObjectDefinitionRole
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.boomi.connector.api.OperationStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.boomi.connector.api.OperationType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.boomi.connector.api.ui.DataType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.boomi.connector.api.ui.DisplayType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.boomi.connector.openapi.util.OpenAPIComponent
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.boomi.connector.openapi.util.OpenAPIDataType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.boomi.connector.openapi.util.OpenAPIParameterType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.boomi.connector.testutil.APIVersion
-
Returns the enum constant of this type with the specified name.
- valueOfCaseInsensitive(String) - Static method in enum com.boomi.connector.api.OperationType
- values - Variable in class com.boomi.connector.api.ui.ValueCondition
- values() - Static method in enum com.boomi.common.rest.authentication.APIKeyAuthentication
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.boomi.common.rest.authentication.AuthenticationType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.boomi.connector.api.annotation.DataType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.boomi.connector.api.ContentType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.boomi.connector.api.GroupingOperator
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.boomi.connector.api.listen.options.DistributionMode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.boomi.connector.api.listen.options.WaitMode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.boomi.connector.api.ObjectDefinitionRole
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.boomi.connector.api.OperationStatus
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.boomi.connector.api.OperationType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.boomi.connector.api.ui.DataType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.boomi.connector.api.ui.DisplayType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.boomi.connector.openapi.util.OpenAPIComponent
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.boomi.connector.openapi.util.OpenAPIDataType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.boomi.connector.openapi.util.OpenAPIParameterType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.boomi.connector.testutil.APIVersion
-
Returns an array containing the constants of this enum type, in the order they are declared.
- VisibilityCondition - Class in com.boomi.connector.api.ui
-
A condition that will drive the visibility of a field if the value(s) match.
- VisibilityCondition() - Constructor for class com.boomi.connector.api.ui.VisibilityCondition
- visibilityConditions - Variable in class com.boomi.connector.api.ui.BrowseField
W
- WaitMode - Enum in com.boomi.connector.api.listen.options
-
Wait mode is a
SubmitOptions
that controls when theFuture
returned byListener.submit(com.boomi.connector.api.Payload, SubmitOptions)
will beFuture.isDone()
. - 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.
- withAPI(OpenAPI) - Method in class com.boomi.connector.openapi.util.OpenAPISpecContextBuilder
- 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.
- 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.
- 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.
- 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
-
Builder method to set the
DistributionMode
- 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
- 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.
- withFailIfStopping(boolean) - Method in class com.boomi.connector.api.listen.SubmitOptions
-
Builder method to indicate whether submissions should fail if the container is stopping.
- withFieldId(String) - Method in class com.boomi.connector.api.ui.FieldCondition
-
Sets the fieldId 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(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 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 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.
- withFormat(String) - Method in class com.boomi.connector.api.annotation.DataFormat
-
Sets the format property to the given newValue and returns this instance.
- 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.
- 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.
- withIgnoreForSelection(Boolean) - Method in class com.boomi.connector.api.annotation.FieldSpec
-
Sets the ignoreForSelection property to the given newValue and returns this instance.
- withIgnoreForSort(Boolean) - Method in class com.boomi.connector.api.annotation.FieldSpec
-
Sets the ignoreForSort property to the given newValue and returns this instance.
- 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.
- withMaxCircularReference(int) - Method in class com.boomi.connector.openapi.util.OpenAPIParseOptionBuilder
-
Set the maximum circular depth that any $ref objects can reach.
- 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
- withOperation(Operation) - Method in class com.boomi.connector.openapi.util.OpenAPISpecContextBuilder
- 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.
- withPathItem(PathItem) - Method in class com.boomi.connector.openapi.util.OpenAPISpecContextBuilder
- 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
- withRespectMinOccurs(Boolean) - Method in class com.boomi.connector.api.ObjectDefinition
-
Sets the respectMinOccurs property to the given newValue and returns this instance.
- withRestrictedKeys(String...) - Method in class com.boomi.connector.api.ui.CustomPropertiesFieldConfig
-
Adds the given newValues to the current restrictedKeys property List and returns this instance.
- withRestrictedKeys(Collection<? extends String>) - Method in class com.boomi.connector.api.ui.CustomPropertiesFieldConfig
-
Adds the given newValues to the current restrictedKeys property List 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(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.
- withSchemas(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.
- 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.
- 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.
- 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.
- withTotalCount(Integer) - Method in class com.boomi.connector.api.ObjectTypes
-
Sets the totalCount 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(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.
- 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.
- withValue(String) - Method in class com.boomi.connector.api.ui.AllowedValue
-
Sets the value property to the given newValue and returns this instance.
- withValueConditions(ValueCondition...) - Method in class com.boomi.connector.api.ui.ConditionalFieldConfiguration
-
Adds the given newValues to the current valueConditions property List and returns this instance.
- withValueConditions(Collection<? extends ValueCondition>) - Method in class com.boomi.connector.api.ui.ConditionalFieldConfiguration
-
Adds the given newValues to the current valueConditions property List and returns this instance.
- withValues(String...) - Method in class com.boomi.connector.api.ui.ValueCondition
-
Adds the given newValues to the current values property List and returns this instance.
- withValues(Collection<? extends String>) - Method in class com.boomi.connector.api.ui.ValueCondition
-
Adds the given newValues to the current values property List and returns this instance.
- withVisibilityConditions(VisibilityCondition...) - Method in class com.boomi.connector.api.ui.BrowseField
-
Adds the given newValues to the current visibilityConditions property List and returns this instance.
- withVisibilityConditions(Collection<? extends VisibilityCondition>) - Method in class com.boomi.connector.api.ui.BrowseField
-
Adds the given newValues to the current visibilityConditions property List and returns this instance.
- withWaitMode(WaitMode) - Method in class com.boomi.connector.api.listen.SubmitOptions
-
Builder method to set the
WaitMode
- 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.
- writeTo(OutputStream) - Method in class com.boomi.connector.openapi.entity.JSONArrayWrappedRepeatableEntity
-
Write the contents of the InputStream to the 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<BrowseContext>) - 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<C extends BrowseContext> - 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(C) - 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<OperationContext>) - Constructor for class com.boomi.connector.ws.WSExecuteOperation
- WSOperationConnection - Class in com.boomi.connector.ws
-
Operation specific variant of
WSConnection
- WSOperationConnection(OperationContext) - Constructor for class com.boomi.connector.ws.WSOperationConnection
-
Create new instance of operation specific connection
X
- XML - com.boomi.connector.api.ContentType
-
Data is XML
- XMLEventUtilBase - Class in com.boomi.connector.util.xml
-
Common functionality for XMLJoiner/XMLSplitter, generally related to handling xml event streams.
- XMLEventUtilBase(XMLEventReader, XMLEventWriter, XMLInputFactory, XMLOutputFactory) - Constructor for class com.boomi.connector.util.xml.XMLEventUtilBase
- XMLJoiner - Class in com.boomi.connector.util.xml
-
Utility for efficiently joining/wrapping multiple xml documents into one xml document.
- XMLJoiner() - Constructor for class com.boomi.connector.util.xml.XMLJoiner
- XMLJoiner(XMLEventWriter) - Constructor for class com.boomi.connector.util.xml.XMLJoiner
- XMLJoiner(XMLEventWriter, XMLInputFactory) - Constructor for class com.boomi.connector.util.xml.XMLJoiner
- XMLJoiner(XMLInputFactory, XMLOutputFactory) - Constructor for class com.boomi.connector.util.xml.XMLJoiner
- XMLJoiner(XMLOutputFactory) - Constructor for class com.boomi.connector.util.xml.XMLJoiner
- XMLSplitter - Class in com.boomi.connector.util.xml
-
Utility for efficiently splitting/stripping an xml document into one or more payloads.
- XMLSplitter(XMLEventReader) - Constructor for class com.boomi.connector.util.xml.XMLSplitter
- XMLSplitter(XMLEventReader, PayloadMetadata) - Constructor for class com.boomi.connector.util.xml.XMLSplitter
- XMLSplitter(XMLEventReader, XMLOutputFactory) - Constructor for class com.boomi.connector.util.xml.XMLSplitter
- XMLSplitter(XMLEventReader, XMLOutputFactory, PayloadMetadata) - Constructor for class com.boomi.connector.util.xml.XMLSplitter
All Classes All Packages