com.day.cq.workflow.exec
Interface JavaProcessExt

All Superinterfaces:
JavaProcess
All Known Implementing Classes:
AbstractAssetProcess, AssetSetLastModifiedProcess, CommandLineProcess, CreateSubAssetsProcess, CreateThumbnailProcess, CreateWebEnabledImageProcess, DeleteAssetProcess, DeleteDamAssetProcess, ExtractMetadataProcess, GateKeeperProcess, SyncAssetProcess, SyncContentProcess, SyncVarProcess

public interface JavaProcessExt
extends JavaProcess

The JavaProcessExt class ...


Method Summary
 void execute(WorkItem item, WorkflowSession session, String[] args)
          Executes a new Java process with the given WorkItem and WorkflowSession.
 
Methods inherited from interface com.day.cq.workflow.exec.JavaProcess
execute
 

Method Detail

execute

void execute(WorkItem item,
             WorkflowSession session,
             String[] args)
             throws Exception
Executes a new Java process with the given WorkItem and WorkflowSession.

Parameters:
item - The WorkItem that defines the newly started JavaProcess.
session - The WorkflowSession that is used for starting the JavaProcess.
args - Process specific arguments can be passed here
Throws:
Exception - Thrown in case something goes wrong during execution.


Copyright © 1993-2010 Day Management AG. All Rights Reserved.