info.magnolia.module.workflow.commands
Class ActivationFlowCommand
java.lang.Object
info.magnolia.commands.MgnlCommand
info.magnolia.module.workflow.commands.FlowCommand
info.magnolia.module.workflow.commands.PathMappedFlowCommand
info.magnolia.module.workflow.commands.ActivationFlowCommand
- All Implemented Interfaces:
- org.apache.commons.chain.Command
- Direct Known Subclasses:
- ActivationFlowCommand
public class ActivationFlowCommand
- extends PathMappedFlowCommand
The activation command which will launch a flow to do scheduled activation by "sleep" functionality of owfe.
- Author:
- jackie
Fields inherited from interface org.apache.commons.chain.Command |
CONTINUE_PROCESSING, PROCESSING_COMPLETE |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ActivationFlowCommand
public ActivationFlowCommand()
prepareLaunchItem
public void prepareLaunchItem(Context context,
openwfe.org.engine.workitem.LaunchItem launchItem)
- Set the start and end date for this page.
- Overrides:
prepareLaunchItem
in class FlowCommand
getDialogName
public String getDialogName()
- Overrides:
getDialogName
in class PathMappedFlowCommand
isRecursive
public boolean isRecursive()
setRecursive
public void setRecursive(boolean recursive)
getWorkflowName
public String getWorkflowName()
- Description copied from class:
PathMappedFlowCommand
- In case there is a mapping defined the mapping is used otherwise we fall back to the normal behavior.
- Overrides:
getWorkflowName
in class PathMappedFlowCommand
release
public void release()
- Description copied from class:
MgnlCommand
- If a clone is passivated we call this method. Please clean up private properties.
- Overrides:
release
in class PathMappedFlowCommand
Copyright © 2003-2012 Magnolia International Ltd.. All Rights Reserved.