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.
|
protected Content |
getNode(Context ctx)
Deprecated.
since 4.5.7 use
getJCRNode(Context) instead |
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
@Deprecated protected Content getNode(Context ctx) throws javax.jcr.RepositoryException
getJCRNode(Context)
insteadjavax.jcr.RepositoryException
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–2018 Magnolia International Ltd.. All rights reserved.