Class QueryParamNames
java.lang.Object
com.emc.documentum.rest.http.parameter.QueryParamNames
Query parameter names
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
Attribute view parameter namestatic final String
sysobject represent subscription checkstatic final String
Check-in version policystatic final String
Delete options for multi-version document objectstatic final String
DML view parameter namestatic final String
Filter parameter namestatic final String
whether force to execute the operationsstatic final String
Include permission optionstatic final String
repository represent including domainsstatic final String
type represent including value assist definitionstatic final String
Inline parameter namestatic final String
Links parameter namestatic final String
Localestatic final String
Specify the content media URL return policystatic final String
Specify the network location identifier for BOCS content download, this is used only when content-return-policy=DC-PREF or DC-ONLYstatic final String
Include total parameter namestatic final String
Items per page parameter namestatic final String
Page number parameter namestatic final String
redirect url after success SSO loginstatic final String
lifecycle policyIdstatic final String
Query type pastatic final String
Used when user-name or group-name is present.static final String
Indicate to return a list of relation instances where the specified object ID is relatedstatic final String
Indicate that the specified related-object-id should be child, parent or any; It works only when related-object-id is specified;static final String
Indicate to return a list of relation instances of the specified relation name; Please note: relation name is case sensitive in Content Serverstatic final String
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.static final String
Sort specificationstatic final String
lifecycle state -
Constructor Summary
-
Method Summary
-
Field Details
-
DELETE_VERSION_POLICY
Delete options for multi-version document object- See Also:
-
QUERY_TYPE
Query type pa- See Also:
-
ATTRIBUTE_VIEW
Attribute view parameter name- See Also:
-
INCLUDE_PERMISSION
Include permission option- See Also:
-
CHECKIN_VERSION_POLICY
Check-in version policy- See Also:
-
PAGINATION_PAGE
Page number parameter name- See Also:
-
PAGINATION_ITEMS_PER_PAGE
Items per page parameter name- See Also:
-
PAGINATION_INCLUDE_TOTAL
Include total parameter name- See Also:
-
FILTER
Filter parameter name- See Also:
-
DML_VIEW
DML view parameter name- See Also:
-
INLINE
Inline parameter name- See Also:
-
LINKS
Links parameter name- See Also:
-
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
Locale- See Also:
-
SORT
Sort specification- See Also:
-
RELATED_OBJECT_ID
Indicate to return a list of relation instances where the specified object ID is related- See Also:
-
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:
-
RELATED_OBJECT_ROLE
Indicate that the specified related-object-id should be child, parent or any; It works only when related-object-id is specified;- See Also:
-
MEDIA_URL_POLICY
Specify the content media URL return policy- See Also:
-
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
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
whether force to execute the operations- See Also:
-
POLICYID
lifecycle policyId- See Also:
-
STATE
lifecycle state- See Also:
-
INCLUDING_VALUE_ASSIST
type represent including value assist definition- See Also:
-
INCLUDING_DOMAINS
repository represent including domains- See Also:
-
PARAM_SUCCESS_URL
redirect url after success SSO login- See Also:
-
CHECK_SUBSCRIPTION
sysobject represent subscription check- See Also:
-
-
Constructor Details
-
QueryParamNames
protected QueryParamNames()
-