Package com.emc.documentum.rest.view
Class ViewParams
java.lang.Object
com.emc.documentum.rest.view.ViewParams
View parameters set to in the 'others' parameter of a view class.
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
For internal usestatic final String
For internal usestatic final String
For internal usestatic final String
For internal usestatic final String
For internal usestatic final String
For internal usestatic final String
For internal usestatic final String
For internal usestatic final String
static final String
For internal usestatic final String
For internal usestatic final String
For internal usestatic final String
For internal usestatic final String
Set this parameter to true in a resource controller method where the HTTP POST method is used to create a new resource. -
Method Summary
-
Field Details
-
POST_FROM_COLLECTION
Set this parameter to true in a resource controller method where the HTTP POST method is used to create a new resource. The sample usage in a resource controller method is as below:
Map<String, Object> otherParams = new HashMap<String, Object>(); otherParams.put(ViewParams.POST_FROM_COLLECTION, true); return getRenderedObject(repositoryName, newFolderLink, true, uriInfo, otherParams);- See Also:
-
ENTRY_INDEX
For internal use- See Also:
-
BASE_TYPE
For internal use- See Also:
-
DQL_TYPES
For internal use- See Also:
-
IS_RAW
For internal use- See Also:
-
MODEL_CLASS
For internal use- See Also:
-
CONTROLLER_CLASS
For internal use- See Also:
-
CUSTOM_LINKS
For internal use- See Also:
-
PARENT_TYPE
For internal use- See Also:
-
CHILD_TYPE
For internal use- See Also:
-
LINK_TO_PARENT
For internal use- See Also:
-
CONTAINER_OBJECT
For internal use- See Also:
-
CONTAINER_OBJECT_ID
For internal use- See Also:
-
FROM_SNAPSHOT_NODES_COLLECTION
- See Also:
-