public abstract class BaseRepositoryCommand extends MgnlCommand
log
CONTINUE_PROCESSING, PROCESSING_COMPLETE
Constructor and Description |
---|
BaseRepositoryCommand() |
Modifier and Type | Method and Description |
---|---|
protected javax.jcr.Node |
getJCRNode(Context ctx)
Retrieve the Node.
|
String |
getPath() |
String |
getRepository() |
String |
getUuid() |
void |
release()
If a clone is passivated we call this method.
|
void |
setPath(String path) |
void |
setRepository(String repository) |
void |
setUuid(String uuid) |
clone, execute, execute, isEnabled, setEnabled
protected javax.jcr.Node getJCRNode(Context ctx) throws javax.jcr.RepositoryException
javax.jcr.RepositoryException
public String getRepository()
public void setRepository(String repository)
repository
- the repository to setpublic String getPath()
public void setPath(String path)
path
- the path to setpublic String getUuid()
public void setUuid(String uuid)
uuid
- the uuid to setpublic void release()
MgnlCommand
release
in class MgnlCommand
Copyright © 2003–2020 Magnolia International Ltd.. All rights reserved.