info.magnolia.module.admininterface.commands
Class BaseActivationCommand
java.lang.Object
info.magnolia.commands.MgnlCommand
info.magnolia.module.admininterface.commands.BaseRepositoryCommand
info.magnolia.module.admininterface.commands.RuleBasedCommand
info.magnolia.module.admininterface.commands.BaseActivationCommand
- All Implemented Interfaces:
- org.apache.commons.chain.Command
- Direct Known Subclasses:
- ActivationCommand
public abstract class BaseActivationCommand
- extends RuleBasedCommand
- Version:
- $Id$
- Author:
- Philipp Bracher
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 |
ATTRIBUTE_SYNDICATOR
public static final String ATTRIBUTE_SYNDICATOR
- You can pass a syndicator to the command (optional)
- See Also:
- Constant Field Values
BaseActivationCommand
public BaseActivationCommand()
getSyndicator
public Syndicator getSyndicator()
setSyndicator
public void setSyndicator(Syndicator syndicator)
- Parameters:
syndicator
- the syndicator to set
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 RuleBasedCommand
Copyright © 2003-2013 Magnolia International Ltd.. All Rights Reserved.