Class GetNodeCommand
- java.lang.Object
-
- org.exoplatform.frameworks.jcr.command.core.GetNodeCommand
-
- All Implemented Interfaces:
org.apache.commons.chain.Command
public class GetNodeCommand extends Object implements org.apache.commons.chain.Command
Created by The eXo Platform SAS .- Version:
- $Id: GetNodeCommand.java 5878 2006-05-31 09:44:14Z peterit $
- Author:
- Gennady Azarenkov
-
-
Constructor Summary
Constructors Constructor Description GetNodeCommand()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanexecute(org.apache.commons.chain.Context context)StringgetCurrentNodeKey()StringgetPathKey()StringgetResultKey()
-
-
-
Method Detail
-
execute
public boolean execute(org.apache.commons.chain.Context context) throws Exception- Specified by:
executein interfaceorg.apache.commons.chain.Command- Throws:
Exception
-
getCurrentNodeKey
public String getCurrentNodeKey()
-
getPathKey
public String getPathKey()
-
getResultKey
public String getResultKey()
-
-