Index

A B C D E F G H I L M N O P Q R S T U V 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

AbstractServiceNowProcessor - Class in org.apache.camel.component.servicenow
 
AbstractServiceNowProcessor(ServiceNowEndpoint) - Constructor for class org.apache.camel.component.servicenow.AbstractServiceNowProcessor
 
AbstractServiceNowProducer - Class in org.apache.camel.component.servicenow
 
AbstractServiceNowProducer(ServiceNowEndpoint, ServiceNowRelease) - Constructor for class org.apache.camel.component.servicenow.AbstractServiceNowProducer
 
accept(MediaType...) - Method in class org.apache.camel.component.servicenow.ServiceNowClient
 
accept(String...) - Method in class org.apache.camel.component.servicenow.ServiceNowClient
 
ACTION - Static variable in class org.apache.camel.component.servicenow.ServiceNowConstants
 
ACTION_CONTENT - Static variable in class org.apache.camel.component.servicenow.ServiceNowConstants
 
ACTION_CREATE - Static variable in class org.apache.camel.component.servicenow.ServiceNowConstants
 
ACTION_DELETE - Static variable in class org.apache.camel.component.servicenow.ServiceNowConstants
 
ACTION_MODIFY - Static variable in class org.apache.camel.component.servicenow.ServiceNowConstants
 
ACTION_RETRIEVE - Static variable in class org.apache.camel.component.servicenow.ServiceNowConstants
 
ACTION_SUBJECT - Static variable in class org.apache.camel.component.servicenow.ServiceNowConstants
 
ACTION_SUBJECT_CART - Static variable in class org.apache.camel.component.servicenow.ServiceNowConstants
 
ACTION_SUBJECT_CATEGORIES - Static variable in class org.apache.camel.component.servicenow.ServiceNowConstants
 
ACTION_SUBJECT_CHECKOUT - Static variable in class org.apache.camel.component.servicenow.ServiceNowConstants
 
ACTION_SUBJECT_CHECKOUT_GUIDE - Static variable in class org.apache.camel.component.servicenow.ServiceNowConstants
 
ACTION_SUBJECT_DELIVERY_ADDRESS - Static variable in class org.apache.camel.component.servicenow.ServiceNowConstants
 
ACTION_SUBJECT_GUIDE - Static variable in class org.apache.camel.component.servicenow.ServiceNowConstants
 
ACTION_SUBJECT_IDENTIFY_RECONCILE - Static variable in class org.apache.camel.component.servicenow.ServiceNowConstants
 
ACTION_SUBJECT_PERFORMANCE_ANALYTICS - Static variable in class org.apache.camel.component.servicenow.ServiceNowConstants
 
ACTION_SUBJECT_PRODUCER - Static variable in class org.apache.camel.component.servicenow.ServiceNowConstants
 
ACTION_SUBJECT_SUBMIT_GUIDE - Static variable in class org.apache.camel.component.servicenow.ServiceNowConstants
 
ACTION_SUBJECT_USER_ROLE_INHERITANCE - Static variable in class org.apache.camel.component.servicenow.ServiceNowConstants
 
ACTION_UPDATE - Static variable in class org.apache.camel.component.servicenow.ServiceNowConstants
 
ACTION_UPLOAD - Static variable in class org.apache.camel.component.servicenow.ServiceNowConstants
 
addDispatcher(String, String, Processor) - Method in class org.apache.camel.component.servicenow.AbstractServiceNowProcessor
 
addDispatcher(String, Processor) - Method in class org.apache.camel.component.servicenow.AbstractServiceNowProcessor
 
addDispatcher(ServiceNowDispatcher) - Method in class org.apache.camel.component.servicenow.AbstractServiceNowProcessor
 
addModel(String, Class<?>) - Method in class org.apache.camel.component.servicenow.ServiceNowConfiguration
 
addRequestModel(String, Class<?>) - Method in class org.apache.camel.component.servicenow.ServiceNowConfiguration
 
addResponseModel(String, Class<?>) - Method in class org.apache.camel.component.servicenow.ServiceNowConfiguration
 
API_VERSION - Static variable in class org.apache.camel.component.servicenow.ServiceNowConstants
 
ATTACHMENT_META_HEADER - Static variable in class org.apache.camel.component.servicenow.ServiceNowConstants
 
AuthenticationRequestFilter - Class in org.apache.camel.component.servicenow.auth
 
AuthenticationRequestFilter(ServiceNowConfiguration) - Constructor for class org.apache.camel.component.servicenow.auth.AuthenticationRequestFilter
 

B

buildUri(String, Map<String, Object>, boolean) - Method in class org.apache.camel.component.servicenow.ServiceNowEndpointUriFactory
 

C

CAMEL_HEADER_PREFIX - Static variable in class org.apache.camel.component.servicenow.ServiceNowConstants
 
client - Variable in class org.apache.camel.component.servicenow.AbstractServiceNowProcessor
 
COMPONENT_SCHEME - Static variable in class org.apache.camel.component.servicenow.ServiceNowConstants
 
config - Variable in class org.apache.camel.component.servicenow.AbstractServiceNowProcessor
 
configure(CamelContext, Object, String, Object, boolean) - Method in class org.apache.camel.component.servicenow.ServiceNowComponentConfigurer
 
configure(CamelContext, Object, String, Object, boolean) - Method in class org.apache.camel.component.servicenow.ServiceNowEndpointConfigurer
 
CONTENT_ENCODING - Static variable in class org.apache.camel.component.servicenow.ServiceNowConstants
 
CONTENT_META - Static variable in class org.apache.camel.component.servicenow.ServiceNowConstants
 
CONTENT_TYPE - Static variable in class org.apache.camel.component.servicenow.ServiceNowConstants
 
copy() - Method in class org.apache.camel.component.servicenow.ServiceNowConfiguration
 
copyHeader(Response, String, Message, String) - Method in class org.apache.camel.component.servicenow.AbstractServiceNowProcessor
 
createConsumer(Processor) - Method in class org.apache.camel.component.servicenow.ServiceNowEndpoint
 
createEndpoint(String, String, Map<String, Object>) - Method in class org.apache.camel.component.servicenow.ServiceNowComponent
 
createProducer() - Method in class org.apache.camel.component.servicenow.ServiceNowEndpoint
 

D

DEFAULT_DATE_FORMAT - Static variable in class org.apache.camel.component.servicenow.ServiceNowConstants
 
DEFAULT_DATE_TIME_FORMAT - Static variable in class org.apache.camel.component.servicenow.ServiceNowConstants
 
DEFAULT_TIME_FORMAT - Static variable in class org.apache.camel.component.servicenow.ServiceNowConstants
 
DictionaryEntry - Class in org.apache.camel.component.servicenow.model
 
DictionaryEntry(Reference, Reference, Integer, boolean) - Constructor for class org.apache.camel.component.servicenow.model.DictionaryEntry
 
doProcess(Exchange, Class<?>, Class<?>, String, String, String, String) - Method in class org.apache.camel.component.servicenow.releases.fuji.FujiServiceNowProcessor
 

E

endpoint - Variable in class org.apache.camel.component.servicenow.AbstractServiceNowProcessor
 

F

filter(ClientRequestContext) - Method in class org.apache.camel.component.servicenow.auth.AuthenticationRequestFilter
 
findDispatcher(Exchange) - Method in class org.apache.camel.component.servicenow.AbstractServiceNowProcessor
 
findOffset(Response, String) - Static method in class org.apache.camel.component.servicenow.ServiceNowHelper
 
findOffsets(Response, BiConsumer<String, Object>) - Static method in class org.apache.camel.component.servicenow.ServiceNowHelper
 
FUJI - Enum constant in enum class org.apache.camel.component.servicenow.ServiceNowRelease
 
FujiServiceNowProcessor - Class in org.apache.camel.component.servicenow.releases.fuji
 
FujiServiceNowProcessor(ServiceNowEndpoint) - Constructor for class org.apache.camel.component.servicenow.releases.fuji.FujiServiceNowProcessor
 
FujiServiceNowProducer - Class in org.apache.camel.component.servicenow.releases.fuji
The Fuji ServiceNow producer.
FujiServiceNowProducer(ServiceNowEndpoint) - Constructor for class org.apache.camel.component.servicenow.releases.fuji.FujiServiceNowProducer
 
FujiServiceNowProducerInvokeOnHeaderFactory - Class in org.apache.camel.component.servicenow.releases.fuji
Generated by camel build tools - do NOT edit this file!
FujiServiceNowProducerInvokeOnHeaderFactory() - Constructor for class org.apache.camel.component.servicenow.releases.fuji.FujiServiceNowProducerInvokeOnHeaderFactory
 

G

GENEVA - Enum constant in enum class org.apache.camel.component.servicenow.ServiceNowRelease
 
get(ServiceNowEndpoint) - Method in interface org.apache.camel.component.servicenow.ServiceNowProducerSupplier
 
getApiUrl() - Method in class org.apache.camel.component.servicenow.ServiceNowConfiguration
 
getApiVersion() - Method in class org.apache.camel.component.servicenow.ServiceNowConfiguration
 
getApiVersion(Message) - Method in class org.apache.camel.component.servicenow.AbstractServiceNowProcessor
 
getAttributes() - Method in exception org.apache.camel.component.servicenow.ServiceNowException
 
getAuthString() - Method in class org.apache.camel.component.servicenow.auth.OAuthToken
 
getClientAccess() - Method in class org.apache.camel.component.servicenow.auth.OAuthToken
 
getCode() - Method in exception org.apache.camel.component.servicenow.ServiceNowException
 
getCollectionValueType(Object, String, boolean) - Method in class org.apache.camel.component.servicenow.ServiceNowComponentConfigurer
 
getCollectionValueType(Object, String, boolean) - Method in class org.apache.camel.component.servicenow.ServiceNowEndpointConfigurer
 
getConfiguration() - Method in class org.apache.camel.component.servicenow.AbstractServiceNowProducer
 
getConfiguration() - Method in class org.apache.camel.component.servicenow.ServiceNowComponent
 
getConfiguration() - Method in class org.apache.camel.component.servicenow.ServiceNowEndpoint
 
getDateFormat() - Method in class org.apache.camel.component.servicenow.ServiceNowConfiguration
 
getDateTimeFormat() - Method in class org.apache.camel.component.servicenow.ServiceNowConfiguration
 
getDefaultValue(ServiceNowConfiguration) - Method in interface org.apache.camel.component.servicenow.ServiceNowParam
 
getDefaultValue(ServiceNowConfiguration) - Method in enum class org.apache.camel.component.servicenow.ServiceNowParams
 
getDetail() - Method in exception org.apache.camel.component.servicenow.ServiceNowException
 
getDisplay() - Method in class org.apache.camel.component.servicenow.ServiceNowConfiguration
 
getDisplayName() - Method in class org.apache.camel.component.servicenow.model.ImportSetResult
 
getDisplayValue() - Method in class org.apache.camel.component.servicenow.model.ImportSetResult
 
getDisplayValue() - Method in class org.apache.camel.component.servicenow.model.Reference
 
getDisplayValue() - Method in class org.apache.camel.component.servicenow.ServiceNowConfiguration
 
getError() - Method in class org.apache.camel.component.servicenow.ServiceNowExceptionModel
 
getExcludeReferenceLink() - Method in class org.apache.camel.component.servicenow.ServiceNowConfiguration
 
getFavorites() - Method in class org.apache.camel.component.servicenow.ServiceNowConfiguration
 
getHeader() - Method in interface org.apache.camel.component.servicenow.ServiceNowParam
 
getHeader() - Method in enum class org.apache.camel.component.servicenow.ServiceNowParams
 
getHeaderValue(Message) - Method in interface org.apache.camel.component.servicenow.ServiceNowParam
 
getHeaderValue(Message) - Method in enum class org.apache.camel.component.servicenow.ServiceNowParams
 
getHeaderValue(Message, ServiceNowConfiguration) - Method in interface org.apache.camel.component.servicenow.ServiceNowParam
 
getHeaderValue(Message, ServiceNowConfiguration) - Method in enum class org.apache.camel.component.servicenow.ServiceNowParams
 
getHttpClientPolicy() - Method in class org.apache.camel.component.servicenow.ServiceNowConfiguration
 
getId() - Method in interface org.apache.camel.component.servicenow.ServiceNowParam
 
getId() - Method in enum class org.apache.camel.component.servicenow.ServiceNowParams
 
getImportSet() - Method in class org.apache.camel.component.servicenow.model.ImportSetResponse
 
getIncludeAggregates() - Method in class org.apache.camel.component.servicenow.ServiceNowConfiguration
 
getIncludeAvailableAggregates() - Method in class org.apache.camel.component.servicenow.ServiceNowConfiguration
 
getIncludeAvailableBreakdowns() - Method in class org.apache.camel.component.servicenow.ServiceNowConfiguration
 
getIncludeScoreNotes() - Method in class org.apache.camel.component.servicenow.ServiceNowConfiguration
 
getIncludeScores() - Method in class org.apache.camel.component.servicenow.ServiceNowConfiguration
 
getInputDisplayValue() - Method in class org.apache.camel.component.servicenow.ServiceNowConfiguration
 
getInstanceName() - Method in class org.apache.camel.component.servicenow.ServiceNowComponent
 
getInstanceName() - Method in class org.apache.camel.component.servicenow.ServiceNowEndpoint
 
getInternalType() - Method in class org.apache.camel.component.servicenow.model.DictionaryEntry
 
getKey() - Method in class org.apache.camel.component.servicenow.ServiceNowConfiguration
 
getLink() - Method in class org.apache.camel.component.servicenow.model.Reference
 
getMandatoryRequestParamFromHeader(ServiceNowParam, Message) - Method in class org.apache.camel.component.servicenow.AbstractServiceNowProcessor
 
getMapper() - Method in class org.apache.camel.component.servicenow.ServiceNowConfiguration
 
getMaxLength() - Method in class org.apache.camel.component.servicenow.model.DictionaryEntry
 
getModels() - Method in class org.apache.camel.component.servicenow.ServiceNowConfiguration
 
getOauthClientId() - Method in class org.apache.camel.component.servicenow.ServiceNowConfiguration
 
getOauthClientSecret() - Method in class org.apache.camel.component.servicenow.ServiceNowConfiguration
 
getOauthTokenUrl() - Method in class org.apache.camel.component.servicenow.ServiceNowConfiguration
 
getOptionType(String, boolean) - Method in class org.apache.camel.component.servicenow.ServiceNowComponentConfigurer
 
getOptionType(String, boolean) - Method in class org.apache.camel.component.servicenow.ServiceNowEndpointConfigurer
 
getOptionValue(Object, String, boolean) - Method in class org.apache.camel.component.servicenow.ServiceNowComponentConfigurer
 
getOptionValue(Object, String, boolean) - Method in class org.apache.camel.component.servicenow.ServiceNowEndpointConfigurer
 
getOrCreateMapper() - Method in class org.apache.camel.component.servicenow.ServiceNowConfiguration
 
getPassword() - Method in class org.apache.camel.component.servicenow.ServiceNowConfiguration
 
getPerPage() - Method in class org.apache.camel.component.servicenow.ServiceNowConfiguration
 
getProxyAuthorizationPolicy() - Method in class org.apache.camel.component.servicenow.ServiceNowConfiguration
 
getProxyHost() - Method in class org.apache.camel.component.servicenow.ServiceNowConfiguration
 
getProxyPassword() - Method in class org.apache.camel.component.servicenow.ServiceNowConfiguration
 
getProxyPort() - Method in class org.apache.camel.component.servicenow.ServiceNowConfiguration
 
getProxyUserName() - Method in class org.apache.camel.component.servicenow.ServiceNowConfiguration
 
getRecordLink() - Method in class org.apache.camel.component.servicenow.model.ImportSetResult
 
getReference() - Method in class org.apache.camel.component.servicenow.model.DictionaryEntry
 
getRelease() - Method in class org.apache.camel.component.servicenow.AbstractServiceNowProducer
 
getRelease() - Method in class org.apache.camel.component.servicenow.ServiceNowConfiguration
 
getRelease() - Method in interface org.apache.camel.component.servicenow.ServiceNowProducer
 
getRequestModel(String) - Method in class org.apache.camel.component.servicenow.ServiceNowConfiguration
 
getRequestModel(String, Class<?>) - Method in class org.apache.camel.component.servicenow.ServiceNowConfiguration
 
getRequestModel(Message) - Method in class org.apache.camel.component.servicenow.AbstractServiceNowProcessor
 
getRequestModel(Message, String) - Method in class org.apache.camel.component.servicenow.AbstractServiceNowProcessor
 
getRequestModels() - Method in class org.apache.camel.component.servicenow.ServiceNowConfiguration
 
getRequestParamFromHeader(ServiceNowParam, Message) - Method in class org.apache.camel.component.servicenow.AbstractServiceNowProcessor
 
getResource() - Method in class org.apache.camel.component.servicenow.ServiceNowConfiguration
 
getResponseModel(String) - Method in class org.apache.camel.component.servicenow.ServiceNowConfiguration
 
getResponseModel(String, Class<?>) - Method in class org.apache.camel.component.servicenow.ServiceNowConfiguration
 
getResponseModel(Message) - Method in class org.apache.camel.component.servicenow.AbstractServiceNowProcessor
 
getResponseModel(Message, String) - Method in class org.apache.camel.component.servicenow.AbstractServiceNowProcessor
 
getResponseModels() - Method in class org.apache.camel.component.servicenow.ServiceNowConfiguration
 
getResults() - Method in class org.apache.camel.component.servicenow.model.ImportSetResponse
 
getRetrieveTargetRecordOnImport() - Method in class org.apache.camel.component.servicenow.ServiceNowConfiguration
 
getSortBy() - Method in class org.apache.camel.component.servicenow.ServiceNowConfiguration
 
