info.magnolia.module.admininterface.commands
Class BaseActivationCommand

java.lang.Object
  extended by info.magnolia.commands.MgnlCommand
      extended by info.magnolia.module.admininterface.commands.BaseRepositoryCommand
          extended by info.magnolia.module.admininterface.commands.RuleBasedCommand
              extended by 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: BaseActivationCommand.java 41137 2011-01-06 18:19:25Z gjoseph $
Author:
Philipp Bracher

Field Summary
static String ATTRIBUTE_SYNDICATOR
          You can pass a syndicator to the command (optional)
 
Fields inherited from class info.magnolia.module.admininterface.commands.RuleBasedCommand
ATTRIBUTE_RULE
 
Fields inherited from class info.magnolia.commands.MgnlCommand
log
 
Fields inherited from interface org.apache.commons.chain.Command
CONTINUE_PROCESSING, PROCESSING_COMPLETE
 
Constructor Summary
BaseActivationCommand()
           
 
Method Summary
 Syndicator getSyndicator()
           
 void release()
          If a clone is passivated we call this method.
 void setSyndicator(Syndicator syndicator)
           
 
Methods inherited from class info.magnolia.module.admininterface.commands.RuleBasedCommand
getItemTypes, getRule, setItemTypes, setRule
 
Methods inherited from class info.magnolia.module.admininterface.commands.BaseRepositoryCommand
getNode, getPath, getRepository, getUuid, setPath, setRepository, setUuid
 
Methods inherited from class info.magnolia.commands.MgnlCommand
execute, execute, isClone, isEnabled, setClone, setEnabled
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ATTRIBUTE_SYNDICATOR

public static final String ATTRIBUTE_SYNDICATOR
You can pass a syndicator to the command (optional)

See Also:
Constant Field Values
Constructor Detail

BaseActivationCommand

public BaseActivationCommand()
Method Detail

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-2011 Magnolia International Ltd.. All Rights Reserved.