|
ModeShape Distribution 3.0.0.Beta4 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ExecutionContext | |
---|---|
org.modeshape.jcr | |
org.modeshape.jcr.cache | |
org.modeshape.jcr.cache.document | |
org.modeshape.jcr.query | The Query API provides a mechanism for building and executing queries. |
org.modeshape.jcr.query.lucene | The core query engine, which currently uses Lucene for indexing and raw queries, and the Hibernate Search engine (which does not depend on or use Hibernate Core or JPA) for updating and querying the Lucene indexes. |
org.modeshape.jcr.query.lucene.basic |
The "basic" Lucene schema has a single index in which all node
and property information are indexed into separate fields. |
org.modeshape.jcr.query.model | The Abstract Query Model is a vocabulary that can be used to construct a language-neutral representation of a query. |
org.modeshape.jcr.query.validate | This package provides the interfaces that define the tables and columns that can be queried. |
org.modeshape.jcr.security | ModeShape JCR repositories have a pluggable authentication and authorization framework. |
Uses of ExecutionContext in org.modeshape.jcr |
---|
Fields in org.modeshape.jcr declared as ExecutionContext | |
---|---|
protected ExecutionContext |
CndImporter.context
|
static ExecutionContext |
ExecutionContext.DEFAULT_CONTEXT
|
Methods in org.modeshape.jcr that return ExecutionContext | |
---|---|
ExecutionContext |
ExecutionContext.clone()
|
ExecutionContext |
ExecutionContext.with(BinaryStore binaryStore)
Create a new execution context that mirrors this context but that uses the supplied binary store. |
ExecutionContext |
ExecutionContext.with(Map<String,String> data)
Create a new execution context that mirrors this context but that contains the supplied data. |
ExecutionContext |
ExecutionContext.with(NamespaceRegistry namespaceRegistry)
Create a new execution context that mirrors this context but that uses the supplied namespace registry. |
ExecutionContext |
ExecutionContext.with(PropertyFactory propertyFactory)
Create a new execution context that mirrors this context but that uses the supplied factory . |
ExecutionContext |
ExecutionContext.with(SecurityContext securityContext)
Create an ExecutionContext that is the same as this context, but which uses the supplied security context . |
ExecutionContext |
ExecutionContext.with(String processId)
Create a new execution context that mirrors this context but that contains the supplied process identifier. |
ExecutionContext |
ExecutionContext.with(String key,
String value)
Create a new execution context that mirrors this context but that contains the supplied key-value pair in the new context's data. |
ExecutionContext |
ExecutionContext.with(ThreadPoolFactory threadPoolFactory)
Create a new execution context that mirrors this context but that uses the supplied thread pool
factory . |
Methods in org.modeshape.jcr with parameters of type ExecutionContext | |
---|---|
protected void |
NodeTypeSchemata.addAllNodesTable(ImmutableSchemata.Builder builder,
IndexRules.Builder indexRuleBuilder,
ExecutionContext context,
List<org.modeshape.jcr.JcrPropertyDefinition> additionalProperties)
|
protected void |
NodeTypeSchemata.addView(ImmutableSchemata.Builder builder,
ExecutionContext context,
org.modeshape.jcr.JcrNodeType nodeType)
|
protected org.modeshape.jcr.JcrPropertyDefinition |
NodeTypeSchemata.pseudoProperty(ExecutionContext context,
Name name,
int propertyType)
|
Constructors in org.modeshape.jcr with parameters of type ExecutionContext | |
---|---|
CndImporter(ExecutionContext context,
boolean compatibleWithPreJcr2)
Create a new importer that will place the content in the supplied destination under the supplied path. |
|
ExecutionContext(ExecutionContext original)
Create a copy of the supplied execution context. |
|
ExecutionContext(ExecutionContext original,
SecurityContext securityContext)
Create a copy of the supplied execution context, but use the supplied AccessControlContext instead. |
|
JcrSession(JcrRepository repository,
String workspaceName,
ExecutionContext context,
Map<String,Object> sessionAttributes,
boolean readOnly)
|
|
JcrValueFactory(ExecutionContext context)
|
|
JcrXaSession(JcrRepository repository,
String workspaceName,
ExecutionContext context,
Map<String,Object> sessionAttributes,
boolean readOnly)
|
Uses of ExecutionContext in org.modeshape.jcr.cache |
---|
Methods in org.modeshape.jcr.cache that return ExecutionContext | |
---|---|
ExecutionContext |
SessionCache.getContext()
Get the context for this session. |
Methods in org.modeshape.jcr.cache with parameters of type ExecutionContext | |
---|---|
SessionCache |
RepositoryCache.createSession(ExecutionContext context,
String workspaceName,
boolean readOnly)
Create a session for the workspace with the given name, using the supplied ExecutionContext for the session. |
Constructors in org.modeshape.jcr.cache with parameters of type ExecutionContext | |
---|---|
AllPathsCache(NodeCache cache,
NodeCache removedCache,
ExecutionContext context)
|
|
RepositoryCache(ExecutionContext context,
SchematicDb database,
RepositoryConfiguration configuration,
RepositoryCache.ContentInitializer initializer,
SessionEnvironment sessionContext,
ChangeBus changeBus,
org.infinispan.manager.CacheContainer workspaceCacheContainer)
|
Uses of ExecutionContext in org.modeshape.jcr.cache.document |
---|
Methods in org.modeshape.jcr.cache.document that return ExecutionContext | |
---|---|
ExecutionContext |
AbstractSessionCache.getContext()
|
Constructors in org.modeshape.jcr.cache.document with parameters of type ExecutionContext | |
---|---|
AbstractSessionCache.BasicSaveContext(ExecutionContext context)
|
|
AbstractSessionCache(ExecutionContext context,
WorkspaceCache workspaceCache,
SessionEnvironment sessionContext)
|
|
DocumentTranslator(ExecutionContext context,
SchematicDb database,
long largeStringSize)
|
|
ReadOnlySessionCache(ExecutionContext context,
WorkspaceCache workspaceCache,
SessionEnvironment sessionContext)
|
|
WorkspaceCache(ExecutionContext context,
String repositoryKey,
String workspaceName,
SchematicDb database,
long largeValueSize,
NodeKey rootKey,
ConcurrentMap<NodeKey,CachedNode> cache,
ChangeSetListener changeSetListener)
|
|
WritableSessionCache(ExecutionContext context,
WorkspaceCache workspaceCache,
SessionEnvironment sessionContext)
Create a new SessionCache that can be used for making changes to the workspace. |
Uses of ExecutionContext in org.modeshape.jcr.query |
---|
Methods in org.modeshape.jcr.query that return ExecutionContext | |
---|---|
ExecutionContext |
QueryContext.getExecutionContext()
Get the execution context in which the query is to be evaluated |
ExecutionContext |
JcrQueryContext.getExecutionContext()
|
Constructors in org.modeshape.jcr.query with parameters of type ExecutionContext | |
---|---|
QueryContext(ExecutionContext context,
RepositoryCache repositoryCache,
Set<String> workspaceNames,
Map<String,NodeCache> overriddenNodeCachesByWorkspaceName,
Schemata schemata,
PlanHints hints,
Problems problems,
Map<String,Object> variables)
Create a new context for query execution. |
|
QueryContext(ExecutionContext context,
RepositoryCache repositoryCache,
Set<String> workspaceNames,
Schemata schemata)
Create a new context for query execution. |
|
QueryContext(ExecutionContext context,
RepositoryCache repositoryCache,
Set<String> workspaceNames,
Schemata schemata,
PlanHints hints,
Problems problems)
Create a new context for query execution. |
Uses of ExecutionContext in org.modeshape.jcr.query.lucene |
---|
Methods in org.modeshape.jcr.query.lucene with parameters of type ExecutionContext | |
---|---|
CancellableQuery |
LuceneQueryEngine.query(ExecutionContext context,
RepositoryCache repositoryCache,
Set<String> workspaceNames,
Map<String,NodeCache> overriddenNodeCachesByWorkspaceName,
QueryCommand query,
Schemata schemata,
PlanHints hints,
Map<String,Object> variables)
Execute the supplied query against the named workspace, using the supplied hints, schemata and variables. |
Constructors in org.modeshape.jcr.query.lucene with parameters of type ExecutionContext | |
---|---|
LuceneQueryEngine(ExecutionContext context,
String repositoryName,
Planner planner,
Optimizer optimizer,
org.hibernate.search.engine.spi.SearchFactoryImplementor searchFactory,
org.apache.lucene.util.Version version,
boolean enableFullTextSearch)
|
Uses of ExecutionContext in org.modeshape.jcr.query.lucene.basic |
---|
Constructors in org.modeshape.jcr.query.lucene.basic with parameters of type ExecutionContext | |
---|---|
BasicLuceneSchema(ExecutionContext context,
org.hibernate.search.engine.spi.SearchFactoryImplementor searchFactory,
org.apache.lucene.util.Version version,
boolean enableFullTextSearch)
|
Uses of ExecutionContext in org.modeshape.jcr.query.model |
---|
Fields in org.modeshape.jcr.query.model declared as ExecutionContext | |
---|---|
protected ExecutionContext |
Visitors.ReadableVisitor.context
|
Methods in org.modeshape.jcr.query.model that return ExecutionContext | |
---|---|
ExecutionContext |
Visitors.ReadableVisitor.getContext()
|
Methods in org.modeshape.jcr.query.model with parameters of type ExecutionContext | |
---|---|
static String |
Visitors.readable(Object[] tuple,
ExecutionContext context)
|
static String |
Visitors.readable(Visitable visitable,
ExecutionContext context)
Using a visitor, obtain the readable string representation of the supplied object |
Constructors in org.modeshape.jcr.query.model with parameters of type ExecutionContext | |
---|---|
Visitors.JcrSql2Writer(ExecutionContext context)
|
|
Visitors.ReadableVisitor(ExecutionContext context)
|
Uses of ExecutionContext in org.modeshape.jcr.query.validate |
---|
Methods in org.modeshape.jcr.query.validate with parameters of type ExecutionContext | |
---|---|
static ImmutableSchemata.Builder |
ImmutableSchemata.createBuilder(ExecutionContext context)
Obtain a new instance for building Schemata objects. |
Constructors in org.modeshape.jcr.query.validate with parameters of type ExecutionContext | |
---|---|
ImmutableSchemata.Builder(ExecutionContext context)
|
Uses of ExecutionContext in org.modeshape.jcr.security |
---|
Methods in org.modeshape.jcr.security that return ExecutionContext | |
---|---|
ExecutionContext |
ServletProvider.authenticate(Credentials credentials,
String repositoryName,
String workspaceName,
ExecutionContext repositoryContext,
Map<String,Object> sessionAttributes)
Authenticate the user that is using the supplied credentials. |
ExecutionContext |
JaasProvider.authenticate(Credentials credentials,
String repositoryName,
String workspaceName,
ExecutionContext repositoryContext,
Map<String,Object> sessionAttributes)
Authenticate the user that is using the supplied credentials. |
ExecutionContext |
AuthenticationProviders.authenticate(Credentials credentials,
String repositoryName,
String workspaceName,
ExecutionContext repositoryContext,
Map<String,Object> sessionAttributes)
Authenticate the user that is using the supplied credentials. |
ExecutionContext |
AuthenticationProvider.authenticate(Credentials credentials,
String repositoryName,
String workspaceName,
ExecutionContext repositoryContext,
Map<String,Object> sessionAttributes)
Authenticate the user that is using the supplied credentials. |
ExecutionContext |
AnonymousProvider.authenticate(Credentials credentials,
String repositoryName,
String workspaceName,
ExecutionContext repositoryContext,
Map<String,Object> sessionAttributes)
Authenticate the user that is using the supplied credentials. |
Methods in org.modeshape.jcr.security with parameters of type ExecutionContext | |
---|---|
ExecutionContext |
ServletProvider.authenticate(Credentials credentials,
String repositoryName,
String workspaceName,
ExecutionContext repositoryContext,
Map<String,Object> sessionAttributes)
Authenticate the user that is using the supplied credentials. |
ExecutionContext |
JaasProvider.authenticate(Credentials credentials,
String repositoryName,
String workspaceName,
ExecutionContext repositoryContext,
Map<String,Object> sessionAttributes)
Authenticate the user that is using the supplied credentials. |
ExecutionContext |
AuthenticationProviders.authenticate(Credentials credentials,
String repositoryName,
String workspaceName,
ExecutionContext repositoryContext,
Map<String,Object> sessionAttributes)
Authenticate the user that is using the supplied credentials. |
ExecutionContext |
AuthenticationProvider.authenticate(Credentials credentials,
String repositoryName,
String workspaceName,
ExecutionContext repositoryContext,
Map<String,Object> sessionAttributes)
Authenticate the user that is using the supplied credentials. |
ExecutionContext |
AnonymousProvider.authenticate(Credentials credentials,
String repositoryName,
String workspaceName,
ExecutionContext repositoryContext,
Map<String,Object> sessionAttributes)
Authenticate the user that is using the supplied credentials. |
boolean |
AuthorizationProvider.hasPermission(ExecutionContext context,
String repositoryName,
String repositorySourceName,
String workspaceName,
Path path,
String... actions)
Determine if the supplied execution context has permission for all of the named actions in the named workspace. |
|
ModeShape Distribution 3.0.0.Beta4 | |||||||||
PREV NEXT | FRAMES NO FRAMES |