| Package | Description |
|---|---|
| org.alfresco.repo.rendition2 |
| Modifier and Type | Class and Description |
|---|---|
class |
RenditionDefinition2Impl
Standard implementation.
|
| Modifier and Type | Method and Description |
|---|---|
RenditionDefinition2 |
RenditionDefinitionRegistry2Impl.getDefinition(String renditionName)
Obtains a
RenditionDefinition2 by name. |
RenditionDefinition2 |
RenditionDefinitionRegistry2Impl.getRenditionDefinition(String renditionName) |
RenditionDefinition2 |
RenditionDefinitionRegistry2.getRenditionDefinition(String renditionName) |
| Modifier and Type | Method and Description |
|---|---|
void |
SwitchingTransformClient.checkSupported(org.alfresco.service.cmr.repository.NodeRef sourceNodeRef,
RenditionDefinition2 renditionDefinition,
String sourceMimetype,
long size,
String contentUrl) |
void |
TransformClient.checkSupported(org.alfresco.service.cmr.repository.NodeRef sourceNodeRef,
RenditionDefinition2 renditionDefinition,
String sourceMimetype,
long size,
String contentUrl)
Checks the transformation required for the rendition is supported.
|
void |
LegacyLocalTransformClient.checkSupported(org.alfresco.service.cmr.repository.NodeRef sourceNodeRef,
RenditionDefinition2 renditionDefinition,
String sourceMimetype,
long size,
String contentUrl)
Deprecated.
|
void |
RenditionService2Impl.consume(org.alfresco.service.cmr.repository.NodeRef sourceNodeRef,
InputStream transformInputStream,
RenditionDefinition2 renditionDefinition,
int transformContentUrlHashCode)
Takes a transformation (InputStream) and attaches it as a rendition to the source node.
|
void |
RenditionService2Impl.failure(org.alfresco.service.cmr.repository.NodeRef sourceNodeRef,
RenditionDefinition2 renditionDefinition,
int transformContentUrlHashCode) |
void |
RenditionDefinitionRegistry2Impl.register(RenditionDefinition2 renditionDefinition) |
void |
SwitchingTransformClient.transform(org.alfresco.service.cmr.repository.NodeRef sourceNodeRef,
RenditionDefinition2 renditionDefinition,
String user,
int sourceContentUrlHashCode) |
void |
TransformClient.transform(org.alfresco.service.cmr.repository.NodeRef sourceNodeRef,
RenditionDefinition2 renditionDefinition,
String user,
int sourceContentUrlHashCode)
Requests an asynchronous transform and the subsequent linkage of that transform as a rendition.
|
void |
LegacyLocalTransformClient.transform(org.alfresco.service.cmr.repository.NodeRef sourceNodeRef,
RenditionDefinition2 renditionDefinition,
String user,
int sourceContentUrlHashCode)
Deprecated.
|
Copyright © 2005–2018 Alfresco Software. All rights reserved.