|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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
public abstract class BaseActivationCommand
Field Summary | |
---|---|
static java.lang.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 |
---|
public static final java.lang.String ATTRIBUTE_SYNDICATOR
Constructor Detail |
---|
public BaseActivationCommand()
Method Detail |
---|
public Syndicator getSyndicator()
public void setSyndicator(Syndicator syndicator)
syndicator
- the syndicator to setpublic void release()
MgnlCommand
release
in class RuleBasedCommand
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |