Class ServiceNowConstants

java.lang.Object
org.apache.camel.component.servicenow.ServiceNowConstants

public final class ServiceNowConstants extends Object
  • Field Details

    • COMPONENT_SCHEME

      public static final String COMPONENT_SCHEME
      See Also:
    • CAMEL_HEADER_PREFIX

      public static final String CAMEL_HEADER_PREFIX
      See Also:
    • RESOURCE

      @Metadata(description="The resource to access", javaType="String") public static final String RESOURCE
      See Also:
    • ACTION

      @Metadata(description="The action to perform", javaType="String") public static final String ACTION
      See Also:
    • ACTION_SUBJECT

      @Metadata(description="The action subject", javaType="String") public static final String ACTION_SUBJECT
      See Also:
    • MODEL

      @Metadata(description="The data model", javaType="Class") public static final String MODEL
      See Also:
    • REQUEST_MODEL

      @Metadata(description="The request data model", javaType="Class") public static final String REQUEST_MODEL
      See Also:
    • RESPONSE_MODEL

      @Metadata(description="The response data model", javaType="Class") public static final String RESPONSE_MODEL
      See Also:
    • OFFSET_NEXT

      public static final String OFFSET_NEXT
      See Also:
    • OFFSET_PREV

      public static final String OFFSET_PREV
      See Also:
    • OFFSET_FIRST

      public static final String OFFSET_FIRST
      See Also:
    • OFFSET_LAST

      public static final String OFFSET_LAST
      See Also:
    • CONTENT_TYPE

      @Metadata(description="The content type", javaType="String") public static final String CONTENT_TYPE
      See Also:
    • CONTENT_ENCODING

      public static final String CONTENT_ENCODING
      See Also:
    • CONTENT_META

      @Metadata(description="The content meta", javaType="Map") public static final String CONTENT_META
      See Also:
    • RESPONSE_META

      @Metadata(description="The response meta", javaType="Map") public static final String RESPONSE_META
      See Also:
    • API_VERSION

      @Metadata(description="The REST API version", javaType="String") public static final String API_VERSION
      See Also:
    • RESPONSE_TYPE

      @Metadata(description="The type of the response", javaType="Class") public static final String RESPONSE_TYPE
      See Also:
    • RETRIEVE_TARGET_RECORD

      @Metadata(description="Set this parameter to true to retrieve the target record.", javaType="Boolean") public static final String RETRIEVE_TARGET_RECORD
      See Also:
    • PARAM_TABLE_NAME

      @Metadata(description="The default table", javaType="String") public static final String PARAM_TABLE_NAME
      See Also:
    • PARAM_SYS_ID

      @Metadata(description="The sys id", javaType="String") public static final String PARAM_SYS_ID
      See Also:
    • PARAM_USER_SYS_ID

      @Metadata(description="The user sys id", javaType="String") public static final String PARAM_USER_SYS_ID
      See Also:
    • PARAM_USER_ID

      @Metadata(description="The user id", javaType="String") public static final String PARAM_USER_ID
      See Also:
    • PARAM_CART_ITEM_ID

      @Metadata(description="The cart item id", javaType="String") public static final String PARAM_CART_ITEM_ID
      See Also:
    • PARAM_FILE_NAME

      @Metadata(description="The file name", javaType="String") public static final String PARAM_FILE_NAME
      See Also:
    • PARAM_TABLE_SYS_ID

      @Metadata(description="The table sys id", javaType="String") public static final String PARAM_TABLE_SYS_ID
      See Also:
    • PARAM_ENCRYPTION_CONTEXT

      @Metadata(description="The encryption context", javaType="String") public static final String PARAM_ENCRYPTION_CONTEXT
      See Also:
    • SYSPARM_CATEGORY

      @Metadata(description="The sys param category", javaType="String") public static final String SYSPARM_CATEGORY
      See Also:
    • SYSPARM_TYPE

      @Metadata(description="The sys param type", javaType="String") public static final String SYSPARM_TYPE
      See Also:
    • SYSPARM_CATALOG

      @Metadata(description="The sys param catalog", javaType="String") public static final String SYSPARM_CATALOG
      See Also:
    • SYSPARM_QUERY

      @Metadata(description="The sys param query", javaType="String") public static final String SYSPARM_QUERY
      See Also:
    • SYSPARM_DISPLAY_VALUE

      @Metadata(description="Return the display value (true), actual value (false), or both (all) for reference fields", javaType="String", defaultValue="false") public static final String SYSPARM_DISPLAY_VALUE
      See Also:
    • SYSPARM_INPUT_DISPLAY_VALUE

      @Metadata(description="True to set raw value of input fields", javaType="Boolean", defaultValue="false") public static final String SYSPARM_INPUT_DISPLAY_VALUE
      See Also:
    • SYSPARM_FIELDS

      @Metadata(description="The sys param fields", javaType="String") public static final String SYSPARM_FIELDS
      See Also:
    • SYSPARM_LIMIT

      @Metadata(description="The sys param limit", javaType="Integer") public static final String SYSPARM_LIMIT
      See Also:
    • SYSPARM_TEXT

      @Metadata(description="The sys param text", javaType="String") public static final String SYSPARM_TEXT
      See Also:
    • SYSPARM_OFFSET

      @Metadata(description="The sys param offset", javaType="Integer") public static final String SYSPARM_OFFSET
      See Also:
    • SYSPARM_VIEW

      @Metadata(description="The sys param view", javaType="String") public static final String SYSPARM_VIEW
      See Also:
    • SYSPARM_SUPPRESS_AUTO_SYS_FIELD

      @Metadata(description="True to suppress auto generation of system fields", javaType="Boolean", defaultValue="false") public static final String SYSPARM_SUPPRESS_AUTO_SYS_FIELD
      See Also:
    • SYSPARM_SUPPRESS_PAGINATION_HEADER

      @Metadata(description="Set this value to true to remove the Link header from the response. The Link header allows you to request\n additional pages of data when the number of records matching your query exceeds the query limit", javaType="Boolean") public static final String SYSPARM_SUPPRESS_PAGINATION_HEADER
      See Also:
    • SYSPARM_MIN_FIELDS

      @Metadata(description="The sys param min fields", javaType="String") public static final String SYSPARM_MIN_FIELDS
      See Also:
    • SYSPARM_MAX_FIELDS

      @Metadata(description="The sys param max fields", javaType="String") public static final String SYSPARM_MAX_FIELDS
      See Also:
    • SYSPARM_SUM_FIELDS

      @Metadata(description="The sys param sum fields", javaType="String") public static final String SYSPARM_SUM_FIELDS
      See Also:
    • SYSPARM_AVG_FIELDS

      @Metadata(description="The sys param avg fields", javaType="String") public static final String SYSPARM_AVG_FIELDS
      See Also:
    • SYSPARM_COUNT

      @Metadata(description="The sys param count", javaType="Boolean") public static final String SYSPARM_COUNT
      See Also:
    • SYSPARM_GROUP_BY

      @Metadata(description="The sys param group by", javaType="String") public static final String SYSPARM_GROUP_BY
      See Also:
    • SYSPARM_ORDER_BY

      @Metadata(description="The sys param order by", javaType="String") public static final String SYSPARM_ORDER_BY
      See Also:
    • SYSPARM_HAVING

      @Metadata(description="The sys param having", javaType="String") public static final String SYSPARM_HAVING
      See Also:
    • SYSPARM_UUID

      @Metadata(description="The sys param UUID", javaType="String") public static final String SYSPARM_UUID
      See Also:
    • SYSPARM_BREAKDOWN

      @Metadata(description="The sys param breakdown", javaType="String") public static final String SYSPARM_BREAKDOWN
      See Also:
    • SYSPARM_INCLUDE_SCORES

      @Metadata(description="Set this parameter to true to return all scores for a scorecard. If a value is not specified, this parameter\n defaults to false and returns only the most recent score value.", javaType="Boolean") public static final String SYSPARM_INCLUDE_SCORES
      See Also:
    • SYSPARM_INCLUDE_SCORE_NOTES

      @Metadata(description="Set this parameter to true to return all notes associated with the score. The note element contains the note text\n as well as the author and timestamp when the note was added.", javaType="Boolean") public static final String SYSPARM_INCLUDE_SCORE_NOTES
      See Also:
    • SYSPARM_INCLUDE_AGGREGATES

      @Metadata(description="Set this parameter to true to always return all available aggregates for an indicator, including when an\n aggregate has already been applied. If a value is not specified, this parameter defaults to false and returns no\n aggregates.", javaType="Boolean") public static final String SYSPARM_INCLUDE_AGGREGATES
      See Also:
    • SYSPARM_INCLUDE_AVAILABLE_BREAKDOWNS

      @Metadata(description="Set this parameter to true to return all available breakdowns for an indicator. If a value is not specified, this\n parameter defaults to false and returns no breakdowns.", javaType="Boolean") public static final String SYSPARM_INCLUDE_AVAILABLE_BREAKDOWNS
      See Also:
    • SYSPARM_INCLUDE_AVAILABLE_AGGREGATES

      @Metadata(description="Set this parameter to true to return all available aggregates for an indicator when no aggregate has been\n applied. If a value is not specified, this parameter defaults to false and returns no aggregates.", javaType="Boolean") public static final String SYSPARM_INCLUDE_AVAILABLE_AGGREGATES
      See Also:
    • SYSPARM_FAVORITES

      @Metadata(description="Set this parameter to true to return only scorecards that are favorites of the querying user.", javaType="Boolean") public static final String SYSPARM_FAVORITES
      See Also:
    • SYSPARM_KEY

      @Metadata(description="Set this parameter to true to return only scorecards for key indicators.", javaType="Boolean") public static final String SYSPARM_KEY
      See Also:
    • SYSPARM_TARGET

      @Metadata(description="Set this parameter to true to return only scorecards that have a target.", javaType="Boolean") public static final String SYSPARM_TARGET
      See Also:
    • SYSPARM_DISPLAY

      @Metadata(description="Set this parameter to true to return only scorecards where the indicator Display field is selected. Set this\n parameter to all to return scorecards with any Display field value.", javaType="String", defaultValue="true") public static final String SYSPARM_DISPLAY
      See Also:
    • SYSPARM_PER_PAGE

      @Metadata(description="Enter the maximum number of scorecards each query can return. By default this value is 10, and the maximum is\n 100.", javaType="Integer", defaultValue="10") public static final String SYSPARM_PER_PAGE
      See Also:
    • SYSPARM_SORT_BY

      @Metadata(description="Specify the value to use when sorting results. By default, queries sort records by value.", javaType="String") public static final String SYSPARM_SORT_BY
      See Also:
    • SYSPARM_SORT_DIR

      @Metadata(description="Specify the sort direction, ascending or descending. By default, queries sort records in descending order. Use\n sysparm_sortdir=asc to sort in ascending order.", javaType="String") public static final String SYSPARM_SORT_DIR
      See Also:
    • SYSPARM_CONTAINS

      @Metadata(description="The sys param contains.", javaType="String") public static final String SYSPARM_CONTAINS
      See Also:
    • SYSPARM_TAGS

      @Metadata(description="The sys param tags.", javaType="String") public static final String SYSPARM_TAGS
      See Also:
    • SYSPARM_PAGE

      @Metadata(description="The sys param page.", javaType="String") public static final String SYSPARM_PAGE
      See Also:
    • SYSPARM_ELEMENTS_FILTER

      @Metadata(description="The sys param elements filter.", javaType="String") public static final String SYSPARM_ELEMENTS_FILTER
      See Also:
    • SYSPARM_BREAKDOWN_RELATION

      @Metadata(description="The sys param breakdown relation.", javaType="String") public static final String SYSPARM_BREAKDOWN_RELATION
      See Also:
    • SYSPARM_DATA_SOURCE

      @Metadata(description="The sys param data source.", javaType="String") public static final String SYSPARM_DATA_SOURCE
      See Also:
    • SYSPARM_TOP_LEVEL_ONLY

      @Metadata(description="Gets only those categories whose parent is a catalog.", javaType="Boolean") public static final String SYSPARM_TOP_LEVEL_ONLY
      See Also:
    • DEFAULT_DATE_FORMAT

      public static final String DEFAULT_DATE_FORMAT
      See Also:
    • DEFAULT_TIME_FORMAT

      public static final String DEFAULT_TIME_FORMAT
      See Also:
    • DEFAULT_DATE_TIME_FORMAT

      public static final String DEFAULT_DATE_TIME_FORMAT
      See Also:
    • ATTACHMENT_META_HEADER

      public static final String ATTACHMENT_META_HEADER
      See Also:
    • RESOURCE_TABLE

      public static final String RESOURCE_TABLE
      See Also:
    • RESOURCE_AGGREGATE

      public static final String RESOURCE_AGGREGATE
      See Also:
    • RESOURCE_IMPORT

      public static final String RESOURCE_IMPORT
      See Also:
    • RESOURCE_ATTACHMENT

      public static final String RESOURCE_ATTACHMENT
      See Also:
    • RESOURCE_SCORECARDS

      public static final String RESOURCE_SCORECARDS
      See Also:
    • RESOURCE_MISC

      public static final String RESOURCE_MISC
      See Also:
    • RESOURCE_SERVICE_CATALOG

      public static final String RESOURCE_SERVICE_CATALOG
      See Also:
    • RESOURCE_SERVICE_CATALOG_ITEMS

      public static final String RESOURCE_SERVICE_CATALOG_ITEMS
      See Also:
    • RESOURCE_SERVICE_CATALOG_CARTS

      public static final String RESOURCE_SERVICE_CATALOG_CARTS
      See Also:
    • RESOURCE_SERVICE_CATALOG_CATEGORIES

      public static final String RESOURCE_SERVICE_CATALOG_CATEGORIES
      See Also:
    • ACTION_RETRIEVE

      public static final String ACTION_RETRIEVE
      See Also:
    • ACTION_CONTENT

      public static final String ACTION_CONTENT
      See Also:
    • ACTION_CREATE

      public static final String ACTION_CREATE
      See Also:
    • ACTION_MODIFY

      public static final String ACTION_MODIFY
      See Also:
    • ACTION_DELETE

      public static final String ACTION_DELETE
      See Also:
    • ACTION_UPDATE

      public static final String ACTION_UPDATE
      See Also:
    • ACTION_UPLOAD

      public static final String ACTION_UPLOAD
      See Also:
    • ACTION_SUBJECT_CATEGORIES

      public static final String ACTION_SUBJECT_CATEGORIES
      See Also:
    • ACTION_SUBJECT_CART

      public static final String ACTION_SUBJECT_CART
      See Also:
    • ACTION_SUBJECT_PRODUCER

      public static final String ACTION_SUBJECT_PRODUCER
      See Also:
    • ACTION_SUBJECT_GUIDE

      public static final String ACTION_SUBJECT_GUIDE
      See Also:
    • ACTION_SUBJECT_SUBMIT_GUIDE

      public static final String ACTION_SUBJECT_SUBMIT_GUIDE
      See Also:
    • ACTION_SUBJECT_CHECKOUT_GUIDE

      public static final String ACTION_SUBJECT_CHECKOUT_GUIDE
      See Also:
    • ACTION_SUBJECT_PERFORMANCE_ANALYTICS

      public static final String ACTION_SUBJECT_PERFORMANCE_ANALYTICS
      See Also:
    • ACTION_SUBJECT_USER_ROLE_INHERITANCE

      public static final String ACTION_SUBJECT_USER_ROLE_INHERITANCE
      See Also:
    • ACTION_SUBJECT_IDENTIFY_RECONCILE

      public static final String ACTION_SUBJECT_IDENTIFY_RECONCILE
      See Also:
    • ACTION_SUBJECT_DELIVERY_ADDRESS

      public static final String ACTION_SUBJECT_DELIVERY_ADDRESS
      See Also:
    • ACTION_SUBJECT_CHECKOUT

      public static final String ACTION_SUBJECT_CHECKOUT
      See Also: