org.xcmis.search.content.command
Class InvocationContext
java.lang.Object
org.xcmis.search.content.command.InvocationContext
public class InvocationContext
- extends Object
Context of command invocation.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InvocationContext
public InvocationContext()
getNameConverter
public NameConverter getNameConverter()
- Returns:
- the nameConverter
getPathSplitter
public PathSplitter getPathSplitter()
- Returns:
- the pathSplitter
getSchema
public Schema getSchema()
- Returns:
- the schema
getTableResolver
public VirtualTableResolver getTableResolver()
- Returns:
- the tableResolver
setNameConverter
public void setNameConverter(NameConverter nameConverter)
- Parameters:
nameConverter - the nameConverter to set
setPathSplitter
public void setPathSplitter(PathSplitter pathSplitter)
- Parameters:
pathSplitter - the pathSplitter to set
setSchema
public void setSchema(Schema schema)
- Parameters:
schema - the schema to set
setTableResolver
public void setTableResolver(VirtualTableResolver tableResolver)
- Parameters:
tableResolver - the tableResolver to set
Copyright © 2010 eXo Platform SAS. All Rights Reserved.