A B C D E F G H I J L M N O P R S T U V W X

A

AbstractCommandExecutor - Class in org.jboss.dna.graph.commands.executor
Abstract implementation of the CommandExecutor interface that provides implementations for all methods, making this a useful base class for all CommandExecutor implementations.
AbstractCommandExecutor(ExecutionContext, String) - Constructor for class org.jboss.dna.graph.commands.executor.AbstractCommandExecutor
 
AbstractCommandExecutor(ExecutionContext, String, DateTime) - Constructor for class org.jboss.dna.graph.commands.executor.AbstractCommandExecutor
 
AbstractValueFactories - Class in org.jboss.dna.graph.properties.basic
Abstract implementation of ValueFactories that implements all the methods other than the get*Factory() methods.
AbstractValueFactories() - Constructor for class org.jboss.dna.graph.properties.basic.AbstractValueFactories
 
AbstractValueFactories.ValueFactoryIterator - Class in org.jboss.dna.graph.properties.basic
 
AbstractValueFactories.ValueFactoryIterator() - Constructor for class org.jboss.dna.graph.properties.basic.AbstractValueFactories.ValueFactoryIterator
 
AbstractValueFactory<T> - Class in org.jboss.dna.graph.properties.basic
Abstract ValueFactory.
AbstractValueFactory(PropertyType, TextDecoder, ValueFactory<String>) - Constructor for class org.jboss.dna.graph.properties.basic.AbstractValueFactory
 
AbstractValueFactory.ConvertingIterator<ValueType> - Class in org.jboss.dna.graph.properties.basic
 
AbstractValueFactory.ConvertingIterator(Iterator<?>, ValueFactory<ValueType>) - Constructor for class org.jboss.dna.graph.properties.basic.AbstractValueFactory.ConvertingIterator
 
acquire() - Method in class org.jboss.dna.graph.properties.basic.InMemoryBinary
Acquire any resources for this data.
acquire() - Method in interface org.jboss.dna.graph.properties.Binary
Acquire any resources for this data.
ActsAsUpdate - Interface in org.jboss.dna.graph.commands
Marker interface that signals that a command may update or modify information in a repository.
ActsOnPath - Interface in org.jboss.dna.graph.commands
Aspect interface for any repository command that acts upon a specific path.
ActsOnProperties - Interface in org.jboss.dna.graph.commands
Aspect interface for any repository command that acts upon or updates properties on a given node.
add(GraphCommand) - Method in class org.jboss.dna.graph.commands.basic.BasicCompositeCommand
 
addChild(Path.Segment, Property...) - Method in class org.jboss.dna.graph.commands.basic.BasicGetChildrenCommand
Add the child to this node.
addChild(Path.Segment, Property...) - Method in interface org.jboss.dna.graph.commands.GetChildrenCommand
Add the child to this node.
addConnectionIfUnderCorePoolSize() - Method in class org.jboss.dna.graph.connectors.RepositoryConnectionPool
 
addConnectionsIfUnderCorePoolSize() - Method in class org.jboss.dna.graph.connectors.RepositoryConnectionPool
 
ALGORITHMS_NOT_FOUND_AND_LOGGED - Static variable in class org.jboss.dna.graph.properties.basic.InMemoryBinary
 
all() - Static method in class org.jboss.dna.graph.properties.PathExpression
 
awaitTermination(long, TimeUnit) - Method in class org.jboss.dna.graph.connectors.RepositoryConnectionPool
Method that can be called after RepositoryConnectionPool.shutdown() or RepositoryConnectionPool.shutdownNow() to wait until all connections in use at the time those methods were called have been closed normally.

B

BasicCachePolicy - Class in org.jboss.dna.graph.cache
 
BasicCachePolicy() - Constructor for class org.jboss.dna.graph.cache.BasicCachePolicy
 
BasicCachePolicy(long, TimeUnit) - Constructor for class org.jboss.dna.graph.cache.BasicCachePolicy
 
BasicCompositeCommand - Class in org.jboss.dna.graph.commands.basic
 
BasicCompositeCommand() - Constructor for class org.jboss.dna.graph.commands.basic.BasicCompositeCommand
 
BasicCopyBranchCommand - Class in org.jboss.dna.graph.commands.basic
 
BasicCopyBranchCommand(Path, Path) - Constructor for class org.jboss.dna.graph.commands.basic.BasicCopyBranchCommand
 
BasicCopyNodeCommand - Class in org.jboss.dna.graph.commands.basic
 
BasicCopyNodeCommand(Path, Path) - Constructor for class org.jboss.dna.graph.commands.basic.BasicCopyNodeCommand
 
BasicCreateNodeCommand - Class in org.jboss.dna.graph.commands.basic
 
BasicCreateNodeCommand(Path) - Constructor for class org.jboss.dna.graph.commands.basic.BasicCreateNodeCommand
 
BasicCreateNodeCommand(Path, Collection<Property>, NodeConflictBehavior) - Constructor for class org.jboss.dna.graph.commands.basic.BasicCreateNodeCommand
 
BasicDeleteBranchCommand - Class in org.jboss.dna.graph.commands.basic
 
BasicDeleteBranchCommand(Path) - Constructor for class org.jboss.dna.graph.commands.basic.BasicDeleteBranchCommand
 
BasicEmptyProperty - Class in org.jboss.dna.graph.properties.basic
An immutable version of a property that has no values.
BasicEmptyProperty(Name) - Constructor for class org.jboss.dna.graph.properties.basic.BasicEmptyProperty
Create a property with no values.
BasicEmptyProperty.EmptyIterator<T> - Class in org.jboss.dna.graph.properties.basic
 
BasicEmptyProperty.EmptyIterator() - Constructor for class org.jboss.dna.graph.properties.basic.BasicEmptyProperty.EmptyIterator
 
BasicExecutionContext - Class in org.jboss.dna.graph.connectors
 
BasicExecutionContext() - Constructor for class org.jboss.dna.graph.connectors.BasicExecutionContext
 
BasicExecutionContext(NamespaceRegistry) - Constructor for class org.jboss.dna.graph.connectors.BasicExecutionContext
 
BasicExecutionContext(LoginContext) - Constructor for class org.jboss.dna.graph.connectors.BasicExecutionContext
 
BasicExecutionContext(AccessControlContext) - Constructor for class org.jboss.dna.graph.connectors.BasicExecutionContext
 
BasicExecutionContext(LoginContext, NamespaceRegistry) - Constructor for class org.jboss.dna.graph.connectors.BasicExecutionContext
 
BasicExecutionContext(AccessControlContext, NamespaceRegistry) - Constructor for class org.jboss.dna.graph.connectors.BasicExecutionContext
 
BasicExecutionContext(NamespaceRegistry, ValueFactories, PropertyFactory) - Constructor for class org.jboss.dna.graph.connectors.BasicExecutionContext
 
BasicExecutionContext(LoginContext, NamespaceRegistry, ValueFactories, PropertyFactory) - Constructor for class org.jboss.dna.graph.connectors.BasicExecutionContext
 
BasicExecutionContext(AccessControlContext, NamespaceRegistry, ValueFactories, PropertyFactory) - Constructor for class org.jboss.dna.graph.connectors.BasicExecutionContext
 
BasicExecutionContextFactory - Class in org.jboss.dna.graph.connectors
Basic implementation of a ExecutionContextFactory that returns basic ExecutionContexts.
BasicExecutionContextFactory() - Constructor for class org.jboss.dna.graph.connectors.BasicExecutionContextFactory
Create a new instance of this factory.
BasicExecutionContextFactory(String) - Constructor for class org.jboss.dna.graph.connectors.BasicExecutionContextFactory
Create a new instance of this factory.
BasicGetChildrenCommand - Class in org.jboss.dna.graph.commands.basic
 
BasicGetChildrenCommand(Path) - Constructor for class org.jboss.dna.graph.commands.basic.BasicGetChildrenCommand
 
BasicGetNodeCommand - Class in org.jboss.dna.graph.commands.basic
 
BasicGetNodeCommand(Path) - Constructor for class org.jboss.dna.graph.commands.basic.BasicGetNodeCommand
 
BasicGetPropertiesCommand - Class in org.jboss.dna.graph.commands.basic
 
BasicGetPropertiesCommand(Path) - Constructor for class org.jboss.dna.graph.commands.basic.BasicGetPropertiesCommand
 
BasicGraphCommand - Class in org.jboss.dna.graph.commands.basic
 
BasicGraphCommand() - Constructor for class org.jboss.dna.graph.commands.basic.BasicGraphCommand
 
BasicMoveBranchCommand - Class in org.jboss.dna.graph.commands.basic
 
BasicMoveBranchCommand(Path, Path, NodeConflictBehavior) - Constructor for class org.jboss.dna.graph.commands.basic.BasicMoveBranchCommand
 
BasicMultiValueProperty - Class in org.jboss.dna.graph.properties.basic
An immutable version of a property that has 2 or more values.
BasicMultiValueProperty(Name, List<Object>) - Constructor for class org.jboss.dna.graph.properties.basic.BasicMultiValueProperty
Create a property with 2 or more values.
BasicMultiValueProperty(Name, Object...) - Constructor for class org.jboss.dna.graph.properties.basic.BasicMultiValueProperty
Create a property with 2 or more values.
BasicMultiValueProperty.ReadOnlyIterator - Class in org.jboss.dna.graph.properties.basic
 
BasicMultiValueProperty.ReadOnlyIterator(Iterator<Object>) - Constructor for class org.jboss.dna.graph.properties.basic.BasicMultiValueProperty.ReadOnlyIterator
 
BasicName - Class in org.jboss.dna.graph.properties.basic
A basic implementation of Name.
BasicName(String, String) - Constructor for class org.jboss.dna.graph.properties.basic.BasicName
 
BasicNamespaceRegistry - Class in org.jboss.dna.graph.properties.basic
 
BasicNamespaceRegistry() - Constructor for class org.jboss.dna.graph.properties.basic.BasicNamespaceRegistry
 
BasicNamespaceRegistry(String) - Constructor for class org.jboss.dna.graph.properties.basic.BasicNamespaceRegistry
 
BasicPath - Class in org.jboss.dna.graph.properties.basic
A basic implementation of Path.
BasicPath(List<Path.Segment>, boolean) - Constructor for class org.jboss.dna.graph.properties.basic.BasicPath
 
BasicPathSegment - Class in org.jboss.dna.graph.properties.basic
A basic implementation of Path.Segment.
BasicPathSegment(Name) - Constructor for class org.jboss.dna.graph.properties.basic.BasicPathSegment
 
BasicPathSegment(Name, int) - Constructor for class org.jboss.dna.graph.properties.basic.BasicPathSegment
 
BasicProperty - Class in org.jboss.dna.graph.properties.basic
 
BasicProperty(Name) - Constructor for class org.jboss.dna.graph.properties.basic.BasicProperty
 
BasicPropertyFactory - Class in org.jboss.dna.graph.properties.basic
 
BasicPropertyFactory(ValueFactories) - Constructor for class org.jboss.dna.graph.properties.basic.BasicPropertyFactory
 
BasicRecordBranchCommand - Class in org.jboss.dna.graph.commands.basic
 
BasicRecordBranchCommand(Path, NodeConflictBehavior) - Constructor for class org.jboss.dna.graph.commands.basic.BasicRecordBranchCommand
 
BasicRecordBranchCommand(Path, NodeConflictBehavior, List<CreateNodeCommand>) - Constructor for class org.jboss.dna.graph.commands.basic.BasicRecordBranchCommand
 
BasicRecordBranchCommand(Path, NodeConflictBehavior, List<CreateNodeCommand>, int) - Constructor for class org.jboss.dna.graph.commands.basic.BasicRecordBranchCommand
 
BasicSetPropertiesCommand - Class in org.jboss.dna.graph.commands.basic
 
BasicSetPropertiesCommand(Path, List<Property>) - Constructor for class org.jboss.dna.graph.commands.basic.BasicSetPropertiesCommand
 
BasicSingleValueProperty - Class in org.jboss.dna.graph.properties.basic
An immutable version of a property that has exactly 1 value.
BasicSingleValueProperty(Name, Object) - Constructor for class org.jboss.dna.graph.properties.basic.BasicSingleValueProperty
Create a property with a single value
BasicSingleValueProperty.ValueIterator - Class in org.jboss.dna.graph.properties.basic
 
BasicSingleValueProperty.ValueIterator() - Constructor for class org.jboss.dna.graph.properties.basic.BasicSingleValueProperty.ValueIterator
 
Binary - Interface in org.jboss.dna.graph.properties
Value holder for binary data.
BINARY_COMPARATOR - Static variable in class org.jboss.dna.graph.properties.ValueComparators
A comparator of binary values.
BOOLEAN_COMPARATOR - Static variable in class org.jboss.dna.graph.properties.ValueComparators
A comparator of boolean values.
BooleanValueFactory - Class in org.jboss.dna.graph.properties.basic
The standard ValueFactory for PropertyType.BOOLEAN values.
BooleanValueFactory(TextDecoder, ValueFactory<String>) - Constructor for class org.jboss.dna.graph.properties.basic.BooleanValueFactory
 

C

Cacheable - Interface in org.jboss.dna.graph.cache
Interface defining an object that can be cached according to a CachePolicy.
CachePolicy - Interface in org.jboss.dna.graph.cache
The specification of how node data is to be cached.
CALENDAR_COMPARATOR - Static variable in class org.jboss.dna.graph.properties.ValueComparators
A comparator of calendar values.
canceledSequencingXmlDocument - Static variable in class org.jboss.dna.graph.GraphI18n
 
CDATA - Static variable in class org.jboss.dna.graph.xml.DnaXmlLexicon
 
CDATA_CONTENT - Static variable in class org.jboss.dna.graph.xml.DnaXmlLexicon
 
CLASSNAME - Static variable in class org.jboss.dna.graph.DnaLexicon
 
CLASSPATH - Static variable in class org.jboss.dna.graph.DnaLexicon
 
clearCommands() - Method in class org.jboss.dna.graph.commands.basic.BasicCompositeCommand
 
close() - Method in class org.jboss.dna.graph.commands.executor.AbstractCommandExecutor
Close this executor, allowing it to clean up any open resources.
close() - Method in interface org.jboss.dna.graph.commands.executor.CommandExecutor
Close this executor, allowing it to clean up any open resources.
close() - Method in class org.jboss.dna.graph.commands.executor.DelegatingCommandExecutor
Close this executor, allowing it to clean up any open resources.
close() - Method in class org.jboss.dna.graph.commands.executor.LoggingCommandExecutor
Close this executor, allowing it to clean up any open resources.
close() - Method in class org.jboss.dna.graph.commands.executor.SingleSourceCommandExecutor
Close this executor, allowing it to clean up any open resources.
close() - Method in interface org.jboss.dna.graph.connectors.RepositoryConnection
Close this connection to signal that it is no longer needed and that any accumulated resources are to be released.
close() - Method in class org.jboss.dna.graph.connectors.RepositoryConnectionPool.ConnectionWrapper
Close this connection to signal that it is no longer needed and that any accumulated resources are to be released.
closeConnection(RepositoryConnectionPool.ConnectionWrapper) - Method in class org.jboss.dna.graph.connectors.RepositoryConnectionPool
Close a connection that is in the pool but no longer in the available connections.
closedCommandExecutor - Static variable in class org.jboss.dna.graph.GraphI18n
 
closedConnectionMayNotBeUsed - Static variable in class org.jboss.dna.graph.GraphI18n
 
closingCommandExecutor - Static variable in class org.jboss.dna.graph.GraphI18n
 
CommandExecutor - Interface in org.jboss.dna.graph.commands.executor
 
COMMENT - Static variable in class org.jboss.dna.graph.xml.DnaXmlLexicon
 
COMMENT_CONTENT - Static variable in class org.jboss.dna.graph.xml.DnaXmlLexicon
 
compareTo(CreateNodeCommand) - Method in class org.jboss.dna.graph.commands.basic.BasicCreateNodeCommand
compareTo(Name) - Method in class org.jboss.dna.graph.properties.basic.BasicName
compareTo(Path) - Method in class org.jboss.dna.graph.properties.basic.BasicPath
compareTo(Path.Segment) - Method in class org.jboss.dna.graph.properties.basic.BasicPathSegment
compareTo(Property) - Method in class org.jboss.dna.graph.properties.basic.BasicProperty
compareTo(Binary) - Method in class org.jboss.dna.graph.properties.basic.InMemoryBinary
compareTo(DateTime) - Method in class org.jboss.dna.graph.properties.basic.JodaDateTime
compareTo(Reference) - Method in class org.jboss.dna.graph.properties.basic.UuidReference
compile(String) - Static method in class org.jboss.dna.graph.properties.PathExpression
Compile the supplied expression and return the resulting path expression instance.
CompositeCommand - Interface in org.jboss.dna.graph.commands
A command that is a composition of other commands.
CopyBranchCommand - Interface in org.jboss.dna.graph.commands
Command that copies a branch from one path to another.
CopyNodeCommand - Interface in org.jboss.dna.graph.commands
Command that makes a copy of a single node at another location.
create() - Method in class org.jboss.dna.graph.connectors.BasicExecutionContextFactory
Creates an ExecutionContext using a snapshot of the access control context obtained from the current calling context.
create(AccessControlContext) - Method in class org.jboss.dna.graph.connectors.BasicExecutionContextFactory
Creates an ExecutionContext using the supplied access control context.
create(LoginContext) - Method in class org.jboss.dna.graph.connectors.BasicExecutionContextFactory
Create an ExecutionContext for the supplied LoginContext.
create(String) - Method in class org.jboss.dna.graph.connectors.BasicExecutionContextFactory
create(String, Subject) - Method in class org.jboss.dna.graph.connectors.BasicExecutionContextFactory
create(String, CallbackHandler) - Method in class org.jboss.dna.graph.connectors.BasicExecutionContextFactory
create(String, Subject, CallbackHandler) - Method in class org.jboss.dna.graph.connectors.BasicExecutionContextFactory
create() - Method in interface org.jboss.dna.graph.ExecutionContextFactory
Creates an ExecutionContext using a snapshot of the access control context obtained from the current calling context.
create(AccessControlContext) - Method in interface org.jboss.dna.graph.ExecutionContextFactory
Creates an ExecutionContext using the supplied access control context.
create(LoginContext) - Method in interface org.jboss.dna.graph.ExecutionContextFactory
Create an ExecutionContext for the supplied LoginContext.
create(String) - Method in interface org.jboss.dna.graph.ExecutionContextFactory
 
create(String, Subject) - Method in interface org.jboss.dna.graph.ExecutionContextFactory
 
create(String, CallbackHandler) - Method in interface org.jboss.dna.graph.ExecutionContextFactory
 
create(String, Subject, CallbackHandler) - Method in interface org.jboss.dna.graph.ExecutionContextFactory
 
