|
ModeShape Distribution 3.0.0.Beta4 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Problems | |
---|---|
org.modeshape.common.collection | A set of common classes for dealing with collections of other objects. |
org.modeshape.jcr | |
org.modeshape.jcr.query | The Query API provides a mechanism for building and executing queries. |
org.modeshape.jcr.query.process | This package defines the QueryProcessor interface, which is responsible for constructing for each query
a tree of ProcessingComponent objects that each are responsible for processing a specific aspect of
the query and returning the tuples to the parent component. |
Uses of Problems in org.modeshape.common.collection |
---|
Classes in org.modeshape.common.collection that implement Problems | |
---|---|
class |
AbstractProblems
A list of problems for some execution context. |
class |
ImmutableProblems
An immutable wrapper for a mutable Problems . |
class |
SimpleProblems
A simple Problems collection. |
class |
ThreadSafeProblems
A thread-safe Problems collection. |
Constructors in org.modeshape.common.collection with parameters of type Problems | |
---|---|
ImmutableProblems(Problems delegate)
|
Uses of Problems in org.modeshape.jcr |
---|
Methods in org.modeshape.jcr that return Problems | |
---|---|
abstract Problems |
BackupService.Activity.execute()
Execute the activity, using the repository state as it currently exists. |
Problems |
BackupService.BackupActivity.execute()
|
Problems |
BackupService.RestoreActivity.execute()
|
Problems |
ConfigurationException.getProblems()
|
Problems |
RepositoryConfiguration.validate()
Validate this configuration against the JSON Schema. |
Problems |
RepositoryConfiguration.validate(Changes changes)
Validate this configuration if the supplied changes were made to this. |
Methods in org.modeshape.jcr with parameters of type Problems | |
---|---|
void |
CndImporter.importBuiltIns(Problems problems)
|
void |
CndImporter.importFrom(File file,
Problems problems)
Import the CND content from the supplied stream, placing the content into the importer's destination. |
void |
CndImporter.importFrom(InputStream stream,
Problems problems,
String resourceName)
Import the CND content from the supplied stream, placing the content into the importer's destination. |
void |
CndImporter.importFrom(String content,
Problems problems,
String resourceName)
Import the CND content from the supplied stream, placing the content into the importer's destination. |
protected String |
JcrNodeTypeManager.messageFrom(Problems problems)
|
protected List<RepositoryConfiguration.Component> |
RepositoryConfiguration.readComponents(Document doc,
String fieldName,
String aliasFieldName,
Map<String,String> classnamesByAlias,
Problems problems)
|
protected void |
RepositoryConfiguration.Security.validateCustomProviders(Problems problems)
|
protected void |
RepositoryConfiguration.Sequencing.validateSequencers(Problems problems)
Get the ordered list of sequencers. |
protected void |
RepositoryConfiguration.TextExtracting.validateTextExtractors(Problems problems)
|
Constructors in org.modeshape.jcr with parameters of type Problems | |
---|---|
BackupDocumentReader(File parentDirectory,
String filenamePrefix,
Problems problems)
|
|
BackupDocumentWriter(File parentDirectory,
String filenamePrefix,
long documentsPerFile,
boolean compress,
Problems problems)
|
|
ConfigurationException(Problems results)
|
|
ConfigurationException(Problems results,
String message)
|
|
ConfigurationException(Problems results,
String message,
Throwable cause)
|
|
ConfigurationException(Problems results,
Throwable cause)
|
|
JcrProblems(Problems problems)
|
Uses of Problems in org.modeshape.jcr.query |
---|
Methods in org.modeshape.jcr.query that return Problems | |
---|---|
Problems |
QueryResults.getProblems()
Get the problems encountered during execution. |
Problems |
QueryContext.getProblems()
Get the problem container used by this query context. |
Methods in org.modeshape.jcr.query with parameters of type Problems | |
---|---|
protected void |
JcrAbstractQuery.checkForProblems(Problems problems)
|
QueryContext |
QueryContext.with(Problems problems)
Obtain a copy of this context, except that the copy uses the supplied problem container. |
Constructors in org.modeshape.jcr.query with parameters of type Problems | |
---|---|
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,
PlanHints hints,
Problems problems)
Create a new context for query execution. |
Uses of Problems in org.modeshape.jcr.query.process |
---|
Methods in org.modeshape.jcr.query.process that return Problems | |
---|---|
Problems |
QueryResults.getProblems()
|
protected Problems |
ProcessingComponent.problems()
Get the container for problems encountered during processing. |
Constructors in org.modeshape.jcr.query.process with parameters of type Problems | |
---|---|
QueryResults(QueryResults.Columns columns,
QueryResults.Statistics statistics,
List<Object[]> tuples,
Problems problems,
String plan)
Create a results object for the supplied context, command, and result columns and with the supplied tuples. |
|
QueryResults(QueryResults.Columns columns,
QueryResults.Statistics statistics,
Problems problems)
Create an empty QueryResults object for the supplied context, command, and result columns. |
|
ModeShape Distribution 3.0.0.Beta4 | |||||||||
PREV NEXT | FRAMES NO FRAMES |