Class QueryParamNames

java.lang.Object
com.emc.documentum.rest.http.parameter.QueryParamNames

public class QueryParamNames extends Object
Query parameter names
  • Field Details

    • DELETE_VERSION_POLICY

      public static final String DELETE_VERSION_POLICY
      Delete options for multi-version document object
      See Also:
    • QUERY_TYPE

      public static final String QUERY_TYPE
      Query type pa
      See Also:
    • ATTRIBUTE_VIEW

      public static final String ATTRIBUTE_VIEW
      Attribute view parameter name
      See Also:
    • INCLUDE_PERMISSION

      public static final String INCLUDE_PERMISSION
      Include permission option
      See Also:
    • CHECKIN_VERSION_POLICY

      public static final String CHECKIN_VERSION_POLICY
      Check-in version policy
      See Also:
    • PAGINATION_PAGE

      public static final String PAGINATION_PAGE
      Page number parameter name
      See Also:
    • PAGINATION_ITEMS_PER_PAGE

      public static final String PAGINATION_ITEMS_PER_PAGE
      Items per page parameter name
      See Also:
    • PAGINATION_INCLUDE_TOTAL

      public static final String PAGINATION_INCLUDE_TOTAL
      Include total parameter name
      See Also:
    • FILTER

      public static final String FILTER
      Filter parameter name
      See Also:
    • DML_VIEW

      public static final String DML_VIEW
      DML view parameter name
      See Also:
    • INLINE

      public static final String INLINE
      Inline parameter name
      See Also:
    • RECURSIVE

      public static final String RECURSIVE
      Used when user-name or group-name is present. True means all groups and their parent groups will be returned. Otherwise, only groups which directly contain the user/subgroup will be returned.
      See Also:
    • LOCALE

      public static final String LOCALE
      Locale
      See Also:
    • SORT

      public static final String SORT
      Sort specification
      See Also:
    • RELATION_NAME

      public static final String RELATION_NAME
      Indicate to return a list of relation instances of the specified relation name; Please note: relation name is case sensitive in Content Server
      See Also:
    • MEDIA_URL_POLICY

      public static final String MEDIA_URL_POLICY
      Specify the content media URL return policy
      See Also:
    • NETWORK_LOCATION

      public static final String NETWORK_LOCATION
      Specify the network location identifier for BOCS content download, this is used only when content-return-policy=DC-PREF or DC-ONLY
      See Also:
    • REQUIRE_IP_BASED_NETWORK_LOCATION

      public static final String REQUIRE_IP_BASED_NETWORK_LOCATION
      Specify the network location identifier for BOCS content download need to be found based on client ip address, this is used only when content-return-policy=DC-PREF or DC-ONLY.
      See Also:
    • FORCE

      public static final String FORCE
      whether force to execute the operations
      See Also:
    • POLICYID

      public static final String POLICYID
      lifecycle policyId
      See Also:
    • STATE

      public static final String STATE
      lifecycle state
      See Also:
    • INCLUDING_VALUE_ASSIST

      public static final String INCLUDING_VALUE_ASSIST
      type represent including value assist definition
      See Also:
    • INCLUDING_DOMAINS

      public static final String INCLUDING_DOMAINS
      repository represent including domains
      See Also:
    • PARAM_SUCCESS_URL

      public static final String PARAM_SUCCESS_URL
      redirect url after success SSO login
      See Also:
    • CHECK_SUBSCRIPTION

      public static final String CHECK_SUBSCRIPTION
      sysobject represent subscription check
      See Also:
  • Constructor Details

    • QueryParamNames

      protected QueryParamNames()