| Package | Description |
|---|---|
| org.apache.camel.builder.component | |
| org.apache.camel.builder.component.dsl |
| Modifier and Type | Method and Description |
|---|---|
static ServicenowComponentBuilderFactory.ServicenowComponentBuilder |
ComponentsBuilderFactory.servicenow()
ServiceNow (camel-servicenow)
Interact with ServiceNow via its REST API.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
ServicenowComponentBuilderFactory.ServicenowComponentBuilderImpl |
| Modifier and Type | Method and Description |
|---|---|
default ServicenowComponentBuilderFactory.ServicenowComponentBuilder |
ServicenowComponentBuilderFactory.ServicenowComponentBuilder.apiUrl(String apiUrl)
The ServiceNow REST API url.
|
default ServicenowComponentBuilderFactory.ServicenowComponentBuilder |
ServicenowComponentBuilderFactory.ServicenowComponentBuilder.apiVersion(String apiVersion)
The ServiceNow REST API version, default latest.
|
default ServicenowComponentBuilderFactory.ServicenowComponentBuilder |
ServicenowComponentBuilderFactory.ServicenowComponentBuilder.autowiredEnabled(boolean autowiredEnabled)
Whether autowiring is enabled.
|
default ServicenowComponentBuilderFactory.ServicenowComponentBuilder |
ServicenowComponentBuilderFactory.ServicenowComponentBuilder.configuration(org.apache.camel.component.servicenow.ServiceNowConfiguration configuration)
Component configuration.
|
default ServicenowComponentBuilderFactory.ServicenowComponentBuilder |
ServicenowComponentBuilderFactory.ServicenowComponentBuilder.dateFormat(String dateFormat)
The date format used for Json serialization/deserialization.
|
default ServicenowComponentBuilderFactory.ServicenowComponentBuilder |
ServicenowComponentBuilderFactory.ServicenowComponentBuilder.dateTimeFormat(String dateTimeFormat)
The date-time format used for Json serialization/deserialization.
|
default ServicenowComponentBuilderFactory.ServicenowComponentBuilder |
ServicenowComponentBuilderFactory.ServicenowComponentBuilder.display(String display)
Set this parameter to true to return only scorecards where the
indicator Display field is selected.
|
default ServicenowComponentBuilderFactory.ServicenowComponentBuilder |
ServicenowComponentBuilderFactory.ServicenowComponentBuilder.displayValue(String displayValue)
Return the display value (true), actual value (false), or both (all)
for reference fields (default: false).
|
default ServicenowComponentBuilderFactory.ServicenowComponentBuilder |
ServicenowComponentBuilderFactory.ServicenowComponentBuilder.excludeReferenceLink(Boolean excludeReferenceLink)
True to exclude Table API links for reference fields (default:
false).
|
default ServicenowComponentBuilderFactory.ServicenowComponentBuilder |
ServicenowComponentBuilderFactory.ServicenowComponentBuilder.favorites(Boolean favorites)
Set this parameter to true to return only scorecards that are
favorites of the querying user.
|
default ServicenowComponentBuilderFactory.ServicenowComponentBuilder |
ServicenowComponentBuilderFactory.ServicenowComponentBuilder.httpClientPolicy(org.apache.cxf.transports.http.configuration.HTTPClientPolicy httpClientPolicy)
To configure http-client.
|
default ServicenowComponentBuilderFactory.ServicenowComponentBuilder |
ServicenowComponentBuilderFactory.ServicenowComponentBuilder.includeAggregates(Boolean includeAggregates)
Set this parameter to true to always return all available aggregates
for an indicator, including when an aggregate has already been
applied.
|
default ServicenowComponentBuilderFactory.ServicenowComponentBuilder |
ServicenowComponentBuilderFactory.ServicenowComponentBuilder.includeAvailableAggregates(Boolean includeAvailableAggregates)
Set this parameter to true to return all available aggregates for an
indicator when no aggregate has been applied.
|
default ServicenowComponentBuilderFactory.ServicenowComponentBuilder |
ServicenowComponentBuilderFactory.ServicenowComponentBuilder.includeAvailableBreakdowns(Boolean includeAvailableBreakdowns)
Set this parameter to true to return all available breakdowns for an
indicator.
|
default ServicenowComponentBuilderFactory.ServicenowComponentBuilder |
ServicenowComponentBuilderFactory.ServicenowComponentBuilder.includeScoreNotes(Boolean includeScoreNotes)
Set this parameter to true to return all notes associated with the
score.
|
default ServicenowComponentBuilderFactory.ServicenowComponentBuilder |
ServicenowComponentBuilderFactory.ServicenowComponentBuilder.includeScores(Boolean includeScores)
Set this parameter to true to return all scores for a scorecard.
|
default ServicenowComponentBuilderFactory.ServicenowComponentBuilder |
ServicenowComponentBuilderFactory.ServicenowComponentBuilder.inputDisplayValue(Boolean inputDisplayValue)
True to set raw value of input fields (default: false).
|
default ServicenowComponentBuilderFactory.ServicenowComponentBuilder |
ServicenowComponentBuilderFactory.ServicenowComponentBuilder.instanceName(String instanceName)
The ServiceNow instance name.
|
default ServicenowComponentBuilderFactory.ServicenowComponentBuilder |
ServicenowComponentBuilderFactory.ServicenowComponentBuilder.key(Boolean key)
Set this parameter to true to return only scorecards for key
indicators.
|
default ServicenowComponentBuilderFactory.ServicenowComponentBuilder |
ServicenowComponentBuilderFactory.ServicenowComponentBuilder.lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default ServicenowComponentBuilderFactory.ServicenowComponentBuilder |
ServicenowComponentBuilderFactory.ServicenowComponentBuilder.mapper(com.fasterxml.jackson.databind.ObjectMapper mapper)
Sets Jackson's ObjectMapper to use for request/reply.
|
default ServicenowComponentBuilderFactory.ServicenowComponentBuilder |
ServicenowComponentBuilderFactory.ServicenowComponentBuilder.models(Map<String,Class<Object>> models)
Defines both request and response models.
|
default ServicenowComponentBuilderFactory.ServicenowComponentBuilder |
ServicenowComponentBuilderFactory.ServicenowComponentBuilder.oauthClientId(String oauthClientId)
OAuth2 ClientID.
|
default ServicenowComponentBuilderFactory.ServicenowComponentBuilder |
ServicenowComponentBuilderFactory.ServicenowComponentBuilder.oauthClientSecret(String oauthClientSecret)
OAuth2 ClientSecret.
|
default ServicenowComponentBuilderFactory.ServicenowComponentBuilder |
ServicenowComponentBuilderFactory.ServicenowComponentBuilder.oauthTokenUrl(String oauthTokenUrl)
OAuth token Url.
|
default ServicenowComponentBuilderFactory.ServicenowComponentBuilder |
ServicenowComponentBuilderFactory.ServicenowComponentBuilder.password(String password)
ServiceNow account password, MUST be provided.
|
default ServicenowComponentBuilderFactory.ServicenowComponentBuilder |
ServicenowComponentBuilderFactory.ServicenowComponentBuilder.perPage(Integer perPage)
Enter the maximum number of scorecards each query can return.
|
default ServicenowComponentBuilderFactory.ServicenowComponentBuilder |
ServicenowComponentBuilderFactory.ServicenowComponentBuilder.proxyAuthorizationPolicy(org.apache.cxf.configuration.security.ProxyAuthorizationPolicy proxyAuthorizationPolicy)
To configure proxy authentication.
|
default ServicenowComponentBuilderFactory.ServicenowComponentBuilder |
ServicenowComponentBuilderFactory.ServicenowComponentBuilder.proxyHost(String proxyHost)
The proxy host name.
|
default ServicenowComponentBuilderFactory.ServicenowComponentBuilder |
ServicenowComponentBuilderFactory.ServicenowComponentBuilder.proxyPassword(String proxyPassword)
Password for proxy authentication.
|
default ServicenowComponentBuilderFactory.ServicenowComponentBuilder |
ServicenowComponentBuilderFactory.ServicenowComponentBuilder.proxyPort(Integer proxyPort)
The proxy port number.
|
default ServicenowComponentBuilderFactory.ServicenowComponentBuilder |
ServicenowComponentBuilderFactory.ServicenowComponentBuilder.proxyUserName(String proxyUserName)
Username for proxy authentication.
|
default ServicenowComponentBuilderFactory.ServicenowComponentBuilder |
ServicenowComponentBuilderFactory.ServicenowComponentBuilder.release(org.apache.camel.component.servicenow.ServiceNowRelease release)
The ServiceNow release to target, default to Helsinki See
https://docs.servicenow.com.
|
default ServicenowComponentBuilderFactory.ServicenowComponentBuilder |
ServicenowComponentBuilderFactory.ServicenowComponentBuilder.requestModels(Map<String,Class<Object>> requestModels)
Defines the request model.
|
default ServicenowComponentBuilderFactory.ServicenowComponentBuilder |
ServicenowComponentBuilderFactory.ServicenowComponentBuilder.resource(String resource)
The default resource, can be overridden by header
CamelServiceNowResource.
|
default ServicenowComponentBuilderFactory.ServicenowComponentBuilder |
ServicenowComponentBuilderFactory.ServicenowComponentBuilder.responseModels(Map<String,Class<Object>> responseModels)
Defines the response model.
|
default ServicenowComponentBuilderFactory.ServicenowComponentBuilder |
ServicenowComponentBuilderFactory.ServicenowComponentBuilder.retrieveTargetRecordOnImport(Boolean retrieveTargetRecordOnImport)
Set this parameter to true to retrieve the target record when using
import set api.
|
static ServicenowComponentBuilderFactory.ServicenowComponentBuilder |
ServicenowComponentBuilderFactory.servicenow()
ServiceNow (camel-servicenow)
Interact with ServiceNow via its REST API.
|
default ServicenowComponentBuilderFactory.ServicenowComponentBuilder |
ServicenowComponentBuilderFactory.ServicenowComponentBuilder.sortBy(String sortBy)
Specify the value to use when sorting results.
|
default ServicenowComponentBuilderFactory.ServicenowComponentBuilder |
ServicenowComponentBuilderFactory.ServicenowComponentBuilder.sortDir(String sortDir)
Specify the sort direction, ascending or descending.
|
default ServicenowComponentBuilderFactory.ServicenowComponentBuilder |
ServicenowComponentBuilderFactory.ServicenowComponentBuilder.sslContextParameters(org.apache.camel.support.jsse.SSLContextParameters sslContextParameters)
To configure security using SSLContextParameters.
|
default ServicenowComponentBuilderFactory.ServicenowComponentBuilder |
ServicenowComponentBuilderFactory.ServicenowComponentBuilder.suppressAutoSysField(Boolean suppressAutoSysField)
True to suppress auto generation of system fields (default: false).
|
default ServicenowComponentBuilderFactory.ServicenowComponentBuilder |
ServicenowComponentBuilderFactory.ServicenowComponentBuilder.suppressPaginationHeader(Boolean suppressPaginationHeader)
Set this value to true to remove the Link header from the response.
|
default ServicenowComponentBuilderFactory.ServicenowComponentBuilder |
ServicenowComponentBuilderFactory.ServicenowComponentBuilder.table(String table)
The default table, can be overridden by header CamelServiceNowTable.
|
default ServicenowComponentBuilderFactory.ServicenowComponentBuilder |
ServicenowComponentBuilderFactory.ServicenowComponentBuilder.target(Boolean target)
Set this parameter to true to return only scorecards that have a
target.
|
default ServicenowComponentBuilderFactory.ServicenowComponentBuilder |
ServicenowComponentBuilderFactory.ServicenowComponentBuilder.timeFormat(String timeFormat)
The time format used for Json serialization/deserialization.
|
default ServicenowComponentBuilderFactory.ServicenowComponentBuilder |
ServicenowComponentBuilderFactory.ServicenowComponentBuilder.topLevelOnly(Boolean topLevelOnly)
Gets only those categories whose parent is a catalog.
|
default ServicenowComponentBuilderFactory.ServicenowComponentBuilder |
ServicenowComponentBuilderFactory.ServicenowComponentBuilder.useGlobalSslContextParameters(boolean useGlobalSslContextParameters)
Enable usage of global SSL context parameters.
|
default ServicenowComponentBuilderFactory.ServicenowComponentBuilder |
ServicenowComponentBuilderFactory.ServicenowComponentBuilder.userName(String userName)
ServiceNow user account name, MUST be provided.
|
Apache Camel