create(Object) - Method in class org.jboss.dna.graph.properties.basic.AbstractValueFactory
Create a value from the specified information by determining which other create method applies and delegating to that method.
create(BigDecimal[]) - Method in class org.jboss.dna.graph.properties.basic.AbstractValueFactory
Create an array of values from an array of decimal values.
create(boolean[]) - Method in class org.jboss.dna.graph.properties.basic.AbstractValueFactory
Create an array of values from an array of booleans.
create(byte[][]) - Method in class org.jboss.dna.graph.properties.basic.AbstractValueFactory
Create an array of values from the array of binary content.
create(Calendar[]) - Method in class org.jboss.dna.graph.properties.basic.AbstractValueFactory
Create an array of values from an array of Calendar instances.
create(Date[]) - Method in class org.jboss.dna.graph.properties.basic.AbstractValueFactory
Create an array of values from an array of dates.
create(DateTime[]) - Method in class org.jboss.dna.graph.properties.basic.AbstractValueFactory
Create an array of values from an array of DateTime instants.
create(double[]) - Method in class org.jboss.dna.graph.properties.basic.AbstractValueFactory
Create an array of values from an array of doubles.
create(float[]) - Method in class org.jboss.dna.graph.properties.basic.AbstractValueFactory
Create an array of values from an array of floats.
create(int[]) - Method in class org.jboss.dna.graph.properties.basic.AbstractValueFactory
Create an array of values from an array of integers.
create(long[]) - Method in class org.jboss.dna.graph.properties.basic.AbstractValueFactory
Create an array of values from an array of longs.
create(Name[]) - Method in class org.jboss.dna.graph.properties.basic.AbstractValueFactory
Create an array of values from an array of names.
create(Object[]) - Method in class org.jboss.dna.graph.properties.basic.AbstractValueFactory
Create an array of values from the specified information by determining which other create method applies for each object and then delegating to that method.
create(Path[]) - Method in class org.jboss.dna.graph.properties.basic.AbstractValueFactory
Create an array of values from an array of paths.
create(Reference[]) - Method in class org.jboss.dna.graph.properties.basic.AbstractValueFactory
Create an array of values from an array of references.
create(String[], TextDecoder) - Method in class org.jboss.dna.graph.properties.basic.AbstractValueFactory
Create an array of values from an array of strings, using the supplied decoder.
create(String[]) - Method in class org.jboss.dna.graph.properties.basic.AbstractValueFactory
Create an array of values from an array of string values, using no decoding.
create(URI[]) - Method in class org.jboss.dna.graph.properties.basic.AbstractValueFactory
Create an array of values from an array of URIs.
create(UUID[]) - Method in class org.jboss.dna.graph.properties.basic.AbstractValueFactory
Create an array of values from an array of UUIDs.
create(Binary[]) - Method in class org.jboss.dna.graph.properties.basic.AbstractValueFactory
Create an array of values from the array of binary objects.
create(Iterator<?>) - Method in class org.jboss.dna.graph.properties.basic.AbstractValueFactory
Create an iterator over the values (of an unknown type).
create(Iterable<?>) - Method in class org.jboss.dna.graph.properties.basic.AbstractValueFactory
Create an iterable with the values (of an unknown type).
create(Name, Iterable<?>) - Method in class org.jboss.dna.graph.properties.basic.BasicPropertyFactory
Create a property with the supplied name and values
create(Name, Iterator<?>) - Method in class org.jboss.dna.graph.properties.basic.BasicPropertyFactory
Create a property with the supplied name and values
create(Name, Object...) - Method in class org.jboss.dna.graph.properties.basic.BasicPropertyFactory
Create a property with the supplied name and values
create(Name, PropertyType, Object...) - Method in class org.jboss.dna.graph.properties.basic.BasicPropertyFactory
Create a property with the supplied name and values
create(Name, PropertyType, Iterable<?>) - Method in class org.jboss.dna.graph.properties.basic.BasicPropertyFactory
Create a property with the supplied name and values
create(Name, PropertyType, Iterator<?>) - Method in class org.jboss.dna.graph.properties.basic.BasicPropertyFactory
Create a property with the supplied name and values
create(String) - Method in class org.jboss.dna.graph.properties.basic.BooleanValueFactory
Create a value from a string, using no decoding.
create(String, TextDecoder) - Method in class org.jboss.dna.graph.properties.basic.BooleanValueFactory
Create a value from a string, using the supplied decoder.
create(int) - Method in class org.jboss.dna.graph.properties.basic.BooleanValueFactory
Create a value from an integer.
create(long) - Method in class org.jboss.dna.graph.properties.basic.BooleanValueFactory
Create a long from a string.
create(boolean) - Method in class org.jboss.dna.graph.properties.basic.BooleanValueFactory
Create a boolean from a string.
create(float) - Method in class org.jboss.dna.graph.properties.basic.BooleanValueFactory
Create a value from a float.
create(double) - Method in class org.jboss.dna.graph.properties.basic.BooleanValueFactory
Create a value from a double.
create(BigDecimal) - Method in class org.jboss.dna.graph.properties.basic.BooleanValueFactory
Create a value from a decimal.
create(Calendar) - Method in class org.jboss.dna.graph.properties.basic.BooleanValueFactory
Create a value from a Calendar instance.
create(Date) - Method in class org.jboss.dna.graph.properties.basic.BooleanValueFactory
Create a value from a date.
create(DateTime) - Method in class org.jboss.dna.graph.properties.basic.BooleanValueFactory
Create a value from a date-time instant.
create(Name) - Method in class org.jboss.dna.graph.properties.basic.BooleanValueFactory
Create a value from a name.
create(Path) - Method in class org.jboss.dna.graph.properties.basic.BooleanValueFactory
Create a value from a path.
create(Reference) - Method in class org.jboss.dna.graph.properties.basic.BooleanValueFactory
Create a value from a reference.
create(URI) - Method in class org.jboss.dna.graph.properties.basic.BooleanValueFactory
Create a value from a URI.
create(UUID) - Method in class org.jboss.dna.graph.properties.basic.BooleanValueFactory
Create a value from a UUID.
create(byte[]) - Method in class org.jboss.dna.graph.properties.basic.BooleanValueFactory
Create a value from the binary content given by the supplied array.
create(Binary) - Method in class org.jboss.dna.graph.properties.basic.BooleanValueFactory
Create a value from the binary content given by the supplied stream.
create(InputStream, long) - Method in class org.jboss.dna.graph.properties.basic.BooleanValueFactory
Create a value from the binary content given by the supplied stream.
create(Reader, long) - Method in class org.jboss.dna.graph.properties.basic.BooleanValueFactory
Create a value from a the binary content given by the supplied reader.
create(String) - Method in class org.jboss.dna.graph.properties.basic.DecimalValueFactory
Create a value from a string, using no decoding.
create(String, TextDecoder) - Method in class org.jboss.dna.graph.properties.basic.DecimalValueFactory
Create a value from a string, using the supplied decoder.
create(int) - Method in class org.jboss.dna.graph.properties.basic.DecimalValueFactory
Create a value from an integer.
create(long) - Method in class org.jboss.dna.graph.properties.basic.DecimalValueFactory
Create a long from a string.
create(boolean) - Method in class org.jboss.dna.graph.properties.basic.DecimalValueFactory
Create a boolean from a string.
create(float) - Method in class org.jboss.dna.graph.properties.basic.DecimalValueFactory
Create a value from a float.
create(double) - Method in class org.jboss.dna.graph.properties.basic.DecimalValueFactory
Create a value from a double.
create(BigDecimal) - Method in class org.jboss.dna.graph.properties.basic.DecimalValueFactory
Create a value from a decimal.
create(Calendar) - Method in class org.jboss.dna.graph.properties.basic.DecimalValueFactory
Create a value from a Calendar instance.
create(Date) - Method in class org.jboss.dna.graph.properties.basic.DecimalValueFactory
Create a value from a date.
create(DateTime) - Method in class org.jboss.dna.graph.properties.basic.DecimalValueFactory
Create a value from a date-time instant.
create(Name) - Method in class org.jboss.dna.graph.properties.basic.DecimalValueFactory
Create a value from a name.
create(Path) - Method in class org.jboss.dna.graph.properties.basic.DecimalValueFactory
Create a value from a path.
create(Reference) - Method in class org.jboss.dna.graph.properties.basic.DecimalValueFactory
Create a value from a reference.
create(URI) - Method in class org.jboss.dna.graph.properties.basic.DecimalValueFactory
Create a value from a URI.
create(UUID) - Method in class org.jboss.dna.graph.properties.basic.DecimalValueFactory
Create a value from a UUID.
create(byte[]) - Method in class org.jboss.dna.graph.properties.basic.DecimalValueFactory
Create a value from the binary content given by the supplied array.
create(Binary) - Method in class org.jboss.dna.graph.properties.basic.DecimalValueFactory
Create a value from the binary content given by the supplied stream.
create(InputStream, long) - Method in class org.jboss.dna.graph.properties.basic.DecimalValueFactory
Create a value from the binary content given by the supplied stream.
create(Reader, long) - Method in class org.jboss.dna.graph.properties.basic.DecimalValueFactory
Create a value from a the binary content given by the supplied reader.
create(String) - Method in class org.jboss.dna.graph.properties.basic.DoubleValueFactory
Create a value from a string, using no decoding.
create(String, TextDecoder) - Method in class org.jboss.dna.graph.properties.basic.DoubleValueFactory
Create a value from a string, using the supplied decoder.
create(int) - Method in class org.jboss.dna.graph.properties.basic.DoubleValueFactory
Create a value from an integer.
create(long) - Method in class org.jboss.dna.graph.properties.basic.DoubleValueFactory
Create a long from a string.
create(boolean) - Method in class org.jboss.dna.graph.properties.basic.DoubleValueFactory
Create a boolean from a string.
create(float) - Method in class org.jboss.dna.graph.properties.basic.DoubleValueFactory
Create a value from a float.
create(double) - Method in class org.jboss.dna.graph.properties.basic.DoubleValueFactory
Create a value from a double.
create(BigDecimal) - Method in class org.jboss.dna.graph.properties.basic.DoubleValueFactory
Create a value from a decimal.
create(Calendar) - Method in class org.jboss.dna.graph.properties.basic.DoubleValueFactory
Create a value from a Calendar instance.
create(Date) - Method in class org.jboss.dna.graph.properties.basic.DoubleValueFactory
Create a value from a date.
create(DateTime) - Method in class org.jboss.dna.graph.properties.basic.DoubleValueFactory
Create a value from a date-time instant.
create(Name) - Method in class org.jboss.dna.graph.properties.basic.DoubleValueFactory
Create a value from a name.
create(Path) - Method in class org.jboss.dna.graph.properties.basic.DoubleValueFactory
Create a value from a path.
create(Reference) - Method in class org.jboss.dna.graph.properties.basic.DoubleValueFactory
Create a value from a reference.
create(URI) - Method in class org.jboss.dna.graph.properties.basic.DoubleValueFactory
Create a value from a URI.
create(UUID) - Method in class org.jboss.dna.graph.properties.basic.DoubleValueFactory
Create a value from a UUID.
create(byte[]) - Method in class org.jboss.dna.graph.properties.basic.DoubleValueFactory
Create a value from the binary content given by the supplied array.
create(Binary) - Method in class org.jboss.dna.graph.properties.basic.DoubleValueFactory
Create a value from the binary content given by the supplied stream.
create(InputStream, long) - Method in class org.jboss.dna.graph.properties.basic.DoubleValueFactory
Create a value from the binary content given by the supplied stream.
create(Reader, long) - Method in class org.jboss.dna.graph.properties.basic.DoubleValueFactory
Create a value from a the binary content given by the supplied reader.
create(String) - Method in class org.jboss.dna.graph.properties.basic.InMemoryBinaryValueFactory
Create a value from a string, using no decoding.
create(String, TextDecoder) - Method in class org.jboss.dna.graph.properties.basic.InMemoryBinaryValueFactory
Create a value from a string, using the supplied decoder.
create(int) - Method in class org.jboss.dna.graph.properties.basic.InMemoryBinaryValueFactory
Create a value from an integer.
create(long) - Method in class org.jboss.dna.graph.properties.basic.InMemoryBinaryValueFactory
Create a long from a string.
create(boolean) - Method in class org.jboss.dna.graph.properties.basic.InMemoryBinaryValueFactory
Create a boolean from a string.
create(float) - Method in class org.jboss.dna.graph.properties.basic.InMemoryBinaryValueFactory
Create a value from a float.
create(double) - Method in class org.jboss.dna.graph.properties.basic.InMemoryBinaryValueFactory
Create a value from a double.
create(BigDecimal) - Method in class org.jboss.dna.graph.properties.basic.InMemoryBinaryValueFactory
Create a value from a decimal.
create(Calendar) - Method in class org.jboss.dna.graph.properties.basic.InMemoryBinaryValueFactory
Create a value from a Calendar instance.
create(Date) - Method in class org.jboss.dna.graph.properties.basic.InMemoryBinaryValueFactory
Create a value from a date.
create(DateTime) - Method in class org.jboss.dna.graph.properties.basic.InMemoryBinaryValueFactory
Create a value from a date-time instant.
create(Name) - Method in class org.jboss.dna.graph.properties.basic.InMemoryBinaryValueFactory
Create a value from a name.
create(Path) - Method in class org.jboss.dna.graph.properties.basic.InMemoryBinaryValueFactory
Create a value from a path.
create(Reference) - Method in class org.jboss.dna.graph.properties.basic.InMemoryBinaryValueFactory
Create a value from a reference.
create(URI) - Method in class org.jboss.dna.graph.properties.basic.InMemoryBinaryValueFactory
Create a value from a URI.
create(UUID) - Method in class org.jboss.dna.graph.properties.basic.InMemoryBinaryValueFactory
Create a value from a UUID.
create(byte[]) - Method in class org.jboss.dna.graph.properties.basic.InMemoryBinaryValueFactory
Create a value from the binary content given by the supplied array.
create(Binary) - Method in class org.jboss.dna.graph.properties.basic.InMemoryBinaryValueFactory
Create a value from the binary content given by the supplied stream.
create(InputStream, long) - Method in class org.jboss.dna.graph.properties.basic.InMemoryBinaryValueFactory
Create a value from the binary content given by the supplied stream.
create(Reader, long) - Method in class org.jboss.dna.graph.properties.basic.InMemoryBinaryValueFactory
Create a value from a the binary content given by the supplied reader.
create(String) - Method in class org.jboss.dna.graph.properties.basic.JodaDateTimeValueFactory
Create a value from a string, using no decoding.
create(String, TextDecoder) - Method in class org.jboss.dna.graph.properties.basic.JodaDateTimeValueFactory
Create a value from a string, using the supplied decoder.
create(int) - Method in class org.jboss.dna.graph.properties.basic.JodaDateTimeValueFactory
Create a value from an integer.
create(long) - Method in class org.jboss.dna.graph.properties.basic.JodaDateTimeValueFactory
Create a long from a string.
create(boolean) - Method in class org.jboss.dna.graph.properties.basic.JodaDateTimeValueFactory
Create a boolean from a string.
create(float) - Method in class org.jboss.dna.graph.properties.basic.JodaDateTimeValueFactory
Create a value from a float.
create(double) - Method in class org.jboss.dna.graph.properties.basic.JodaDateTimeValueFactory
Create a value from a double.
create(BigDecimal) - Method in class org.jboss.dna.graph.properties.basic.JodaDateTimeValueFactory
Create a value from a decimal.
create(Calendar) - Method in class org.jboss.dna.graph.properties.basic.JodaDateTimeValueFactory
Create a value from a Calendar instance.
create(Date) - Method in class org.jboss.dna.graph.properties.basic.JodaDateTimeValueFactory
Create a value from a date.
create(DateTime) - Method in class org.jboss.dna.graph.properties.basic.JodaDateTimeValueFactory
Create a value from a date-time instant.
create(Name) - Method in class org.jboss.dna.graph.properties.basic.JodaDateTimeValueFactory
Create a value from a name.
create(Path) - Method in class org.jboss.dna.graph.properties.basic.JodaDateTimeValueFactory
Create a value from a path.
create(Reference) - Method in class org.jboss.dna.graph.properties.basic.JodaDateTimeValueFactory
Create a value from a reference.
create(URI) - Method in class org.jboss.dna.graph.properties.basic.JodaDateTimeValueFactory
Create a value from a URI.
create(UUID) - Method in class org.jboss.dna.graph.properties.basic.JodaDateTimeValueFactory
Create a value from a UUID.
create(byte[]) - Method in class org.jboss.dna.graph.properties.basic.JodaDateTimeValueFactory
Create a value from the binary content given by the supplied array.
create(Binary) - Method in class org.jboss.dna.graph.properties.basic.JodaDateTimeValueFactory
Create a value from the binary content given by the supplied stream.
create(InputStream, long) - Method in class org.jboss.dna.graph.properties.basic.JodaDateTimeValueFactory
Create a value from the binary content given by the supplied stream.
create(Reader, long) - Method in class org.jboss.dna.graph.properties.basic.JodaDateTimeValueFactory
Create a value from a the binary content given by the supplied reader.
create() - Method in class org.jboss.dna.graph.properties.basic.JodaDateTimeValueFactory
Create a date-time instance for the current time in the local time zone.
create(int, int, int, int, int, int, int) - Method in class org.jboss.dna.graph.properties.basic.JodaDateTimeValueFactory
Create a date-time instance given the individual values for the fields
create(int, int, int, int, int, int, int, int) - Method in class org.jboss.dna.graph.properties.basic.JodaDateTimeValueFactory
Create a date-time instance given the individual values for the fields
create(int, int, int, int, int, int, int, String) - Method in class org.jboss.dna.graph.properties.basic.JodaDateTimeValueFactory
Create a date-time instance given the individual values for the fields
create(DateTime, long) - Method in class org.jboss.dna.graph.properties.basic.JodaDateTimeValueFactory
Create a date-time instance that is offset from the original by the specified amount.
create(String) - Method in class org.jboss.dna.graph.properties.basic.LongValueFactory
Create a value from a string, using no decoding.
create(String, TextDecoder) - Method in class org.jboss.dna.graph.properties.basic.LongValueFactory
Create a value from a string, using the supplied decoder.
create(int) - Method in class org.jboss.dna.graph.properties.basic.LongValueFactory
Create a value from an integer.
create(long) - Method in class org.jboss.dna.graph.properties.basic.LongValueFactory
Create a long from a string.
create(boolean) - Method in class org.jboss.dna.graph.properties.basic.LongValueFactory
Create a boolean from a string.
create(float) - Method in class org.jboss.dna.graph.properties.basic.LongValueFactory
Create a value from a float.
create(double) - Method in class org.jboss.dna.graph.properties.basic.LongValueFactory
Create a value from a double.
create(BigDecimal) - Method in class org.jboss.dna.graph.properties.basic.LongValueFactory
Create a value from a decimal.
create(Calendar) - Method in class org.jboss.dna.graph.properties.basic.LongValueFactory
Create a value from a Calendar instance.
create(Date) - Method in class org.jboss.dna.graph.properties.basic.LongValueFactory
Create a value from a date.
create(DateTime) - Method in class org.jboss.dna.graph.properties.basic.LongValueFactory
Create a value from a date-time instant.
create(Name) - Method in class org.jboss.dna.graph.properties.basic.LongValueFactory
Create a value from a name.
create(Path) - Method in class org.jboss.dna.graph.properties.basic.LongValueFactory
Create a value from a path.
create(Reference) - Method in class org.jboss.dna.graph.properties.basic.LongValueFactory
Create a value from a reference.
create(URI) - Method in class org.jboss.dna.graph.properties.basic.LongValueFactory
Create a value from a URI.
create(UUID) - Method in class org.jboss.dna.graph.properties.basic.LongValueFactory
Create a value from a UUID.
create(byte[]) - Method in class org.jboss.dna.graph.properties.basic.LongValueFactory
Create a value from the binary content given by the supplied array.
create(Binary) - Method in class org.jboss.dna.graph.properties.basic.LongValueFactory
Create a value from the binary content given by the supplied stream.
create(InputStream, long) - Method in class org.jboss.dna.graph.properties.basic.LongValueFactory
Create a value from the binary content given by the supplied stream.
create(Reader, long) - Method in class org.jboss.dna.graph.properties.basic.LongValueFactory
Create a value from a the binary content given by the supplied reader.
create(String) - Method in class org.jboss.dna.graph.properties.basic.NameValueFactory
Create a value from a string, using no decoding.
create(String, TextDecoder) - Method in class org.jboss.dna.graph.properties.basic.NameValueFactory
Create a value from a string, using the supplied decoder.
create(String, String) - Method in class org.jboss.dna.graph.properties.basic.NameValueFactory
Create a name from the given namespace URI and local name.
create(String, String, TextDecoder) - Method in class org.jboss.dna.graph.properties.basic.NameValueFactory
Create a name from the given namespace URI and local name.
create(int) - Method in class org.jboss.dna.graph.properties.basic.NameValueFactory
Create a value from an integer.
create(long) - Method in class org.jboss.dna.graph.properties.basic.NameValueFactory
Create a long from a string.
create(boolean) - Method in class org.jboss.dna.graph.properties.basic.NameValueFactory
Create a boolean from a string.
create(float) - Method in class org.jboss.dna.graph.properties.basic.NameValueFactory
Create a value from a float.
create(double) - Method in class org.jboss.dna.graph.properties.basic.NameValueFactory
Create a value from a double.
create(BigDecimal) - Method in class org.jboss.dna.graph.properties.basic.NameValueFactory
Create a value from a decimal.
create(Calendar) - Method in class org.jboss.dna.graph.properties.basic.NameValueFactory
Create a value from a Calendar instance.
create(Date) - Method in class org.jboss.dna.graph.properties.basic.NameValueFactory
Create a value from a date.
create(DateTime) - Method in class org.jboss.dna.graph.properties.basic.NameValueFactory
Create a value from a date-time instant.
create(Name) - Method in class org.jboss.dna.graph.properties.basic.NameValueFactory
Create a value from a name.
create(Path) - Method in class org.jboss.dna.graph.properties.basic.NameValueFactory
Create a value from a path.
create(Reference) - Method in class org.jboss.dna.graph.properties.basic.NameValueFactory
Create a value from a reference.
create(URI) - Method in class org.jboss.dna.graph.properties.basic.NameValueFactory
Create a value from a URI.
create(UUID) - Method in class org.jboss.dna.graph.properties.basic.NameValueFactory
Create a value from a UUID.
create(byte[]) - Method in class org.jboss.dna.graph.properties.basic.NameValueFactory
Create a value from the binary content given by the supplied array.
create(Binary) - Method in class org.jboss.dna.graph.properties.basic.NameValueFactory
Create a value from the binary content given by the supplied stream.
create(InputStream, long) - Method in class org.jboss.dna.graph.properties.basic.NameValueFactory
Create a value from the binary content given by the supplied stream.
create(Reader, long) - Method in class org.jboss.dna.graph.properties.basic.NameValueFactory
Create a value from a the binary content given by the supplied reader.
create(String) - Method in class org.jboss.dna.graph.properties.basic.ObjectValueFactory
Create a value from a string, using no decoding.
create(String, TextDecoder) - Method in class org.jboss.dna.graph.properties.basic.ObjectValueFactory
Create a value from a string, using the supplied decoder.
create(int) - Method in class org.jboss.dna.graph.properties.basic.ObjectValueFactory
Create a value from an integer.
create(long) - Method in class org.jboss.dna.graph.properties.basic.ObjectValueFactory
Create a long from a string.
create(boolean) - Method in class org.jboss.dna.graph.properties.basic.ObjectValueFactory
Create a boolean from a string.
create(float) - Method in class org.jboss.dna.graph.properties.basic.ObjectValueFactory
Create a value from a float.
create(double) - Method in class org.jboss.dna.graph.properties.basic.ObjectValueFactory
Create a value from a double.
create(BigDecimal) - Method in class org.jboss.dna.graph.properties.basic.ObjectValueFactory
Create a value from a decimal.
create(Calendar) - Method in class org.jboss.dna.graph.properties.basic.ObjectValueFactory
Create a value from a Calendar instance.
create(Date) - Method in class org.jboss.dna.graph.properties.basic.ObjectValueFactory
Create a value from a date.
create(DateTime) - Method in class org.jboss.dna.graph.properties.basic.ObjectValueFactory
Create a value from a date-time instant.
create(Name) - Method in class org.jboss.dna.graph.properties.basic.ObjectValueFactory
Create a value from a name.
create(Path) - Method in class org.jboss.dna.graph.properties.basic.ObjectValueFactory
Create a value from a path.
create(Reference) - Method in class org.jboss.dna.graph.properties.basic.ObjectValueFactory
Create a value from a reference.
create(URI) - Method in class org.jboss.dna.graph.properties.basic.ObjectValueFactory
Create a value from a URI.
create(UUID) - Method in class org.jboss.dna.graph.properties.basic.ObjectValueFactory
Create a value from a UUID.
create(Object) - Method in class org.jboss.dna.graph.properties.basic.ObjectValueFactory
Create a value from the specified information by determining which other create method applies and delegating to that method. Note that this method only will call create methods that take a single parameter; so this excludes ValueFactory.create(InputStream, long), ValueFactory.create(Reader, long) and ValueFactory.create(String, TextDecoder).
create(Object[]) - Method in class org.jboss.dna.graph.properties.basic.ObjectValueFactory
Create an array of values from the specified information by determining which other create method applies for each object and then delegating to that method. Note that this method will not consider ValueFactory.create(InputStream, long), ValueFactory.create(Reader, long) and ValueFactory.create(String, TextDecoder).
create(byte[]) - Method in class org.jboss.dna.graph.properties.basic.ObjectValueFactory
Create a value from the binary content given by the supplied array.
create(Binary) - Method in class org.jboss.dna.graph.properties.basic.ObjectValueFactory
Create a value from the binary content given by the supplied stream.
create(InputStream, long) - Method in class org.jboss.dna.graph.properties.basic.ObjectValueFactory
Create a value from the binary content given by the supplied stream.
create(Reader, long) - Method in class org.jboss.dna.graph.properties.basic.ObjectValueFactory
Create a value from a the binary content given by the supplied reader.
create(String) - Method in class org.jboss.dna.graph.properties.basic.PathValueFactory
Create a value from a string, using no decoding.
create(String, TextDecoder) - Method in class org.jboss.dna.graph.properties.basic.PathValueFactory
Create a value from a string, using the supplied decoder.
create(int) - Method in class org.jboss.dna.graph.properties.basic.PathValueFactory
Create a value from an integer.
create(long) - Method in class org.jboss.dna.graph.properties.basic.PathValueFactory
Create a long from a string.
create(boolean) - Method in class org.jboss.dna.graph.properties.basic.PathValueFactory
Create a boolean from a string.
create(float) - Method in class org.jboss.dna.graph.properties.basic.PathValueFactory
Create a value from a float.
create(double) - Method in class org.jboss.dna.graph.properties.basic.PathValueFactory
Create a value from a double.
create(BigDecimal) - Method in class org.jboss.dna.graph.properties.basic.PathValueFactory
Create a value from a decimal.
create(Calendar) - Method in class org.jboss.dna.graph.properties.basic.PathValueFactory
Create a value from a Calendar instance.
create(Date) - Method in class org.jboss.dna.graph.properties.basic.PathValueFactory
Create a value from a date.
create(DateTime) - Method in class org.jboss.dna.graph.properties.basic.PathValueFactory
Create a value from a date-time instant.
create(Name) - Method in class org.jboss.dna.graph.properties.basic.PathValueFactory
Create a value from a name.
create(Path) - Method in class org.jboss.dna.graph.properties.basic.PathValueFactory
Create a value from a path.
create(Path, Path) - Method in class org.jboss.dna.graph.properties.basic.PathValueFactory
Create a path by appending the supplied relative path to the supplied parent path.
create(Path, Name, int) - Method in class org.jboss.dna.graph.properties.basic.PathValueFactory
Create a path by appending the supplied names to the parent path.
create(Path, Name...) - Method in class org.jboss.dna.graph.properties.basic.PathValueFactory
Create a path by appending the supplied names to the parent path.
create(Path, Path.Segment...) - Method in class org.jboss.dna.graph.properties.basic.PathValueFactory
Create a path by appending the supplied names to the parent path.
create(Path, Iterable<Path.Segment>) - Method in class org.jboss.dna.graph.properties.basic.PathValueFactory
Create a path by appending the supplied names to the parent path.
create(Path, String) - Method in class org.jboss.dna.graph.properties.basic.PathValueFactory
Create a path by appending the supplied names to the parent path.
create(Reference) - Method in class org.jboss.dna.graph.properties.basic.PathValueFactory
Create a value from a reference.
create(URI) - Method in class org.jboss.dna.graph.properties.basic.PathValueFactory
Create a value from a URI.
create(UUID) - Method in class org.jboss.dna.graph.properties.basic.PathValueFactory
Create a value from a UUID.
create(byte[]) - Method in class org.jboss.dna.graph.properties.basic.PathValueFactory
Create a value from the binary content given by the supplied array.
create(Binary) - Method in class org.jboss.dna.graph.properties.basic.PathValueFactory
Create a value from the binary content given by the supplied stream.
create(InputStream, long) - Method in class org.jboss.dna.graph.properties.basic.PathValueFactory
Create a value from the binary content given by the supplied stream.
create(Reader, long) - Method in class org.jboss.dna.graph.properties.basic.PathValueFactory
Create a value from a the binary content given by the supplied reader.
create(String) - Method in class org.jboss.dna.graph.properties.basic.StringValueFactory
Create a value from a string, using no decoding.
create(String, TextDecoder) - Method in class org.jboss.dna.graph.properties.basic.StringValueFactory
Create a value from a string, using the supplied decoder.
create(int) - Method in class org.jboss.dna.graph.properties.basic.StringValueFactory
Create a value from an integer.
create(long) - Method in class org.jboss.dna.graph.properties.basic.StringValueFactory
Create a long from a string.
create(boolean) - Method in class org.jboss.dna.graph.properties.basic.StringValueFactory
Create a boolean from a string.
create(float) - Method in class org.jboss.dna.graph.properties.basic.StringValueFactory
Create a value from a float.
create(double) - Method in class org.jboss.dna.graph.properties.basic.StringValueFactory
Create a value from a double.
create(BigDecimal) - Method in class org.jboss.dna.graph.properties.basic.StringValueFactory
Create a value from a decimal.
create(Calendar) - Method in class org.jboss.dna.graph.properties.basic.StringValueFactory
Create a value from a Calendar instance.
create(Date) - Method in class org.jboss.dna.graph.properties.basic.StringValueFactory
Create a value from a date.
create(DateTime) - Method in class org.jboss.dna.graph.properties.basic.StringValueFactory
Create a value from a date-time instant.
create(Name) - Method in class org.jboss.dna.graph.properties.basic.StringValueFactory
Create a value from a name.
create(Path) - Method in class org.jboss.dna.graph.properties.basic.StringValueFactory
Create a value from a path.
create(Reference) - Method in class org.jboss.dna.graph.properties.basic.StringValueFactory
Create a value from a reference.
create(URI) - Method in class org.jboss.dna.graph.properties.basic.StringValueFactory
Create a value from a URI.
create(UUID) - Method in class org.jboss.dna.graph.properties.basic.StringValueFactory
Create a value from a UUID.
create(byte[]) - Method in class org.jboss.dna.graph.properties.basic.StringValueFactory
Create a value from the binary content given by the supplied array.
create(Binary) - Method in class org.jboss.dna.graph.properties.basic.StringValueFactory
Create a value from the binary content given by the supplied stream.
create(InputStream, long) - Method in class org.jboss.dna.graph.properties.basic.StringValueFactory
Create a value from the binary content given by the supplied stream.
create(Reader, long) - Method in class org.jboss.dna.graph.properties.basic.StringValueFactory
Create a value from a the binary content given by the supplied reader.
create(String) - Method in class org.jboss.dna.graph.properties.basic.UriValueFactory
Create a value from a string, using no decoding.
create(String, TextDecoder) - Method in class org.jboss.dna.graph.properties.basic.UriValueFactory
Create a value from a string, using the supplied decoder.
create(int) - Method in class org.jboss.dna.graph.properties.basic.UriValueFactory
Create a value from an integer.
create(long) - Method in class org.jboss.dna.graph.properties.basic.UriValueFactory
Create a long from a string.
create(boolean) - Method in class org.jboss.dna.graph.properties.basic.UriValueFactory
Create a boolean from a string.
create(float) - Method in class org.jboss.dna.graph.properties.basic.UriValueFactory
Create a value from a float.
create(double) - Method in class org.jboss.dna.graph.properties.basic.UriValueFactory
Create a value from a double.
create(BigDecimal) - Method in class org.jboss.dna.graph.properties.basic.UriValueFactory
Create a value from a decimal.
create(Calendar) - Method in class org.jboss.dna.graph.properties.basic.UriValueFactory
Create a value from a Calendar instance.
create(Date) - Method in class org.jboss.dna.graph.properties.basic.UriValueFactory
Create a value from a date.
create(DateTime) - Method in class org.jboss.dna.graph.properties.basic.UriValueFactory
Create a value from a date-time instant.
create(Name) - Method in class org.jboss.dna.graph.properties.basic.UriValueFactory
Create a value from a name.
create(Path) - Method in class org.jboss.dna.graph.properties.basic.UriValueFactory
Create a value from a path.
create(Reference) - Method in class org.jboss.dna.graph.properties.basic.UriValueFactory
Create a value from a reference.
create(UUID) - Method in class org.jboss.dna.graph.properties.basic.UriValueFactory
Create a value from a UUID.
create(URI) - Method in class org.jboss.dna.graph.properties.basic.UriValueFactory
Create a value from a URI.
create(byte[]) - Method in class org.jboss.dna.graph.properties.basic.UriValueFactory
Create a value from the binary content given by the supplied array.
create(Binary) - Method in class org.jboss.dna.graph.properties.basic.UriValueFactory
Create a value from the binary content given by the supplied stream.
create(InputStream, long) - Method in class org.jboss.dna.graph.properties.basic.UriValueFactory
Create a value from the binary content given by the supplied stream.
create(Reader, long) - Method in class org.jboss.dna.graph.properties.basic.UriValueFactory
Create a value from a the binary content given by the supplied reader.
create(String) - Method in class org.jboss.dna.graph.properties.basic.UuidReferenceValueFactory
Create a value from a string, using no decoding.
create(String, TextDecoder) - Method in class org.jboss.dna.graph.properties.basic.UuidReferenceValueFactory
Create a value from a string, using the supplied decoder.
create(int) - Method in class org.jboss.dna.graph.properties.basic.UuidReferenceValueFactory
Create a value from an integer.
create(long) - Method in class org.jboss.dna.graph.properties.basic.UuidReferenceValueFactory
Create a long from a string.
create(boolean) - Method in class org.jboss.dna.graph.properties.basic.UuidReferenceValueFactory
Create a boolean from a string.
create(float) - Method in class org.jboss.dna.graph.properties.basic.UuidReferenceValueFactory
Create a value from a float.
create(double) - Method in class org.jboss.dna.graph.properties.basic.UuidReferenceValueFactory
Create a value from a double.
create(BigDecimal) - Method in class org.jboss.dna.graph.properties.basic.UuidReferenceValueFactory
Create a value from a decimal.
create(Calendar) - Method in class org.jboss.dna.graph.properties.basic.UuidReferenceValueFactory
Create a value from a Calendar instance.
create(Date) - Method in class org.jboss.dna.graph.properties.basic.UuidReferenceValueFactory
Create a value from a date.
create(DateTime) - Method in class org.jboss.dna.graph.properties.basic.UuidReferenceValueFactory
Create a value from a date-time instant.
create(Name) - Method in class org.jboss.dna.graph.properties.basic.UuidReferenceValueFactory
Create a value from a name.
create(Path) - Method in class org.jboss.dna.graph.properties.basic.UuidReferenceValueFactory
Create a value from a path.
create(Reference) - Method in class org.jboss.dna.graph.properties.basic.UuidReferenceValueFactory
Create a value from a reference.
create(UUID) - Method in class org.jboss.dna.graph.properties.basic.UuidReferenceValueFactory
Create a value from a UUID.
create(URI) - Method in class org.jboss.dna.graph.properties.basic.UuidReferenceValueFactory
Create a value from a URI.
create(byte[]) - Method in class org.jboss.dna.graph.properties.basic.UuidReferenceValueFactory
Create a value from the binary content given by the supplied array.
create(Binary) - Method in class org.jboss.dna.graph.properties.basic.UuidReferenceValueFactory
Create a value from the binary content given by the supplied stream.
create(InputStream, long) - Method in class org.jboss.dna.graph.properties.basic.UuidReferenceValueFactory
Create a value from the binary content given by the supplied stream.
create(Reader, long) - Method in class org.jboss.dna.graph.properties.basic.UuidReferenceValueFactory
Create a value from a the binary content given by the supplied reader.
create() - Method in class org.jboss.dna.graph.properties.basic.UuidValueFactory
Create a new random UUID.
create(String) - Method in class org.jboss.dna.graph.properties.basic.UuidValueFactory
Create a value from a string, using no decoding.
create(String, TextDecoder) - Method in class org.jboss.dna.graph.properties.basic.UuidValueFactory
Create a value from a string, using the supplied decoder.
create(int) - Method in class org.jboss.dna.graph.properties.basic.UuidValueFactory
Create a value from an integer.
create(long) - Method in class org.jboss.dna.graph.properties.basic.UuidValueFactory
Create a long from a string.
create(boolean) - Method in class org.jboss.dna.graph.properties.basic.UuidValueFactory
Create a boolean from a string.
create(float) - Method in class org.jboss.dna.graph.properties.basic.UuidValueFactory
Create a value from a float.
create(double) - Method in class org.jboss.dna.graph.properties.basic.UuidValueFactory
Create a value from a double.
create(BigDecimal) - Method in class org.jboss.dna.graph.properties.basic.UuidValueFactory
Create a value from a decimal.
create(Calendar) - Method in class org.jboss.dna.graph.properties.basic.UuidValueFactory
Create a value from a Calendar instance.
create(Date) - Method in class org.jboss.dna.graph.properties.basic.UuidValueFactory
Create a value from a date.
create(DateTime) - Method in class org.jboss.dna.graph.properties.basic.UuidValueFactory
Create a value from a date-time instant.
create(Name) - Method in class org.jboss.dna.graph.properties.basic.UuidValueFactory
Create a value from a name.
create(Path) - Method in class org.jboss.dna.graph.properties.basic.UuidValueFactory
Create a value from a path.
create(Reference) - Method in class org.jboss.dna.graph.properties.basic.UuidValueFactory
Create a value from a reference.
create(URI) - Method in class org.jboss.dna.graph.properties.basic.UuidValueFactory
Create a value from a URI.
create(UUID) - Method in class org.jboss.dna.graph.properties.basic.UuidValueFactory
Create a value from a UUID.
create(byte[]) - Method in class org.jboss.dna.graph.properties.basic.UuidValueFactory
Create a value from the binary content given by the supplied array.
create(Binary) - Method in class org.jboss.dna.graph.properties.basic.UuidValueFactory
Create a value from the binary content given by the supplied stream.
create(InputStream, long) - Method in class org.jboss.dna.graph.properties.basic.UuidValueFactory
Create a value from the binary content given by the supplied stream.
create(Reader, long) - Method in class org.jboss.dna.graph.properties.basic.UuidValueFactory
Create a value from a the binary content given by the supplied reader.
create() - Method in interface org.jboss.dna.graph.properties.DateTimeFactory
Create a date-time instance for the current time in the local time zone.
create(DateTime, long) - Method in interface org.jboss.dna.graph.properties.DateTimeFactory
Create a date-time instance that is offset from the original by the specified amount.
create(int, int, int, int, int, int, int) - Method in interface org.jboss.dna.graph.properties.DateTimeFactory
Create a date-time instance given the individual values for the fields
create(int, int, int, int, int, int, int, int) - Method in interface org.jboss.dna.graph.properties.DateTimeFactory
Create a date-time instance given the individual values for the fields
create(int, int, int, int, int, int, int, String) - Method in interface org.jboss.dna.graph.properties.DateTimeFactory
Create a date-time instance given the individual values for the fields
create(String, String) - Method in interface org.jboss.dna.graph.properties.NameFactory
Create a name from the given namespace URI and local name.
create(String, String, TextDecoder) - Method in interface org.jboss.dna.graph.properties.NameFactory
Create a name from the given namespace URI and local name.
create(Path, Path) - Method in interface org.jboss.dna.graph.properties.PathFactory
Create a path by appending the supplied relative path to the supplied parent path.
create(Path, Name, int) - Method in interface org.jboss.dna.graph.properties.PathFactory
Create a path by appending the supplied names to the parent path.
create(Path, Name...) - Method in interface org.jboss.dna.graph.properties.PathFactory
Create a path by appending the supplied names to the parent path.
create(Path, Path.Segment...) - Method in interface org.jboss.dna.graph.properties.PathFactory
Create a path by appending the supplied names to the parent path.
create(Path, Iterable<Path.Segment>) - Method in interface org.jboss.dna.graph.properties.PathFactory
Create a path by appending the supplied names to the parent path.
create(Path, String) - Method in interface org.jboss.dna.graph.properties.PathFactory
Create a path by appending the supplied names to the parent path.
create(Name, Object...) - Method in interface org.jboss.dna.graph.properties.PropertyFactory
Create a property with the supplied name and values
create(Name, Iterable<?>) - Method in interface org.jboss.dna.graph.properties.PropertyFactory
Create a property with the supplied name and values
create(Name, Iterator<?>) - Method in interface org.jboss.dna.graph.properties.PropertyFactory
Create a property with the supplied name and values
create(Name, PropertyType, Object...) - Method in interface org.jboss.dna.graph.properties.PropertyFactory
Create a property with the supplied name and values
create(Name, PropertyType, Iterable<?>) - Method in interface org.jboss.dna.graph.properties.PropertyFactory
Create a property with the supplied name and values
create(Name, PropertyType, Iterator<?>) - Method in interface org.jboss.dna.graph.properties.PropertyFactory
Create a property with the supplied name and values
create() - Method in interface org.jboss.dna.graph.properties.UuidFactory
Create a new random UUID.
create(String) - Method in interface org.jboss.dna.graph.properties.ValueFactory
Create a value from a string, using no decoding.
create(String, TextDecoder) - Method in interface org.jboss.dna.graph.properties.ValueFactory
Create a value from a string, using the supplied decoder.
create(int) - Method in interface org.jboss.dna.graph.properties.ValueFactory
Create a value from an integer.
create(long) - Method in interface org.jboss.dna.graph.properties.ValueFactory
Create a long from a string.
create(boolean) - Method in interface org.jboss.dna.graph.properties.ValueFactory
Create a boolean from a string.
create(float) - Method in interface org.jboss.dna.graph.properties.ValueFactory
Create a value from a float.
create(double) - Method in interface org.jboss.dna.graph.properties.ValueFactory
Create a value from a double.
create(BigDecimal) - Method in interface org.jboss.dna.graph.properties.ValueFactory
Create a value from a decimal.
create(Calendar) - Method in interface org.jboss.dna.graph.properties.ValueFactory
Create a value from a Calendar instance.
create(Date) - Method in interface org.jboss.dna.graph.properties.ValueFactory
Create a value from a date.
create(DateTime) - Method in interface org.jboss.dna.graph.properties.ValueFactory
Create a value from a date-time instant.
create(Name) - Method in interface org.jboss.dna.graph.properties.ValueFactory
Create a value from a name.
create(Path) - Method in interface org.jboss.dna.graph.properties.ValueFactory
Create a value from a path.
create(Reference) - Method in interface org.jboss.dna.graph.properties.ValueFactory
Create a value from a reference.
create(URI) - Method in interface org.jboss.dna.graph.properties.ValueFactory
Create a value from a URI.
create(UUID) - Method in interface org.jboss.dna.graph.properties.ValueFactory
Create a value from a UUID.
create(byte[]) - Method in interface org.jboss.dna.graph.properties.ValueFactory
Create a value from the binary content given by the supplied array.
create(Binary) - Method in interface org.jboss.dna.graph.properties.ValueFactory
Create a value from the binary content given by the supplied stream.
create(InputStream, long) - Method in interface org.jboss.dna.graph.properties.ValueFactory
Create a value from the binary content given by the supplied stream.
create(Reader, long) - Method in interface org.jboss.dna.graph.properties.ValueFactory
Create a value from a the binary content given by the supplied reader.
create(Object) - Method in interface org.jboss.dna.graph.properties.ValueFactory
Create a value from the specified information by determining which other create method applies and delegating to that method.
create(String[]) - Method in interface org.jboss.dna.graph.properties.ValueFactory
Create an array of values from an array of string values, using no decoding.
create(String[], TextDecoder) - Method in interface org.jboss.dna.graph.properties.ValueFactory
Create an array of values from an array of strings, using the supplied decoder.
create(int[]) - Method in interface org.jboss.dna.graph.properties.ValueFactory
Create an array of values from an array of integers.
create(long[]) - Method in interface org.jboss.dna.graph.properties.ValueFactory
Create an array of values from an array of longs.
create(boolean[]) - Method in interface org.jboss.dna.graph.properties.ValueFactory
Create an array of values from an array of booleans.
create(float[]) - Method in interface org.jboss.dna.graph.properties.ValueFactory
Create an array of values from an array of floats.
create(double[]) - Method in interface org.jboss.dna.graph.properties.ValueFactory
Create an array of values from an array of doubles.
create(BigDecimal[]) - Method in interface org.jboss.dna.graph.properties.ValueFactory
Create an array of values from an array of decimal values.
create(Calendar[]) - Method in interface org.jboss.dna.graph.properties.ValueFactory
Create an array of values from an array of Calendar instances.
create(Date[]) - Method in interface org.jboss.dna.graph.properties.ValueFactory
Create an array of values from an array of dates.
create(DateTime[]) - Method in interface org.jboss.dna.graph.properties.ValueFactory
Create an array of values from an array of DateTime instants.
create(Name[]) - Method in interface org.jboss.dna.graph.properties.ValueFactory
Create an array of values from an array of names.
create(Path[]) - Method in interface org.jboss.dna.graph.properties.ValueFactory
Create an array of values from an array of paths.
create(Reference[]) - Method in interface org.jboss.dna.graph.properties.ValueFactory
Create an array of values from an array of references.
create(URI[]) - Method in interface org.jboss.dna.graph.properties.ValueFactory
Create an array of values from an array of URIs.
create(UUID[]) - Method in interface org.jboss.dna.graph.properties.ValueFactory
Create an array of values from an array of UUIDs.
create(byte[][]) - Method in interface org.jboss.dna.graph.properties.ValueFactory
Create an array of values from the array of binary content.
create(Binary[]) - Method in interface org.jboss.dna.graph.properties.ValueFactory
Create an array of values from the array of binary objects.
create(Object[]) - Method in interface org.jboss.dna.graph.properties.ValueFactory
Create an array of values from the specified information by determining which other create method applies for each object and then delegating to that method.
create(Iterator<?>) - Method in interface org.jboss.dna.graph.properties.ValueFactory
Create an iterator over the values (of an unknown type).
create(Iterable<?>) - Method in interface org.jboss.dna.graph.properties.ValueFactory
Create an iterable with the values (of an unknown type).
createAbsolutePath(Name...) - Method in class org.jboss.dna.graph.properties.basic.PathValueFactory
Create an absolute path with the supplied segment names, in order.
createAbsolutePath(Path.Segment...) - Method in class org.jboss.dna.graph.properties.basic.PathValueFactory
Create an absolute path with the supplied segments, in order.
createAbsolutePath(Iterable<Path.Segment>) - Method in class org.jboss.dna.graph.properties.basic.PathValueFactory
Create an absolute path with the supplied segments, in order.
createAbsolutePath(Name...) - Method in interface org.jboss.dna.graph.properties.PathFactory
Create an absolute path with the supplied segment names, in order.
createAbsolutePath(Path.Segment...) - Method in interface org.jboss.dna.graph.properties.PathFactory
Create an absolute path with the supplied segments, in order.
createAbsolutePath(Iterable<Path.Segment>) - Method in interface org.jboss.dna.graph.properties.PathFactory
Create an absolute path with the supplied segments, in order.
createChildrenList(Name) - Method in class org.jboss.dna.graph.commands.basic.BasicGraphCommand
 