getSortDir() - Method in class org.apache.camel.component.servicenow.ServiceNowConfiguration
 
getSslContextParameters() - Method in class org.apache.camel.component.servicenow.ServiceNowConfiguration
 
getStagingTable() - Method in class org.apache.camel.component.servicenow.model.ImportSetResponse
 
getStatus() - Method in class org.apache.camel.component.servicenow.model.ImportSetResult
 
getStatus() - Method in exception org.apache.camel.component.servicenow.ServiceNowException
 
getStatus() - Method in class org.apache.camel.component.servicenow.ServiceNowExceptionModel
 
getSuppressAutoSysField() - Method in class org.apache.camel.component.servicenow.ServiceNowConfiguration
 
getSuppressPaginationHeader() - Method in class org.apache.camel.component.servicenow.ServiceNowConfiguration
 
getSysId() - Method in class org.apache.camel.component.servicenow.model.ImportSetResult
 
getSysID(Message) - Method in class org.apache.camel.component.servicenow.AbstractServiceNowProcessor
 
getTable() - Method in class org.apache.camel.component.servicenow.model.ImportSetResult
 
getTable() - Method in class org.apache.camel.component.servicenow.ServiceNowConfiguration
 
getTableName(Message) - Method in class org.apache.camel.component.servicenow.AbstractServiceNowProcessor
 
getTarget() - Method in class org.apache.camel.component.servicenow.ServiceNowConfiguration
 
getTimeFormat() - Method in class org.apache.camel.component.servicenow.ServiceNowConfiguration
 
getTopLevelOnly() - Method in class org.apache.camel.component.servicenow.ServiceNowConfiguration
 
getTransformMap() - Method in class org.apache.camel.component.servicenow.model.ImportSetResult
 
getType() - Method in interface org.apache.camel.component.servicenow.ServiceNowParam
 
getType() - Method in enum class org.apache.camel.component.servicenow.ServiceNowParams
 
getUserName() - Method in class org.apache.camel.component.servicenow.ServiceNowConfiguration
 
getValue() - Method in class org.apache.camel.component.servicenow.model.Reference
 
getVerifier() - Method in class org.apache.camel.component.servicenow.ServiceNowComponent
 

H

hasApiUrl() - Method in class org.apache.camel.component.servicenow.ServiceNowConfiguration
 
hasBasicAuthentication() - Method in class org.apache.camel.component.servicenow.ServiceNowConfiguration
 
hasMapper() - Method in class org.apache.camel.component.servicenow.ServiceNowConfiguration
 
hasOAuthAuthentication() - Method in class org.apache.camel.component.servicenow.ServiceNowConfiguration
 
hasOauthTokenUrl() - Method in class org.apache.camel.component.servicenow.ServiceNowConfiguration
 
HELSINKI - Enum constant in enum class org.apache.camel.component.servicenow.ServiceNowRelease
 
HelsinkiServiceNowAttachmentProcessor - Class in org.apache.camel.component.servicenow.releases.helsinki
 
HelsinkiServiceNowAttachmentProcessor(ServiceNowEndpoint) - Constructor for class org.apache.camel.component.servicenow.releases.helsinki.HelsinkiServiceNowAttachmentProcessor
 
HelsinkiServiceNowProducer - Class in org.apache.camel.component.servicenow.releases.helsinki
The Helsinki ServiceNow producer.
HelsinkiServiceNowProducer(ServiceNowEndpoint) - Constructor for class org.apache.camel.component.servicenow.releases.helsinki.HelsinkiServiceNowProducer
 
HelsinkiServiceNowProducerInvokeOnHeaderFactory - Class in org.apache.camel.component.servicenow.releases.helsinki
Generated by camel build tools - do NOT edit this file!
HelsinkiServiceNowProducerInvokeOnHeaderFactory() - Constructor for class org.apache.camel.component.servicenow.releases.helsinki.HelsinkiServiceNowProducerInvokeOnHeaderFactory
 

I

ImportSetResponse - Class in org.apache.camel.component.servicenow.model
 
ImportSetResponse(String, String, List<ImportSetResult>) - Constructor for class org.apache.camel.component.servicenow.model.ImportSetResponse
 
ImportSetResult - Class in org.apache.camel.component.servicenow.model
 
ImportSetResult(String, String, String, String, String, String, String) - Constructor for class org.apache.camel.component.servicenow.model.ImportSetResult
 
invoke(Object, String, Exchange, AsyncCallback) - Method in class org.apache.camel.component.servicenow.releases.fuji.FujiServiceNowProducerInvokeOnHeaderFactory
 
invoke(Object, String, Exchange, AsyncCallback) - Method in class org.apache.camel.component.servicenow.releases.helsinki.HelsinkiServiceNowProducerInvokeOnHeaderFactory
 
invoke(String) - Method in class org.apache.camel.component.servicenow.ServiceNowClient
 
invoke(String, Object) - Method in class org.apache.camel.component.servicenow.ServiceNowClient
 
invokeProcessor1(Exchange) - Method in class org.apache.camel.component.servicenow.releases.fuji.FujiServiceNowProducer
 
invokeProcessor1(Exchange) - Method in class org.apache.camel.component.servicenow.releases.helsinki.HelsinkiServiceNowProducer
 
invokeProcessor10(Exchange) - Method in class org.apache.camel.component.servicenow.releases.helsinki.HelsinkiServiceNowProducer
 
invokeProcessor2(Exchange) - Method in class org.apache.camel.component.servicenow.releases.fuji.FujiServiceNowProducer
 
invokeProcessor2(Exchange) - Method in class org.apache.camel.component.servicenow.releases.helsinki.HelsinkiServiceNowProducer
 
invokeProcessor3(Exchange) - Method in class org.apache.camel.component.servicenow.releases.fuji.FujiServiceNowProducer
 
invokeProcessor3(Exchange) - Method in class org.apache.camel.component.servicenow.releases.helsinki.HelsinkiServiceNowProducer
 
