Drools jBPM :: Knowledge Services 6.0.0.Beta1

org.droolsjbpm.services.impl.example
Class MoveFileWorkItemHandler

java.lang.Object
  extended by org.droolsjbpm.services.impl.example.MoveFileWorkItemHandler
All Implemented Interfaces:
org.kie.api.runtime.process.WorkItemHandler

public class MoveFileWorkItemHandler
extends Object
implements org.kie.api.runtime.process.WorkItemHandler


Field Summary
static boolean KEEP_ORIGINAL_FILES_DEFAULT_VALUE
           
static String WIP_INPUT_FILES
           
static String WIP_INPUT_KEEP_ORIGINAL_FILES
           
static String WIP_INPUT_RELEASE
           
static String WIP_INPUT_SOURCE
           
static String WIP_INPUT_TARGET
           
static String WIP_OUTPUT_ERRORS
           
 
Constructor Summary
MoveFileWorkItemHandler()
           
 
Method Summary
 void abortWorkItem(org.kie.api.runtime.process.WorkItem workItem, org.kie.api.runtime.process.WorkItemManager manager)
           
 void executeWorkItem(org.kie.api.runtime.process.WorkItem workItem, org.kie.api.runtime.process.WorkItemManager manager)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

WIP_INPUT_RELEASE

public static final String WIP_INPUT_RELEASE
See Also:
Constant Field Values

WIP_INPUT_SOURCE

public static final String WIP_INPUT_SOURCE
See Also:
Constant Field Values

WIP_INPUT_TARGET

public static final String WIP_INPUT_TARGET
See Also:
Constant Field Values

WIP_INPUT_FILES

public static final String WIP_INPUT_FILES
See Also:
Constant Field Values

WIP_INPUT_KEEP_ORIGINAL_FILES

public static final String WIP_INPUT_KEEP_ORIGINAL_FILES
See Also:
Constant Field Values

WIP_OUTPUT_ERRORS

public static final String WIP_OUTPUT_ERRORS
See Also:
Constant Field Values

KEEP_ORIGINAL_FILES_DEFAULT_VALUE

public static final boolean KEEP_ORIGINAL_FILES_DEFAULT_VALUE
See Also:
Constant Field Values
Constructor Detail

MoveFileWorkItemHandler

public MoveFileWorkItemHandler()
Method Detail

executeWorkItem

public void executeWorkItem(org.kie.api.runtime.process.WorkItem workItem,
                            org.kie.api.runtime.process.WorkItemManager manager)
Specified by:
executeWorkItem in interface org.kie.api.runtime.process.WorkItemHandler

abortWorkItem

public void abortWorkItem(org.kie.api.runtime.process.WorkItem workItem,
                          org.kie.api.runtime.process.WorkItemManager manager)
Specified by:
abortWorkItem in interface org.kie.api.runtime.process.WorkItemHandler

Drools jBPM :: Knowledge Services 6.0.0.Beta1

Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.