createChildrenList(Iterator<Path.Segment>) - Method in class org.jboss.dna.graph.commands.basic.BasicGraphCommand
 
createChildrenList(Iterable<Path.Segment>) - Method in class org.jboss.dna.graph.commands.basic.BasicGraphCommand
 
createChildrenList(Path.Segment...) - Static method in class org.jboss.dna.graph.commands.basic.BasicGraphCommand
 
createConnection(String) - Method in interface org.jboss.dna.graph.connectors.RepositoryConnectionFactory
Create a RepositoryConnection using the given RepositorySource name.
createConnection(String) - Method in class org.jboss.dna.graph.util.GraphImporter.SingleRepositorySourceConnectionFactory
Create a RepositoryConnection using the given RepositorySource name.
createEmptyArray(int) - Method in class org.jboss.dna.graph.properties.basic.AbstractValueFactory
 
createEmptyArray(int) - Method in class org.jboss.dna.graph.properties.basic.BooleanValueFactory
createEmptyArray(int) - Method in class org.jboss.dna.graph.properties.basic.DecimalValueFactory
createEmptyArray(int) - Method in class org.jboss.dna.graph.properties.basic.DoubleValueFactory
createEmptyArray(int) - Method in class org.jboss.dna.graph.properties.basic.InMemoryBinaryValueFactory
createEmptyArray(int) - Method in class org.jboss.dna.graph.properties.basic.JodaDateTimeValueFactory
createEmptyArray(int) - Method in class org.jboss.dna.graph.properties.basic.LongValueFactory
createEmptyArray(int) - Method in class org.jboss.dna.graph.properties.basic.NameValueFactory
createEmptyArray(int) - Method in class org.jboss.dna.graph.properties.basic.ObjectValueFactory
createEmptyArray(int) - Method in class org.jboss.dna.graph.properties.basic.PathValueFactory
createEmptyArray(int) - Method in class org.jboss.dna.graph.properties.basic.StringValueFactory
createEmptyArray(int) - Method in class org.jboss.dna.graph.properties.basic.UriValueFactory
createEmptyArray(int) - Method in class org.jboss.dna.graph.properties.basic.UuidReferenceValueFactory
createEmptyArray(int) - Method in class org.jboss.dna.graph.properties.basic.UuidValueFactory
CreateNodeCommand - Interface in org.jboss.dna.graph.commands
A command to get the children of a single node given its path.
createRelativePath() - Method in class org.jboss.dna.graph.properties.basic.PathValueFactory
Create an empty relative path (i.e., equivalent to createRelativePath( Path.SELF_SEGMENT)).
createRelativePath(Name...) - Method in class org.jboss.dna.graph.properties.basic.PathValueFactory
Create a relative path with the supplied segment names, in order.
createRelativePath(Path.Segment...) - Method in class org.jboss.dna.graph.properties.basic.PathValueFactory
Create a relative path with the supplied segments, in order.
createRelativePath(Iterable<Path.Segment>) - Method in class org.jboss.dna.graph.properties.basic.PathValueFactory
Create a relative path with the supplied segments, in order.
createRelativePath() - Method in interface org.jboss.dna.graph.properties.PathFactory
Create an empty relative path (i.e., equivalent to createRelativePath( Path.SELF_SEGMENT)).
createRelativePath(Name...) - Method in interface org.jboss.dna.graph.properties.PathFactory
Create a relative path with the supplied segment names, in order.
createRelativePath(Path.Segment...) - Method in interface org.jboss.dna.graph.properties.PathFactory
Create a relative path with the supplied segments, in order.
createRelativePath(Iterable<Path.Segment>) - Method in interface org.jboss.dna.graph.properties.PathFactory
Create a relative path with the supplied segments, in order.
createRootPath() - Method in class org.jboss.dna.graph.properties.basic.PathValueFactory
Create an absolute root path.
createRootPath() - Method in interface org.jboss.dna.graph.properties.PathFactory
Create an absolute root path.
createSegment(Name) - Method in class org.jboss.dna.graph.properties.basic.PathValueFactory
Create a path segment given the supplied segment name.
createSegment(Name, int) - Method in class org.jboss.dna.graph.properties.basic.PathValueFactory
Create a path segment given the supplied segment name and index.
createSegment(String) - Method in class org.jboss.dna.graph.properties.basic.PathValueFactory
Create a path segment given the supplied segment name.
createSegment(String, TextDecoder) - Method in class org.jboss.dna.graph.properties.basic.PathValueFactory
Create a path segment given the supplied segment name.
createSegment(String, int) - Method in class org.jboss.dna.graph.properties.basic.PathValueFactory
Create a path segment given the supplied segment name and index.
createSegment(String) - Method in interface org.jboss.dna.graph.properties.PathFactory
Create a path segment given the supplied segment name.
createSegment(String, TextDecoder) - Method in interface org.jboss.dna.graph.properties.PathFactory
Create a path segment given the supplied segment name.
createSegment(String, int) - Method in interface org.jboss.dna.graph.properties.PathFactory
Create a path segment given the supplied segment name and index.
createSegment(Name) - Method in interface org.jboss.dna.graph.properties.PathFactory
Create a path segment given the supplied segment name.
createSegment(Name, int) - Method in interface org.jboss.dna.graph.properties.PathFactory
Create a path segment given the supplied segment name and index.
createUtc() - Method in class org.jboss.dna.graph.properties.basic.JodaDateTimeValueFactory
Create a date-time instance for the current time in UTC.
createUtc() - Method in interface org.jboss.dna.graph.properties.DateTimeFactory
Create a date-time instance for the current time in UTC.

D

DATE_COMPARATOR - Static variable in class org.jboss.dna.graph.properties.ValueComparators
A comparator of date values.
DATE_TIME_COMPARATOR - Static variable in class org.jboss.dna.graph.properties.ValueComparators
A comparator of date-time instances.
DateTime - Interface in org.jboss.dna.graph.properties
An immutable date-time class that represents an instance in time.
DateTimeFactory - Interface in org.jboss.dna.graph.properties
A factory for creating date-time instants.
DECIMAL_COMPARATOR - Static variable in class org.jboss.dna.graph.properties.ValueComparators
A comparator of decimal values.
DecimalValueFactory - Class in org.jboss.dna.graph.properties.basic
The standard ValueFactory for PropertyType.DECIMAL values.
DecimalValueFactory(TextDecoder, ValueFactory<String>) - Constructor for class org.jboss.dna.graph.properties.basic.DecimalValueFactory
 
DEFAULT_CORE_POOL_SIZE - Static variable in class org.jboss.dna.graph.connectors.RepositoryConnectionPool
The core pool size for default-constructed pools is 1 .
DEFAULT_DECODER - Static variable in interface org.jboss.dna.graph.properties.Path
The default text decoder to be used when none is otherwise specified.
DEFAULT_DECODER - Static variable in interface org.jboss.dna.graph.properties.ValueFactory
 
DEFAULT_ENCODER - Static variable in interface org.jboss.dna.graph.properties.Path
The default text encoder to be used when none is otherwise specified.
DEFAULT_ENCODER - Static variable in interface org.jboss.dna.graph.properties.ValueFactory
 
DEFAULT_KEEP_ALIVE_TIME_IN_SECONDS - Static variable in class org.jboss.dna.graph.connectors.RepositoryConnectionPool
The keep-alive time for connections in default-constructed pools is 30L seconds.
DEFAULT_MAXIMUM_POOL_SIZE - Static variable in class org.jboss.dna.graph.connectors.RepositoryConnectionPool
The maximum pool size for default-constructed pools is 10 .
DEFAULT_NAMESPACE_URI - Static variable in class org.jboss.dna.graph.properties.basic.BasicNamespaceRegistry
 