invokeProcessor4(Exchange) - Method in class org.apache.camel.component.servicenow.releases.helsinki.HelsinkiServiceNowProducer
 
invokeProcessor5(Exchange) - Method in class org.apache.camel.component.servicenow.releases.helsinki.HelsinkiServiceNowProducer
 
invokeProcessor6(Exchange) - Method in class org.apache.camel.component.servicenow.releases.helsinki.HelsinkiServiceNowProducer
 
invokeProcessor7(Exchange) - Method in class org.apache.camel.component.servicenow.releases.helsinki.HelsinkiServiceNowProducer
 
invokeProcessor8(Exchange) - Method in class org.apache.camel.component.servicenow.releases.helsinki.HelsinkiServiceNowProducer
 
invokeProcessor9(Exchange) - Method in class org.apache.camel.component.servicenow.releases.helsinki.HelsinkiServiceNowProducer
 
isEnabled(String) - Method in class org.apache.camel.component.servicenow.ServiceNowEndpointUriFactory
 
isLenientProperties() - Method in class org.apache.camel.component.servicenow.ServiceNowEndpointUriFactory
 
isMandatory() - Method in class org.apache.camel.component.servicenow.model.DictionaryEntry
 
isUseGlobalSslContextParameters() - Method in class org.apache.camel.component.servicenow.ServiceNowComponent
 

L

LINK_FIRST - Static variable in class org.apache.camel.component.servicenow.ServiceNowConstants
 
LINK_LAST - Static variable in class org.apache.camel.component.servicenow.ServiceNowConstants
 
LINK_NEXT - Static variable in class org.apache.camel.component.servicenow.ServiceNowConstants
 
LINK_PREV - Static variable in class org.apache.camel.component.servicenow.ServiceNowConstants
 

M

mapper - Variable in class org.apache.camel.component.servicenow.AbstractServiceNowProcessor
 
match(Exchange) - Method in class org.apache.camel.component.servicenow.ServiceNowDispatcher
 
matches(Message, String, String) - Static method in class org.apache.camel.component.servicenow.ServiceNowDispatcher
 
MODEL - Static variable in class org.apache.camel.component.servicenow.ServiceNowConstants
 
multiValuePrefixes() - Method in class org.apache.camel.component.servicenow.ServiceNowEndpointUriFactory
 

N

name() - Element in annotation interface org.apache.camel.component.servicenow.annotations.ServiceNowSysParm
 

O

OAuthToken - Class in org.apache.camel.component.servicenow.auth
 
OAuthToken(ServiceNowConfiguration) - Constructor for class org.apache.camel.component.servicenow.auth.OAuthToken
 
OFFSET_FIRST - Static variable in class org.apache.camel.component.servicenow.ServiceNowConstants
 
OFFSET_LAST - Static variable in class org.apache.camel.component.servicenow.ServiceNowConstants
 
OFFSET_NEXT - Static variable in class org.apache.camel.component.servicenow.ServiceNowConstants
 
OFFSET_PREV - Static variable in class org.apache.camel.component.servicenow.ServiceNowConstants
 
on(String, String, Processor) - Static method in class org.apache.camel.component.servicenow.ServiceNowDispatcher
 
org.apache.camel.component.servicenow - package org.apache.camel.component.servicenow
 
org.apache.camel.component.servicenow.annotations - package org.apache.camel.component.servicenow.annotations
 
org.apache.camel.component.servicenow.auth - package org.apache.camel.component.servicenow.auth
 
org.apache.camel.component.servicenow.model - package org.apache.camel.component.servicenow.model
 
org.apache.camel.component.servicenow.releases.fuji - package org.apache.camel.component.servicenow.releases.fuji
 
org.apache.camel.component.servicenow.releases.helsinki - package org.apache.camel.component.servicenow.releases.helsinki
 

P

PARAM_CART_ITEM_ID - Enum constant in enum class org.apache.camel.component.servicenow.ServiceNowParams
 
PARAM_CART_ITEM_ID - Static variable in class org.apache.camel.component.servicenow.ServiceNowConstants
 
PARAM_ENCRYPTION_CONTEXT - Enum constant in enum class org.apache.camel.component.servicenow.ServiceNowParams
 
PARAM_ENCRYPTION_CONTEXT - Static variable in class org.apache.camel.component.servicenow.ServiceNowConstants
 
PARAM_FILE_NAME - Enum constant in enum class org.apache.camel.component.servicenow.ServiceNowParams
 
PARAM_FILE_NAME - Static variable in class org.apache.camel.component.servicenow.ServiceNowConstants
 
PARAM_SYS_ID - Enum constant in enum class org.apache.camel.component.servicenow.ServiceNowParams
 
PARAM_SYS_ID - Static variable in class org.apache.camel.component.servicenow.ServiceNowConstants
 
PARAM_TABLE_NAME - Enum constant in enum class org.apache.camel.component.servicenow.ServiceNowParams
 
PARAM_TABLE_NAME - Static variable in class org.apache.camel.component.servicenow.ServiceNowConstants
 
PARAM_TABLE_SYS_ID - Enum constant in enum class org.apache.camel.component.servicenow.ServiceNowParams
 
PARAM_TABLE_SYS_ID - Static variable in class org.apache.camel.component.servicenow.ServiceNowConstants
 
PARAM_USER_ID - Enum constant in enum class org.apache.camel.component.servicenow.ServiceNowParams
 
PARAM_USER_ID - Static variable in class org.apache.camel.component.servicenow.ServiceNowConstants
 
PARAM_USER_SYS_ID - Enum constant in enum class org.apache.camel.component.servicenow.ServiceNowParams
 
PARAM_USER_SYS_ID - Static variable in class org.apache.camel.component.servicenow.ServiceNowConstants
 
path(Object) - Method in class org.apache.camel.component.servicenow.ServiceNowClient
 
process(Exchange) - Method in class org.apache.camel.component.servicenow.AbstractServiceNowProcessor
 
process(Exchange) - Method in class org.apache.camel.component.servicenow.releases.fuji.FujiServiceNowProcessor
 
