Class GlobalDataRest


  • public class GlobalDataRest
    extends java.lang.Object
    Global Variables and eventually method used by REST services
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String CHECK_ACCESS_CONTRACT
      Force update Header
      static int FIRST_PRIORITY_FILTER
      FIRST_PRIORITY_FILTER
      static java.lang.String FORCE_UPDATE
      Force update Header
      static int SECOND_PRIORITY_FILTER
      SECOND_PRIORITY_FILTER
      static int STATUS_CHECK_RETRY
      number of check status retry call
      static java.lang.String TENANT_LIST
      Tenant List for Initialisation of Tenant Filter
      static long TIMEOUT_END_WORKER_MILLISECOND
      Timeout for finish worker task in millisecond
      static java.lang.String TRANSFER_ENCODING_HEADER
      Transfer Encoding Header
      static java.lang.String VITAM_CONTENT_LENGTH
      Header use to have size before swift upload
      static java.lang.String X_ACCESS_CONTRAT_ID
      Header use to contain the id of the access contract
      static java.lang.String X_ACTION
      Header Parameter X_ACTION Is required only if X_ACTION_INIT in (START, NEXT, RESUME, REPLAY, PAUSE) but not INT
      static java.lang.String X_ACTION_INIT
      Header Parameter X_ACTION_INIT
      static java.lang.String X_ADMIN_CROSS_TENANT_ACCESS_REQUEST_ALLOWED
      Allow cross tenant access request check from Admin Tenant
      static java.lang.String X_APPLICATION_ID
      Header Parameter X_APPLICATION_ID
      static java.lang.String X_CHUNK_LENGTH
      Header use to have the body (object) CHUNK size
      static java.lang.String X_CHUNK_MAX_SIZE
      Max size to retrieve
      static java.lang.String X_CHUNK_OFFSET
      Offset of file to retrieve
      static java.lang.String X_CONTENT_DESTINATION
      The X-CONTENT-DESTINATIONnofferId destination for copy
      static java.lang.String X_CONTENT_LENGTH
      Header use to have the body (object) size even if Content-Type is chunked
      static java.lang.String X_CONTENT_SOURCE
      The X-CONTENT-SOURCE offerId source for copy
      static java.lang.String X_CONTEXT_ID
      X_CONTEXT_ID : used in case of POST and PUT methods to transmit workFlow execution context(stepByStep or not)
      static java.lang.String X_CSRF_TOKEN
      The X_CSRF_TOKEN header
      static java.lang.String X_CURSOR
      Ask to request using a http based cursor
      static java.lang.String X_CURSOR_ID
      Identifier for a Http based cursor
      static java.lang.String X_CURSOR_TIMEOUT
      Timeout (in epoch) for Http based cursor
      static java.lang.String X_DATA_CATEGORY
      The X_DATA_CATEGORY header, used in requests to give data category
      static java.lang.String X_DIGEST
      Digest value
      static java.lang.String X_DIGEST_ALGORITHM
      Digest algorithm
      static java.lang.String X_EVENT_STATUS
      Event status
      static java.lang.String X_FILENAME
      Filename Header
      static java.lang.String X_GLOBAL_EXECUTION_STATE
      Global execution state
      static java.lang.String X_GLOBAL_EXECUTION_STATUS
      Global execution status
      static java.lang.String X_HTTP_METHOD_OVERRIDE
      X_HTTP_METHOD_OVERRIDE : used in case of POST methods overriding GET methods
      static java.lang.String X_MANIFEST_DIGEST_ALGORITHM
      Optional.
      static java.lang.String X_MANIFEST_DIGEST_VALUE
      Optional.
      static java.lang.String X_OBJECTS_COUNT
      Objects Count Header
      static java.lang.String X_OFFER
      The X_OFFER header, used in requests to get data from a specific offer
      static java.lang.String X_OFFER_IDS
      The X_OFFER_IDS header, used in requests to give list of offer ids
      static java.lang.String X_OFFER_NO_CACHE
      The X_OFFER_NO_CACHE header, used in requests to set cache policy when computing object digest
      static java.lang.String X_PERSONAL_CERTIFICATE
      Header Parameter X_PERSONAL_CERTIFICATE
      static java.lang.String X_PLATFORM_ID
      The X_PLATFORM_ID header
      static java.lang.String X_QUALIFIER
      X-Qualifier header used on REST request to identify the concerned qualifier
      static java.lang.String X_RECURSIVE
      Recursive deletion
      static java.lang.String X_REQUEST_ID
      Header Parameter X_REQUEST_ID
      static java.lang.String X_SECURITY_CONTEXT_ID
      Header Parameter X_SECURITY_CONTEXT_ID
      static java.lang.String X_SSL_CLIENT_CERT
      Header to passe certificate pem
      static java.lang.String X_STRATEGY_ID
      The X_STRATEGY_ID header, used in requests to use a particular strategy
      static java.lang.String X_TENANT_ID
      X-Tenant-Id header used on REST request to identify the concerned tenant
      static java.lang.String X_TIMESTAMP
      The X_TIMESTAMP header
      static java.lang.String X_TYPE_PROCESS
      Logbook type process
      static java.lang.String X_UNITS_COUNT
      Units Count Header
      static java.lang.String X_VERSION
      X-Version header used on REST request to identify the concerned version
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • X_HTTP_METHOD_OVERRIDE

        public static final java.lang.String X_HTTP_METHOD_OVERRIDE
        X_HTTP_METHOD_OVERRIDE : used in case of POST methods overriding GET methods
        See Also:
        Constant Field Values
      • X_SECURITY_CONTEXT_ID

        public static final java.lang.String X_SECURITY_CONTEXT_ID
        Header Parameter X_SECURITY_CONTEXT_ID
        See Also:
        Constant Field Values
      • X_APPLICATION_ID

        public static final java.lang.String X_APPLICATION_ID
        Header Parameter X_APPLICATION_ID
        See Also:
        Constant Field Values
      • X_PERSONAL_CERTIFICATE

        public static final java.lang.String X_PERSONAL_CERTIFICATE
        Header Parameter X_PERSONAL_CERTIFICATE
        See Also:
        Constant Field Values
      • X_ACTION

        public static final java.lang.String X_ACTION
        Header Parameter X_ACTION Is required only if X_ACTION_INIT in (START, NEXT, RESUME, REPLAY, PAUSE) but not INT
        See Also:
        Constant Field Values
      • X_ACTION_INIT

        public static final java.lang.String X_ACTION_INIT
        Header Parameter X_ACTION_INIT
        See Also:
        Constant Field Values
      • X_TYPE_PROCESS

        public static final java.lang.String X_TYPE_PROCESS
        Logbook type process
        See Also:
        Constant Field Values
      • X_REQUEST_ID

        public static final java.lang.String X_REQUEST_ID
        Header Parameter X_REQUEST_ID
        See Also:
        Constant Field Values
      • X_TENANT_ID

        public static final java.lang.String X_TENANT_ID
        X-Tenant-Id header used on REST request to identify the concerned tenant
        See Also:
        Constant Field Values
      • X_QUALIFIER

        public static final java.lang.String X_QUALIFIER
        X-Qualifier header used on REST request to identify the concerned qualifier
        See Also:
        Constant Field Values
      • X_VERSION

        public static final java.lang.String X_VERSION
        X-Version header used on REST request to identify the concerned version
        See Also:
        Constant Field Values
      • X_STRATEGY_ID

        public static final java.lang.String X_STRATEGY_ID
        The X_STRATEGY_ID header, used in requests to use a particular strategy
        See Also:
        Constant Field Values
      • X_OFFER_IDS

        public static final java.lang.String X_OFFER_IDS
        The X_OFFER_IDS header, used in requests to give list of offer ids
        See Also:
        Constant Field Values
      • X_OFFER

        public static final java.lang.String X_OFFER
        The X_OFFER header, used in requests to get data from a specific offer
        See Also:
        Constant Field Values
      • X_OFFER_NO_CACHE

        public static final java.lang.String X_OFFER_NO_CACHE
        The X_OFFER_NO_CACHE header, used in requests to set cache policy when computing object digest
        See Also:
        Constant Field Values
      • X_CONTENT_DESTINATION

        public static final java.lang.String X_CONTENT_DESTINATION
        The X-CONTENT-DESTINATIONnofferId destination for copy
        See Also:
        Constant Field Values
      • X_CONTENT_SOURCE

        public static final java.lang.String X_CONTENT_SOURCE
        The X-CONTENT-SOURCE offerId source for copy
        See Also:
        Constant Field Values
      • X_ADMIN_CROSS_TENANT_ACCESS_REQUEST_ALLOWED

        public static final java.lang.String X_ADMIN_CROSS_TENANT_ACCESS_REQUEST_ALLOWED
        Allow cross tenant access request check from Admin Tenant
        See Also:
        Constant Field Values
      • X_PLATFORM_ID

        public static final java.lang.String X_PLATFORM_ID
        The X_PLATFORM_ID header
        See Also:
        Constant Field Values
      • X_TIMESTAMP

        public static final java.lang.String X_TIMESTAMP
        The X_TIMESTAMP header
        See Also:
        Constant Field Values
      • X_CSRF_TOKEN

        public static final java.lang.String X_CSRF_TOKEN
        The X_CSRF_TOKEN header
        See Also:
        Constant Field Values
      • X_CURSOR

        public static final java.lang.String X_CURSOR
        Ask to request using a http based cursor
        See Also:
        Constant Field Values
      • X_CURSOR_ID

        public static final java.lang.String X_CURSOR_ID
        Identifier for a Http based cursor
        See Also:
        Constant Field Values
      • X_CURSOR_TIMEOUT

        public static final java.lang.String X_CURSOR_TIMEOUT
        Timeout (in epoch) for Http based cursor
        See Also:
        Constant Field Values
      • X_DIGEST_ALGORITHM

        public static final java.lang.String X_DIGEST_ALGORITHM
        Digest algorithm
        See Also:
        Constant Field Values
      • X_RECURSIVE

        public static final java.lang.String X_RECURSIVE
        Recursive deletion
        See Also:
        Constant Field Values
      • X_CHUNK_LENGTH

        public static final java.lang.String X_CHUNK_LENGTH
        Header use to have the body (object) CHUNK size
        See Also:
        Constant Field Values
      • X_CONTENT_LENGTH

        public static final java.lang.String X_CONTENT_LENGTH
        Header use to have the body (object) size even if Content-Type is chunked
        See Also:
        Constant Field Values
      • VITAM_CONTENT_LENGTH

        public static final java.lang.String VITAM_CONTENT_LENGTH
        Header use to have size before swift upload
        See Also:
        Constant Field Values
      • X_SSL_CLIENT_CERT

        public static final java.lang.String X_SSL_CLIENT_CERT
        Header to passe certificate pem
        See Also:
        Constant Field Values
      • X_CONTEXT_ID

        public static final java.lang.String X_CONTEXT_ID
        X_CONTEXT_ID : used in case of POST and PUT methods to transmit workFlow execution context(stepByStep or not)
        See Also:
        Constant Field Values
      • X_ACCESS_CONTRAT_ID

        public static final java.lang.String X_ACCESS_CONTRAT_ID
        Header use to contain the id of the access contract
        See Also:
        Constant Field Values
      • X_FILENAME

        public static final java.lang.String X_FILENAME
        Filename Header
        See Also:
        Constant Field Values
      • TRANSFER_ENCODING_HEADER

        public static final java.lang.String TRANSFER_ENCODING_HEADER
        Transfer Encoding Header
        See Also:
        Constant Field Values
      • X_UNITS_COUNT

        public static final java.lang.String X_UNITS_COUNT
        Units Count Header
        See Also:
        Constant Field Values
      • X_OBJECTS_COUNT

        public static final java.lang.String X_OBJECTS_COUNT
        Objects Count Header
        See Also:
        Constant Field Values
      • FIRST_PRIORITY_FILTER

        public static final int FIRST_PRIORITY_FILTER
        FIRST_PRIORITY_FILTER
        See Also:
        Constant Field Values
      • SECOND_PRIORITY_FILTER

        public static final int SECOND_PRIORITY_FILTER
        SECOND_PRIORITY_FILTER
        See Also:
        Constant Field Values
      • X_EVENT_STATUS

        public static final java.lang.String X_EVENT_STATUS
        Event status
        See Also:
        Constant Field Values
      • TENANT_LIST

        public static final java.lang.String TENANT_LIST
        Tenant List for Initialisation of Tenant Filter
        See Also:
        Constant Field Values
      • TIMEOUT_END_WORKER_MILLISECOND

        public static final long TIMEOUT_END_WORKER_MILLISECOND
        Timeout for finish worker task in millisecond
        See Also:
        Constant Field Values
      • STATUS_CHECK_RETRY

        public static final int STATUS_CHECK_RETRY
        number of check status retry call
        See Also:
        Constant Field Values
      • X_GLOBAL_EXECUTION_STATE

        public static final java.lang.String X_GLOBAL_EXECUTION_STATE
        Global execution state
        See Also:
        Constant Field Values
      • X_GLOBAL_EXECUTION_STATUS

        public static final java.lang.String X_GLOBAL_EXECUTION_STATUS
        Global execution status
        See Also:
        Constant Field Values
      • FORCE_UPDATE

        public static final java.lang.String FORCE_UPDATE
        Force update Header
        See Also:
        Constant Field Values
      • CHECK_ACCESS_CONTRACT

        public static final java.lang.String CHECK_ACCESS_CONTRACT
        Force update Header
        See Also:
        Constant Field Values
      • X_DATA_CATEGORY

        public static final java.lang.String X_DATA_CATEGORY
        The X_DATA_CATEGORY header, used in requests to give data category
        See Also:
        Constant Field Values
      • X_CHUNK_OFFSET

        public static final java.lang.String X_CHUNK_OFFSET
        Offset of file to retrieve
        See Also:
        Constant Field Values
      • X_CHUNK_MAX_SIZE

        public static final java.lang.String X_CHUNK_MAX_SIZE
        Max size to retrieve
        See Also:
        Constant Field Values
      • X_MANIFEST_DIGEST_VALUE

        public static final java.lang.String X_MANIFEST_DIGEST_VALUE
        Optional. Expected digest value of the manifest file within the SIP archive. If provided, manifest digest algorithm must be specified also.
        See Also:
        Constant Field Values
      • X_MANIFEST_DIGEST_ALGORITHM

        public static final java.lang.String X_MANIFEST_DIGEST_ALGORITHM
        Optional. Expected digest algorithm of the manifest file within the SIP archive. If provided, manifest digest value must be specified also.
        See Also:
        Constant Field Values