Uses of Interface
com.emc.documentum.rest.model.Linkable
Package
Description
-
Uses of Linkable in com.emc.documentum.rest.controller
Modifier and TypeMethodDescriptionprotected <T extends Linkable>
TAbstractController.getRenderedObject
(String repositoryName, T object, boolean links, UriInfo uriInfo, Map<String, Object> others) Get the rendered linkable object from the view definition.AbstractController.getRenderedPage
(String repositoryName, Page<T> page, boolean links, boolean inline, UriInfo uriInfo, Map<String, Object> others) Get the rendered atom feed from the view definition. -
Uses of Linkable in com.emc.documentum.rest.model
Modifier and TypeClassDescriptionclass
abstraction for linkableclass
AccessorPermission identify users and groups and define their object-level permissions to the object with which the ACL is associated.class
Acl object is applied to a repository object to define object-level security, or to a folder for use in folder securityclass
aspect type resourceclass
Atom entryclass
Atom feedclass
class
class
class
class
Cabinet objectclass
Deprecated.since 7.2class
A contentful sysobjectclass
class for primary content and rendition metadataclass
Document resourceclass
Folder link resourceclass
Folder resourcefinal class
Format resourceclass
Group resourceclass
Model of Home Documentclass
Job resourceclass
Lifecycle resourceclass
Method Objectfinal class
Created by vellur on 1/14/2020.class
Network location resourceclass
Object aspects resourceclass
Object lifecycle resourceclass
Permission set object represents a set of user permissions to an specified object.class
Persistent object resource.class
Persistent object resource.class
Product info resourcefinal class
Model of query result itemclass
Relation resourceclass
Model for relation type metadatafinal class
Model for repository resourceclass
Model sys object resource in the repository.class
class
Type resourceclass
User resourceclass
Attribute dependencies resourceclass
Model virtual document node in the repository.class
Model virtual document snapshot in the repository. -
Uses of Linkable in com.emc.documentum.rest.view
Modifier and TypeClassDescriptionclass
EntryableView<T extends Linkable>
Abstract class for resource representation views that could be represented as atom entry.class
FeedableView<T extends Linkable>
Abstract class for resource representation views that could be represented as atom feedclass
LinkableView<T extends Linkable>
Abstract class for resource representation views that contain link relations. -
Uses of Linkable in com.emc.documentum.rest.view.impl
Modifier and TypeClassDescriptionclass
DefaultFeedView<T extends Linkable>
The default view implementation for a feed resource.