DEFAULT_PREFIX_NUMBER_FORMAT - Static variable in class org.jboss.dna.graph.properties.basic.BasicNamespaceRegistry
 
DEFAULT_PREFIX_TEMPLATE - Static variable in class org.jboss.dna.graph.properties.basic.BasicNamespaceRegistry
 
DelegatingCommandExecutor - Class in org.jboss.dna.graph.commands.executor
 
DelegatingCommandExecutor(CommandExecutor) - Constructor for class org.jboss.dna.graph.commands.executor.DelegatingCommandExecutor
 
DelegatingValueFactories - Class in org.jboss.dna.graph.properties.basic
 
DelegatingValueFactories(ValueFactories) - Constructor for class org.jboss.dna.graph.properties.basic.DelegatingValueFactories
 
DeleteBranchCommand - Interface in org.jboss.dna.graph.commands
Command that deletes a branch given by a specified path.
DELIMITER - Static variable in interface org.jboss.dna.graph.properties.Path
The delimiter character used to separate segments within a path.
DELIMITER_PATTERN - Static variable in class org.jboss.dna.graph.properties.basic.PathValueFactory
Regular expression used to identify the different segments in a path, using the standard '/' delimiter.
DELIMITER_STR - Static variable in interface org.jboss.dna.graph.properties.Path
String form of the delimiter used to separate segments within a path.
discoverType(Object) - Static method in enum org.jboss.dna.graph.properties.PropertyType
 
DnaDtdLexicon - Class in org.jboss.dna.graph.xml
 
DnaDtdLexicon() - Constructor for class org.jboss.dna.graph.xml.DnaDtdLexicon
 
DnaDtdLexicon.Namespace - Class in org.jboss.dna.graph.xml
 
DnaDtdLexicon.Namespace() - Constructor for class org.jboss.dna.graph.xml.DnaDtdLexicon.Namespace
 
DnaLexicon - Class in org.jboss.dna.graph
 
DnaLexicon() - Constructor for class org.jboss.dna.graph.DnaLexicon
 
DnaLexicon.Namespace - Class in org.jboss.dna.graph
 
DnaLexicon.Namespace() - Constructor for class org.jboss.dna.graph.DnaLexicon.Namespace
 
DnaXmlLexicon - Class in org.jboss.dna.graph.xml
 
DnaXmlLexicon() - Constructor for class org.jboss.dna.graph.xml.DnaXmlLexicon
 
DnaXmlLexicon.Namespace - Class in org.jboss.dna.graph.xml
 
DnaXmlLexicon.Namespace() - Constructor for class org.jboss.dna.graph.xml.DnaXmlLexicon.Namespace
 
DOCUMENT - Static variable in class org.jboss.dna.graph.xml.DnaXmlLexicon
 
doGetString(NamespaceRegistry, TextEncoder) - Method in class org.jboss.dna.graph.properties.basic.BasicPath
Method that creates the string representation.
DOUBLE_COMPARATOR - Static variable in class org.jboss.dna.graph.properties.ValueComparators
A comparator of double values.
DoubleValueFactory - Class in org.jboss.dna.graph.properties.basic
The standard ValueFactory for PropertyType.DOUBLE values.
DoubleValueFactory(TextDecoder, ValueFactory<String>) - Constructor for class org.jboss.dna.graph.properties.basic.DoubleValueFactory
 
drainUnusedConnections(int) - Method in class org.jboss.dna.graph.connectors.RepositoryConnectionPool
 

E

ELEMENT_CONTENT - Static variable in class org.jboss.dna.graph.xml.DnaXmlLexicon
 
EMPTY_CONTENT - Static variable in class org.jboss.dna.graph.properties.basic.InMemoryBinary
 
ENTITY - Static variable in class org.jboss.dna.graph.xml.DnaDtdLexicon
 
equals(Object) - Method in class org.jboss.dna.graph.cache.BasicCachePolicy
equals(Object) - Method in class org.jboss.dna.graph.commands.basic.BasicCreateNodeCommand
equals(Object) - Method in class org.jboss.dna.graph.properties.basic.BasicName
equals(Object) - Method in class org.jboss.dna.graph.properties.basic.BasicPath
equals(Object) - Method in class org.jboss.dna.graph.properties.basic.BasicPathSegment
equals(Object) - Method in class org.jboss.dna.graph.properties.basic.BasicProperty
equals(Object) - Method in class org.jboss.dna.graph.properties.basic.InMemoryBinary
equals(Object) - Method in class org.jboss.dna.graph.properties.basic.JodaDateTime
equals(Object) - Method in class org.jboss.dna.graph.properties.basic.UuidReference
equals(Object) - Method in class org.jboss.dna.graph.properties.PathExpression
equals(Object) - Method in class org.jboss.dna.graph.properties.PathExpression.Matcher
errorConvertingIo - Static variable in class org.jboss.dna.graph.GraphI18n
 
errorConvertingType - Static variable in class org.jboss.dna.graph.GraphI18n
 
errorImportingContent - Static variable in class org.jboss.dna.graph.GraphI18n
 
errorReadingPropertyValueBytes - Static variable in class org.jboss.dna.graph.GraphI18n
 
errorSequencingXmlDocument - Static variable in class org.jboss.dna.graph.GraphI18n
 
execute(GraphCommand) - Method in class org.jboss.dna.graph.commands.executor.AbstractCommandExecutor
Execute a graph command. This implementation examines the instance to see which command interfaces are implemented by the command, and delegates to the appropriate methods.
execute(CompositeCommand) - Method in class org.jboss.dna.graph.commands.executor.AbstractCommandExecutor
Execute a composite command that contains other commands.
execute(GetNodeCommand) - Method in class org.jboss.dna.graph.commands.executor.AbstractCommandExecutor
Execute a command to get the properties and children of a node. This method implementation simply delegates to both the AbstractCommandExecutor.execute(GetPropertiesCommand) and AbstractCommandExecutor.execute(GetChildrenCommand) methods, and should be overridden by subclasses that can process GetNodeCommand more efficiently as a single command.
execute(GetPropertiesCommand) - Method in class org.jboss.dna.graph.commands.executor.AbstractCommandExecutor
Execute a command to get the properties of a node.
execute(GetChildrenCommand) - Method in class org.jboss.dna.graph.commands.executor.AbstractCommandExecutor
Execute a command to get the children of a node.
execute(CreateNodeCommand) - Method in class org.jboss.dna.graph.commands.executor.AbstractCommandExecutor
Execute a command to create a node and set the node's properties.
execute(SetPropertiesCommand) - Method in class org.jboss.dna.graph.commands.executor.AbstractCommandExecutor
Execute a command to set some (or all) of the properties on a node.
execute(CopyNodeCommand) - Method in class org.jboss.dna.graph.commands.executor.AbstractCommandExecutor
Execute a command to copy a node to a new location.
execute(CopyBranchCommand) - Method in class org.jboss.dna.graph.commands.executor.AbstractCommandExecutor
Execute a command to copy an entire branch to a new location.
execute(DeleteBranchCommand) - Method in class org.jboss.dna.graph.commands.executor.AbstractCommandExecutor
Execute a command to delete an entire branch.
execute(MoveBranchCommand) - Method in class org.jboss.dna.graph.commands.executor.AbstractCommandExecutor
Execute a command to move a branch from one location to another.
execute(RecordBranchCommand) - Method in class org.jboss.dna.graph.commands.executor.AbstractCommandExecutor
Execute a command to record the structure of a branch.
execute(GraphCommand) - Method in interface org.jboss.dna.graph.commands.executor.CommandExecutor
Execute a graph command.
execute(CompositeCommand) - Method in interface org.jboss.dna.graph.commands.executor.CommandExecutor
Execute a composite command that contains other commands.
execute(GetNodeCommand) - Method in interface org.jboss.dna.graph.commands.executor.CommandExecutor
Execute a command to get the properties and children of a node.
execute(GetPropertiesCommand) - Method in interface org.jboss.dna.graph.commands.executor.CommandExecutor
Execute a command to get the properties of a node.
execute(GetChildrenCommand) - Method in interface org.jboss.dna.graph.commands.executor.CommandExecutor
Execute a command to get the children of a node.
execute(CreateNodeCommand) - Method in interface org.jboss.dna.graph.commands.executor.CommandExecutor
Execute a command to create a node and set the node's properties.
execute(SetPropertiesCommand) - Method in interface org.jboss.dna.graph.commands.executor.CommandExecutor
Execute a command to set some (or all) of the properties on a node.
execute(CopyNodeCommand) - Method in interface org.jboss.dna.graph.commands.executor.CommandExecutor
Execute a command to copy a node to a new location.
execute(CopyBranchCommand) - Method in interface org.jboss.dna.graph.commands.executor.CommandExecutor
Execute a command to copy an entire branch to a new location.
execute(RecordBranchCommand) - Method in interface org.jboss.dna.graph.commands.executor.CommandExecutor
Execute a command to record the structure of a branch.
execute(DeleteBranchCommand) - Method in interface org.jboss.dna.graph.commands.executor.CommandExecutor
Execute a command to delete an entire branch.
execute(MoveBranchCommand) - Method in interface org.jboss.dna.graph.commands.executor.CommandExecutor
Execute a command to move a branch from one location to another.
execute(GraphCommand) - Method in class org.jboss.dna.graph.commands.executor.DelegatingCommandExecutor
Execute a graph command.
execute(CompositeCommand) - Method in class org.jboss.dna.graph.commands.executor.DelegatingCommandExecutor
Execute a composite command that contains other commands.
execute(GetNodeCommand) - Method in class org.jboss.dna.graph.commands.executor.DelegatingCommandExecutor
Execute a command to get the properties and children of a node.
execute(GetPropertiesCommand) - Method in class org.jboss.dna.graph.commands.executor.DelegatingCommandExecutor
Execute a command to get the properties of a node.
execute(GetChildrenCommand) - Method in class org.jboss.dna.graph.commands.executor.DelegatingCommandExecutor
Execute a command to get the children of a node.
execute(CreateNodeCommand) - Method in class org.jboss.dna.graph.commands.executor.DelegatingCommandExecutor
Execute a command to create a node and set the node's properties.
execute(SetPropertiesCommand) - Method in class org.jboss.dna.graph.commands.executor.DelegatingCommandExecutor
Execute a command to set some (or all) of the properties on a node.
execute(CopyNodeCommand) - Method in class org.jboss.dna.graph.commands.executor.DelegatingCommandExecutor
Execute a command to copy a node to a new location.
execute(CopyBranchCommand) - Method in class org.jboss.dna.graph.commands.executor.DelegatingCommandExecutor
Execute a command to copy an entire branch to a new location.
execute(RecordBranchCommand) - Method in class org.jboss.dna.graph.commands.executor.DelegatingCommandExecutor
Execute a command to record the structure of a branch.
execute(DeleteBranchCommand) - Method in class org.jboss.dna.graph.commands.executor.DelegatingCommandExecutor
Execute a command to delete an entire branch.
execute(MoveBranchCommand) - Method in class org.jboss.dna.graph.commands.executor.DelegatingCommandExecutor
Execute a command to move a branch from one location to another.
execute(CompositeCommand) - Method in class org.jboss.dna.graph.commands.executor.LoggingCommandExecutor
Execute a composite command that contains other commands. This method should simply obtain and execute each of the nested commands.
execute(CopyBranchCommand) - Method in class org.jboss.dna.graph.commands.executor.LoggingCommandExecutor
Execute a command to copy an entire branch to a new location.
execute(CopyNodeCommand) - Method in class org.jboss.dna.graph.commands.executor.LoggingCommandExecutor
Execute a command to copy a node to a new location.
execute(CreateNodeCommand) - Method in class org.jboss.dna.graph.commands.executor.LoggingCommandExecutor
Execute a command to create a node and set the node's properties.
execute(DeleteBranchCommand) - Method in class org.jboss.dna.graph.commands.executor.LoggingCommandExecutor
Execute a command to delete an entire branch.
execute(GetChildrenCommand) - Method in class org.jboss.dna.graph.commands.executor.LoggingCommandExecutor
Execute a command to get the children of a node.
execute(GetNodeCommand) - Method in class org.jboss.dna.graph.commands.executor.LoggingCommandExecutor
Execute a command to get the properties and children of a node. GetNodeCommand is a subtype of both GetPropertiesCommand and GetChildrenCommand, so this method will be called in place of the CommandExecutor.execute(GetPropertiesCommand) and CommandExecutor.execute(GetChildrenCommand) methods.
execute(GetPropertiesCommand) - Method in class org.jboss.dna.graph.commands.executor.LoggingCommandExecutor
Execute a command to get the properties of a node.
execute(GraphCommand) - Method in class org.jboss.dna.graph.commands.executor.LoggingCommandExecutor
Execute a graph command. This method should examine the command's types to determine which other execute methods should be called, and should then call those methods. This method should also do nothing if the command is null.
execute(MoveBranchCommand) - Method in class org.jboss.dna.graph.commands.executor.LoggingCommandExecutor
Execute a command to move a branch from one location to another.
execute(RecordBranchCommand) - Method in class org.jboss.dna.graph.commands.executor.LoggingCommandExecutor
Execute a command to record the structure of a branch.
execute(SetPropertiesCommand) - Method in class org.jboss.dna.graph.commands.executor.LoggingCommandExecutor
Execute a command to set some (or all) of the properties on a node.
execute(GraphCommand) - Method in class org.jboss.dna.graph.commands.executor.NoOpCommandExecutor
Execute a graph command. This method should examine the command's types to determine which other execute methods should be called, and should then call those methods. This method should also do nothing if the command is null.

This implementation examines the instance to see which command interfaces are implemented by the command, and delegates to the appropriate methods.

execute(CompositeCommand) - Method in class org.jboss.dna.graph.commands.executor.NoOpCommandExecutor
Execute a composite command that contains other commands. This method should simply obtain and execute each of the nested commands.
execute(GetNodeCommand) - Method in class org.jboss.dna.graph.commands.executor.NoOpCommandExecutor
Execute a command to get the properties and children of a node. GetNodeCommand is a subtype of both GetPropertiesCommand and GetChildrenCommand, so this method will be called in place of the CommandExecutor.execute(GetPropertiesCommand) and CommandExecutor.execute(GetChildrenCommand) methods.

This method implementation simply delegates to both the AbstractCommandExecutor.execute(GetPropertiesCommand) and AbstractCommandExecutor.execute(GetChildrenCommand) methods, and should be overridden by subclasses that can process GetNodeCommand more efficiently as a single command.

execute(CopyBranchCommand) - Method in class org.jboss.dna.graph.commands.executor.NoOpCommandExecutor
Execute a command to copy an entire branch to a new location.
execute(CopyNodeCommand) - Method in class org.jboss.dna.graph.commands.executor.NoOpCommandExecutor
Execute a command to copy a node to a new location.
execute(CreateNodeCommand) - Method in class org.jboss.dna.graph.commands.executor.NoOpCommandExecutor
Execute a command to create a node and set the node's properties.
execute(DeleteBranchCommand) - Method in class org.jboss.dna.graph.commands.executor.NoOpCommandExecutor
Execute a command to delete an entire branch.
execute(GetChildrenCommand) - Method in class org.jboss.dna.graph.commands.executor.NoOpCommandExecutor
Execute a command to get the children of a node.
execute(GetPropertiesCommand) - Method in class org.jboss.dna.graph.commands.executor.NoOpCommandExecutor
Execute a command to get the properties of a node.
execute(MoveBranchCommand) - Method in class org.jboss.dna.graph.commands.executor.NoOpCommandExecutor
Execute a command to move a branch from one location to another.
execute(RecordBranchCommand) - Method in class org.jboss.dna.graph.commands.executor.NoOpCommandExecutor
Execute a command to record the structure of a branch.
execute(SetPropertiesCommand) - Method in class org.jboss.dna.graph.commands.executor.NoOpCommandExecutor
Execute a command to set some (or all) of the properties on a node.
execute(CopyBranchCommand) - Method in class org.jboss.dna.graph.commands.executor.SingleSourceCommandExecutor
Execute a command to copy an entire branch to a new location.
execute(CopyNodeCommand) - Method in class org.jboss.dna.graph.commands.executor.SingleSourceCommandExecutor
Execute a command to copy a node to a new location.
execute(CreateNodeCommand) - Method in class org.jboss.dna.graph.commands.executor.SingleSourceCommandExecutor
Execute a command to create a node and set the node's properties.
execute(DeleteBranchCommand) - Method in class org.jboss.dna.graph.commands.executor.SingleSourceCommandExecutor
Execute a command to delete an entire branch.
execute(GetChildrenCommand) - Method in class org.jboss.dna.graph.commands.executor.SingleSourceCommandExecutor
Execute a command to get the children of a node.
execute(GetPropertiesCommand) - Method in class org.jboss.dna.graph.commands.executor.SingleSourceCommandExecutor
Execute a command to get the properties of a node.
execute(MoveBranchCommand) - Method in class org.jboss.dna.graph.commands.executor.SingleSourceCommandExecutor
Execute a command to move a branch from one location to another.
execute(RecordBranchCommand) - Method in class org.jboss.dna.graph.commands.executor.SingleSourceCommandExecutor
Execute a command to record the structure of a branch.
execute(SetPropertiesCommand) - Method in class org.jboss.dna.graph.commands.executor.SingleSourceCommandExecutor
Execute a command to set some (or all) of the properties on a node.
execute(ExecutionContext, GraphCommand...) - Method in interface org.jboss.dna.graph.connectors.RepositoryConnection
Execute the supplied commands against this repository source.
execute(ExecutionContext, GraphCommand...) - Method in class org.jboss.dna.graph.connectors.RepositoryConnectionPool.ConnectionWrapper
Execute the supplied commands against this repository source.
executedGraphCommand - Static variable in class org.jboss.dna.graph.GraphI18n
 
executingGraphCommand - Static variable in class org.jboss.dna.graph.GraphI18n
 
ExecutionContext - Interface in org.jboss.dna.graph
An ExecutionContext is a representation of the environment or context in which a component or operation is operating.
ExecutionContextFactory - Interface in org.jboss.dna.graph
A factory for creating ExecutionContext instances.
ExecutionContexts - Class in org.jboss.dna.graph
Utility methods for creating various execution contexts with replacement factories or components.
ExecutionContexts() - Constructor for class org.jboss.dna.graph.ExecutionContexts
 
ExecutionContexts.DelegatingExecutionEnvironment - Class in org.jboss.dna.graph
 
ExecutionContexts.DelegatingExecutionEnvironment(ExecutionContext, NamespaceRegistry, PropertyFactory, ValueFactories) - Constructor for class org.jboss.dna.graph.ExecutionContexts.DelegatingExecutionEnvironment
 
ExecutionContexts.DelegatingExecutionEnvironment(ExecutionContext, NamespaceRegistry, PropertyFactory, NameFactory, PathFactory) - Constructor for class org.jboss.dna.graph.ExecutionContexts.DelegatingExecutionEnvironment
 
extractInputPathFrom(URI) - Method in class org.jboss.dna.graph.util.GraphImporter
 

F

fatalErrorSequencingXmlDocument - Static variable in class org.jboss.dna.graph.GraphI18n
 
finalize() - Method in class org.jboss.dna.graph.connectors.RepositoryConnectionPool
Invokes shutdown when this pool is no longer referenced.
FULLY_QUALFIED_NAME_PATTERN_STRING - Static variable in class org.jboss.dna.graph.properties.basic.NameValueFactory
 
FULLY_QUALIFIED_NAME_PATTERN - Static variable in class org.jboss.dna.graph.properties.basic.NameValueFactory
 

G

generatePrefix() - Method in class org.jboss.dna.graph.properties.basic.BasicNamespaceRegistry
 
getAccessControlContext() - Method in class org.jboss.dna.graph.connectors.BasicExecutionContext
getAccessControlContext() - Method in interface org.jboss.dna.graph.ExecutionContext
 
getAccessControlContext() - Method in class org.jboss.dna.graph.ExecutionContexts.DelegatingExecutionEnvironment
getAncestor(int) - Method in class org.jboss.dna.graph.properties.basic.BasicPath
Return the path to the ancestor of the supplied degree.
getAncestor(int) - Method in interface org.jboss.dna.graph.properties.Path
Return the path to the ancestor of the supplied degree.
getBinaryFactory() - Method in class org.jboss.dna.graph.properties.basic.DelegatingValueFactories
 
getBinaryFactory() - Method in class org.jboss.dna.graph.properties.basic.StandardValueFactories
Get the value factory for binary properties.
getBinaryFactory() - Method in interface org.jboss.dna.graph.properties.ValueFactories
Get the value factory for binary properties.
getBinaryValueFactory() - Method in class org.jboss.dna.graph.properties.basic.ObjectValueFactory
 
getBooleanFactory() - Method in class org.jboss.dna.graph.properties.basic.DelegatingValueFactories
 
getBooleanFactory() - Method in class org.jboss.dna.graph.properties.basic.StandardValueFactories
Get the value factory for boolean properties.
getBooleanFactory() - Method in interface org.jboss.dna.graph.properties.ValueFactories
Get the value factory for boolean properties.
getBytes() - Method in class org.jboss.dna.graph.properties.basic.InMemoryBinary
Get the contents of this data as a byte array.
getBytes() - Method in interface org.jboss.dna.graph.properties.Binary
Get the contents of this data as a byte array.
getCachePolicy() - Method in interface org.jboss.dna.graph.cache.Cacheable
Get the caching policy to be used for this object.
getCachePolicy() - Method in class org.jboss.dna.graph.commands.basic.BasicGetChildrenCommand
Get the caching policy to be used for this object.
getCachePolicy() - Method in class org.jboss.dna.graph.commands.basic.BasicGetPropertiesCommand
Get the caching policy to be used for this object.
getCanonicalPath() - Method in class org.jboss.dna.graph.properties.basic.BasicPath
Get the canonical form of this path.
getCanonicalPath() - Method in interface org.jboss.dna.graph.properties.Path
Get the canonical form of this path.
getCapabilities() - Method in interface org.jboss.dna.graph.connectors.RepositorySource
Get the capabilities for this source.
getCenturyOfEra() - Method in class org.jboss.dna.graph.properties.basic.JodaDateTime
Get the era of this instance in time.
getCenturyOfEra() - Method in interface org.jboss.dna.graph.properties.DateTime
Get the era of this instance in time.
getChildIdentityProperties(Path.Segment) - Method in class org.jboss.dna.graph.commands.basic.BasicGetChildrenCommand
Get the identity properties for the supplied child.
getChildren() - Method in class org.jboss.dna.graph.commands.basic.BasicGetChildrenCommand
 
GetChildrenCommand - Interface in org.jboss.dna.graph.commands
A command to get the children of a single node given its path.
getClassLoader(String...) - Method in class org.jboss.dna.graph.connectors.BasicExecutionContext
getClassLoader(String...) - Method in class org.jboss.dna.graph.ExecutionContexts.DelegatingExecutionEnvironment
getCommand(int) - Method in class org.jboss.dna.graph.commands.basic.BasicCompositeCommand
 
getCommonAncestor(Path) - Method in class org.jboss.dna.graph.properties.basic.BasicPath
Find the lowest common ancestor of this path and the supplied path.
getCommonAncestor(Path) - Method in interface org.jboss.dna.graph.properties.Path
Find the lowest common ancestor of this path and the supplied path.
getComparator() - Method in enum org.jboss.dna.graph.properties.PropertyType
 
getConflictBehavior() - Method in class org.jboss.dna.graph.commands.basic.BasicCreateNodeCommand
Get the desired behavior when a node at the target path already exists.
getConflictBehavior() - Method in class org.jboss.dna.graph.commands.basic.BasicMoveBranchCommand
Get the desired behavior when a node at the target path already exists.
getConflictBehavior() - Method in interface org.jboss.dna.graph.commands.CreateNodeCommand
Get the desired behavior when a node at the target path already exists.
getConflictBehavior() - Method in interface org.jboss.dna.graph.commands.MoveBranchCommand
Get the desired behavior when a node at the target path already exists.
getConflictBehavior() - Method in class org.jboss.dna.graph.util.GraphImporter.ImportedContentUsingSequencer
 
getConnection() - Method in class org.jboss.dna.graph.commands.executor.SingleSourceCommandExecutor
 
getConnection() - Method in class org.jboss.dna.graph.connectors.RepositoryConnectionPool
Get a connection from the pool.
getConnection() - Method in interface org.jboss.dna.graph.connectors.RepositorySource
Get a connection from this source.
getContext() - Method in class org.jboss.dna.graph.util.GraphImporter
Get the context in which the importer will be executed.
getCorePoolSize() - Method in class org.jboss.dna.graph.connectors.RepositoryConnectionPool
Returns the core number of connections.
getCreateNodeCommands() - Method in class org.jboss.dna.graph.commands.basic.BasicRecordBranchCommand
Return the commands to create the nodes, in the order they were recorded.
getCurrentTimeInUtc() - Method in class org.jboss.dna.graph.commands.executor.AbstractCommandExecutor
Get the current time associated with this executor.
getDateFactory() - Method in class org.jboss.dna.graph.properties.basic.DelegatingValueFactories
 
