Uses of Class
org.alfresco.rest.api.model.Rendition
-
Packages that use Rendition Package Description org.alfresco.rest.api org.alfresco.rest.api.impl org.alfresco.rest.api.nodes org.alfresco.rest.api.quicksharelinks org.alfresco.rest.api.trashcan -
-
Uses of Rendition in org.alfresco.rest.api
Methods in org.alfresco.rest.api that return Rendition Modifier and Type Method Description RenditionDeletedNodes. getRendition(String archivedId, String renditionId, Parameters parameters)RenditionQuickShareLinks. getRendition(String shareId, String renditionId)Gets information about a rendition of a shared link.RenditionRenditions. getRendition(NodeRef nodeRef, String renditionId, Parameters parameters)Gets information about a rendition of a node in the repository.Methods in org.alfresco.rest.api that return types with arguments of type Rendition Modifier and Type Method Description CollectionWithPagingInfo<Rendition>DeletedNodes. getRenditions(String archivedId, Parameters parameters)CollectionWithPagingInfo<Rendition>QuickShareLinks. getRenditions(String sharedId)List renditions info - note: only returns available (=> created) renditions.CollectionWithPagingInfo<Rendition>Renditions. getRenditions(NodeRef nodeRef, Parameters parameters)Lists all available renditions includes those that have been created and those that are yet to be created.Methods in org.alfresco.rest.api with parameters of type Rendition Modifier and Type Method Description voidRenditions. createRendition(NodeRef nodeRef, Rendition rendition, boolean executeAsync, Parameters parameters)Creates a rendition for the given node - either async r syncvoidRenditions. createRendition(NodeRef nodeRef, Rendition rendition, Parameters parameters)Creates a rendition for the given node asynchronously.Method parameters in org.alfresco.rest.api with type arguments of type Rendition Modifier and Type Method Description voidRenditions. createRenditions(NodeRef nodeRef, List<Rendition> renditions, Parameters parameters)Creates renditions that don't already exist for the given node asynchronously. -
Uses of Rendition in org.alfresco.rest.api.impl
Methods in org.alfresco.rest.api.impl that return Rendition Modifier and Type Method Description RenditionDeletedNodesImpl. getRendition(String archivedId, String renditionId, Parameters parameters)RenditionQuickShareLinksImpl. getRendition(String sharedId, String renditionId)RenditionRenditionsImpl. getRendition(NodeRef nodeRef, String renditionId, Parameters parameters)protected RenditionRenditionsImpl. toApiRendition(String renditionName)protected RenditionRenditionsImpl. toApiRendition(NodeRef renditionNodeRef)Methods in org.alfresco.rest.api.impl that return types with arguments of type Rendition Modifier and Type Method Description CollectionWithPagingInfo<Rendition>DeletedNodesImpl. getRenditions(String archivedId, Parameters parameters)CollectionWithPagingInfo<Rendition>QuickShareLinksImpl. getRenditions(String sharedId)CollectionWithPagingInfo<Rendition>RenditionsImpl. getRenditions(NodeRef nodeRef, Parameters parameters)Methods in org.alfresco.rest.api.impl with parameters of type Rendition Modifier and Type Method Description voidRenditionsImpl. createRendition(NodeRef nodeRef, Rendition rendition, boolean executeAsync, Parameters parameters)voidRenditionsImpl. createRendition(NodeRef nodeRef, Rendition rendition, Parameters parameters)Method parameters in org.alfresco.rest.api.impl with type arguments of type Rendition Modifier and Type Method Description voidRenditionsImpl. createRenditions(NodeRef nodeRef, List<Rendition> renditions, Parameters parameters) -
Uses of Rendition in org.alfresco.rest.api.nodes
Methods in org.alfresco.rest.api.nodes that return Rendition Modifier and Type Method Description RenditionNodeRenditionsRelation. readById(String nodeId, String renditionId, Parameters parameters)Methods in org.alfresco.rest.api.nodes that return types with arguments of type Rendition Modifier and Type Method Description List<Rendition>NodeRenditionsRelation. create(String nodeId, List<Rendition> entity, Parameters parameters)CollectionWithPagingInfo<Rendition>NodeRenditionsRelation. readAll(String nodeId, Parameters parameters)Method parameters in org.alfresco.rest.api.nodes with type arguments of type Rendition Modifier and Type Method Description List<Rendition>NodeRenditionsRelation. create(String nodeId, List<Rendition> entity, Parameters parameters) -
Uses of Rendition in org.alfresco.rest.api.quicksharelinks
Methods in org.alfresco.rest.api.quicksharelinks that return Rendition Modifier and Type Method Description RenditionQuickShareLinkRenditionsRelation. readById(String entityResourceId, String id, Parameters parameters)Methods in org.alfresco.rest.api.quicksharelinks that return types with arguments of type Rendition Modifier and Type Method Description CollectionWithPagingInfo<Rendition>QuickShareLinkRenditionsRelation. readAll(String sharedId, Parameters parameters) -
Uses of Rendition in org.alfresco.rest.api.trashcan
Methods in org.alfresco.rest.api.trashcan that return Rendition Modifier and Type Method Description RenditionTrashcanRenditionsRelation. readById(String nodeId, String renditionId, Parameters parameters)Methods in org.alfresco.rest.api.trashcan that return types with arguments of type Rendition Modifier and Type Method Description CollectionWithPagingInfo<Rendition>TrashcanRenditionsRelation. readAll(String nodeId, Parameters parameters)
-