process(Exchange) - Method in class org.apache.camel.component.servicenow.ServiceNowDispatcher
 
propertyNames() - Method in class org.apache.camel.component.servicenow.ServiceNowEndpointUriFactory
 

Q

query(Class<?>) - Method in class org.apache.camel.component.servicenow.ServiceNowClient
 
query(String, Object...) - Method in class org.apache.camel.component.servicenow.ServiceNowClient
 
query(ServiceNowParam, Message) - Method in class org.apache.camel.component.servicenow.ServiceNowClient
 
queryF(String, String, Object...) - Method in class org.apache.camel.component.servicenow.ServiceNowClient
 

R

Reference - Class in org.apache.camel.component.servicenow.model
 
Reference(String) - Constructor for class org.apache.camel.component.servicenow.model.Reference
 
Reference(String, String, String) - Constructor for class org.apache.camel.component.servicenow.model.Reference
 
REQUEST_MODEL - Static variable in class org.apache.camel.component.servicenow.ServiceNowConstants
 
reset() - Method in class org.apache.camel.component.servicenow.ServiceNowClient
 
RESOURCE - Static variable in class org.apache.camel.component.servicenow.ServiceNowConstants
 
RESOURCE_AGGREGATE - Static variable in class org.apache.camel.component.servicenow.ServiceNowConstants
 
RESOURCE_ATTACHMENT - Static variable in class org.apache.camel.component.servicenow.ServiceNowConstants
 
RESOURCE_IMPORT - Static variable in class org.apache.camel.component.servicenow.ServiceNowConstants
 
RESOURCE_MISC - Static variable in class org.apache.camel.component.servicenow.ServiceNowConstants
 
RESOURCE_SCORECARDS - Static variable in class org.apache.camel.component.servicenow.ServiceNowConstants
 
RESOURCE_SERVICE_CATALOG - Static variable in class org.apache.camel.component.servicenow.ServiceNowConstants
 
RESOURCE_SERVICE_CATALOG_CARTS - Static variable in class org.apache.camel.component.servicenow.ServiceNowConstants
 
RESOURCE_SERVICE_CATALOG_CATEGORIES - Static variable in class org.apache.camel.component.servicenow.ServiceNowConstants
 
RESOURCE_SERVICE_CATALOG_ITEMS - Static variable in class org.apache.camel.component.servicenow.ServiceNowConstants
 
RESOURCE_TABLE - Static variable in class org.apache.camel.component.servicenow.ServiceNowConstants
 
RESPONSE_META - Static variable in class org.apache.camel.component.servicenow.ServiceNowConstants
 
RESPONSE_MODEL - Static variable in class org.apache.camel.component.servicenow.ServiceNowConstants
 
RESPONSE_TYPE - Static variable in class org.apache.camel.component.servicenow.ServiceNowConstants
 
RETRIEVE_TARGET_RECORD - Static variable in class org.apache.camel.component.servicenow.ServiceNowConstants
 

S

secretPropertyNames() - Method in class org.apache.camel.component.servicenow.ServiceNowEndpointUriFactory
 
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
Represents the component that manages ServiceNowEndpoint.
ServiceNowComponent() - Constructor for class org.apache.camel.component.servicenow.ServiceNowComponent
 
ServiceNowComponent(CamelContext) - Constructor for class org.apache.camel.component.servicenow.ServiceNowComponent
 
ServiceNowComponentConfigurer - Class in org.apache.camel.component.servicenow
Generated by camel build tools - do NOT edit this file!
ServiceNowComponentConfigurer() - Constructor for class org.apache.camel.component.servicenow.ServiceNowComponentConfigurer
 
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
Interact with ServiceNow via its REST API.
ServiceNowEndpoint(String, ServiceNowComponent, ServiceNowConfiguration, String) - Constructor for class org.apache.camel.component.servicenow.ServiceNowEndpoint
 
ServiceNowEndpointConfigurer - Class in org.apache.camel.component.servicenow
Generated by camel build tools - do NOT edit this file!
ServiceNowEndpointConfigurer() - Constructor for class org.apache.camel.component.servicenow.ServiceNowEndpointConfigurer
 
ServiceNowEndpointUriFactory - Class in org.apache.camel.component.servicenow
Generated by camel build tools - do NOT edit this file!
ServiceNowEndpointUriFactory() - Constructor for class org.apache.camel.component.servicenow.ServiceNowEndpointUriFactory
 
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 Class in org.apache.camel.component.servicenow
 
ServiceNowProducer - Interface in org.apache.camel.component.servicenow
 
ServiceNowProducerSupplier - Interface in org.apache.camel.component.servicenow
 
ServiceNowRelease - Enum Class in org.apache.camel.component.servicenow
 
ServiceNowSysParm - Annotation Interface in org.apache.camel.component.servicenow.annotations
 
ServiceNowSysParms - Annotation Interface in org.apache.camel.component.servicenow.annotations
 
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
Component 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.ServiceNowConfiguration
OAuth2 ClientID
setOauthClientSecret(String) - Method in class org.apache.camel.component.servicenow.ServiceNowConfiguration
OAuth2 ClientSecret
setOauthTokenUrl(String) - Method in class org.apache.camel.component.servicenow.ServiceNowConfiguration
OAuth token Url
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.ServiceNowConfiguration
The proxy host name
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.ServiceNowConfiguration
The proxy port number
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.ServiceNowConfiguration
ServiceNow user account name, MUST be provided
SYSPARM_AVG_FIELDS - Enum constant in enum class org.apache.camel.component.servicenow.ServiceNowParams
 
SYSPARM_AVG_FIELDS - Static variable in class org.apache.camel.component.servicenow.ServiceNowConstants
 
SYSPARM_BREAKDOWN - Enum constant in enum class org.apache.camel.component.servicenow.ServiceNowParams
 
SYSPARM_BREAKDOWN - Static variable in class org.apache.camel.component.servicenow.ServiceNowConstants
 
SYSPARM_BREAKDOWN_RELATION - Enum constant in enum class org.apache.camel.component.servicenow.ServiceNowParams
 
