@AlfrescoPublicApi
public interface ContentTransformerWorker
Modifier and Type | Method and Description |
---|---|
String |
getComments(boolean available) |
String |
getVersionString()
Gets a string returning product and version information.
|
boolean |
isAvailable()
Checks if this worker is available.
|
boolean |
isTransformable(String sourceMimetype,
String targetMimetype,
TransformationOptions options)
Unlike
ContentTransformer.isTransformable(String, String, TransformationOptions)
should not include the transformer name, as that is added by the ContentTransformer in
the parent context. |
void |
transform(org.alfresco.service.cmr.repository.ContentReader reader,
org.alfresco.service.cmr.repository.ContentWriter writer,
TransformationOptions options) |
boolean isAvailable()
String getVersionString()
boolean isTransformable(String sourceMimetype, String targetMimetype, TransformationOptions options)
ContentTransformer.isTransformable(String, String, TransformationOptions)
should not include the transformer name, as that is added by the ContentTransformer in
the parent context.String getComments(boolean available)
ContentTransformer.getComments(boolean)
void transform(org.alfresco.service.cmr.repository.ContentReader reader, org.alfresco.service.cmr.repository.ContentWriter writer, TransformationOptions options) throws Exception
Copyright © 2005–2017 Alfresco Software. All rights reserved.