Uses of Interface
org.jboss.dna.common.collection.Problems

Packages that use Problems
org.jboss.dna.cnd Compact Node Definition (CND) defines JCR node types, property definitions, and child node definitions in a concise and easy-to-read form. 
org.jboss.dna.common.collection A set of common classes for dealing with collections of other objects. 
org.jboss.dna.graph.query The Query API provides a mechanism for building and executing queries. 
org.jboss.dna.graph.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. 
org.jboss.dna.graph.sequencer A sequencer in JBoss DNA is a component that is able to process information (usually the content of a file, or a property value on a node) and recreate that information as a graph of structured content. 
org.jboss.dna.jcr The DNA implementation of the JCR API. 
org.jboss.dna.repository The components and services that make up the JBoss DNA repository engine. 
org.jboss.dna.repository.sequencer The classes that make up the sequencing service and its configuration. 
 

Uses of Problems in org.jboss.dna.cnd
 

Methods in org.jboss.dna.cnd with parameters of type 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.
 

Uses of Problems in org.jboss.dna.common.collection
 

Classes in org.jboss.dna.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.jboss.dna.common.collection with parameters of type Problems
ImmutableProblems(Problems delegate)
           
 

Uses of Problems in org.jboss.dna.graph.query
 

Methods in org.jboss.dna.graph.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.jboss.dna.graph.query with parameters of type Problems
 QueryContext QueryContext.with(Problems problems)
          Obtain a copy of this context, except that the copy uses the supplied problem container.
 

Constructors in org.jboss.dna.graph.query with parameters of type Problems
QueryContext(Schemata schemata, TypeSystem typeSystem, PlanHints hints, Problems problems)
          Create a new context for query execution.
QueryContext(Schemata schemata, TypeSystem typeSystem, PlanHints hints, Problems problems, Map<String,Object> variables)
          Create a new context for query execution.
 

Uses of Problems in org.jboss.dna.graph.query.process
 

Methods in org.jboss.dna.graph.query.process that return Problems
 Problems QueryResults.getProblems()
          Get the problems encountered during execution.
 

Constructors in org.jboss.dna.graph.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.
 

Uses of Problems in org.jboss.dna.graph.sequencer
 

Methods in org.jboss.dna.graph.sequencer that return Problems
 Problems StreamSequencerContext.getProblems()
          Get an interface that can be used to record various problems, warnings, and errors that are not extreme enough to warrant throwing exceptions.
 

Constructors in org.jboss.dna.graph.sequencer with parameters of type Problems
StreamSequencerContext(ExecutionContext context, Path inputPath, Set<Property> inputProperties, String mimeType, Problems problems)
           
 

Uses of Problems in org.jboss.dna.jcr
 

Methods in org.jboss.dna.jcr that return Problems
 Problems CndNodeTypeSource.getProblems()
          Returns the problems (if any) that were encountered parsing the CND files.
 

Uses of Problems in org.jboss.dna.repository
 

Methods in org.jboss.dna.repository that return Problems
 Problems DnaEngine.getProblems()
          Get the problems that were encountered when setting up this engine from the configuration.
 Problems DnaConfiguration.getProblems()
          Get the problems (if any) that are associated with this configuration.
 

Constructors in org.jboss.dna.repository with parameters of type Problems
RepositoryService(RepositorySource configurationSource, String configurationWorkspaceName, Path pathToConfigurationRoot, ExecutionContext context, Problems problems)
          Create a service instance, reading the configuration describing new RepositorySource instances from the supplied configuration repository.
 

Uses of Problems in org.jboss.dna.repository.sequencer
 

Methods in org.jboss.dna.repository.sequencer with parameters of type Problems
 void StreamSequencerAdapter.execute(Node input, String sequencedPropertyName, NetChangeObserver.NetChange changes, Set<RepositoryNodePath> outputPaths, SequencerContext context, Problems problems)
          Execute the sequencing operation on the supplied node, which has recently been created or changed.
 void Sequencer.execute(Node input, String sequencedPropertyName, NetChangeObserver.NetChange changes, Set<RepositoryNodePath> outputPaths, SequencerContext context, Problems problems)
          Execute the sequencing operation on the supplied node, which has recently been created or changed.
 



Copyright © 2008-2010 JBoss, a division of Red Hat. All Rights Reserved.