getDateFactory() - Method in class org.jboss.dna.graph.properties.basic.StandardValueFactories
Get the value factory for date properties.
getDateFactory() - Method in interface org.jboss.dna.graph.properties.ValueFactories
Get the value factory for date properties.
getDayOfMonth() - Method in class org.jboss.dna.graph.properties.basic.JodaDateTime
Get the day of the month value of this instance in time.
getDayOfMonth() - Method in interface org.jboss.dna.graph.properties.DateTime
Get the day of the month value of this instance in time.
getDayOfWeek() - Method in class org.jboss.dna.graph.properties.basic.JodaDateTime
Get the day of the week value of this instance in time.
getDayOfWeek() - Method in interface org.jboss.dna.graph.properties.DateTime
Get the day of the week value of this instance in time.
getDayOfYear() - Method in class org.jboss.dna.graph.properties.basic.JodaDateTime
Get the day of the year of this instance in time.
getDayOfYear() - Method in interface org.jboss.dna.graph.properties.DateTime
Get the day of the year of this instance in time.
getDecimalFactory() - Method in class org.jboss.dna.graph.properties.basic.DelegatingValueFactories
 
getDecimalFactory() - Method in class org.jboss.dna.graph.properties.basic.StandardValueFactories
Get the value factory for decimal properties.
getDecimalFactory() - Method in interface org.jboss.dna.graph.properties.ValueFactories
Get the value factory for decimal properties.
getDecoder() - Method in class org.jboss.dna.graph.properties.basic.AbstractValueFactory
Get the text decoder.
getDecoder(TextDecoder) - Method in class org.jboss.dna.graph.properties.basic.AbstractValueFactory
Utility method to obtain either the supplied decoder (if not null) or this factory's decoder.
getDefaultCachePolicy() - Method in interface org.jboss.dna.graph.connectors.RepositoryConnection
Get the default cache policy for this repository.
getDefaultCachePolicy() - Method in class org.jboss.dna.graph.connectors.RepositoryConnectionPool.ConnectionWrapper
Get the default cache policy for this repository.
getDefaultNamespaces() - Method in class org.jboss.dna.graph.connectors.BasicExecutionContextFactory
 
getDefaultNamespaceUri() - Method in class org.jboss.dna.graph.properties.basic.BasicNamespaceRegistry
Return the namespace URI that is currently mapped to the empty prefix, or null if there is no current default namespace.
getDefaultNamespaceUri() - Method in interface org.jboss.dna.graph.properties.NamespaceRegistry
Return the namespace URI that is currently mapped to the empty prefix, or null if there is no current default namespace.
getDelegate() - Method in class org.jboss.dna.graph.ExecutionContexts.DelegatingExecutionEnvironment
 
getDoubleFactory() - Method in class org.jboss.dna.graph.properties.basic.DelegatingValueFactories
 
getDoubleFactory() - Method in class org.jboss.dna.graph.properties.basic.StandardValueFactories
Get the value factory for double properties.
getDoubleFactory() - Method in interface org.jboss.dna.graph.properties.ValueFactories
Get the value factory for double properties.
getEncoder() - Method in class org.jboss.dna.graph.properties.basic.StringValueFactory
 
getEra() - Method in class org.jboss.dna.graph.properties.basic.JodaDateTime
Get the era of this instance in time.
getEra() - Method in interface org.jboss.dna.graph.properties.DateTime
Get the era of this instance in time.
getError() - Method in class org.jboss.dna.graph.commands.basic.BasicGraphCommand
Get the error for this command.
getError() - Method in interface org.jboss.dna.graph.commands.GraphCommand
Get the error for this command.
getExecutionContext() - Method in class org.jboss.dna.graph.commands.executor.AbstractCommandExecutor
Get the environment in which these commands are being executed.
getExecutionContextFactory() - Method in interface org.jboss.dna.graph.connectors.RepositoryContext
Get the factory that can be used to create execution contexts.
getExpression() - Method in class org.jboss.dna.graph.properties.PathExpression
 
getFactories() - Method in interface org.jboss.dna.graph.sequencers.SequencerContext
Get the factories that can be used to create paths and other property values.
getFactories() - Method in interface org.jboss.dna.graph.sequencers.SequencerOutput
Deprecated. Replaced by SequencerContext.getFactories().
getFactories() - Method in class org.jboss.dna.graph.util.GraphImporter.ImporterCommands
Get the factories that can be used to create paths and other property values.
getFactories() - Method in class org.jboss.dna.graph.util.GraphImporter.ImporterContext
Get the factories that can be used to create paths and other property values.
getGeneratedPrefixTemplate() - Method in class org.jboss.dna.graph.properties.basic.BasicNamespaceRegistry
 
getHash() - Method in class org.jboss.dna.graph.properties.basic.InMemoryBinary
Get the SHA-1 hash of the contents.
getHash(String) - Method in class org.jboss.dna.graph.properties.basic.InMemoryBinary
Get the hash of the contents, using the digest identified by the supplied name.
getHash() - Method in interface org.jboss.dna.graph.properties.Binary
Get the SHA-1 hash of the contents.
getHourOfDay() - Method in class org.jboss.dna.graph.properties.basic.JodaDateTime
Get the hour of the day of this instance in time.
getHourOfDay() - Method in interface org.jboss.dna.graph.properties.DateTime
Get the hour of the day of this instance in time.
getIndex() - Method in class org.jboss.dna.graph.properties.basic.BasicPathSegment
Get the index for this segment, which will be 0 if this segment has no specific index.
getIndex() - Method in interface org.jboss.dna.graph.properties.Path.Segment
Get the index for this segment, which will be 0 if this segment has no specific index.
getInputPath() - Method in class org.jboss.dna.graph.properties.PathExpression.Matcher
 
getInputPath() - Method in interface org.jboss.dna.graph.sequencers.SequencerContext
Return the path of the input node containing the content being sequenced.
getInputPath() - Method in class org.jboss.dna.graph.util.GraphImporter.ImporterContext
Return the path of the input node containing the content being sequenced.
getInputProperties() - Method in interface org.jboss.dna.graph.sequencers.SequencerContext
Return the set of properties from the input node containing the content being sequenced.
getInputProperties() - Method in class org.jboss.dna.graph.util.GraphImporter.ImporterContext
Return the set of properties from the input node containing the content being sequenced.
getInputProperty(Name) - Method in interface org.jboss.dna.graph.sequencers.SequencerContext
Return the property with the supplied name from the input node containing the content being sequenced.
getInputProperty(Name) - Method in class org.jboss.dna.graph.util.GraphImporter.ImporterContext
Return the property with the supplied name from the input node containing the content being sequenced.
getInUseCount() - Method in class org.jboss.dna.graph.connectors.RepositoryConnectionPool
Returns the approximate number of connections that are currently checked out from the pool.
getKeepAliveTime(TimeUnit) - Method in class org.jboss.dna.graph.connectors.RepositoryConnectionPool
Returns the connection keep-alive time, which is the amount of time which connections in excess of the core pool size may remain idle before being closed.
getLastSegment() - Method in class org.jboss.dna.graph.properties.basic.BasicPath
Get the last segment in this path.
getLastSegment() - Method in interface org.jboss.dna.graph.properties.Path
Get the last segment in this path.
getLocalizationProblemLocales() - Static method in class org.jboss.dna.graph.GraphI18n
 
getLocalizationProblems() - Static method in class org.jboss.dna.graph.GraphI18n
 
getLocalizationProblems(Locale) - Static method in class org.jboss.dna.graph.GraphI18n
 
getLocalName() - Method in class org.jboss.dna.graph.properties.basic.BasicName
Get the local name part of this qualified name.
getLocalName() - Method in interface org.jboss.dna.graph.properties.Name
Get the local name part of this qualified name.
getLogger(Class<?>) - Method in class org.jboss.dna.graph.connectors.BasicExecutionContext
Return a logger associated with this context.
getLogger(String) - Method in class org.jboss.dna.graph.connectors.BasicExecutionContext
Return a logger associated with this context.
getLogger(Class<?>) - Method in interface org.jboss.dna.graph.ExecutionContext
Return a logger associated with this context.
getLogger(String) - Method in interface org.jboss.dna.graph.ExecutionContext
Return a logger associated with this context.
getLogger(Class<?>) - Method in class org.jboss.dna.graph.ExecutionContexts.DelegatingExecutionEnvironment
Return a logger associated with this context.
getLogger(String) - Method in class org.jboss.dna.graph.ExecutionContexts.DelegatingExecutionEnvironment
Return a logger associated with this context.
getLogger(Class<?>) - Method in interface org.jboss.dna.graph.sequencers.SequencerContext
Return a logger associated with this context.
getLogger(String) - Method in interface org.jboss.dna.graph.sequencers.SequencerContext
Return a logger associated with this context.
getLogger(Class<?>) - Method in class org.jboss.dna.graph.util.GraphImporter.ImporterContext
Return a logger associated with this context.
getLogger(String) - Method in class org.jboss.dna.graph.util.GraphImporter.ImporterContext
Return a logger associated with this context.
getLoginContext() - Method in class org.jboss.dna.graph.connectors.BasicExecutionContext
getLoginContext() - Method in interface org.jboss.dna.graph.ExecutionContext
 
getLoginContext() - Method in class org.jboss.dna.graph.ExecutionContexts.DelegatingExecutionEnvironment
getLongFactory() - Method in class org.jboss.dna.graph.properties.basic.DelegatingValueFactories
 
getLongFactory() - Method in class org.jboss.dna.graph.properties.basic.StandardValueFactories
Get the value factory for long properties.
getLongFactory() - Method in interface org.jboss.dna.graph.properties.ValueFactories
Get the value factory for long properties.
getLowestAncestorThatDoesExist() - Method in exception org.jboss.dna.graph.properties.PathNotFoundException
Get the lowest (closest) existing ancestor of the non-existant path.
getMaxDepth() - Method in class org.jboss.dna.graph.commands.basic.BasicRecordBranchCommand
 
getMaxFailedAttemptsBeforeError() - Method in class org.jboss.dna.graph.connectors.RepositoryConnectionPool
 
getMaximumPoolSize() - Method in class org.jboss.dna.graph.connectors.RepositoryConnectionPool
 
getMilliseconds() - Method in class org.jboss.dna.graph.properties.basic.JodaDateTime
Get the number of milliseconds from 1970-01-01T00:00Z.
getMilliseconds() - Method in interface org.jboss.dna.graph.properties.DateTime
Get the number of milliseconds from 1970-01-01T00:00Z.
getMillisOfSecond() - Method in class org.jboss.dna.graph.properties.basic.JodaDateTime
Get the milliseconds of the second value of this instance in time.
getMillisOfSecond() - Method in interface org.jboss.dna.graph.properties.DateTime
Get the milliseconds of the second value of this instance in time.
getMimeType() - Method in interface org.jboss.dna.graph.sequencers.SequencerContext
Return the MIME-type of the content being sequenced.
getMimeType() - Method in class org.jboss.dna.graph.util.GraphImporter.ImporterContext
Return the MIME-type of the content being sequenced.
getMimeType() - Method in class org.jboss.dna.graph.util.GraphImporter.UriImportedContent
 
getMinuteOfHour() - Method in class org.jboss.dna.graph.properties.basic.JodaDateTime
Get the minute of this instance in time.
getMinuteOfHour() - Method in interface org.jboss.dna.graph.properties.DateTime
Get the minute of this instance in time.
getMonthOfYear() - Method in class org.jboss.dna.graph.properties.basic.JodaDateTime
Get the month of the year of this instance in time.
getMonthOfYear() - Method in interface org.jboss.dna.graph.properties.DateTime
Get the month of the year of this instance in time.
getName() - Method in interface org.jboss.dna.graph.connectors.RepositorySource
Get the name for this repository source.
getName() - Method in class org.jboss.dna.graph.properties.basic.BasicPathSegment
Get the name component of this segment.
getName() - Method in class org.jboss.dna.graph.properties.basic.BasicProperty
Get the name of the property.
getName() - Method in interface org.jboss.dna.graph.properties.Path.Segment
Get the name component of this segment.
getName() - Method in interface org.jboss.dna.graph.properties.Property
Get the name of the property.
getName() - Method in enum org.jboss.dna.graph.properties.PropertyType
 
getNameFactory() - Method in class org.jboss.dna.graph.properties.basic.DelegatingValueFactories
 
getNameFactory() - Method in class org.jboss.dna.graph.properties.basic.StandardValueFactories
Get the value factory for name properties.
getNameFactory() - Method in interface org.jboss.dna.graph.properties.ValueFactories
Get the value factory for name properties.
getNamespaceForPrefix(String) - Method in class org.jboss.dna.graph.properties.basic.BasicNamespaceRegistry
Get the namespace URI for the supplied prefix.
getNamespaceForPrefix(String) - Method in interface org.jboss.dna.graph.properties.NamespaceRegistry
Get the namespace URI for the supplied prefix.
getNamespaceRegistry() - Method in class org.jboss.dna.graph.connectors.BasicExecutionContext
Get the namespace registry for this context.
getNamespaceRegistry() - Method in interface org.jboss.dna.graph.ExecutionContext
Get the namespace registry for this context.
getNamespaceRegistry() - Method in class org.jboss.dna.graph.ExecutionContexts.DelegatingExecutionEnvironment
Get the namespace registry for this context.
getNamespaceRegistry() - Method in class org.jboss.dna.graph.properties.basic.NameValueFactory
Get the namespace registry.
getNamespaceRegistry() - Method in class org.jboss.dna.graph.properties.basic.StandardValueFactories
 
getNamespaceRegistry() - Method in interface org.jboss.dna.graph.properties.NameFactory
Get the namespace registry.
getNamespaceRegistry() - Method in interface org.jboss.dna.graph.sequencers.SequencerContext
Convenience method to get the namespace registry used by the name value factory.
getNamespaceRegistry() - Method in interface org.jboss.dna.graph.sequencers.SequencerOutput
Deprecated. Replaced by SequencerContext.getNamespaceRegistry().
getNamespaceRegistry() - Method in class org.jboss.dna.graph.util.GraphImporter.ImporterCommands
Convenience method to get the namespace registry used by the name value factory.
getNamespaceRegistry() - Method in class org.jboss.dna.graph.util.GraphImporter.ImporterContext
Convenience method to get the namespace registry used by the name value factory.
getNamespaceUri() - Method in class org.jboss.dna.graph.properties.basic.BasicName
Get the URI for the namespace used in this qualified name.
getNamespaceUri() - Method in interface org.jboss.dna.graph.properties.Name
Get the URI for the namespace used in this qualified name.
getNameValueFactory() - Method in class org.jboss.dna.graph.properties.basic.PathValueFactory
 
getNewPath() - Method in class org.jboss.dna.graph.commands.basic.BasicCopyNodeCommand
Get the new path to which the copy is to be made.
getNewPath() - Method in class org.jboss.dna.graph.commands.basic.BasicMoveBranchCommand
Get the new path to which the branch is to be moved.
getNewPath() - Method in interface org.jboss.dna.graph.commands.CopyNodeCommand
Get the new path to which the copy is to be made.
getNewPath() - Method in interface org.jboss.dna.graph.commands.MoveBranchCommand
Get the new path to which the branch is to be moved.
GetNodeCommand - Interface in org.jboss.dna.graph.commands
A command to get the properties and children for a single node given its path.
getNormalizedPath() - Method in class org.jboss.dna.graph.properties.basic.BasicPath
Get a normalized path with as many ".." segments and all "." resolved.
getNormalizedPath() - Method in interface org.jboss.dna.graph.properties.Path
Get a normalized path with as many ".." segments and all "." resolved.
getObjectFactory() - Method in class org.jboss.dna.graph.properties.basic.DelegatingValueFactories
 
getObjectFactory() - Method in class org.jboss.dna.graph.properties.basic.StandardValueFactories
Get the value factory for object properties.
getObjectFactory() - Method in interface org.jboss.dna.graph.properties.ValueFactories
Get the value factory for object properties.
getOriginal() - Method in class org.jboss.dna.graph.connectors.RepositoryConnectionPool.ConnectionWrapper
 
getParent() - Method in class org.jboss.dna.graph.properties.basic.BasicPath
Return the path to the parent, or this path if it is the root.
getParent() - Method in interface org.jboss.dna.graph.properties.Path
Return the path to the parent, or this path if it is the root.
getPath() - Method in interface org.jboss.dna.graph.commands.ActsOnPath
Get the path to which this command applies.
getPath() - Method in class org.jboss.dna.graph.commands.basic.BasicCopyNodeCommand
Get the path to which this command applies.
getPath() - Method in class org.jboss.dna.graph.commands.basic.BasicCreateNodeCommand
Get the path to which this command applies.
getPath() - Method in class org.jboss.dna.graph.commands.basic.BasicDeleteBranchCommand
Get the path to which this command applies.
getPath() - Method in class org.jboss.dna.graph.commands.basic.BasicGetChildrenCommand
Get the path to which this command applies.
getPath() - Method in class org.jboss.dna.graph.commands.basic.BasicGetPropertiesCommand
Get the path to which this command applies.
getPath() - Method in class org.jboss.dna.graph.commands.basic.BasicMoveBranchCommand
Get the path to which this command applies.
getPath() - Method in class org.jboss.dna.graph.commands.basic.BasicRecordBranchCommand
Get the path to which this command applies.
getPath() - Method in class org.jboss.dna.graph.commands.basic.BasicSetPropertiesCommand
Get the path to which this command applies.
getPath() - Method in exception org.jboss.dna.graph.properties.PathNotFoundException
Get the path that was not found
getPathFactory() - Method in class org.jboss.dna.graph.properties.basic.DelegatingValueFactories
 
getPathFactory() - Method in class org.jboss.dna.graph.properties.basic.StandardValueFactories
Get the value factory for path properties.
getPathFactory() - Method in interface org.jboss.dna.graph.properties.ValueFactories
Get the value factory for path properties.
getPingTimeoutInNanos() - Method in class org.jboss.dna.graph.connectors.RepositoryConnectionPool
 
getPoolSize() - Method in class org.jboss.dna.graph.connectors.RepositoryConnectionPool
Returns the current number of connections in the pool, including those that are checked out (in use) and those that are not being used.
getPrefixForNamespaceUri(String, boolean) - Method in class org.jboss.dna.graph.properties.basic.BasicNamespaceRegistry
Return the prefix used for the supplied namespace URI.
getPrefixForNamespaceUri(String, boolean) - Method in interface org.jboss.dna.graph.properties.NamespaceRegistry
Return the prefix used for the supplied namespace URI.
getProperties() - Method in interface org.jboss.dna.graph.commands.ActsOnProperties
Get the properties.
getProperties() - Method in class org.jboss.dna.graph.commands.basic.BasicCreateNodeCommand
Get the properties.
getProperties() - Method in class org.jboss.dna.graph.commands.basic.BasicGetNodeCommand
Get the property values that were added to the command
getProperties() - Method in class org.jboss.dna.graph.commands.basic.BasicGetPropertiesCommand
Get the property values that were added to the command
getProperties() - Method in class org.jboss.dna.graph.commands.basic.BasicSetPropertiesCommand
Get the properties.
getProperties() - Method in interface org.jboss.dna.graph.commands.CreateNodeCommand
Get the properties for this new node.
getPropertiesByName() - Method in class org.jboss.dna.graph.commands.basic.BasicGetNodeCommand
 
getPropertiesByName() - Method in class org.jboss.dna.graph.commands.basic.BasicGetPropertiesCommand
 
GetPropertiesCommand - Interface in org.jboss.dna.graph.commands
A command to obtain from the source the properties for a single node given its path.
getPropertyFactory() - Method in class org.jboss.dna.graph.connectors.BasicExecutionContext
Get the factory for creating Property objects.
getPropertyFactory() - Method in interface org.jboss.dna.graph.ExecutionContext
Get the factory for creating Property objects.
getPropertyFactory() - Method in class org.jboss.dna.graph.ExecutionContexts.DelegatingExecutionEnvironment
Get the factory for creating Property objects.
getPropertyType() - Method in class org.jboss.dna.graph.properties.basic.AbstractValueFactory
Get the type of values created by this factory.
getPropertyType() - Method in interface org.jboss.dna.graph.properties.ValueFactory
Get the type of values created by this factory.
getReferenceFactory() - Method in class org.jboss.dna.graph.properties.basic.DelegatingValueFactories
 
getReferenceFactory() - Method in class org.jboss.dna.graph.properties.basic.StandardValueFactories
Get the value factory for reference properties.
getReferenceFactory() - Method in interface org.jboss.dna.graph.properties.ValueFactories
Get the value factory for reference properties.
getRegisteredNamespaceUris() - Method in class org.jboss.dna.graph.properties.basic.BasicNamespaceRegistry
Obtain the set of namespaces that are registered.
getRegisteredNamespaceUris() - Method in interface org.jboss.dna.graph.properties.NamespaceRegistry
Obtain the set of namespaces that are registered.
getRepositoryConnectionFactory() - Method in interface org.jboss.dna.graph.connectors.RepositoryContext
Get the factory for connections to other sources.
getRepositorySource() - Method in class org.jboss.dna.graph.connectors.RepositoryConnectionPool
Get the RepositorySource that's used by this pool.
getRetryLimit() - Method in interface org.jboss.dna.graph.connectors.RepositorySource
Get the maximum number of retries that may be performed on a given operation when using connections created by this source.
getSecondOfMinute() - Method in class org.jboss.dna.graph.properties.basic.JodaDateTime
Get the seconds of the minute value of this instance in time.
getSecondOfMinute() - Method in interface org.jboss.dna.graph.properties.DateTime
Get the seconds of the minute value of this instance in time.
getSegment(int) - Method in class org.jboss.dna.graph.properties.basic.BasicPath
Get the segment at the supplied index.
getSegment(int) - Method in interface org.jboss.dna.graph.properties.Path
Get the segment at the supplied index.
getSegmentsArray() - Method in class org.jboss.dna.graph.properties.basic.BasicPath
Obtain a copy of the segments in this path.
getSegmentsArray() - Method in interface org.jboss.dna.graph.properties.Path
Obtain a copy of the segments in this path.
getSegmentsList() - Method in class org.jboss.dna.graph.properties.basic.BasicPath
Get an unmodifiable list of the path segments.
getSegmentsList() - Method in interface org.jboss.dna.graph.properties.Path
Get an unmodifiable list of the path segments.
getSelectedNodePath() - Method in class org.jboss.dna.graph.properties.PathExpression.Matcher
 
getSelectExpression() - Method in class org.jboss.dna.graph.properties.PathExpression
 
getSequencer() - Method in class org.jboss.dna.graph.util.GraphImporter.ImportedContentUsingSequencer
 
getSize() - Method in class org.jboss.dna.graph.properties.basic.InMemoryBinary
Get the length of this binary data.
getSize() - Method in interface org.jboss.dna.graph.properties.Binary
Get the length of this binary data.
getSourceName() - Method in class org.jboss.dna.graph.commands.executor.AbstractCommandExecutor
Get the name of the repository source.
getSourceName() - Method in interface org.jboss.dna.graph.connectors.RepositoryConnection
Get the name for this repository source.
getSourceName() - Method in class org.jboss.dna.graph.connectors.RepositoryConnectionPool.ConnectionWrapper
Get the name for this repository source.
getSourceName() - Method in class org.jboss.dna.graph.connectors.RepositoryConnectionPool
Get the name of this pool, which delegates to the connection factory.
getSourceName() - Method in exception org.jboss.dna.graph.connectors.RepositorySourceException
 
getStream() - Method in class org.jboss.dna.graph.properties.basic.InMemoryBinary
Get the contents of this data as a stream.
getStream() - Method in interface org.jboss.dna.graph.properties.Binary
Get the contents of this data as a stream.
getString() - Method in class org.jboss.dna.graph.properties.basic.BasicName
Get the string form of the name.
getString(TextEncoder) - Method in class org.jboss.dna.graph.properties.basic.BasicName
Get the encoded string form of the name, using the supplied encoder to encode characters in the local name and namespace.
getString(NamespaceRegistry) - Method in class org.jboss.dna.graph.properties.basic.BasicName
Get the string form of the name, using the supplied namespace registry to convert the namespace URI to a prefix.
getString(NamespaceRegistry, TextEncoder) - Method in class org.jboss.dna.graph.properties.basic.BasicName
Get the encoded string form of the name, using the supplied namespace registry to convert the namespace URI to a prefix.
getString() - Method in class org.jboss.dna.graph.properties.basic.BasicPath
Get the string form of the path.
getString(TextEncoder) - Method in class org.jboss.dna.graph.properties.basic.BasicPath
Get the encoded string form of the path, using the supplied encoder to encode characters in each of the path segments.
getString(NamespaceRegistry) - Method in class org.jboss.dna.graph.properties.basic.BasicPath
Get the string form of the path, using the supplied namespace registry to convert the names' namespace URIs to prefixes.
getString(NamespaceRegistry, TextEncoder) - Method in class org.jboss.dna.graph.properties.basic.BasicPath
Get the encoded string form of the path, using the supplied namespace registry to convert the names' namespace URIs to prefixes and the supplied encoder to encode characters in each of the path segments.
getString() - Method in class org.jboss.dna.graph.properties.basic.BasicPathSegment
Get the string form of the segment.
getString(TextEncoder) - Method in class org.jboss.dna.graph.properties.basic.BasicPathSegment
Get the encoded string form of the segment, using the supplied encoder to encode characters in each of the path segments.
getString(NamespaceRegistry) - Method in class org.jboss.dna.graph.properties.basic.BasicPathSegment
Get the string form of the segment, using the supplied namespace registry to convert the name's namespace URI to a prefix.
getString(NamespaceRegistry, TextEncoder) - Method in class org.jboss.dna.graph.properties.basic.BasicPathSegment
Get the encoded string form of the segment, using the supplied namespace registry to convert the name's namespace URI to a prefix and the supplied encoder to encode characters in each of the path segments.
getString() - Method in class org.jboss.dna.graph.properties.basic.JodaDateTime
Get the ISO-8601 representation of this instance in time.
getString() - Method in class org.jboss.dna.graph.properties.basic.UuidReference
Get the string form of the Reference.
getString(TextEncoder) - Method in class org.jboss.dna.graph.properties.basic.UuidReference
Get the encoded string form of the Reference, using the supplied encoder to encode characters in the reference.
getString() - Method in interface org.jboss.dna.graph.properties.DateTime
Get the ISO-8601 representation of this instance in time.
getString() - Method in interface org.jboss.dna.graph.properties.Name
Get the string form of the name.
getString(TextEncoder) - Method in interface org.jboss.dna.graph.properties.Name
Get the encoded string form of the name, using the supplied encoder to encode characters in the local name and namespace.
getString(NamespaceRegistry) - Method in interface org.jboss.dna.graph.properties.Name
Get the string form of the name, using the supplied namespace registry to convert the namespace URI to a prefix.
getString(NamespaceRegistry, TextEncoder) - Method in interface org.jboss.dna.graph.properties.Name
Get the encoded string form of the name, using the supplied namespace registry to convert the namespace URI to a prefix.
getString() - Method in interface org.jboss.dna.graph.properties.Path
Get the string form of the path.
getString(TextEncoder) - Method in interface org.jboss.dna.graph.properties.Path
Get the encoded string form of the path, using the supplied encoder to encode characters in each of the path segments.
getString(NamespaceRegistry) - Method in interface org.jboss.dna.graph.properties.Path
Get the string form of the path, using the supplied namespace registry to convert the names' namespace URIs to prefixes.
getString(NamespaceRegistry, TextEncoder) - Method in interface org.jboss.dna.graph.properties.Path
Get the encoded string form of the path, using the supplied namespace registry to convert the names' namespace URIs to prefixes and the supplied encoder to encode characters in each of the path segments.
getString() - Method in interface org.jboss.dna.graph.properties.Path.Segment
Get the string form of the segment.
getString(TextEncoder) - Method in interface org.jboss.dna.graph.properties.Path.Segment
Get the encoded string form of the segment, using the supplied encoder to encode characters in each of the path segments.
getString(NamespaceRegistry) - Method in interface org.jboss.dna.graph.properties.Path.Segment
Get the string form of the segment, using the supplied namespace registry to convert the name's namespace URI to a prefix.
getString(NamespaceRegistry, TextEncoder) - Method in interface org.jboss.dna.graph.properties.Path.Segment
Get the encoded string form of the segment, using the supplied namespace registry to convert the name's namespace URI to a prefix and the supplied encoder to encode characters in each of the path segments.
getString() - Method in interface org.jboss.dna.graph.properties.Reference
Get the string form of the Reference.
getString(TextEncoder) - Method in interface org.jboss.dna.graph.properties.Reference
Get the encoded string form of the Reference, using the supplied encoder to encode characters in the reference.
getStringFactory() - Method in class org.jboss.dna.graph.properties.basic.DelegatingValueFactories
 
getStringFactory() - Method in class org.jboss.dna.graph.properties.basic.StandardValueFactories
Get the value factory for string properties.
getStringFactory() - Method in interface org.jboss.dna.graph.properties.ValueFactories
Get the value factory for string properties.
getStringValueFactory() - Method in class org.jboss.dna.graph.properties.basic.AbstractValueFactory
 
getStringValueFactory() - Method in class org.jboss.dna.graph.properties.basic.StringValueFactory
getStringValueFactory() - Static method in class org.jboss.dna.graph.properties.ValueComparators
 
getSubject() - Method in class org.jboss.dna.graph.connectors.BasicExecutionContext
Get the JAAS subject for which this context was created.
getSubject() - Method in interface org.jboss.dna.graph.ExecutionContext
Get the JAAS subject for which this context was created.
getSubject() - Method in class org.jboss.dna.graph.ExecutionContexts.DelegatingExecutionEnvironment
Get the JAAS subject for which this context was created.
getTargetType() - Method in exception org.jboss.dna.graph.properties.ValueFormatException
Get the PropertyType to which the value was being converted.
getTextDecoder() - Method in class org.jboss.dna.graph.properties.basic.StandardValueFactories
 
getTimeCreated() - Method in class org.jboss.dna.graph.connectors.RepositoryConnectionPool.ConnectionWrapper
 
getTimeLastUsed() - Method in class org.jboss.dna.graph.connectors.RepositoryConnectionPool.ConnectionWrapper
 
getTimeLoaded() - Method in interface org.jboss.dna.graph.cache.Cacheable
Get the time that this node data was originally loaded.
getTimeLoaded() - Method in class org.jboss.dna.graph.commands.basic.BasicGetChildrenCommand
Get the time that this node data was originally loaded.
getTimeLoaded() - Method in class org.jboss.dna.graph.commands.basic.BasicGetPropertiesCommand
Get the time that this node data was originally loaded.
getTimeToLive() - Method in class org.jboss.dna.graph.cache.BasicCachePolicy
Get the system time in milliseconds before which the node data remains valid.
getTimeToLive() - Method in interface org.jboss.dna.graph.cache.CachePolicy
Get the system time in milliseconds before which the node data remains valid.
getTimeToLive() - Method in class org.jboss.dna.graph.cache.ImmutableCachePolicy
Get the system time in milliseconds before which the node data remains valid.
getTimeZoneId() - Method in class org.jboss.dna.graph.properties.basic.JodaDateTime
Get the identifier of the time zone in which this instant is defined
getTimeZoneId() - Method in interface org.jboss.dna.graph.properties.DateTime
Get the identifier of the time zone in which this instant is defined
getTimeZoneOffsetHours() - Method in class org.jboss.dna.graph.properties.basic.JodaDateTime
Get the number of hours that this time zone is offset from UTC.
getTimeZoneOffsetHours() - Method in interface org.jboss.dna.graph.properties.DateTime
Get the number of hours that this time zone is offset from UTC.
getTotalConnectionsCreated() - Method in class org.jboss.dna.graph.connectors.RepositoryConnectionPool
Get the total number of connections that have been created by this pool.
getTotalConnectionsUsed() - Method in class org.jboss.dna.graph.connectors.RepositoryConnectionPool
Get the total number of times connections have been RepositoryConnectionPool.getConnection() used.
getUnencodedString() - Method in class org.jboss.dna.graph.properties.basic.BasicPathSegment
Get the raw string form of the segment using the no-op encoder.
getUnencodedString() - Method in interface org.jboss.dna.graph.properties.Path.Segment
Get the raw string form of the segment using the no-op encoder.
getUnmodifiable() - Method in class org.jboss.dna.graph.cache.BasicCachePolicy
 
getUnmodifiable() - Method in class org.jboss.dna.graph.cache.ImmutableCachePolicy
 
getUri() - Method in class org.jboss.dna.graph.util.GraphImporter.UriImportedContent
 
getUriFactory() - Method in class org.jboss.dna.graph.properties.basic.DelegatingValueFactories
 
getUriFactory() - Method in class org.jboss.dna.graph.properties.basic.StandardValueFactories
Get the value factory for URI properties.
getUriFactory() - Method in interface org.jboss.dna.graph.properties.ValueFactories
Get the value factory for URI properties.
getUuid() - Method in class org.jboss.dna.graph.properties.basic.UuidReference
 
getUuidFactory() - Method in class org.jboss.dna.graph.properties.basic.DelegatingValueFactories
 
getUuidFactory() - Method in class org.jboss.dna.graph.properties.basic.StandardValueFactories
Get the value factory for UUID properties.
getUuidFactory() - Method in interface org.jboss.dna.graph.properties.ValueFactories
Get the value factory for UUID properties.
getValidateConnectionBeforeUse() - Method in class org.jboss.dna.graph.connectors.RepositoryConnectionPool
 
getValue() - Method in exception org.jboss.dna.graph.properties.ValueFormatException
Get the original value that was being converted.
getValueClass() - Method in enum org.jboss.dna.graph.properties.PropertyType
 
getValueFactories() - Method in class org.jboss.dna.graph.connectors.BasicExecutionContext
Get the factories that should be used to create values for properties.
getValueFactories() - Method in interface org.jboss.dna.graph.ExecutionContext
Get the factories that should be used to create values for properties.
getValueFactories() - Method in class org.jboss.dna.graph.ExecutionContexts.DelegatingExecutionEnvironment
Get the factories that should be used to create values for properties.
getValueFactory(PropertyType) - Method in class org.jboss.dna.graph.properties.basic.AbstractValueFactories
Get the value factory that creates values of the supplied type.
getValueFactory(Object) - Method in class org.jboss.dna.graph.properties.basic.AbstractValueFactories
Get the value factory that is best able to create values with the most natural type given by the supplied value.
getValueFactory(PropertyType) - Method in interface org.jboss.dna.graph.properties.ValueFactories
Get the value factory that creates values of the supplied type.
getValueFactory(Object) - Method in interface org.jboss.dna.graph.properties.ValueFactories
Get the value factory that is best able to create values with the most natural type given by the supplied value.
getValues() - Method in class org.jboss.dna.graph.properties.basic.BasicProperty
Obtain the property's values in their natural form.
getValues() - Method in interface org.jboss.dna.graph.properties.Property
Obtain the property's values in their natural form.
getValuesAsArray() - Method in class org.jboss.dna.graph.properties.basic.BasicProperty
Obtain the property's values as an array of objects in their natural form.
getValuesAsArray() - Method in interface org.jboss.dna.graph.properties.Property
Obtain the property's values as an array of objects in their natural form.
getWeekOfWeekyear() - Method in class org.jboss.dna.graph.properties.basic.JodaDateTime
Get the week of the weekyear of this instance in time.
getWeekOfWeekyear() - Method in interface org.jboss.dna.graph.properties.DateTime
Get the week of the weekyear of this instance in time.
getWeekyear() - Method in class org.jboss.dna.graph.properties.basic.JodaDateTime
Get the era of this instance in time.
getWeekyear() - Method in interface org.jboss.dna.graph.properties.DateTime
Get the era of this instance in time.
getXAResource() - Method in interface org.jboss.dna.graph.connectors.RepositoryConnection
Return the transactional resource associated with this connection.
getXAResource() - Method in class org.jboss.dna.graph.connectors.RepositoryConnectionPool.ConnectionWrapper
Return the transactional resource associated with this connection.
getYear() - Method in class org.jboss.dna.graph.properties.basic.JodaDateTime
Get the era of this instance in time.
getYear() - Method in interface org.jboss.dna.graph.properties.DateTime
Get the era of this instance in time.
getYearOfCentury() - Method in class org.jboss.dna.graph.properties.basic.JodaDateTime
Get the year of this century of this instance in time.
getYearOfCentury() - Method in interface org.jboss.dna.graph.properties.DateTime
Get the year of this century of this instance in time.
getYearOfEra() - Method in class org.jboss.dna.graph.properties.basic.JodaDateTime
Get the year of the era of this instance in time.
getYearOfEra() - Method in interface org.jboss.dna.graph.properties.DateTime
Get the year of the era of this instance in time.
GraphCommand - Interface in org.jboss.dna.graph.commands
The base interface for all repository commands
GraphI18n - Class in org.jboss.dna.graph
 
GraphI18n() - Constructor for class org.jboss.dna.graph.GraphI18n
 
GraphImporter - Class in org.jboss.dna.graph.util
 
GraphImporter(RepositoryConnectionFactory, ExecutionContext) - Constructor for class org.jboss.dna.graph.util.GraphImporter
 
GraphImporter.ImportedContentUsingSequencer - Class in org.jboss.dna.graph.util
 
GraphImporter.ImportedContentUsingSequencer(StreamSequencer) - Constructor for class org.jboss.dna.graph.util.GraphImporter.ImportedContentUsingSequencer
 
GraphImporter.ImporterCommands - Class in org.jboss.dna.graph.util
 
GraphImporter.ImporterCommands(Path, NodeConflictBehavior) - Constructor for class org.jboss.dna.graph.util.GraphImporter.ImporterCommands
 
GraphImporter.ImporterContext - Class in org.jboss.dna.graph.util
 
GraphImporter.ImporterContext(Path, Set<Property>, String) - Constructor for class org.jboss.dna.graph.util.GraphImporter.ImporterContext
 
GraphImporter.ImportSpecification - Interface in org.jboss.dna.graph.util
 
GraphImporter.SingleRepositorySourceConnectionFactory - Class in org.jboss.dna.graph.util
 
GraphImporter.SingleRepositorySourceConnectionFactory(RepositorySource) - Constructor for class org.jboss.dna.graph.util.GraphImporter.SingleRepositorySourceConnectionFactory
 
GraphImporter.UriImportedContent - Class in org.jboss.dna.graph.util
 
GraphImporter.UriImportedContent(StreamSequencer, URI, String) - Constructor for class org.jboss.dna.graph.util.GraphImporter.UriImportedContent
 
group(int) - Method in class org.jboss.dna.graph.properties.PathExpression.Matcher
 
groupCount() - Method in class org.jboss.dna.graph.properties.PathExpression.Matcher
 

H

hasError() - Method in class org.jboss.dna.graph.commands.basic.BasicGraphCommand
Return true if this command has an error.
hasError() - Method in interface org.jboss.dna.graph.commands.GraphCommand
Return true if this command has an error.
hashCode() - Method in class org.jboss.dna.graph.commands.basic.BasicCreateNodeCommand
hashCode() - Method in class org.jboss.dna.graph.properties.basic.BasicName
hashCode() - Method in class org.jboss.dna.graph.properties.basic.BasicPath
hashCode() - Method in class org.jboss.dna.graph.properties.basic.BasicPathSegment
hashCode() - Method in class org.jboss.dna.graph.properties.basic.BasicProperty
hashCode() - Method in class org.jboss.dna.graph.properties.basic.JodaDateTime
hashCode() - Method in class org.jboss.dna.graph.properties.PathExpression
hashCode() - Method in class org.jboss.dna.graph.properties.PathExpression.Matcher
hasIndex() - Method in class org.jboss.dna.graph.properties.basic.BasicPathSegment
Return whether this segment has an index.
hasIndex() - Method in interface org.jboss.dna.graph.properties.Path.Segment
Return whether this segment has an index.
hasNext() - Method in class org.jboss.dna.graph.properties.basic.AbstractValueFactories.ValueFactoryIterator
hasNext() - Method in class org.jboss.dna.graph.properties.basic.AbstractValueFactory.ConvertingIterator
hasNext() - Method in class org.jboss.dna.graph.properties.basic.BasicEmptyProperty.EmptyIterator
hasNext() - Method in class org.jboss.dna.graph.properties.basic.BasicMultiValueProperty.ReadOnlyIterator
hasNext() - Method in class org.jboss.dna.graph.properties.basic.BasicSingleValueProperty.ValueIterator
hasNoError() - Method in class org.jboss.dna.graph.commands.basic.BasicGraphCommand
 
hasNoError() - Method in interface org.jboss.dna.graph.commands.GraphCommand
Convenience method that is equivalent to !
hasSameAncestor(Path) - Method in class org.jboss.dna.graph.properties.basic.BasicPath
Determine whether this path and the supplied path have the same immediate ancestor.
hasSameAncestor(Path) - Method in interface org.jboss.dna.graph.properties.Path
Determine whether this path and the supplied path have the same immediate ancestor.

I

ImmutableCachePolicy - Class in org.jboss.dna.graph.cache
 
ImmutableCachePolicy(long) - Constructor for class org.jboss.dna.graph.cache.ImmutableCachePolicy
 
importWithSequencer(StreamSequencer, URI, String, String, Path, NodeConflictBehavior) - Method in class org.jboss.dna.graph.util.GraphImporter
Use the supplied sequencer to read the content at the given URI (with the specified MIME type) and write that content to the repository source into the specified location.
importXml(URI) - Method in class org.jboss.dna.graph.util.GraphImporter
Import the content from the XML file at the supplied URI, specifying on the returned GraphImporter.ImportSpecification where the content is to be imported.
importXml(String) - Method in class org.jboss.dna.graph.util.GraphImporter
Import the content from the XML file at the supplied file location, specifying on the returned GraphImporter.ImportSpecification where the content is to be imported.
importXml(File) - Method in class org.jboss.dna.graph.util.GraphImporter
Import the content from the supplied XML file, specifying on the returned GraphImporter.ImportSpecification where the content is to be imported.
importXml(URI, String, Path) - Method in class org.jboss.dna.graph.util.GraphImporter
Read the content from the supplied URI and import into the repository at the supplied location.
initialize(ExecutionContext) - Method in class org.jboss.dna.graph.connectors.BasicExecutionContextFactory
 
initialize(RepositoryContext) - Method in interface org.jboss.dna.graph.connectors.RepositorySource
Initialize this source to use the supplied RepositoryContext, from which this source can obtain connections to other sources as well as execution contexts.
InMemoryBinary - Class in org.jboss.dna.graph.properties.basic
An implementation of Binary that keeps the binary data in-memory.
InMemoryBinary(byte[]) - Constructor for class org.jboss.dna.graph.properties.basic.InMemoryBinary
 
InMemoryBinaryValueFactory - Class in org.jboss.dna.graph.properties.basic
Teh standard ValueFactory for PropertyType.BINARY values.
InMemoryBinaryValueFactory(TextDecoder, ValueFactory<String>) - Constructor for class org.jboss.dna.graph.properties.basic.InMemoryBinaryValueFactory
 
into(String) - Method in class org.jboss.dna.graph.util.GraphImporter.ImportedContentUsingSequencer
Specify the location where the content is to be imported, and then perform the import.
into(String) - Method in interface org.jboss.dna.graph.util.GraphImporter.ImportSpecification
Specify the location where the content is to be imported, and then perform the import.
into(String, Path) - Method in interface org.jboss.dna.graph.util.GraphImporter.ImportSpecification
Specify the location where the content is to be imported, and then perform the import.
into(String, Path) - Method in class org.jboss.dna.graph.util.GraphImporter.UriImportedContent
Specify the location where the content is to be imported, and then perform the import.
invalidIndexInSegmentName - Static variable in class org.jboss.dna.graph.GraphI18n
 
InvalidPathException - Exception in org.jboss.dna.graph.properties
 
InvalidPathException() - Constructor for exception org.jboss.dna.graph.properties.InvalidPathException
 
InvalidPathException(String) - Constructor for exception org.jboss.dna.graph.properties.InvalidPathException
 
InvalidPathException(Throwable) - Constructor for exception org.jboss.dna.graph.properties.InvalidPathException
 
InvalidPathException(String, Throwable) - Constructor for exception org.jboss.dna.graph.properties.InvalidPathException
 
InvalidPathExpressionException - Exception in org.jboss.dna.graph.properties
 
InvalidPathExpressionException() - Constructor for exception org.jboss.dna.graph.properties.InvalidPathExpressionException
 
InvalidPathExpressionException(String) - Constructor for exception org.jboss.dna.graph.properties.InvalidPathExpressionException
 
InvalidPathExpressionException(Throwable) - Constructor for exception org.jboss.dna.graph.properties.InvalidPathExpressionException
 
InvalidPathExpressionException(String, Throwable) - Constructor for exception org.jboss.dna.graph.properties.InvalidPathExpressionException
 
invalidQualifiedNameString - Static variable in class org.jboss.dna.graph.GraphI18n
 
IoException - Exception in org.jboss.dna.graph.properties
 
IoException() - Constructor for exception org.jboss.dna.graph.properties.IoException
 
IoException(String) - Constructor for exception org.jboss.dna.graph.properties.IoException
 
IoException(Throwable) - Constructor for exception org.jboss.dna.graph.properties.IoException
 
IoException(String, Throwable) - Constructor for exception org.jboss.dna.graph.properties.IoException
 
isAbsolute() - Method in class org.jboss.dna.graph.properties.basic.BasicPath
Return whether this path is an absolute path.
isAbsolute() - Method in interface org.jboss.dna.graph.properties.Path
Return whether this path is an absolute path.
isAfter(DateTime) - Method in class org.jboss.dna.graph.properties.basic.JodaDateTime
Return whether this date-time is later than the supplied date-time.
isAfter(DateTime) - Method in interface org.jboss.dna.graph.properties.DateTime
Return whether this date-time is later than the supplied date-time.
isAncestorOf(Path) - Method in class org.jboss.dna.graph.properties.basic.BasicPath
Determine whether this path is an ancestor of the supplied path.
isAncestorOf(Path) - Method in interface org.jboss.dna.graph.properties.Path
Determine whether this path is an ancestor of the supplied path.
isAtOrAbove(Path) - Method in class org.jboss.dna.graph.properties.basic.BasicPath
Determine whether this path is the same as to or a ancestor of the supplied path.
isAtOrAbove(Path) - Method in interface org.jboss.dna.graph.properties.Path
Determine whether this path is the same as to or a ancestor of the supplied path.
isAtOrBelow(Path) - Method in class org.jboss.dna.graph.properties.basic.BasicPath
Determine whether this path is the same as to or a decendant of the supplied path.
isAtOrBelow(Path) - Method in interface org.jboss.dna.graph.properties.Path
Determine whether this path is the same as to or a decendant of the supplied path.
isBefore(DateTime) - Method in class org.jboss.dna.graph.properties.basic.JodaDateTime
Return whether this date-time is earlier than the supplied date-time.
isBefore(DateTime) - Method in interface org.jboss.dna.graph.properties.DateTime
Return whether this date-time is earlier than the supplied date-time.
isCancelled() - Method in class org.jboss.dna.graph.commands.basic.BasicGraphCommand
Return whether this command has been cancelled.
isCancelled() - Method in interface org.jboss.dna.graph.commands.GraphCommand
Return whether this command has been cancelled.
isDecendantOf(Path) - Method in class org.jboss.dna.graph.properties.basic.BasicPath
Determine whether this path is an decendant of the supplied path.
isDecendantOf(Path) - Method in interface org.jboss.dna.graph.properties.Path
Determine whether this path is an decendant of the supplied path.
isEmpty() - Method in class org.jboss.dna.graph.cache.BasicCachePolicy
 
isEmpty() - Method in class org.jboss.dna.graph.commands.basic.BasicCompositeCommand
 
isEmpty() - Method in class org.jboss.dna.graph.properties.basic.BasicEmptyProperty
Determine whether this property has no actual values.
isEmpty() - Method in class org.jboss.dna.graph.properties.basic.BasicMultiValueProperty
Determine whether this property has no actual values.
isEmpty() - Method in class org.jboss.dna.graph.properties.basic.BasicSingleValueProperty
Determine whether this property has no actual values.
isEmpty() - Method in interface org.jboss.dna.graph.properties.Property
Determine whether this property has no actual values.
isMultiple() - Method in class org.jboss.dna.graph.properties.basic.BasicEmptyProperty
Determine whether the property currently has multiple values.
isMultiple() - Method in class org.jboss.dna.graph.properties.basic.BasicMultiValueProperty
Determine whether the property currently has multiple values.
isMultiple() - Method in class org.jboss.dna.graph.properties.basic.BasicSingleValueProperty
Determine whether the property currently has multiple values.
isMultiple() - Method in interface org.jboss.dna.graph.properties.Property
Determine whether the property currently has multiple values.
isNormalized(List<Path.Segment>) - Method in class org.jboss.dna.graph.properties.basic.BasicPath
 
isNormalized() - Method in class org.jboss.dna.graph.properties.basic.BasicPath
Return whether this path is normalized and contains no "." segments and as few ".." segments as possible.
isNormalized() - Method in interface org.jboss.dna.graph.properties.Path
Return whether this path is normalized and contains no "." segments and as few ".." segments as possible.
isParentReference() - Method in class org.jboss.dna.graph.properties.basic.BasicPathSegment
Return whether this segment is a reference to a parent.
isParentReference() - Method in interface org.jboss.dna.graph.properties.Path.Segment
Return whether this segment is a reference to a parent.
isRegisteredNamespaceUri(String) - Method in class org.jboss.dna.graph.properties.basic.BasicNamespaceRegistry
Return whether there is a registered prefix for the supplied namespace URI.
isRegisteredNamespaceUri(String) - Method in interface org.jboss.dna.graph.properties.NamespaceRegistry
Return whether there is a registered prefix for the supplied namespace URI.
isRoot() - Method in class org.jboss.dna.graph.properties.basic.BasicPath
Return whether this path represents the root path.
isRoot() - Method in interface org.jboss.dna.graph.properties.Path
Return whether this path represents the root path.
isRunning() - Method in class org.jboss.dna.graph.connectors.RepositoryConnectionPool
Return whether this connection pool is running and is able to provide connections.
isSameAs(Path) - Method in class org.jboss.dna.graph.properties.basic.BasicPath
Determine whether this path represents the same as the supplied path.
isSameAs(DateTime) - Method in class org.jboss.dna.graph.properties.basic.JodaDateTime
Return whether this date-time is at the same time as the supplied date-time.
isSameAs(DateTime) - Method in interface org.jboss.dna.graph.properties.DateTime
Return whether this date-time is at the same time as the supplied date-time.
isSameAs(Path) - Method in interface org.jboss.dna.graph.properties.Path
Determine whether this path represents the same as the supplied path.
isSelfReference() - Method in class org.jboss.dna.graph.properties.basic.BasicPathSegment
Return whether this segment is a self-reference.
isSelfReference() - Method in interface org.jboss.dna.graph.properties.Path.Segment
Return whether this segment is a self-reference.
isShutdown() - Method in class org.jboss.dna.graph.connectors.RepositoryConnectionPool
Return whether this connection pool is in the process of shutting down or has already been shut down.
isSingle() - Method in class org.jboss.dna.graph.properties.basic.BasicEmptyProperty
Determine whether the property currently has a single value.
isSingle() - Method in class org.jboss.dna.graph.properties.basic.BasicMultiValueProperty
Determine whether the property currently has a single value.
isSingle() - Method in class org.jboss.dna.graph.properties.basic.BasicSingleValueProperty
Determine whether the property currently has a single value.
isSingle() - Method in interface org.jboss.dna.graph.properties.Property
Determine whether the property currently has a single value.
isTerminated() - Method in class org.jboss.dna.graph.connectors.RepositoryConnectionPool
Return true if this pool has completed its termination and no longer has any open connections.
isTerminating() - Method in class org.jboss.dna.graph.connectors.RepositoryConnectionPool
Returns true if this pool is in the process of terminating after RepositoryConnectionPool.shutdown() or RepositoryConnectionPool.shutdownNow() has been called but has not completely terminated.
isTypeFor(Object) - Method in enum org.jboss.dna.graph.properties.PropertyType
 
isTypeForEach(Iterable<?>) - Method in enum org.jboss.dna.graph.properties.PropertyType
 
isTypeForEach(Iterator<?>) - Method in enum org.jboss.dna.graph.properties.PropertyType
 
iterator() - Method in class org.jboss.dna.graph.commands.basic.BasicCompositeCommand
iterator() - Method in class org.jboss.dna.graph.properties.basic.AbstractValueFactories
This implementation always iterates over the instances return by the get*Factory() methods.
iterator() - Method in class org.jboss.dna.graph.properties.basic.BasicEmptyProperty
iterator() - Method in class org.jboss.dna.graph.properties.basic.BasicMultiValueProperty
iterator() - Method in class org.jboss.dna.graph.properties.basic.BasicPath
iterator() - Method in class org.jboss.dna.graph.properties.basic.BasicSingleValueProperty
iterator() - Method in interface org.jboss.dna.graph.properties.Path
iterator() - Static method in enum org.jboss.dna.graph.properties.PropertyType
Return an iterator over all the property type enumeration literals.
iterator() - Method in class org.jboss.dna.graph.util.GraphImporter.ImporterCommands

J

JCR_PRIMARY_TYPE - Static variable in interface org.jboss.dna.graph.properties.NameFactory
 
JodaDateTime - Class in org.jboss.dna.graph.properties.basic
Implementation of DateTime based upon the Joda-Time library.
JodaDateTime() - Constructor for class org.jboss.dna.graph.properties.basic.JodaDateTime
 
JodaDateTime(String) - Constructor for class org.jboss.dna.graph.properties.basic.JodaDateTime
 
JodaDateTime(String, String) - Constructor for class org.jboss.dna.graph.properties.basic.JodaDateTime
 
JodaDateTime(long) - Constructor for class org.jboss.dna.graph.properties.basic.JodaDateTime
 
JodaDateTime(long, Chronology) - Constructor for class org.jboss.dna.graph.properties.basic.JodaDateTime
 
JodaDateTime(long, String) - Constructor for class org.jboss.dna.graph.properties.basic.JodaDateTime
 
JodaDateTime(DateTimeZone) - Constructor for class org.jboss.dna.graph.properties.basic.JodaDateTime
 
JodaDateTime(int, int, int, int, int, int, int) - Constructor for class org.jboss.dna.graph.properties.basic.JodaDateTime
 
JodaDateTime(int, int, int, int, int, int, int, Chronology) - Constructor for class org.jboss.dna.graph.properties.basic.JodaDateTime
 
JodaDateTime(int, int, int, int, int, int, int, DateTimeZone) - Constructor for class org.jboss.dna.graph.properties.basic.JodaDateTime
 
JodaDateTime(int, int, int, int, int, int, int, int) - Constructor for class org.jboss.dna.graph.properties.basic.JodaDateTime
 
JodaDateTime(int, int, int, int, int, int, int, String) - Constructor for class org.jboss.dna.graph.properties.basic.JodaDateTime
 
JodaDateTime(Date) - Constructor for class org.jboss.dna.graph.properties.basic.JodaDateTime
 
JodaDateTime(Calendar) - Constructor for class org.jboss.dna.graph.properties.basic.JodaDateTime
 
JodaDateTime(DateTime) - Constructor for class org.jboss.dna.graph.properties.basic.JodaDateTime
 
JodaDateTimeValueFactory - Class in org.jboss.dna.graph.properties.basic
The standard ValueFactory for PropertyType.DATE values.
JodaDateTimeValueFactory(TextDecoder, ValueFactory<String>) - Constructor for class org.jboss.dna.graph.properties.basic.JodaDateTimeValueFactory
 
JSR283_DECODER - Static variable in interface org.jboss.dna.graph.properties.Path
The text decoder that decodes according to JSR-283.
JSR283_ENCODER - Static variable in interface org.jboss.dna.graph.properties.Path
The text encoder that encodes according to JSR-283.

L

LoggingCommandExecutor - Class in org.jboss.dna.graph.commands.executor
 
LoggingCommandExecutor(CommandExecutor, Logger) - Constructor for class org.jboss.dna.graph.commands.executor.LoggingCommandExecutor
Create a command executor that logs before and after each method call, logging messages at the trace level.
LoggingCommandExecutor(CommandExecutor, Logger, Logger.Level) - Constructor for class org.jboss.dna.graph.commands.executor.LoggingCommandExecutor
Create a command executor that logs before and after each method call, logging messages at the supplied level.
LONG_COMPARATOR - Static variable in class org.jboss.dna.graph.properties.ValueComparators
A comparator of long values.
LongValueFactory - Class in org.jboss.dna.graph.properties.basic
The standard ValueFactory for PropertyType.LONG values.
LongValueFactory(TextDecoder, ValueFactory<String>) - Constructor for class org.jboss.dna.graph.properties.basic.LongValueFactory
 

M

matcher(String) - Method in class org.jboss.dna.graph.properties.PathExpression
 
matches() - Method in class org.jboss.dna.graph.properties.PathExpression.Matcher
 
matchesAnything() - Method in class org.jboss.dna.graph.properties.PathExpression
Return whether this expression matches anything and therefore is not restrictive.
maximumPoolSizeMayNotBeSmallerThanCorePoolSize - Static variable in class org.jboss.dna.graph.GraphI18n
 
MERGE_PLAN - Static variable in class org.jboss.dna.graph.DnaLexicon
 
messageDigestNotFound - Static variable in class org.jboss.dna.graph.GraphI18n
 
MimeTypeDetector - Interface in org.jboss.dna.graph.mimetype
MIME-type detection libraries must provide thread-safe implementations of this interface to enable DNA to use the libraries to return MIME-types for data sources.
mimeTypeOf(String, InputStream) - Method in interface org.jboss.dna.graph.mimetype.MimeTypeDetector
Returns the MIME-type of a data source, using its supplied content and/or its supplied name, depending upon the implementation.
minus(long, TimeUnit) - Method in class org.jboss.dna.graph.properties.basic.JodaDateTime
Subtract the specified about of time in the supplied units.
minus(long, TimeUnit) - Method in interface org.jboss.dna.graph.properties.DateTime
Subtract the specified about of time in the supplied units.
minusDays(int) - Method in class org.jboss.dna.graph.properties.basic.JodaDateTime
Subtract the specified number of days from this time instant.
minusDays(int) - Method in interface org.jboss.dna.graph.properties.DateTime
Subtract the specified number of days from this time instant.
minusHours(int) - Method in class org.jboss.dna.graph.properties.basic.JodaDateTime
Subtract the specified number of hours from this time instant.
minusHours(int) - Method in interface org.jboss.dna.graph.properties.DateTime
Subtract the specified number of hours from this time instant.
minusMillis(int) - Method in class org.jboss.dna.graph.properties.basic.JodaDateTime
Subtract the specified number of milliseconds from this time instant.
minusMillis(int) - Method in interface org.jboss.dna.graph.properties.DateTime
Subtract the specified number of milliseconds from this time instant.
minusMinutes(int) - Method in class org.jboss.dna.graph.properties.basic.JodaDateTime
Subtract the specified number of minutes from this time instant.
minusMinutes(int) - Method in interface org.jboss.dna.graph.properties.DateTime
Subtract the specified number of minutes from this time instant.
minusMonths(int) - Method in class org.jboss.dna.graph.properties.basic.JodaDateTime
Subtract the specified number of months from this time instant.
minusMonths(int) - Method in interface org.jboss.dna.graph.properties.DateTime
Subtract the specified number of months from this time instant.
minusSeconds(int) - Method in class org.jboss.dna.graph.properties.basic.JodaDateTime
Subtract the specified number of seconds from this time instant.
minusSeconds(int) - Method in interface org.jboss.dna.graph.properties.DateTime
Subtract the specified number of seconds from this time instant.
minusWeeks(int) - Method in class org.jboss.dna.graph.properties.basic.JodaDateTime
Subtract the specified number of weeks from this time instant.
minusWeeks(int) - Method in interface org.jboss.dna.graph.properties.DateTime
Subtract the specified number of weeks from this time instant.
minusYears(int) - Method in class org.jboss.dna.graph.properties.basic.JodaDateTime
Subtract the specified number of years from this time instant.
minusYears(int) - Method in interface org.jboss.dna.graph.properties.DateTime
Subtract the specified number of years from this time instant.
missingEndBracketInSegmentName - Static variable in class org.jboss.dna.graph.GraphI18n
 
MoveBranchCommand - Interface in org.jboss.dna.graph.commands
Command that moves a branch from one path to another.

N

Name - Interface in org.jboss.dna.graph.properties
A qualified name consisting of a namespace and a local name.
NAME - Static variable in class org.jboss.dna.graph.xml.DnaDtdLexicon
 
NAME_COMPARATOR - Static variable in class org.jboss.dna.graph.properties.ValueComparators
A comparator of name values.
NameFactory - Interface in org.jboss.dna.graph.properties
A factory for creating names.
NamespaceException - Exception in org.jboss.dna.graph.properties
 
NamespaceException() - Constructor for exception org.jboss.dna.graph.properties.NamespaceException
 
NamespaceException(String) - Constructor for exception org.jboss.dna.graph.properties.NamespaceException
 
NamespaceException(Throwable) - Constructor for exception org.jboss.dna.graph.properties.NamespaceException
 
NamespaceException(String, Throwable) - Constructor for exception org.jboss.dna.graph.properties.NamespaceException
 
NamespaceRegistry - Interface in org.jboss.dna.graph.properties
Registry of namespaces, which are used to provide isolated and independent domains for names.
NameValueFactory - Class in org.jboss.dna.graph.properties.basic
The standard ValueFactory for PropertyType.NAME values.
NameValueFactory(NamespaceRegistry, TextDecoder, ValueFactory<String>) - Constructor for class org.jboss.dna.graph.properties.basic.NameValueFactory
 
newWrappedConnection() - Method in class org.jboss.dna.graph.connectors.RepositoryConnectionPool
Obtain a new connection wrapped in a RepositoryConnectionPool.ConnectionWrapper.
next() - Method in class org.jboss.dna.graph.properties.basic.AbstractValueFactories.ValueFactoryIterator
next() - Method in class org.jboss.dna.graph.properties.basic.AbstractValueFactory.ConvertingIterator
next() - Method in class org.jboss.dna.graph.properties.basic.BasicEmptyProperty.EmptyIterator
next() - Method in class org.jboss.dna.graph.properties.basic.BasicMultiValueProperty.ReadOnlyIterator
next() - Method in class org.jboss.dna.graph.properties.basic.BasicSingleValueProperty.ValueIterator
NO_INDEX - Static variable in interface org.jboss.dna.graph.properties.Path
The index that will be returned for a Path.Segment that has no index.
NO_OP_DECODER - Static variable in interface org.jboss.dna.graph.properties.Path
The text decoder that does nothing.
NO_OP_ENCODER - Static variable in interface org.jboss.dna.graph.properties.Path
The text encoder that does nothing.
NodeConflictBehavior - Enum in org.jboss.dna.graph.commands
An enumeration used by several commands for the choice of handling duplicate nodes, such as when a node is to be copied to another location where a node already exists.
noNamespaceRegisteredForPrefix - Static variable in class org.jboss.dna.graph.GraphI18n
 
NoOpCommandExecutor - Class in org.jboss.dna.graph.commands.executor
 
NoOpCommandExecutor(ExecutionContext, String) - Constructor for class org.jboss.dna.graph.commands.executor.NoOpCommandExecutor
Create a command executor that does nothing.
NoOpCommandExecutor(ExecutionContext, String, DateTime) - Constructor for class org.jboss.dna.graph.commands.executor.NoOpCommandExecutor
Create a command executor that does nothing.
notify(String, Object...) - Method in interface org.jboss.dna.graph.connectors.RepositorySourceListener
 

O

OBJECT_COMPARATOR - Static variable in class org.jboss.dna.graph.properties.ValueComparators
A comparator of other values.
ObjectValueFactory - Class in org.jboss.dna.graph.properties.basic
The standard ValueFactory for PropertyType.OBJECT values.
ObjectValueFactory(TextDecoder, ValueFactory<String>, ValueFactory<Binary>) - Constructor for class org.jboss.dna.graph.properties.basic.ObjectValueFactory
 
org.jboss.dna.graph - package org.jboss.dna.graph
 
org.jboss.dna.graph.cache - package org.jboss.dna.graph.cache
 
org.jboss.dna.graph.commands - package org.jboss.dna.graph.commands
 
org.jboss.dna.graph.commands.basic - package org.jboss.dna.graph.commands.basic
 
org.jboss.dna.graph.commands.executor - package org.jboss.dna.graph.commands.executor
 
org.jboss.dna.graph.connectors - package org.jboss.dna.graph.connectors
 
org.jboss.dna.graph.mimetype - package org.jboss.dna.graph.mimetype
 
org.jboss.dna.graph.properties - package org.jboss.dna.graph.properties
 
org.jboss.dna.graph.properties.basic - package org.jboss.dna.graph.properties.basic
 
org.jboss.dna.graph.sequencers - package org.jboss.dna.graph.sequencers
 
org.jboss.dna.graph.util - package org.jboss.dna.graph.util
 
org.jboss.dna.graph.xml - package org.jboss.dna.graph.xml
 

P

PARENT - Static variable in interface org.jboss.dna.graph.properties.Path
String representation of the segment that references a parent.
PARENT_NAME - Static variable in interface org.jboss.dna.graph.properties.Path
Singleton instance of the name referencing a parent, provided as a convenience.
PARENT_SEGMENT - Static variable in interface org.jboss.dna.graph.properties.Path
Singleton instance of the path segment referencing a parent, provided as a convenience.
Path - Interface in org.jboss.dna.graph.properties
An object representation of a node path within a repository.
Path.Segment - Interface in org.jboss.dna.graph.properties
Representation of the segments that occur within a path.
PATH_COMPARATOR - Static variable in class org.jboss.dna.graph.properties.ValueComparators
A comparator of path values.
pathAncestorDegreeIsInvalid - Static variable in class org.jboss.dna.graph.GraphI18n
 
pathCannotBeNormalized - Static variable in class org.jboss.dna.graph.GraphI18n
 
PathExpression - Class in org.jboss.dna.graph.properties
An expression that defines an acceptable path using a regular-expression-like language.
PathExpression(String) - Constructor for class org.jboss.dna.graph.properties.PathExpression
Create the supplied expression.
PathExpression.Matcher - Class in org.jboss.dna.graph.properties
 
PathExpression.Matcher(Matcher, String, String) - Constructor for class org.jboss.dna.graph.properties.PathExpression.Matcher
 
pathExpressionHasInvalidMatch - Static variable in class org.jboss.dna.graph.GraphI18n
 
pathExpressionHasInvalidSelect - Static variable in class org.jboss.dna.graph.GraphI18n
 
pathExpressionIsInvalid - Static variable in class org.jboss.dna.graph.GraphI18n
 
pathExpressionMayNotBeBlank - Static variable in class org.jboss.dna.graph.GraphI18n
 
PathFactory - Interface in org.jboss.dna.graph.properties
A factory for creating paths.
pathIsAlreadyAbsolute - Static variable in class org.jboss.dna.graph.GraphI18n
 
pathIsNotAbsolute - Static variable in class org.jboss.dna.graph.GraphI18n
 
pathIsNotRelative - Static variable in class org.jboss.dna.graph.GraphI18n
 
PathNotFoundException - Exception in org.jboss.dna.graph.properties
 
PathNotFoundException(Path, Path) - Constructor for exception org.jboss.dna.graph.properties.PathNotFoundException
 
PathNotFoundException(Path, Path, String) - Constructor for exception org.jboss.dna.graph.properties.PathNotFoundException
 
PathNotFoundException(Path, Path, Throwable) - Constructor for exception org.jboss.dna.graph.properties.PathNotFoundException
 
PathNotFoundException(Path, Path, String, Throwable) - Constructor for exception org.jboss.dna.graph.properties.PathNotFoundException
 
PathValueFactory - Class in org.jboss.dna.graph.properties.basic
The standard ValueFactory for PropertyType.NAME values.
PathValueFactory(TextDecoder, ValueFactory<String>, ValueFactory<Name>) - Constructor for class org.jboss.dna.graph.properties.basic.PathValueFactory
 
ping(long, TimeUnit) - Method in interface org.jboss.dna.graph.connectors.RepositoryConnection
Ping the underlying system to determine if the connection is still valid and alive.
ping(long, TimeUnit) - Method in class org.jboss.dna.graph.connectors.RepositoryConnectionPool.ConnectionWrapper
Ping the underlying system to determine if the connection is still valid and alive.
plus(long, TimeUnit) - Method in class org.jboss.dna.graph.properties.basic.JodaDateTime
Add the specified about of time in the supplied units.
plus(long, TimeUnit) - Method in interface org.jboss.dna.graph.properties.DateTime
Add the specified about of time in the supplied units.
plusDays(int) - Method in class org.jboss.dna.graph.properties.basic.JodaDateTime
Add the specified number of days from this time instant.
plusDays(int) - Method in interface org.jboss.dna.graph.properties.DateTime
Add the specified number of days from this time instant.
plusHours(int) - Method in class org.jboss.dna.graph.properties.basic.JodaDateTime
Add the specified number of hours from this time instant.
plusHours(int) - Method in interface org.jboss.dna.graph.properties.DateTime
Add the specified number of hours from this time instant.
plusMillis(int) - Method in class org.jboss.dna.graph.properties.basic.JodaDateTime
Add the specified number of milliseconds from this time instant.
plusMillis(int) - Method in interface org.jboss.dna.graph.properties.DateTime
Add the specified number of milliseconds from this time instant.
plusMinutes(int) - Method in class org.jboss.dna.graph.properties.basic.JodaDateTime
Add the specified number of minutes from this time instant.
plusMinutes(int) - Method in interface org.jboss.dna.graph.properties.DateTime
Add the specified number of minutes from this time instant.
plusMonths(int) - Method in class org.jboss.dna.graph.properties.basic.JodaDateTime
Add the specified number of months from this time instant.
plusMonths(int) - Method in interface org.jboss.dna.graph.properties.DateTime
Add the specified number of months from this time instant.
plusSeconds(int) - Method in class org.jboss.dna.graph.properties.basic.JodaDateTime
Add the specified number of seconds from this time instant.
plusSeconds(int) - Method in interface org.jboss.dna.graph.properties.DateTime
Add the specified number of seconds from this time instant.
plusWeeks(int) - Method in class org.jboss.dna.graph.properties.basic.JodaDateTime
Add the specified number of weeks from this time instant.
plusWeeks(int) - Method in interface org.jboss.dna.graph.properties.DateTime
Add the specified number of weeks from this time instant.
plusYears(int) - Method in class org.jboss.dna.graph.properties.basic.JodaDateTime
Add the specified number of years from this time instant.
plusYears(int) - Method in interface org.jboss.dna.graph.properties.DateTime
Add the specified number of years from this time instant.
PREFIX - Static variable in class org.jboss.dna.graph.DnaLexicon.Namespace
 
PREFIX - Static variable in class org.jboss.dna.graph.xml.DnaDtdLexicon.Namespace
 
PREFIX - Static variable in class org.jboss.dna.graph.xml.DnaXmlLexicon.Namespace
 
prestartAllCoreConnections() - Method in class org.jboss.dna.graph.connectors.RepositoryConnectionPool
Starts all core connections, causing them to idly wait for use.
prestartCoreConnection() - Method in class org.jboss.dna.graph.connectors.RepositoryConnectionPool
Starts a core connection, causing it to idly wait for use.
PROCESSING_INSTRUCTION - Static variable in class org.jboss.dna.graph.xml.DnaXmlLexicon
 
PROCESSING_INSTRUCTION_CONTENT - Static variable in class org.jboss.dna.graph.xml.DnaXmlLexicon
 
PROJECTION_RULES - Static variable in class org.jboss.dna.graph.DnaLexicon
 
Property - Interface in org.jboss.dna.graph.properties
Representation of a property consisting of a name and value(s).
PropertyFactory - Interface in org.jboss.dna.graph.properties
 
PropertyType - Enum in org.jboss.dna.graph.properties
 
PUBLIC_ID - Static variable in class org.jboss.dna.graph.xml.DnaDtdLexicon
 

R

