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.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.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-2009 JBoss, a division of Red Hat. All Rights Reserved.