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 |
Modifier and Type | Method and Description |
---|---|
Rendition |
Renditions.getRendition(org.alfresco.service.cmr.repository.NodeRef nodeRef,
String renditionId,
Parameters parameters)
Gets information about a rendition of a node in the repository.
|
Rendition |
QuickShareLinks.getRendition(String shareId,
String renditionId)
Gets information about a rendition of a shared link.
|
Rendition |
DeletedNodes.getRendition(String archivedId,
String renditionId,
Parameters parameters) |
Modifier and Type | Method and Description |
---|---|
CollectionWithPagingInfo<Rendition> |
Renditions.getRenditions(org.alfresco.service.cmr.repository.NodeRef nodeRef,
Parameters parameters)
Lists all available renditions includes those that have been created and those that are yet to be created.
|
CollectionWithPagingInfo<Rendition> |
QuickShareLinks.getRenditions(String sharedId)
List renditions info - note: only returns available (=> created) renditions.
|
CollectionWithPagingInfo<Rendition> |
DeletedNodes.getRenditions(String archivedId,
Parameters parameters) |
Modifier and Type | Method and Description |
---|---|
void |
Renditions.createRendition(org.alfresco.service.cmr.repository.NodeRef nodeRef,
Rendition rendition,
boolean executeAsync,
Parameters parameters)
Creates a rendition for the given node - either async r sync
|
void |
Renditions.createRendition(org.alfresco.service.cmr.repository.NodeRef nodeRef,
Rendition rendition,
Parameters parameters)
Creates a rendition for the given node asynchronously.
|
Modifier and Type | Method and Description |
---|---|
Rendition |
RenditionsImpl.getRendition(org.alfresco.service.cmr.repository.NodeRef nodeRef,
String renditionId,
Parameters parameters) |
Rendition |
QuickShareLinksImpl.getRendition(String sharedId,
String renditionId) |
Rendition |
DeletedNodesImpl.getRendition(String archivedId,
String renditionId,
Parameters parameters) |
protected Rendition |
RenditionsImpl.toApiRendition(org.alfresco.service.cmr.repository.NodeRef renditionNodeRef) |
protected Rendition |
RenditionsImpl.toApiRendition(org.alfresco.repo.thumbnail.ThumbnailDefinition thumbnailDefinition) |
Modifier and Type | Method and Description |
---|---|
CollectionWithPagingInfo<Rendition> |
RenditionsImpl.getRenditions(org.alfresco.service.cmr.repository.NodeRef nodeRef,
Parameters parameters) |
CollectionWithPagingInfo<Rendition> |
QuickShareLinksImpl.getRenditions(String sharedId) |
CollectionWithPagingInfo<Rendition> |
DeletedNodesImpl.getRenditions(String archivedId,
Parameters parameters) |
Modifier and Type | Method and Description |
---|---|
void |
RenditionsImpl.createRendition(org.alfresco.service.cmr.repository.NodeRef nodeRef,
Rendition rendition,
boolean executeAsync,
Parameters parameters) |
void |
RenditionsImpl.createRendition(org.alfresco.service.cmr.repository.NodeRef nodeRef,
Rendition rendition,
Parameters parameters) |
Modifier and Type | Method and Description |
---|---|
Rendition |
NodeRenditionsRelation.readById(String nodeId,
String renditionId,
Parameters parameters) |
Modifier and Type | Method and Description |
---|---|
List<Rendition> |
NodeRenditionsRelation.create(String nodeId,
List<Rendition> entity,
Parameters parameters) |
CollectionWithPagingInfo<Rendition> |
NodeRenditionsRelation.readAll(String nodeId,
Parameters parameters) |
Modifier and Type | Method and Description |
---|---|
List<Rendition> |
NodeRenditionsRelation.create(String nodeId,
List<Rendition> entity,
Parameters parameters) |
Modifier and Type | Method and Description |
---|---|
Rendition |
QuickShareLinkRenditionsRelation.readById(String entityResourceId,
String id,
Parameters parameters) |
Modifier and Type | Method and Description |
---|---|
CollectionWithPagingInfo<Rendition> |
QuickShareLinkRenditionsRelation.readAll(String sharedId,
Parameters parameters) |
Modifier and Type | Method and Description |
---|---|
Rendition |
TrashcanRenditionsRelation.readById(String nodeId,
String renditionId,
Parameters parameters) |
Modifier and Type | Method and Description |
---|---|
CollectionWithPagingInfo<Rendition> |
TrashcanRenditionsRelation.readAll(String nodeId,
Parameters parameters) |
Copyright © 2005–2018 Alfresco Software. All rights reserved.