|
||||||||||
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
public abstract class RuleBasedCommand
Field Summary | |
---|---|
static java.lang.String |
ATTRIBUTE_RULE
You can pass a rule to the command (optional) |
Fields inherited from class info.magnolia.commands.MgnlCommand |
---|
log |
Fields inherited from interface org.apache.commons.chain.Command |
---|
CONTINUE_PROCESSING, PROCESSING_COMPLETE |
Constructor Summary | |
---|---|
RuleBasedCommand()
|
Method Summary | |
---|---|
java.lang.String |
getItemTypes()
|
Rule |
getRule()
|
void |
release()
If a clone is passivated we call this method. |
void |
setItemTypes(java.lang.String nodeTypes)
|
void |
setRule(Rule rule)
|
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_RULE
Constructor Detail |
---|
public RuleBasedCommand()
Method Detail |
---|
public Rule getRule()
public java.lang.String getItemTypes()
public void setItemTypes(java.lang.String nodeTypes)
public void setRule(Rule rule)
rule
- the Rule to setpublic void release()
MgnlCommand
release
in class BaseRepositoryCommand
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |