- ServiceNowClient - Class in org.apache.camel.component.servicenow
-
- ServiceNowClient(CamelContext, ServiceNowConfiguration) - Constructor for class org.apache.camel.component.servicenow.ServiceNowClient
-
- ServiceNowComponent - Class in org.apache.camel.component.servicenow
-
- ServiceNowComponent() - Constructor for class org.apache.camel.component.servicenow.ServiceNowComponent
-
- ServiceNowComponent(CamelContext) - Constructor for class org.apache.camel.component.servicenow.ServiceNowComponent
-
- ServiceNowConfiguration - Class in org.apache.camel.component.servicenow
-
- ServiceNowConfiguration() - Constructor for class org.apache.camel.component.servicenow.ServiceNowConfiguration
-
- ServiceNowConstants - Class in org.apache.camel.component.servicenow
-
- ServiceNowDispatcher - Class in org.apache.camel.component.servicenow
-
- ServiceNowDispatcher(Predicate<Exchange>, Processor) - Constructor for class org.apache.camel.component.servicenow.ServiceNowDispatcher
-
- ServiceNowEndpoint - Class in org.apache.camel.component.servicenow
-
The servicenow component is used to integrate Camel with
ServiceNow cloud services.
- ServiceNowEndpoint(String, ServiceNowComponent, ServiceNowConfiguration, String) - Constructor for class org.apache.camel.component.servicenow.ServiceNowEndpoint
-
- ServiceNowException - Exception in org.apache.camel.component.servicenow
-
- ServiceNowException(Integer, String, String, String) - Constructor for exception org.apache.camel.component.servicenow.ServiceNowException
-
- ServiceNowException(Integer, Map<Object, Object>) - Constructor for exception org.apache.camel.component.servicenow.ServiceNowException
-
- ServiceNowExceptionModel - Class in org.apache.camel.component.servicenow
-
- ServiceNowExceptionModel(String, Map<String, String>) - Constructor for class org.apache.camel.component.servicenow.ServiceNowExceptionModel
-
- ServiceNowHelper - Class in org.apache.camel.component.servicenow
-
- ServiceNowParam - Interface in org.apache.camel.component.servicenow
-
- ServiceNowParams - Enum in org.apache.camel.component.servicenow
-
- ServiceNowProducer - Interface in org.apache.camel.component.servicenow
-
- ServiceNowProducerSupplier - Interface in org.apache.camel.component.servicenow
-
- ServiceNowRelease - Enum in org.apache.camel.component.servicenow
-
- ServiceNowSysParm - Annotation Type in org.apache.camel.component.servicenow.annotations
-
- ServiceNowSysParms - Annotation Type in org.apache.camel.component.servicenow.annotations
-
- setApiUrl(String) - Method in class org.apache.camel.component.servicenow.ServiceNowComponent
-
The ServiceNow REST API url
- setApiUrl(String) - Method in class org.apache.camel.component.servicenow.ServiceNowConfiguration
-
The ServiceNow REST API url
- setApiVersion(String) - Method in class org.apache.camel.component.servicenow.ServiceNowConfiguration
-
The ServiceNow REST API version, default latest
- setBody(Message, Class<?>, Response) - Method in class org.apache.camel.component.servicenow.AbstractServiceNowProcessor
-
- setBodyAndHeaders(Message, Class<?>, Response) - Method in class org.apache.camel.component.servicenow.AbstractServiceNowProcessor
-
- setConfiguration(ServiceNowConfiguration) - Method in class org.apache.camel.component.servicenow.ServiceNowComponent
-
The ServiceNow default configuration
- setDateFormat(String) - Method in class org.apache.camel.component.servicenow.ServiceNowConfiguration
-
The date format used for Json serialization/deserialization
- setDateTimeFormat(String) - Method in class org.apache.camel.component.servicenow.ServiceNowConfiguration
-
The date-time format used for Json serialization/deserialization
- setDisplay(String) - Method in class org.apache.camel.component.servicenow.ServiceNowConfiguration
-
Set this parameter to true to return only scorecards where the indicator
Display field is selected.
- setDisplayValue(String) - Method in class org.apache.camel.component.servicenow.ServiceNowConfiguration
-
Return the display value (true), actual value (false), or both (all) for
reference fields (default: false)
- setExcludeReferenceLink(Boolean) - Method in class org.apache.camel.component.servicenow.ServiceNowConfiguration
-
True to exclude Table API links for reference fields (default: false)
- setFavorites(Boolean) - Method in class org.apache.camel.component.servicenow.ServiceNowConfiguration
-
Set this parameter to true to return only scorecards that are favorites of
the querying user.
- setHeaders(Message, Class<?>, Response) - Method in class org.apache.camel.component.servicenow.AbstractServiceNowProcessor
-
- setHttpClientPolicy(HTTPClientPolicy) - Method in class org.apache.camel.component.servicenow.ServiceNowConfiguration
-
To configure http-client
- setIncludeAggregates(Boolean) - Method in class org.apache.camel.component.servicenow.ServiceNowConfiguration
-
Set this parameter to true to always return all available aggregates for
an indicator, including when an aggregate has already been applied.
- setIncludeAvailableAggregates(Boolean) - Method in class org.apache.camel.component.servicenow.ServiceNowConfiguration
-
Set this parameter to true to return all available aggregates for an indicator
when no aggregate has been applied.
- setIncludeAvailableBreakdowns(Boolean) - Method in class org.apache.camel.component.servicenow.ServiceNowConfiguration
-
Set this parameter to true to return all available breakdowns for an indicator.
- setIncludeScoreNotes(Boolean) - Method in class org.apache.camel.component.servicenow.ServiceNowConfiguration
-
Set this parameter to true to return all notes associated with the score.
- setIncludeScores(Boolean) - Method in class org.apache.camel.component.servicenow.ServiceNowConfiguration
-
Set this parameter to true to return all scores for a scorecard.
- setInputDisplayValue(Boolean) - Method in class org.apache.camel.component.servicenow.ServiceNowConfiguration
-
True to set raw value of input fields (default: false)
- setInstanceName(String) - Method in class org.apache.camel.component.servicenow.ServiceNowComponent
-
The ServiceNow instance name
- setKey(Boolean) - Method in class org.apache.camel.component.servicenow.ServiceNowConfiguration
-
Set this parameter to true to return only scorecards for key indicators.
- setMapper(ObjectMapper) - Method in class org.apache.camel.component.servicenow.ServiceNowConfiguration
-
Sets Jackson's ObjectMapper to use for request/reply
- setModels(Map<String, Class<?>>) - Method in class org.apache.camel.component.servicenow.ServiceNowConfiguration
-
- setOauthClientId(String) - Method in class org.apache.camel.component.servicenow.ServiceNowComponent
-
OAuth2 ClientID
- setOauthClientId(String) - Method in class org.apache.camel.component.servicenow.ServiceNowConfiguration
-
OAuth2 ClientID
- setOauthClientSecret(String) - Method in class org.apache.camel.component.servicenow.ServiceNowComponent
-
OAuth2 ClientSecret
- setOauthClientSecret(String) - Method in class org.apache.camel.component.servicenow.ServiceNowConfiguration
-
OAuth2 ClientSecret
- setOauthTokenUrl(String) - Method in class org.apache.camel.component.servicenow.ServiceNowComponent
-
OAuth token Url
- setOauthTokenUrl(String) - Method in class org.apache.camel.component.servicenow.ServiceNowConfiguration
-
OAuth token Url
- setPassword(String) - Method in class org.apache.camel.component.servicenow.ServiceNowComponent
-
ServiceNow account password
- setPassword(String) - Method in class org.apache.camel.component.servicenow.ServiceNowConfiguration
-
ServiceNow account password, MUST be provided
- setPerPage(Integer) - Method in class org.apache.camel.component.servicenow.ServiceNowConfiguration
-
Enter the maximum number of scorecards each query can return.
- setProxyAuthorizationPolicy(ProxyAuthorizationPolicy) - Method in class org.apache.camel.component.servicenow.ServiceNowConfiguration
-
To configure proxy authentication
- setProxyHost(String) - Method in class org.apache.camel.component.servicenow.ServiceNowComponent
-
The proxy host name
- setProxyHost(String) - Method in class org.apache.camel.component.servicenow.ServiceNowConfiguration
-
The proxy host name
- setProxyPassword(String) - Method in class org.apache.camel.component.servicenow.ServiceNowComponent
-
Password for proxy authentication
- setProxyPassword(String) - Method in class org.apache.camel.component.servicenow.ServiceNowConfiguration
-
Password for proxy authentication
- setProxyPort(Integer) - Method in class org.apache.camel.component.servicenow.ServiceNowComponent
-
The proxy port number
- setProxyPort(Integer) - Method in class org.apache.camel.component.servicenow.ServiceNowConfiguration
-
The proxy port number
- setProxyUserName(String) - Method in class org.apache.camel.component.servicenow.ServiceNowComponent
-
Username for proxy authentication
- setProxyUserName(String) - Method in class org.apache.camel.component.servicenow.ServiceNowConfiguration
-
Username for proxy authentication
- setRelease(ServiceNowRelease) - Method in class org.apache.camel.component.servicenow.ServiceNowConfiguration
-
The ServiceNow release to target, default to Helsinki
See https://docs.servicenow.com
- setRequestModels(Map<String, Class<?>>) - Method in class org.apache.camel.component.servicenow.ServiceNowConfiguration
-
Defines the request model
- setResource(String) - Method in class org.apache.camel.component.servicenow.ServiceNowConfiguration
-
The default resource, can be overridden by header CamelServiceNowResource
- setResponseModels(Map<String, Class<?>>) - Method in class org.apache.camel.component.servicenow.ServiceNowConfiguration
-
Defines the response model
- setRetrieveTargetRecordOnImport(Boolean) - Method in class org.apache.camel.component.servicenow.ServiceNowConfiguration
-
Set this parameter to true to retrieve the target record when using import
set api.
- setSortBy(String) - Method in class org.apache.camel.component.servicenow.ServiceNowConfiguration
-
Specify the value to use when sorting results.
- setSortDir(String) - Method in class org.apache.camel.component.servicenow.ServiceNowConfiguration
-
Specify the sort direction, ascending or descending.
- setSslContextParameters(SSLContextParameters) - Method in class org.apache.camel.component.servicenow.ServiceNowConfiguration
-
To configure security using SSLContextParameters.
- setSuppressAutoSysField(Boolean) - Method in class org.apache.camel.component.servicenow.ServiceNowConfiguration
-
True to suppress auto generation of system fields (default: false)
- setSuppressPaginationHeader(Boolean) - Method in class org.apache.camel.component.servicenow.ServiceNowConfiguration
-
Set this value to true to remove the Link header from the response.
- setTable(String) - Method in class org.apache.camel.component.servicenow.ServiceNowConfiguration
-
The default table, can be overridden by header CamelServiceNowTable
- setTarget(Boolean) - Method in class org.apache.camel.component.servicenow.ServiceNowConfiguration
-
Set this parameter to true to return only scorecards that have a target.
- setTimeFormat(String) - Method in class org.apache.camel.component.servicenow.ServiceNowConfiguration
-
The time format used for Json serialization/deserialization
- setTopLevelOnly(Boolean) - Method in class org.apache.camel.component.servicenow.ServiceNowConfiguration
-
Gets only those categories whose parent is a catalog.
- setUseGlobalSslContextParameters(boolean) - Method in class org.apache.camel.component.servicenow.ServiceNowComponent
-
Enable usage of global SSL context parameters.
- setUserName(String) - Method in class org.apache.camel.component.servicenow.ServiceNowComponent
-
ServiceNow user account name
- setUserName(String) - Method in class org.apache.camel.component.servicenow.ServiceNowConfiguration
-
ServiceNow user account name, MUST be provided