org.droolsjbpm.services.impl.example
Class MoveFileWorkItemHandler
java.lang.Object
org.droolsjbpm.services.impl.example.MoveFileWorkItemHandler
- All Implemented Interfaces:
- WorkItemHandler
public class MoveFileWorkItemHandler
- extends Object
- implements WorkItemHandler
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
MoveFileWorkItemHandler
public MoveFileWorkItemHandler()
executeWorkItem
public void executeWorkItem(WorkItem workItem,
WorkItemManager manager)
- Description copied from interface:
WorkItemHandler
- The given work item should be executed.
- Specified by:
executeWorkItem
in interface WorkItemHandler
- Parameters:
workItem
- the work item that should be executedmanager
- the manager that requested the work item to be executed
abortWorkItem
public void abortWorkItem(WorkItem workItem,
WorkItemManager manager)
- Description copied from interface:
WorkItemHandler
- The given work item should be aborted.
- Specified by:
abortWorkItem
in interface WorkItemHandler
- Parameters:
workItem
- the work item that should be abortedmanager
- the manager that requested the work item to be aborted
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.