org.xcmis.search.content.command
Class InvocationContext
java.lang.Object
org.xcmis.search.content.command.InvocationContext
- Direct Known Subclasses:
- SearchServiceConfiguration
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(Schema schema,
VirtualTableResolver tableResolver)
InvocationContext
public InvocationContext(Schema schema,
VirtualTableResolver tableResolver,
NameConverter nameConverter,
PathSplitter pathSplitter)
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
Copyright © 2011 eXo Platform SAS. All Rights Reserved.