public class ExtractImagesProcess extends AbstractAssetWorkflowProcess
WorkflowProcess for extracting images from a Word document.
A workflow process that extracts all images from a Word document (.docx and .doc format) and adds them as sub-assets.
WorkflowProcessTYPE_JCR_PATH| Constructor and Description |
|---|
ExtractImagesProcess() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(WorkItem item,
WorkflowSession session,
MetaDataMap args)
Executes a new Java process with the given
and . |
public void execute(WorkItem item, WorkflowSession session, MetaDataMap args) throws WorkflowException
WorkflowProcessWorkItem
and WorkflowSession.item - The WorkItem that defines the newly
started JavaProcessNew.session - The WorkflowSession
that is used for starting the JavaProcess.args - Process specific arguments can be passed hereWorkflowException - Thrown in case something goes wrong during execution."Copyright © 2010 - 2018 Adobe Systems Incorporated. All Rights Reserved"