record(Path, Iterable<Property>) - Method in class org.jboss.dna.graph.commands.basic.BasicRecordBranchCommand
Sets the properties of the supplied node.
record(Path, Iterator<Property>) - Method in class org.jboss.dna.graph.commands.basic.BasicRecordBranchCommand
Sets the properties of the supplied node.
record(Path, Property...) - Method in class org.jboss.dna.graph.commands.basic.BasicRecordBranchCommand
Sets the properties of the supplied node.
record(CreateNodeCommand) - Method in class org.jboss.dna.graph.commands.basic.BasicRecordBranchCommand
Method that is called whenver a node is recorded by the recipient of this command.
record(Path, Iterable<Property>) - Method in interface org.jboss.dna.graph.commands.RecordBranchCommand
Sets the properties of the supplied node.
record(Path, Iterator<Property>) - Method in interface org.jboss.dna.graph.commands.RecordBranchCommand
Sets the properties of the supplied node.
record(Path, Property...) - Method in interface org.jboss.dna.graph.commands.RecordBranchCommand
Sets the properties of the supplied node.
RecordBranchCommand - Interface in org.jboss.dna.graph.commands
Command that records the structure of a branch.
Reference - Interface in org.jboss.dna.graph.properties
A representation of a reference to another node.
REFERENCE_COMPARATOR - Static variable in class org.jboss.dna.graph.properties.ValueComparators
A comparator of reference values.
register(String, String) - Method in class org.jboss.dna.graph.properties.basic.BasicNamespaceRegistry
Register a new namespace using the supplied prefix, returning the namespace URI previously registered under that prefix.
register(String, String) - Method in interface org.jboss.dna.graph.properties.NamespaceRegistry
Register a new namespace using the supplied prefix, returning the namespace URI previously registered under that prefix.
relativeTo(Path) - Method in class org.jboss.dna.graph.properties.basic.BasicPath
Get a relative path from the supplied path to this path.
relativeTo(Path) - Method in interface org.jboss.dna.graph.properties.Path
Get a relative path from the supplied path to this path.
release() - Method in class org.jboss.dna.graph.properties.basic.InMemoryBinary
Release any acquired resources.
release() - Method in interface org.jboss.dna.graph.properties.Binary
Release any acquired resources.
remove() - Method in class org.jboss.dna.graph.properties.basic.AbstractValueFactories.ValueFactoryIterator
remove() - Method in class org.jboss.dna.graph.properties.basic.AbstractValueFactory.ConvertingIterator
remove() - Method in class org.jboss.dna.graph.properties.basic.BasicEmptyProperty.EmptyIterator
remove() - Method in class org.jboss.dna.graph.properties.basic.BasicMultiValueProperty.ReadOnlyIterator
remove() - Method in class org.jboss.dna.graph.properties.basic.BasicSingleValueProperty.ValueIterator
removeAllPredicatesExceptIndexes(String) - Method in class org.jboss.dna.graph.properties.PathExpression
Remove all XPath predicates from the supplied regular expression string.
removeUnusedPredicates(String) - Method in class org.jboss.dna.graph.properties.PathExpression
Replace certain XPath patterns that are not used or understood.
replace(ExecutionContext, PathFactory) - Static method in class org.jboss.dna.graph.ExecutionContexts
Create an context that can be used to replace the supplied context but that uses the supplied path factory.
replace(ExecutionContext, NameFactory) - Static method in class org.jboss.dna.graph.ExecutionContexts
Create an context that can be used to replace the supplied context but that uses the supplied name factory.
replace(ExecutionContext, NameFactory, PathFactory) - Static method in class org.jboss.dna.graph.ExecutionContexts
Create an context that can be used to replace the supplied context but that uses the supplied name and path factories.
replace(ExecutionContext, NamespaceRegistry) - Static method in class org.jboss.dna.graph.ExecutionContexts
Create an context that can be used to replace the supplied context but that uses the supplied namespace registry.
replaceXPathPatterns(String) - Method in class org.jboss.dna.graph.properties.PathExpression
Replace certain XPath patterns, including some predicates, with substrings that are compatible with regular expressions.
RepositoryConnection - Interface in org.jboss.dna.graph.connectors
A connection to a repository source.
RepositoryConnectionFactory - Interface in org.jboss.dna.graph.connectors
An interface for a factory of RepositoryConnections using the names of the RepositorySource from which the connections are to be obtained.
RepositoryConnectionPool - Class in org.jboss.dna.graph.connectors
A reusable implementation of a managed pool of connections that is optimized for safe concurrent operations.
RepositoryConnectionPool(RepositorySource) - Constructor for class org.jboss.dna.graph.connectors.RepositoryConnectionPool
Create the pool to use the supplied connection factory, which is typically a RepositorySource.
RepositoryConnectionPool(RepositorySource, int, int, long, TimeUnit) - Constructor for class org.jboss.dna.graph.connectors.RepositoryConnectionPool
Create the pool to use the supplied connection factory, which is typically a RepositorySource.
RepositoryConnectionPool.ConnectionWrapper - Class in org.jboss.dna.graph.connectors
 
RepositoryConnectionPool.ConnectionWrapper(RepositoryConnection) - Constructor for class org.jboss.dna.graph.connectors.RepositoryConnectionPool.ConnectionWrapper
 
repositoryConnectionPoolIsNotRunning - Static variable in class org.jboss.dna.graph.GraphI18n
 
RepositoryContext - Interface in org.jboss.dna.graph.connectors
The context for a repository.
RepositorySource - Interface in org.jboss.dna.graph.connectors
A repository source is a description of a resource that can be used to access or store repository information.
RepositorySourceCapabilities - Interface in org.jboss.dna.graph.connectors
The capabilities of a RepositorySource.
RepositorySourceException - Exception in org.jboss.dna.graph.connectors
 
RepositorySourceException(String) - Constructor for exception org.jboss.dna.graph.connectors.RepositorySourceException
 
RepositorySourceException(String, String) - Constructor for exception org.jboss.dna.graph.connectors.RepositorySourceException
 
RepositorySourceException(String, Throwable) - Constructor for exception org.jboss.dna.graph.connectors.RepositorySourceException
 
RepositorySourceException(String, String, Throwable) - Constructor for exception org.jboss.dna.graph.connectors.RepositorySourceException
 
RepositorySourceListener - Interface in org.jboss.dna.graph.connectors
 
resolve(Path) - Method in class org.jboss.dna.graph.properties.basic.BasicPath
Get the absolute path by resolving the supplied relative (non-absolute) path against this absolute path.
resolve(Path) - Method in interface org.jboss.dna.graph.properties.Path
Get the absolute path by resolving the supplied relative (non-absolute) path against this absolute path.
resolveAgainst(Path) - Method in class org.jboss.dna.graph.properties.basic.BasicPath
Get the absolute path by resolving this relative (non-absolute) path against the supplied absolute path.
resolveAgainst(Path) - Method in interface org.jboss.dna.graph.properties.Path
Get the absolute path by resolving this relative (non-absolute) path against the supplied absolute path.
returnConnection(RepositoryConnectionPool.ConnectionWrapper) - Method in class org.jboss.dna.graph.connectors.RepositoryConnectionPool
This method is automatically called by the RepositoryConnectionPool.ConnectionWrapper when it is closed.
ROOT - Static variable in class org.jboss.dna.graph.properties.basic.BasicPath
 

S

SEGMENT_PATTERN - Static variable in class org.jboss.dna.graph.properties.basic.PathValueFactory
Regular expression used to identify the different parts of a segment.
SELF - Static variable in interface org.jboss.dna.graph.properties.Path
String representation of the segment that references the same segment.
SELF_NAME - Static variable in interface org.jboss.dna.graph.properties.Path
Singleton instance of the name referencing a self, provided as a convenience.
SELF_PATH - Static variable in class org.jboss.dna.graph.properties.basic.BasicPath
 
SELF_SEGMENT - Static variable in interface org.jboss.dna.graph.properties.Path
Singleton instance of the path segment referencing a parent, provided as a convenience.
sequence(InputStream, SequencerOutput, SequencerContext, ProgressMonitor) - Method in interface org.jboss.dna.graph.sequencers.StreamSequencer
Sequence the data found in the supplied stream, placing the output information into the supplied map.
sequence(InputStream, SequencerOutput, SequencerContext, ProgressMonitor) - Method in class org.jboss.dna.graph.xml.XmlSequencer
Sequence the data found in the supplied stream, placing the output information into the supplied map.
SequencerContext - Interface in org.jboss.dna.graph.sequencers
 
SequencerOutput - Interface in org.jboss.dna.graph.sequencers
Interface for sequencers to use to generate their output.
sequencingXmlDocument - Static variable in class org.jboss.dna.graph.GraphI18n
 
setCachePolicy(CachePolicy) - Method in interface org.jboss.dna.graph.cache.Cacheable
Set the caching policy for this object.
setCachePolicy(CachePolicy) - Method in class org.jboss.dna.graph.commands.basic.BasicGetChildrenCommand
Set the caching policy for this object.
setCachePolicy(CachePolicy) - Method in class org.jboss.dna.graph.commands.basic.BasicGetPropertiesCommand
Set the caching policy for this object.
setCancelled(boolean) - Method in class org.jboss.dna.graph.commands.basic.BasicGraphCommand
 
setCorePoolSize(int) - Method in class org.jboss.dna.graph.connectors.RepositoryConnectionPool
Sets the core number of connections.
setError(Throwable) - Method in class org.jboss.dna.graph.commands.basic.BasicGraphCommand
Set the error for this command.
setError(Throwable) - Method in interface org.jboss.dna.graph.commands.GraphCommand
Set the error for this command.
setGeneratedPrefixTemplate(String) - Method in class org.jboss.dna.graph.properties.basic.BasicNamespaceRegistry
 
setKeepAliveTime(long, TimeUnit) - Method in class org.jboss.dna.graph.connectors.RepositoryConnectionPool
Sets the time limit for which connections may remain idle before being closed.
setListener(RepositorySourceListener) - Method in interface org.jboss.dna.graph.connectors.RepositoryConnection
Set the listener that is to receive notifications to changes to content within this source.
setListener(RepositorySourceListener) - Method in class org.jboss.dna.graph.connectors.RepositoryConnectionPool.ConnectionWrapper
Set the listener that is to receive notifications to changes to content within this source.
setMaxFailedAttemptsBeforeError(int) - Method in class org.jboss.dna.graph.connectors.RepositoryConnectionPool
 
setMaximumPoolSize(int) - Method in class org.jboss.dna.graph.connectors.RepositoryConnectionPool
Sets the maximum allowed number of connections.
setNoChildren() - Method in class org.jboss.dna.graph.commands.basic.BasicGetChildrenCommand
Set that this node has no children.
setNoChildren() - Method in interface org.jboss.dna.graph.commands.GetChildrenCommand
Set that this node has no children.
setPingTimeout(long, TimeUnit) - Method in class org.jboss.dna.graph.connectors.RepositoryConnectionPool
 
setProperties(Property...) - Method in class org.jboss.dna.graph.commands.basic.BasicCreateNodeCommand
 
setProperties(Iterable<Property>) - Method in class org.jboss.dna.graph.commands.basic.BasicCreateNodeCommand
 
setProperties(Map<Name, Property>) - Method in class org.jboss.dna.graph.commands.basic.BasicGetNodeCommand
 
setProperties(Map<Name, Property>) - Method in class org.jboss.dna.graph.commands.basic.BasicGetPropertiesCommand
 
SetPropertiesCommand - Interface in org.jboss.dna.graph.commands
A command to obtain from the source the properties for a single node given its path.
setProperty(Property) - Method in class org.jboss.dna.graph.commands.basic.BasicCreateNodeCommand
 
setProperty(Property) - Method in class org.jboss.dna.graph.commands.basic.BasicGetNodeCommand
Set the values for the named property.
setProperty(Property) - Method in class org.jboss.dna.graph.commands.basic.BasicGetPropertiesCommand
Set the values for the named property.
setProperty(Map<Name, List<Object>>, Name, Object...) - Static method in class org.jboss.dna.graph.commands.basic.BasicGraphCommand
 
setProperty(Map<Name, List<Object>>, Name, Iterable<?>) - Static method in class org.jboss.dna.graph.commands.basic.BasicGraphCommand
 
setProperty(Map<Name, List<Object>>, Name, Iterator<?>) - Static method in class org.jboss.dna.graph.commands.basic.BasicGraphCommand
 
setProperty(Property) - Method in interface org.jboss.dna.graph.commands.GetPropertiesCommand
Set the values for the named property.
setProperty(String, String, Object...) - Method in interface org.jboss.dna.graph.sequencers.SequencerOutput
Set the supplied property on the supplied node.
setProperty(Path, Name, Object...) - Method in interface org.jboss.dna.graph.sequencers.SequencerOutput
Set the supplied property on the supplied node.
setProperty(String, String, Object...) - Method in class org.jboss.dna.graph.util.GraphImporter.ImporterCommands
Set the supplied property on the supplied node.
setProperty(Path, Name, Object...) - Method in class org.jboss.dna.graph.util.GraphImporter.ImporterCommands
Set the supplied property on the supplied node.
setReference(String, String, String...) - Method in interface org.jboss.dna.graph.sequencers.SequencerOutput
Set the supplied reference on the supplied node.
setReference(String, String, String...) - Method in class org.jboss.dna.graph.util.GraphImporter.ImporterCommands
Set the supplied reference on the supplied node.
setRetryLimit(int) - Method in interface org.jboss.dna.graph.connectors.RepositorySource
Set the maximum number of retries that may be performed on a given operation when using connections created by this source.
setTimeLoaded(DateTime) - Method in class org.jboss.dna.graph.commands.basic.BasicGetChildrenCommand
 
setTimeLoaded(DateTime) - Method in class org.jboss.dna.graph.commands.basic.BasicGetPropertiesCommand
 
setTimeToLive(long, TimeUnit) - Method in class org.jboss.dna.graph.cache.BasicCachePolicy
Set the time for values and information to live in the cache.
setValidateConnectionBeforeUse(boolean) - Method in class org.jboss.dna.graph.connectors.RepositoryConnectionPool
 
shutdown() - Method in class org.jboss.dna.graph.connectors.RepositoryConnectionPool
Initiates an orderly shutdown of the pool in which connections that are currently in use are allowed to be used and closed as normal, but no new connections will be created.
shutdownNow() - Method in class org.jboss.dna.graph.connectors.RepositoryConnectionPool
Attempts to close all connections in the pool, including those connections currently in use, and prevent the use of other connections.
SingleSourceCommandExecutor - Class in org.jboss.dna.graph.commands.executor
 
SingleSourceCommandExecutor(ExecutionContext, String, RepositoryConnectionFactory) - Constructor for class org.jboss.dna.graph.commands.executor.SingleSourceCommandExecutor
Create a command executor that does nothing.
SingleSourceCommandExecutor(ExecutionContext, String, DateTime, RepositoryConnectionFactory) - Constructor for class org.jboss.dna.graph.commands.executor.SingleSourceCommandExecutor
Create a command executor that does nothing.
size() - Method in class org.jboss.dna.graph.commands.basic.BasicCompositeCommand
 
size() - Method in class org.jboss.dna.graph.properties.basic.BasicEmptyProperty
Get the number of actual values in this property.
size() - Method in class org.jboss.dna.graph.properties.basic.BasicMultiValueProperty
Get the number of actual values in this property.
size() - Method in class org.jboss.dna.graph.properties.basic.BasicPath
Return the number of segments in this path.
size() - Method in class org.jboss.dna.graph.properties.basic.BasicSingleValueProperty
Get the number of actual values in this property.
size() - Method in interface org.jboss.dna.graph.properties.Path
Return the number of segments in this path.
size() - Method in interface org.jboss.dna.graph.properties.Property
Get the number of actual values in this property.
StandardValueFactories - Class in org.jboss.dna.graph.properties.basic
The standard set of value factories.
StandardValueFactories(NamespaceRegistry) - Constructor for class org.jboss.dna.graph.properties.basic.StandardValueFactories
Create a standard set of value factories, using the default decoder.
StandardValueFactories(NamespaceRegistry, TextDecoder, TextEncoder, ValueFactory<?>...) - Constructor for class org.jboss.dna.graph.properties.basic.StandardValueFactories
Create a standard set of value factories, using the supplied encoder/decoder.
StreamSequencer - Interface in org.jboss.dna.graph.sequencers
The interface for a DNA sequencer that processes a property as a stream to extract information from the content and store in the repository.
STRING_COMPARATOR - Static variable in class org.jboss.dna.graph.properties.ValueComparators
A comparator of string values.
StringValueFactory - Class in org.jboss.dna.graph.properties.basic
The standard ValueFactory for PropertyType.STRING values.
StringValueFactory(TextDecoder, TextEncoder) - Constructor for class org.jboss.dna.graph.properties.basic.StringValueFactory
 
subpath(int) - Method in class org.jboss.dna.graph.properties.basic.BasicPath
Return a new path consisting of the segments starting at beginIndex index (inclusive).
subpath(int, int) - Method in class org.jboss.dna.graph.properties.basic.BasicPath
Return a new path consisting of the segments between the beginIndex index (inclusive) and the endIndex index (exclusive).
subpath(int) - Method in interface org.jboss.dna.graph.properties.Path
Return a new path consisting of the segments starting at beginIndex index (inclusive).
subpath(int, int) - Method in interface org.jboss.dna.graph.properties.Path
Return a new path consisting of the segments between the beginIndex index (inclusive) and the endIndex index (exclusive).
supportsSameNameSiblings() - Method in interface org.jboss.dna.graph.connectors.RepositorySourceCapabilities
Return whether the source supports same name siblings.
supportsUpdates() - Method in interface org.jboss.dna.graph.connectors.RepositorySourceCapabilities
Return whether the source supports updates.
SYSTEM_ID - Static variable in class org.jboss.dna.graph.xml.DnaDtdLexicon
 

T

TARGET - Static variable in class org.jboss.dna.graph.xml.DnaXmlLexicon
 
terminated() - Method in class org.jboss.dna.graph.connectors.RepositoryConnectionPool
Method invoked when the pool has terminated.
TIME_TO_EXPIRE - Static variable in class org.jboss.dna.graph.DnaLexicon
 
toCalendar() - Method in class org.jboss.dna.graph.properties.basic.JodaDateTime
Get this instance represented as a standard JDK Calendar instance, in the default locale.
toCalendar(Locale) - Method in class org.jboss.dna.graph.properties.basic.JodaDateTime
Get this instance represented as a standard JDK Calendar instance, in the specified locale .
toCalendar() - Method in interface org.jboss.dna.graph.properties.DateTime
Get this instance represented as a standard JDK Calendar instance, in the default locale.
toCalendar(Locale) - Method in interface org.jboss.dna.graph.properties.DateTime
Get this instance represented as a standard JDK Calendar instance, in the specified locale .
toDate() - Method in class org.jboss.dna.graph.properties.basic.JodaDateTime
Get this instance represented as a standard JDK Date instance.
toDate() - Method in interface org.jboss.dna.graph.properties.DateTime
Get this instance represented as a standard JDK Date instance.
toGregorianCalendar() - Method in class org.jboss.dna.graph.properties.basic.JodaDateTime
Get this instance represented as a standard JDK GregorianCalendar instance.
toGregorianCalendar() - Method in interface org.jboss.dna.graph.properties.DateTime
Get this instance represented as a standard JDK GregorianCalendar instance.
toString() - Method in class org.jboss.dna.graph.cache.BasicCachePolicy
toString() - Method in class org.jboss.dna.graph.commands.basic.BasicCompositeCommand
toString() - Method in class org.jboss.dna.graph.commands.basic.BasicCopyNodeCommand
toString() - Method in class org.jboss.dna.graph.commands.basic.BasicCreateNodeCommand
toString() - Method in class org.jboss.dna.graph.commands.basic.BasicDeleteBranchCommand
toString() - Method in class org.jboss.dna.graph.commands.basic.BasicGetChildrenCommand
toString() - Method in class org.jboss.dna.graph.commands.basic.BasicGetNodeCommand
toString() - Method in class org.jboss.dna.graph.commands.basic.BasicGetPropertiesCommand
toString() - Method in class org.jboss.dna.graph.commands.basic.BasicMoveBranchCommand
toString() - Method in class org.jboss.dna.graph.commands.basic.BasicRecordBranchCommand
toString() - Method in class org.jboss.dna.graph.commands.basic.BasicSetPropertiesCommand
toString() - Method in exception org.jboss.dna.graph.connectors.RepositorySourceException
toString() - Method in class org.jboss.dna.graph.properties.basic.BasicName
toString() - Method in class org.jboss.dna.graph.properties.basic.BasicPath
toString() - Method in class org.jboss.dna.graph.properties.basic.BasicPathSegment
toString() - Method in class org.jboss.dna.graph.properties.basic.BasicProperty
toString() - Method in class org.jboss.dna.graph.properties.basic.InMemoryBinary
toString() - Method in class org.jboss.dna.graph.properties.basic.JodaDateTime
toString() - Method in class org.jboss.dna.graph.properties.basic.UuidReference
toString() - Method in exception org.jboss.dna.graph.properties.InvalidPathException
toString() - Method in exception org.jboss.dna.graph.properties.IoException
toString() - Method in exception org.jboss.dna.graph.properties.NamespaceException
toString() - Method in class org.jboss.dna.graph.properties.PathExpression.Matcher
toString() - Method in class org.jboss.dna.graph.properties.PathExpression
toString() - Method in exception org.jboss.dna.graph.properties.PathNotFoundException
toString() - Method in exception org.jboss.dna.graph.properties.ValueFormatException
toTimeZone(String) - Method in class org.jboss.dna.graph.properties.basic.JodaDateTime
Convert this time to the time zone given by the supplied identifier.
toTimeZone(String) - Method in interface org.jboss.dna.graph.properties.DateTime
Convert this time to the time zone given by the supplied identifier.
toUtcTimeZone() - Method in class org.jboss.dna.graph.properties.basic.JodaDateTime
Convert this time to the same instant in the UTC time zone.
toUtcTimeZone() - Method in interface org.jboss.dna.graph.properties.DateTime
Convert this time to the same instant in the UTC time zone.

U

unableToCreateSubpathBeginIndexGreaterThanOrEqualToEndingIndex - Static variable in class org.jboss.dna.graph.GraphI18n
 
unableToCreateSubpathBeginIndexGreaterThanOrEqualToSize - Static variable in class org.jboss.dna.graph.GraphI18n
 
unableToCreateValue - Static variable in class org.jboss.dna.graph.GraphI18n
 
unableToDiscoverPropertyTypeForNullValue - Static variable in class org.jboss.dna.graph.GraphI18n
 
unableToFindRepositorySourceWithName - Static variable in class org.jboss.dna.graph.GraphI18n
 
unableToObtainValidRepositoryAfterAttempts - Static variable in class org.jboss.dna.graph.GraphI18n
 
URI - Static variable in class org.jboss.dna.graph.DnaLexicon.Namespace
 
URI - Static variable in class org.jboss.dna.graph.xml.DnaDtdLexicon.Namespace
 
URI - Static variable in class org.jboss.dna.graph.xml.DnaXmlLexicon.Namespace
 
URI_COMPARATOR - Static variable in class org.jboss.dna.graph.properties.ValueComparators
A comparator of URI values.
UriValueFactory - Class in org.jboss.dna.graph.properties.basic
The standard ValueFactory for PropertyType.URI values.
UriValueFactory(NamespaceRegistry, TextDecoder, ValueFactory<String>) - Constructor for class org.jboss.dna.graph.properties.basic.UriValueFactory
 
URL_DECODER - Static variable in interface org.jboss.dna.graph.properties.Path
The text decoder that decodes text according to the rules of RFC 2396.
URL_ENCODER - Static variable in interface org.jboss.dna.graph.properties.Path
The text encoder that encodes text according to the rules of RFC 2396.
UUID - Static variable in class org.jboss.dna.graph.DnaLexicon
 
UUID_COMPARATOR - Static variable in class org.jboss.dna.graph.properties.ValueComparators
A comparator of UUID values.
UuidFactory - Interface in org.jboss.dna.graph.properties
A factory for creating UUID instances.
UuidReference - Class in org.jboss.dna.graph.properties.basic
 
UuidReference(UUID) - Constructor for class org.jboss.dna.graph.properties.basic.UuidReference
 
UuidReferenceValueFactory - Class in org.jboss.dna.graph.properties.basic
The standard ValueFactory for PropertyType.REFERENCE values.
UuidReferenceValueFactory(TextDecoder, ValueFactory<String>) - Constructor for class org.jboss.dna.graph.properties.basic.UuidReferenceValueFactory
 
UuidValueFactory - Class in org.jboss.dna.graph.properties.basic
The standard ValueFactory for PropertyType.URI values.
UuidValueFactory(TextDecoder, ValueFactory<String>) - Constructor for class org.jboss.dna.graph.properties.basic.UuidValueFactory
 

V

validateConnection(RepositoryConnectionPool.ConnectionWrapper) - Method in class org.jboss.dna.graph.connectors.RepositoryConnectionPool
Validate the supplied connection, returning the connection if valid or null if the connection is not valid.
validPathMayNotContainEmptySegment - Static variable in class org.jboss.dna.graph.GraphI18n
 
value - Variable in class org.jboss.dna.graph.properties.basic.BasicSingleValueProperty
 
VALUE - Static variable in class org.jboss.dna.graph.xml.DnaDtdLexicon
 
ValueComparators - Class in org.jboss.dna.graph.properties
 
ValueComparators() - Constructor for class org.jboss.dna.graph.properties.ValueComparators
 
ValueFactories - Interface in org.jboss.dna.graph.properties
The set of standard ValueFactory instances.
ValueFactory<T> - Interface in org.jboss.dna.graph.properties
A factory for Property values.
ValueFormatException - Exception in org.jboss.dna.graph.properties
 
ValueFormatException(Object, PropertyType) - Constructor for exception org.jboss.dna.graph.properties.ValueFormatException
 
ValueFormatException(Object, PropertyType, String) - Constructor for exception org.jboss.dna.graph.properties.ValueFormatException
 
ValueFormatException(Object, PropertyType, Throwable) - Constructor for exception org.jboss.dna.graph.properties.ValueFormatException
 
ValueFormatException(Object, PropertyType, String, Throwable) - Constructor for exception org.jboss.dna.graph.properties.ValueFormatException
 
valueJavaTypeNotCompatibleWithPropertyType - Static variable in class org.jboss.dna.graph.GraphI18n
 
valueOf(String) - Static method in enum org.jboss.dna.graph.commands.NodeConflictBehavior
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.dna.graph.properties.PropertyType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.jboss.dna.graph.commands.NodeConflictBehavior
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.jboss.dna.graph.properties.PropertyType
Returns an array containing the constants of this enum type, in the order they're declared.

W

warningSequencingXmlDocument - Static variable in class org.jboss.dna.graph.GraphI18n
 

X

XmlSequencer - Class in org.jboss.dna.graph.xml
 
XmlSequencer() - Constructor for class org.jboss.dna.graph.xml.XmlSequencer
 

A B C D E F G H I J L M N O P R S T U V W X

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