SYSPARM_BREAKDOWN_RELATION - Static variable in class org.apache.camel.component.servicenow.ServiceNowConstants
 
SYSPARM_CATALOG - Enum constant in enum class org.apache.camel.component.servicenow.ServiceNowParams
 
SYSPARM_CATALOG - Static variable in class org.apache.camel.component.servicenow.ServiceNowConstants
 
SYSPARM_CATEGORY - Enum constant in enum class org.apache.camel.component.servicenow.ServiceNowParams
 
SYSPARM_CATEGORY - Static variable in class org.apache.camel.component.servicenow.ServiceNowConstants
 
SYSPARM_CONTAINS - Enum constant in enum class org.apache.camel.component.servicenow.ServiceNowParams
 
SYSPARM_CONTAINS - Static variable in class org.apache.camel.component.servicenow.ServiceNowConstants
 
SYSPARM_COUNT - Enum constant in enum class org.apache.camel.component.servicenow.ServiceNowParams
 
SYSPARM_COUNT - Static variable in class org.apache.camel.component.servicenow.ServiceNowConstants
 
SYSPARM_DATA_SOURCE - Enum constant in enum class org.apache.camel.component.servicenow.ServiceNowParams
 
SYSPARM_DATA_SOURCE - Static variable in class org.apache.camel.component.servicenow.ServiceNowConstants
 
SYSPARM_DISPLAY - Enum constant in enum class org.apache.camel.component.servicenow.ServiceNowParams
 
SYSPARM_DISPLAY - Static variable in class org.apache.camel.component.servicenow.ServiceNowConstants
 
SYSPARM_DISPLAY_VALUE - Enum constant in enum class org.apache.camel.component.servicenow.ServiceNowParams
 
SYSPARM_DISPLAY_VALUE - Static variable in class org.apache.camel.component.servicenow.ServiceNowConstants
 
SYSPARM_ELEMENTS_FILTER - Enum constant in enum class org.apache.camel.component.servicenow.ServiceNowParams
 
SYSPARM_ELEMENTS_FILTER - Static variable in class org.apache.camel.component.servicenow.ServiceNowConstants
 
SYSPARM_EXCLUDE_REFERENCE_LINK - Enum constant in enum class org.apache.camel.component.servicenow.ServiceNowParams
 
SYSPARM_EXCLUDE_REFERENCE_LINK - Static variable in class org.apache.camel.component.servicenow.ServiceNowConstants
 
SYSPARM_FAVORITES - Enum constant in enum class org.apache.camel.component.servicenow.ServiceNowParams
 
SYSPARM_FAVORITES - Static variable in class org.apache.camel.component.servicenow.ServiceNowConstants
 
SYSPARM_FIELDS - Enum constant in enum class org.apache.camel.component.servicenow.ServiceNowParams
 
SYSPARM_FIELDS - Static variable in class org.apache.camel.component.servicenow.ServiceNowConstants
 
SYSPARM_GROUP_BY - Enum constant in enum class org.apache.camel.component.servicenow.ServiceNowParams
 
SYSPARM_GROUP_BY - Static variable in class org.apache.camel.component.servicenow.ServiceNowConstants
 
SYSPARM_HAVING - Enum constant in enum class org.apache.camel.component.servicenow.ServiceNowParams
 
SYSPARM_HAVING - Static variable in class org.apache.camel.component.servicenow.ServiceNowConstants
 
SYSPARM_INCLUDE_AGGREGATES - Enum constant in enum class org.apache.camel.component.servicenow.ServiceNowParams
 
SYSPARM_INCLUDE_AGGREGATES - Static variable in class org.apache.camel.component.servicenow.ServiceNowConstants
 
SYSPARM_INCLUDE_AVAILABLE_AGGREGATES - Enum constant in enum class org.apache.camel.component.servicenow.ServiceNowParams
 
SYSPARM_INCLUDE_AVAILABLE_AGGREGATES - Static variable in class org.apache.camel.component.servicenow.ServiceNowConstants
 
SYSPARM_INCLUDE_AVAILABLE_BREAKDOWNS - Enum constant in enum class org.apache.camel.component.servicenow.ServiceNowParams
 
SYSPARM_INCLUDE_AVAILABLE_BREAKDOWNS - Static variable in class org.apache.camel.component.servicenow.ServiceNowConstants
 
SYSPARM_INCLUDE_SCORE_NOTES - Enum constant in enum class org.apache.camel.component.servicenow.ServiceNowParams
 
SYSPARM_INCLUDE_SCORE_NOTES - Static variable in class org.apache.camel.component.servicenow.ServiceNowConstants
 
SYSPARM_INCLUDE_SCORES - Enum constant in enum class org.apache.camel.component.servicenow.ServiceNowParams
 
SYSPARM_INCLUDE_SCORES - Static variable in class org.apache.camel.component.servicenow.ServiceNowConstants
 
SYSPARM_INPUT_DISPLAY_VALUE - Enum constant in enum class org.apache.camel.component.servicenow.ServiceNowParams
 
SYSPARM_INPUT_DISPLAY_VALUE - Static variable in class org.apache.camel.component.servicenow.ServiceNowConstants
 
SYSPARM_KEY - Enum constant in enum class org.apache.camel.component.servicenow.ServiceNowParams
 
SYSPARM_KEY - Static variable in class org.apache.camel.component.servicenow.ServiceNowConstants
 
SYSPARM_LIMIT - Enum constant in enum class org.apache.camel.component.servicenow.ServiceNowParams
 
SYSPARM_LIMIT - Static variable in class org.apache.camel.component.servicenow.ServiceNowConstants
 
SYSPARM_MAX_FIELDS - Enum constant in enum class org.apache.camel.component.servicenow.ServiceNowParams
 
SYSPARM_MAX_FIELDS - Static variable in class org.apache.camel.component.servicenow.ServiceNowConstants
 
SYSPARM_MIN_FIELDS - Enum constant in enum class org.apache.camel.component.servicenow.ServiceNowParams
 
SYSPARM_MIN_FIELDS - Static variable in class org.apache.camel.component.servicenow.ServiceNowConstants
 
