Class FilterNodesByTypesCommand
- java.lang.Object
-
- org.exoplatform.frameworks.jcr.command.ext.FilterNodesByTypesCommand
-
- All Implemented Interfaces:
org.apache.commons.chain.Command
public class FilterNodesByTypesCommand extends Object implements org.apache.commons.chain.Command
Created by The eXo Platform SAS .- Version:
- $Id: FilterNodesByTypesCommand.java 5800 2006-05-28 18:03:31Z geaz $
- Author:
- Gennady Azarenkov
-
-
Constructor Summary
Constructors Constructor Description FilterNodesByTypesCommand()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanexecute(org.apache.commons.chain.Context context)StringgetIncomingNodesKey()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
-
getIncomingNodesKey
public String getIncomingNodesKey()
-
getPathKey
public String getPathKey()
-
getResultKey
public String getResultKey()
-
-