SYSPARM_OFFSET - Enum constant in enum class org.apache.camel.component.servicenow.ServiceNowParams
 
SYSPARM_OFFSET - Static variable in class org.apache.camel.component.servicenow.ServiceNowConstants
 
SYSPARM_ORDER_BY - Enum constant in enum class org.apache.camel.component.servicenow.ServiceNowParams
 
SYSPARM_ORDER_BY - Static variable in class org.apache.camel.component.servicenow.ServiceNowConstants
 
SYSPARM_PAGE - Enum constant in enum class org.apache.camel.component.servicenow.ServiceNowParams
 
SYSPARM_PAGE - Static variable in class org.apache.camel.component.servicenow.ServiceNowConstants
 
SYSPARM_PER_PAGE - Enum constant in enum class org.apache.camel.component.servicenow.ServiceNowParams
 
SYSPARM_PER_PAGE - Static variable in class org.apache.camel.component.servicenow.ServiceNowConstants
 
SYSPARM_QUERY - Enum constant in enum class org.apache.camel.component.servicenow.ServiceNowParams
 
SYSPARM_QUERY - Static variable in class org.apache.camel.component.servicenow.ServiceNowConstants
 
SYSPARM_SORT_BY - Enum constant in enum class org.apache.camel.component.servicenow.ServiceNowParams
 
SYSPARM_SORT_BY - Static variable in class org.apache.camel.component.servicenow.ServiceNowConstants
 
SYSPARM_SORT_DIR - Enum constant in enum class org.apache.camel.component.servicenow.ServiceNowParams
 
SYSPARM_SORT_DIR - Static variable in class org.apache.camel.component.servicenow.ServiceNowConstants
 
SYSPARM_SUM_FIELDS - Enum constant in enum class org.apache.camel.component.servicenow.ServiceNowParams
 
SYSPARM_SUM_FIELDS - Static variable in class org.apache.camel.component.servicenow.ServiceNowConstants
 
SYSPARM_SUPPRESS_AUTO_SYS_FIELD - Enum constant in enum class org.apache.camel.component.servicenow.ServiceNowParams
 
SYSPARM_SUPPRESS_AUTO_SYS_FIELD - Static variable in class org.apache.camel.component.servicenow.ServiceNowConstants
 
SYSPARM_SUPPRESS_PAGINATION_HEADER - Enum constant in enum class org.apache.camel.component.servicenow.ServiceNowParams
 
SYSPARM_SUPPRESS_PAGINATION_HEADER - Static variable in class org.apache.camel.component.servicenow.ServiceNowConstants
 
SYSPARM_TAGS - Enum constant in enum class org.apache.camel.component.servicenow.ServiceNowParams
 
SYSPARM_TAGS - Static variable in class org.apache.camel.component.servicenow.ServiceNowConstants
 
SYSPARM_TARGET - Enum constant in enum class org.apache.camel.component.servicenow.ServiceNowParams
 
SYSPARM_TARGET - Static variable in class org.apache.camel.component.servicenow.ServiceNowConstants
 
SYSPARM_TEXT - Enum constant in enum class org.apache.camel.component.servicenow.ServiceNowParams
 
SYSPARM_TEXT - Static variable in class org.apache.camel.component.servicenow.ServiceNowConstants
 
SYSPARM_TOP_LEVEL_ONLY - Enum constant in enum class org.apache.camel.component.servicenow.ServiceNowParams
 
SYSPARM_TOP_LEVEL_ONLY - Static variable in class org.apache.camel.component.servicenow.ServiceNowConstants
 
SYSPARM_TYPE - Enum constant in enum class org.apache.camel.component.servicenow.ServiceNowParams
 
SYSPARM_TYPE - Static variable in class org.apache.camel.component.servicenow.ServiceNowConstants
 
SYSPARM_UUID - Enum constant in enum class org.apache.camel.component.servicenow.ServiceNowParams
 
SYSPARM_UUID - Static variable in class org.apache.camel.component.servicenow.ServiceNowConstants
 
SYSPARM_VIEW - Enum constant in enum class org.apache.camel.component.servicenow.ServiceNowParams
 
SYSPARM_VIEW - Static variable in class org.apache.camel.component.servicenow.ServiceNowConstants
 

T

toString() - Method in exception org.apache.camel.component.servicenow.ServiceNowException
 
trasform(String, Object, Function<Response, T>) - Method in class org.apache.camel.component.servicenow.ServiceNowClient
 
trasform(String, Function<Response, T>) - Method in class org.apache.camel.component.servicenow.ServiceNowClient
 
type(MediaType) - Method in class org.apache.camel.component.servicenow.ServiceNowClient
 
type(String) - Method in class org.apache.camel.component.servicenow.ServiceNowClient
 
types(MediaType) - Method in class org.apache.camel.component.servicenow.ServiceNowClient
 
types(MediaType, MediaType) - Method in class org.apache.camel.component.servicenow.ServiceNowClient
 

U

unwrap(JsonNode, Class<?>) - Method in class org.apache.camel.component.servicenow.AbstractServiceNowProcessor
 

V

validateBody(Object, Class<?>) - Method in class org.apache.camel.component.servicenow.AbstractServiceNowProcessor
 
validateBody(Message, Class<?>) - Method in class org.apache.camel.component.servicenow.AbstractServiceNowProcessor
 
value() - Element in annotation interface org.apache.camel.component.servicenow.annotations.ServiceNowSysParm
 
value() - Element in annotation interface org.apache.camel.component.servicenow.annotations.ServiceNowSysParms
 
valueOf(String) - Static method in enum class org.apache.camel.component.servicenow.ServiceNowParams
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.apache.camel.component.servicenow.ServiceNowRelease
Returns the enum constant of this class with the specified name.
values() - Static method in enum class org.apache.camel.component.servicenow.ServiceNowParams
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.apache.camel.component.servicenow.ServiceNowRelease
Returns an array containing the constants of this enum class, in the order they are declared.
A B C D E F G H I L M N O P Q R S T U V 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form