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

A

AbstractBinary - Class in org.jboss.dna.graph.property.basic
An abstract implementation of Binary that provides some common capabilities for other implementations.
AbstractBinaryValueFactory - Class in org.jboss.dna.graph.property.basic
An abstract BinaryFactory implementation that contains many general methods that are likely to be appropriate for many concrete implementations.
AbstractComponent<T extends ComponentConfig> - Class in org.jboss.dna.common.component
 
AbstractComponent() - Constructor for class org.jboss.dna.common.component.AbstractComponent
 
AbstractJavaMetadata - Class in org.jboss.dna.sequencer.java
Abstract definition of a JavaMetadata.
AbstractJavaMetadata() - Constructor for class org.jboss.dna.sequencer.java.AbstractJavaMetadata
 
AbstractMavenUrlProvider - Class in org.jboss.dna.maven.spi
 
AbstractMavenUrlProvider() - Constructor for class org.jboss.dna.maven.spi.AbstractMavenUrlProvider
 
AbstractPath - Class in org.jboss.dna.graph.property.basic
An abstract foundation for different Path implementations.
AbstractPath() - Constructor for class org.jboss.dna.graph.property.basic.AbstractPath
 
AbstractProblems - Class in org.jboss.dna.common.collection
A list of problems for some execution context.
AbstractProblems() - Constructor for class org.jboss.dna.common.collection.AbstractProblems
 
AbstractServiceAdministrator - Class in org.jboss.dna.repository.service
Simple abstract implementation of the service administrator interface that can be easily subclassed by services that require an administrative interface.
AbstractSessionFactory - Class in org.jboss.dna.repository.util
A SessionFactory implementation that creates Session instances using Repository instances.
AbstractSessionFactory() - Constructor for class org.jboss.dna.repository.util.AbstractSessionFactory
Create an instance of the factory with the default delimiters.
AbstractSessionFactory(char...) - Constructor for class org.jboss.dna.repository.util.AbstractSessionFactory
Create an instance of the factory by supplying naming context and the characters that may be used to delimit the workspace name from the repository name.
AbstractValueFactories - Class in org.jboss.dna.graph.property.basic
Abstract implementation of ValueFactories that implements all the methods other than the get*Factory() methods.
AbstractValueFactories() - Constructor for class org.jboss.dna.graph.property.basic.AbstractValueFactories
 
AbstractValueFactory<T> - Class in org.jboss.dna.graph.property.basic
Abstract ValueFactory.
accept(NodeChange) - Method in interface org.jboss.dna.repository.sequencer.SequencingService.NodeFilter
Determine whether the node represented by the supplied change should be submitted for sequencing.
acquire() - Method in class org.jboss.dna.graph.property.basic.InMemoryBinary
Acquire any resources for this data.
acquire() - Method in interface org.jboss.dna.graph.property.Binary
Acquire any resources for this data.
actualLocationIsNotChildOfInputLocation - Static variable in class org.jboss.dna.graph.GraphI18n
 
actualLocationIsNotSameAsInputLocation - Static variable in class org.jboss.dna.graph.GraphI18n
 
actualLocationMustHavePath - Static variable in class org.jboss.dna.graph.GraphI18n
 
actualNewLocationIsNotSameAsInputLocation - Static variable in class org.jboss.dna.graph.GraphI18n
 
actualNewLocationMustHavePath - Static variable in class org.jboss.dna.graph.GraphI18n
 
actualNewLocationMustHaveSameNameAsRequest - Static variable in class org.jboss.dna.graph.GraphI18n
 
actualNewLocationMustHaveSameParentAsOldLocation - Static variable in class org.jboss.dna.graph.GraphI18n
 
actualOldLocationIsNotSameAsInputLocation - Static variable in class org.jboss.dna.graph.GraphI18n
 
actualOldLocationMustHavePath - Static variable in class org.jboss.dna.graph.GraphI18n
 
add(int, T) - Method in class org.jboss.dna.common.collection.ImmutableAppendedList
add(T) - Method in class org.jboss.dna.common.collection.ImmutableAppendedList
add(ConfigType) - Method in class org.jboss.dna.common.component.ComponentLibrary
Add the configuration for a sequencer, or update any existing one that represents the same configuration
add(Double, Double) - Method in class org.jboss.dna.common.math.DoubleOperations
 
add(long, TimeUnit) - Method in class org.jboss.dna.common.math.Duration
Add the supplied duration to this duration, and return the result.
add(Duration) - Method in class org.jboss.dna.common.math.Duration
Add the supplied duration to this duration, and return the result.
add(Duration, Duration) - Method in class org.jboss.dna.common.math.DurationOperations
 
add(Float, Float) - Method in class org.jboss.dna.common.math.FloatOperations
 
add(Integer, Integer) - Method in class org.jboss.dna.common.math.IntegerOperations
 
add(Long, Long) - Method in class org.jboss.dna.common.math.LongOperations
 
add(T, T) - Method in interface org.jboss.dna.common.math.MathOperations
Add the two operands and return the sum.
add(Short, Short) - Method in class org.jboss.dna.common.math.ShortOperations
 
add(T) - Method in class org.jboss.dna.common.statistic.SimpleStatistics
Add a new value to these statistics.
add(CompositeRequest, Request...) - Static method in class org.jboss.dna.graph.request.CompositeRequest
Add requests to the supplied composite request.
add(CompositeRequest, Iterator<? extends Request>) - Static method in class org.jboss.dna.graph.request.CompositeRequest
Add requests to the supplied composite request.
addAll(Collection<? extends T>) - Method in class org.jboss.dna.common.collection.ImmutableAppendedList
addAll(int, Collection<? extends T>) - Method in class org.jboss.dna.common.collection.ImmutableAppendedList
addAttribute(Attribute) - Method in interface org.jboss.dna.common.jdbc.model.api.UserDefinedType
adds Attribute
addAttribute(Attribute) - Method in class org.jboss.dna.common.jdbc.model.spi.UserDefinedTypeBean
adds Attribute
addBestRowIdentifier(BestRowIdentifier) - Method in interface org.jboss.dna.common.jdbc.model.api.Table
Adds BestRowIdentifier
addBestRowIdentifier(BestRowIdentifier) - Method in class org.jboss.dna.common.jdbc.model.spi.TableBean
Adds BestRowIdentifier
addCatalog(Catalog) - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Adds Catalog
addCatalog(Catalog) - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Adds Catalog
addChild(Location) - Method in class org.jboss.dna.graph.request.ReadAllChildrenRequest
Add to the list of children that has been read the child with the given path and identification properties.
addChild(Path, Property, Property...) - Method in class org.jboss.dna.graph.request.ReadAllChildrenRequest
Add to the list of children that has been read the child with the given path and identification properties.
addChild(Path, Property) - Method in class org.jboss.dna.graph.request.ReadAllChildrenRequest
Add to the list of children that has been read the child with the given path and identification property.
addChild(Location) - Method in class org.jboss.dna.graph.request.ReadBlockOfChildrenRequest
Add to the list of children that has been read the child with the given path and identification properties.
addChild(Path, Property, Property...) - Method in class org.jboss.dna.graph.request.ReadBlockOfChildrenRequest
Add to the list of children that has been read the child with the given path and identification properties.
addChild(Path, Property) - Method in class org.jboss.dna.graph.request.ReadBlockOfChildrenRequest
Add to the list of children that has been read the child with the given path and identification property.
addChild(Location) - Method in class org.jboss.dna.graph.request.ReadNextBlockOfChildrenRequest
Add to the list of children that has been read the child with the given path and identification properties.
addChild(Path, Property, Property...) - Method in class org.jboss.dna.graph.request.ReadNextBlockOfChildrenRequest
Add to the list of children that has been read the child with the given path and identification properties.
addChild(Path, Property) - Method in class org.jboss.dna.graph.request.ReadNextBlockOfChildrenRequest
Add to the list of children that has been read the child with the given path and identification property.
addChild(Location) - Method in class org.jboss.dna.graph.request.ReadNodeRequest
Add to the list of children that has been read the child with the given path and identification properties.
addChild(Path, Property, Property...) - Method in class org.jboss.dna.graph.request.ReadNodeRequest
Add to the list of children that has been read the child with the given path and identification properties.
addChild(Path, Property) - Method in class org.jboss.dna.graph.request.ReadNodeRequest
Add to the list of children that has been read the child with the given path and identification property.
addChild(Name, UUID, PathFactory) - Method in class org.jboss.dna.jcr.cache.ChangedNodeInfo
Add a child to the children.
addColumn(Column) - Method in interface org.jboss.dna.common.jdbc.model.api.BestRowIdentifier
Adds column to the best row identifier
addColumn(ForeignKeyColumn) - Method in interface org.jboss.dna.common.jdbc.model.api.ForeignKey
Adds ForeignKeyColumn
addColumn(IndexColumn) - Method in interface org.jboss.dna.common.jdbc.model.api.Index
Adds IndexColumn
addColumn(PrimaryKeyColumn) - Method in interface org.jboss.dna.common.jdbc.model.api.PrimaryKey
Adds PrimaryKeyColumn
addColumn(TableColumn) - Method in interface org.jboss.dna.common.jdbc.model.api.Table
Adds TableColumn
addColumn(Column) - Method in class org.jboss.dna.common.jdbc.model.spi.BestRowIdentifierBean
Adds column to the best row identifier
addColumn(ForeignKeyColumn) - Method in class org.jboss.dna.common.jdbc.model.spi.ForeignKeyBean
Adds ForeignKeyColumn
addColumn(IndexColumn) - Method in class org.jboss.dna.common.jdbc.model.spi.IndexBean
Adds IndexColumn
addColumn(PrimaryKeyColumn) - Method in class org.jboss.dna.common.jdbc.model.spi.PrimaryKeyBean
Adds PrimaryKeyColumn
addColumn(TableColumn) - Method in class org.jboss.dna.common.jdbc.model.spi.TableBean
Adds TableColumn
addContribution(MergePlan, Contribution) - Static method in class org.jboss.dna.connector.federation.merge.MergePlan
 
addContribution(Contribution) - Method in class org.jboss.dna.connector.federation.merge.MultipleContributionMergePlan
 
addDetector(MimeTypeDetectorConfig) - Static method in class org.jboss.dna.repository.mimetype.MimeType
 
addDetector(MimeTypeDetectorConfig) - Method in class org.jboss.dna.repository.mimetype.MimeTypeDetectors
Adds the configuration for a MIME-type detector before any previously added configurations, or updates any existing one that represents the same configuration
addDirectory(String, String) - Method in interface org.jboss.dna.connector.scm.ScmActionFactory
 
addDirectory(String, String) - Method in class org.jboss.dna.connector.svn.SVNRepositoryRequestProcessor
addError(I18n, Object...) - Method in class org.jboss.dna.common.collection.AbstractProblems
 
addError(Throwable, I18n, Object...) - Method in class org.jboss.dna.common.collection.AbstractProblems
 
addError(I18n, String, String, Object...) - Method in class org.jboss.dna.common.collection.AbstractProblems
 
addError(Throwable, I18n, String, String, Object...) - Method in class org.jboss.dna.common.collection.AbstractProblems
 
addError(int, I18n, Object...) - Method in class org.jboss.dna.common.collection.AbstractProblems
 
addError(Throwable, int, I18n, Object...) - Method in class org.jboss.dna.common.collection.AbstractProblems
 
addError(int, I18n, String, String, Object...) - Method in class org.jboss.dna.common.collection.AbstractProblems
 
addError(Throwable, int, I18n, String, String, Object...) - Method in class org.jboss.dna.common.collection.AbstractProblems
 
addError(I18n, Object...) - Method in interface org.jboss.dna.common.collection.Problems
 
addError(Throwable, I18n, Object...) - Method in interface org.jboss.dna.common.collection.Problems
 
addError(I18n, String, String, Object...) - Method in interface org.jboss.dna.common.collection.Problems
 
addError(Throwable, I18n, String, String, Object...) - Method in interface org.jboss.dna.common.collection.Problems
 
addError(int, I18n, Object...) - Method in interface org.jboss.dna.common.collection.Problems
 
addError(Throwable, int, I18n, Object...) - Method in interface org.jboss.dna.common.collection.Problems
 
addError(int, I18n, String, String, Object...) - Method in interface org.jboss.dna.common.collection.Problems
 
addError(Throwable, int, I18n, String, String, Object...) - Method in interface org.jboss.dna.common.collection.Problems
 
addException(DatabaseMetaDataMethodException) - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Adds the DatabaseMetaDataMethodException to the DatabaseMetadataProvider exception list
addException(DatabaseMetaDataMethodException) - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Adds the DatabaseMetaDataMethodException to the DatabaseMetadataProvider exception list
addExtraProperty(String, Object) - Method in interface org.jboss.dna.common.jdbc.model.api.DatabaseNamedObject
Adds extra property
addExtraProperty(String, Object) - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseNamedObjectBean
Adds extra property
addFile(String, String, byte[]) - Method in interface org.jboss.dna.connector.scm.ScmActionFactory
 
addFile(String, String, byte[]) - Method in class org.jboss.dna.connector.svn.SVNRepositoryRequestProcessor
addForeignKey(ForeignKey) - Method in interface org.jboss.dna.common.jdbc.model.api.Table
adds ForeignKey
addForeignKey(ForeignKey) - Method in class org.jboss.dna.common.jdbc.model.spi.TableBean
adds ForeignKey
addIndex(Index) - Method in interface org.jboss.dna.common.jdbc.model.api.Table
adds Index
addIndex(Index) - Method in class org.jboss.dna.common.jdbc.model.spi.TableBean
adds Index
addInfo(I18n, Object...) - Method in class org.jboss.dna.common.collection.AbstractProblems
 
addInfo(Throwable, I18n, Object...) - Method in class org.jboss.dna.common.collection.AbstractProblems
 
addInfo(I18n, String, String, Object...) - Method in class org.jboss.dna.common.collection.AbstractProblems
 
addInfo(Throwable, I18n, String, String, Object...) - Method in class org.jboss.dna.common.collection.AbstractProblems
 
addInfo(int, I18n, Object...) - Method in class org.jboss.dna.common.collection.AbstractProblems
 
addInfo(Throwable, int, I18n, Object...) - Method in class org.jboss.dna.common.collection.AbstractProblems
 
addInfo(int, I18n, String, String, Object...) - Method in class org.jboss.dna.common.collection.AbstractProblems
 
addInfo(Throwable, int, I18n, String, String, Object...) - Method in class org.jboss.dna.common.collection.AbstractProblems
 
addInfo(I18n, Object...) - Method in interface org.jboss.dna.common.collection.Problems
 
addInfo(Throwable, I18n, Object...) - Method in interface org.jboss.dna.common.collection.Problems
 
addInfo(I18n, String, String, Object...) - Method in interface org.jboss.dna.common.collection.Problems
 
addInfo(Throwable, I18n, String, String, Object...) - Method in interface org.jboss.dna.common.collection.Problems
 
addInfo(int, I18n, Object...) - Method in interface org.jboss.dna.common.collection.Problems
 
addInfo(Throwable, int, I18n, Object...) - Method in interface org.jboss.dna.common.collection.Problems
 
addInfo(int, I18n, String, String, Object...) - Method in interface org.jboss.dna.common.collection.Problems
 
addInfo(Throwable, int, I18n, String, String, Object...) - Method in interface org.jboss.dna.common.collection.Problems
 
addIrregular(String, String) - Method in class org.jboss.dna.common.text.Inflector
 
addListener(RepositorySourceListener) - Method in class org.jboss.dna.connector.federation.FederatedRepository
Add a listener that is to receive notifications to changes to content within this repository.
addListener(EventListener) - Method in class org.jboss.dna.repository.observation.ObservationService
 
addListener(NodeChangeListener) - Method in class org.jboss.dna.repository.observation.ObservationService
 
addMimeTypeDetector(String) - Method in class org.jboss.dna.jcr.JcrConfiguration
Add a new MIME type detector to this configuration.
addMimeTypeDetector(String) - Method in interface org.jboss.dna.repository.Configurator.MimeDetectorConfigurator
Add a new MIME type detector to this configuration.
addMimeTypeDetector(String) - Method in class org.jboss.dna.repository.DnaConfiguration
Add a new MIME type detector to this configuration.
addMimeTypeDetector(String) - Method in class org.jboss.dna.repository.DnaConfiguration.Builder
Add a new MIME type detector to this configuration.
addModel(Model) - Static method in class org.jboss.dna.connector.store.jpa.JpaSource.Models
 
addNewNode(Long, Location) - Method in class org.jboss.dna.connector.store.jpa.util.RequestProcessorCache
 
addNewNode(Location) - Method in class org.jboss.dna.connector.store.jpa.util.RequestProcessorCache.WorkspaceCache
 
addNumericFunction(String) - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Adds numeric function
addNumericFunction(String) - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Adds numeric function
addParameter(Parameter) - Method in interface org.jboss.dna.common.jdbc.model.api.StoredProcedure
Adds Parameter
addParameter(Parameter) - Method in class org.jboss.dna.common.jdbc.model.spi.StoredProcedureBean
Adds Parameter
addPeer(UUID) - Method in class org.jboss.dna.jcr.cache.ChangedNodeInfo
Adds a peer node to this change.
addPluralize(String, String) - Method in class org.jboss.dna.common.text.Inflector
 
addPrivilege(Privilege) - Method in interface org.jboss.dna.common.jdbc.model.api.Column
Adds table column priviledge
addPrivilege(Privilege) - Method in interface org.jboss.dna.common.jdbc.model.api.Table
Adds table priviledge
addPrivilege(Privilege) - Method in class org.jboss.dna.common.jdbc.model.spi.ColumnBean
Adds table column priviledge
addPrivilege(Privilege) - Method in class org.jboss.dna.common.jdbc.model.spi.TableBean
Adds table priviledge
addProperties(Property...) - Method in class org.jboss.dna.graph.request.ReadAllPropertiesRequest
Add a property that was read from the RepositoryConnection
addProperties(Property...) - Method in class org.jboss.dna.graph.request.ReadNodeRequest
Add a property that was read from the RepositoryConnection
addProperty(Property) - Method in class org.jboss.dna.graph.request.ReadAllPropertiesRequest
Add a property that was read from the RepositoryConnection
addProperty(Property) - Method in class org.jboss.dna.graph.request.ReadNodeRequest
Add a property that was read from the RepositoryConnection
addRepository(String) - Method in class org.jboss.dna.jcr.JcrConfiguration
Add a new repository for this configuration.
addRepository(RepositorySource) - Method in class org.jboss.dna.jcr.JcrConfiguration
Add a new repository for this configuration.
addRepository(String) - Method in interface org.jboss.dna.repository.Configurator.RepositoryConfigurator
Add a new repository for this configuration.
addRepository(RepositorySource) - Method in interface org.jboss.dna.repository.Configurator.RepositoryConfigurator
Add a new repository for this configuration.
addRepository(String) - Method in class org.jboss.dna.repository.DnaConfiguration
Add a new repository for this configuration.
addRepository(RepositorySource) - Method in class org.jboss.dna.repository.DnaConfiguration
Add a new repository for this configuration.
addRepository(String) - Method in class org.jboss.dna.repository.DnaConfiguration.Builder
Add a new repository for this configuration.
addRepository(RepositorySource) - Method in class org.jboss.dna.repository.DnaConfiguration.Builder
Add a new repository for this configuration.
addRuleParser(Method) - Static method in class org.jboss.dna.connector.federation.Projection
Add a static method that can be used to parse rule definition strings.
addRuleParser(ClassLoader, String, String) - Static method in class org.jboss.dna.connector.federation.Projection
Add a static method that can be used to parse rule definition strings.
addRuleParser(Method) - Method in class org.jboss.dna.connector.federation.ProjectionParser
Add a static method that can be used to parse rule definition strings.
addRuleParser(Class<?>, String) - Method in class org.jboss.dna.connector.federation.ProjectionParser
Add a static method that can be used to parse rule definition strings.
addRuleParser(ClassLoader, String, String) - Method in class org.jboss.dna.connector.federation.ProjectionParser
Add a static method that can be used to parse rule definition strings.
addRuleSet(RuleSet) - Method in class org.jboss.dna.repository.rules.RuleService
Add a rule set, or update any existing one that represents the same rule set
addSchema(Schema) - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Adds Schema
addSchema(Schema) - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Adds Schema
addSequencer(String) - Method in interface org.jboss.dna.repository.Configurator.SequencerConfigurator
Add a new sequencer to this configuration.
addSequencer(String) - Method in class org.jboss.dna.repository.DnaConfiguration
Add a new sequencer to this configuration.
addSequencer(String) - Method in class org.jboss.dna.repository.DnaConfiguration.Builder
Add a new sequencer to this configuration.
addSequencer(SequencerConfig) - Method in class org.jboss.dna.repository.sequencer.SequencingService
Add the configuration for a sequencer, or update any existing one that represents the same configuration
addSingularize(String, String) - Method in class org.jboss.dna.common.text.Inflector
 
addSource(RepositorySource) - Method in class org.jboss.dna.repository.RepositoryLibrary
Add the supplied federated source.
addSQLKeyword(String) - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Adds SQL keyword
addSQLKeyword(String) - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Adds SQL keyword
addSqlTypeConversionPair(SqlTypeConversionPair) - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Adds SqlTypeConversionPair
addSqlTypeConversionPair(SqlTypeConversionPair) - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Adds SqlTypeConversionPair
addSqlTypeInfo(SqlTypeInfo) - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Adds SqlTypeInfo
addSqlTypeInfo(SqlTypeInfo) - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Adds SqlTypeInfo
addStoredProcedure(StoredProcedure) - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Adds Stored Procedure
addStoredProcedure(StoredProcedure) - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Adds Stored Procedure
addStringFunction(String) - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Adds String function
addStringFunction(String) - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Adds String function
addSupportedForwardOnlyResultSetConcurrency(ResultSetConcurrencyType) - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Adds ResultSetConcurrencyType
addSupportedForwardOnlyResultSetConcurrency(ResultSetConcurrencyType) - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Adds ResultSetConcurrencyType
addSupportedResultSetType(ResultSetType) - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Adds supported ResultSetType
addSupportedResultSetType(ResultSetType) - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Adds supported ResultSetType
addSupportedScrollInsensitiveResultSetConcurrency(ResultSetConcurrencyType) - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Adds ResultSetConcurrencyType
addSupportedScrollInsensitiveResultSetConcurrency(ResultSetConcurrencyType) - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Adds ResultSetConcurrencyType
addSupportedScrollSensitiveResultSetConcurrency(ResultSetConcurrencyType) - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Adds resultSetConcurrencyType
addSupportedScrollSensitiveResultSetConcurrency(ResultSetConcurrencyType) - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Adds resultSetConcurrencyType
addSupportedTransactionIsolationLevelType(TransactionIsolationLevelType) - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Adds TransactionIsolationLevelType
addSupportedTransactionIsolationLevelType(TransactionIsolationLevelType) - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Adds TransactionIsolationLevelType
addSystemFunction(String) - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Adds System function
addSystemFunction(String) - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Adds System function
addTable(Table) - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Adds Table
addTable(Table) - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Adds Table
addTableType(TableType) - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Adds TableType
addTableType(TableType) - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Adds TableType
addTimeDateFunction(String) - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Adds Time/Date function
addTimeDateFunction(String) - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Adds Time/Date function
addUncountable(String...) - Method in class org.jboss.dna.common.text.Inflector
 
addUserDefinedType(UserDefinedType) - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Adds UDT
addUserDefinedType(UserDefinedType) - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Adds UDT
addVersionColumn(TableColumn) - Method in interface org.jboss.dna.common.jdbc.model.api.Table
adds version column
addVersionColumn(TableColumn) - Method in class org.jboss.dna.common.jdbc.model.spi.TableBean
adds version column
addWarning(I18n, Object...) - Method in class org.jboss.dna.common.collection.AbstractProblems
 
addWarning(Throwable, I18n, Object...) - Method in class org.jboss.dna.common.collection.AbstractProblems
 
addWarning(I18n, String, String, Object...) - Method in class org.jboss.dna.common.collection.AbstractProblems
 
addWarning(Throwable, I18n, String, String, Object...) - Method in class org.jboss.dna.common.collection.AbstractProblems
 
addWarning(int, I18n, Object...) - Method in class org.jboss.dna.common.collection.AbstractProblems
 
addWarning(Throwable, int, I18n, Object...) - Method in class org.jboss.dna.common.collection.AbstractProblems
 
addWarning(int, I18n, String, String, Object...) - Method in class org.jboss.dna.common.collection.AbstractProblems
 
addWarning(Throwable, int, I18n, String, String, Object...) - Method in class org.jboss.dna.common.collection.AbstractProblems
 
addWarning(I18n, Object...) - Method in interface org.jboss.dna.common.collection.Problems
 
addWarning(Throwable, I18n, Object...) - Method in interface org.jboss.dna.common.collection.Problems
 
addWarning(I18n, String, String, Object...) - Method in interface org.jboss.dna.common.collection.Problems
 
addWarning(Throwable, I18n, String, String, Object...) - Method in interface org.jboss.dna.common.collection.Problems
 
addWarning(int, I18n, Object...) - Method in interface org.jboss.dna.common.collection.Problems
 
addWarning(Throwable, int, I18n, Object...) - Method in interface org.jboss.dna.common.collection.Problems
 
addWarning(int, I18n, String, String, Object...) - Method in interface org.jboss.dna.common.collection.Problems
 
addWarning(Throwable, int, I18n, String, String, Object...) - Method in interface org.jboss.dna.common.collection.Problems
 
adjustReferenceProperties(ObjectInputStream, ObjectOutputStream, Map<String, String>) - Method in class org.jboss.dna.connector.store.jpa.util.Serializer
Deserialize the properties, adjust all Reference values that point to an "old" UUID to point to the corresponding "new" UUID, and reserialize the properties.
adjustSnsIndexesAndIndexesAfterRemoving(EntityManager, Long, String, String, long, int) - Static method in class org.jboss.dna.connector.store.jpa.model.basic.ChildEntity
 
AdministeredService - Interface in org.jboss.dna.repository.service
 
ALL - Static variable in class org.jboss.dna.connector.store.jpa.JpaSource.Models
 
all() - Static method in class org.jboss.dna.graph.property.PathExpression
 
allowsAnyChildName() - Method in class org.jboss.dna.jcr.NodeDefinitionId
Determine whether this node definition defines any named child.
allowsAnyChildName() - Method in class org.jboss.dna.jcr.PropertyDefinitionId
Determine whether this property definition allows properties with any name.
allowsMultiple() - Method in class org.jboss.dna.jcr.PropertyDefinitionId
Return whether the property definition allows multiple values.
allPropertyValuesMustHaveSameType - Static variable in class org.jboss.dna.jcr.JcrI18n
 
ambiguousPrimaryItemName - Static variable in class org.jboss.dna.jcr.JcrI18n
 
and(Location) - Method in interface org.jboss.dna.graph.Graph.And
Specify that another node should also be copied or moved.
and(String) - Method in interface org.jboss.dna.graph.Graph.And
Specify that another node should also be copied or moved.
and(Path) - Method in interface org.jboss.dna.graph.Graph.And
Specify that another node should also be copied or moved.
and(UUID) - Method in interface org.jboss.dna.graph.Graph.And
Specify that another node should also be copied or moved.
and(Property) - Method in interface org.jboss.dna.graph.Graph.And
Specify that another node should also be copied or moved.
and(Property, Property...) - Method in interface org.jboss.dna.graph.Graph.And
Specify that another node should also be copied or moved.
and(Iterable<Property>) - Method in interface org.jboss.dna.graph.Graph.And
Specify that another node should also be copied or moved.
and() - Method in interface org.jboss.dna.graph.Graph.Conjunction
Finish the request and prepare to start another.
and(UUID) - Method in interface org.jboss.dna.graph.Graph.Create
Specify the UUID that should the new node should have.
and(Property) - Method in interface org.jboss.dna.graph.Graph.Create
Specify a property that should the new node should have.
and(Iterable<Property>) - Method in interface org.jboss.dna.graph.Graph.Create
Specify property that should the new node should have.
and(String, Object...) - Method in interface org.jboss.dna.graph.Graph.Create
Specify a property that should the new node should have.
and(Name, Object...) - Method in interface org.jboss.dna.graph.Graph.Create
Specify a property that should the new node should have.
and(Property, Property...) - Method in interface org.jboss.dna.graph.Graph.Create
Specify properties that should the new node should have.
and(UUID) - Method in interface org.jboss.dna.graph.Graph.CreateAt
Specify the UUID that should the new node should have.
and(Property) - Method in interface org.jboss.dna.graph.Graph.CreateAt
Specify a property that should the new node should have.
and(Iterable<Property>) - Method in interface org.jboss.dna.graph.Graph.CreateAt
Specify property that should the new node should have.
and(String, Object...) - Method in interface org.jboss.dna.graph.Graph.CreateAt
Specify a property that should the new node should have.
and(Name, Object...) - Method in interface org.jboss.dna.graph.Graph.CreateAt
Specify a property that should the new node should have.
and(Property, Property...) - Method in interface org.jboss.dna.graph.Graph.CreateAt
Specify properties that should the new node should have.
and() - Method in interface org.jboss.dna.repository.Configurator.And
Return a reference to the next configuration interface for additional operations.
andOutputtingTo(String) - Method in interface org.jboss.dna.repository.Configurator.PathExpressionOutput
Specify the output path expression, which determines where this sequencer's output will be placed.
andReturn() - Method in interface org.jboss.dna.graph.Graph.GetNodeConjunction
 
AnnotationMetadata - Class in org.jboss.dna.sequencer.java.metadata
 
AnnotationMetadata() - Constructor for class org.jboss.dna.sequencer.java.metadata.AnnotationMetadata
 
ANY_NAME - Static variable in class org.jboss.dna.jcr.NodeDefinitionId
The string-form of the name that can be used to represent a residual property definition.
ANY_NAME - Static variable in class org.jboss.dna.jcr.PropertyDefinitionId
The string-form of the name that can be used to represent a residual property definition.
ApertureMimeTypeDetector - Class in org.jboss.dna.mimetype.aperture
 
ApertureMimeTypeDetector() - Constructor for class org.jboss.dna.mimetype.aperture.ApertureMimeTypeDetector
 
applyAction(Object) - Method in interface org.jboss.dna.connector.scm.ScmAction
 
applyAction(Object) - Method in class org.jboss.dna.connector.svn.SVNRepositoryRequestProcessor.AddDirectory
 
applyAction(Object) - Method in class org.jboss.dna.connector.svn.SVNRepositoryRequestProcessor.AddFile
 
argumentDidNotContainKey - Static variable in class org.jboss.dna.common.CommonI18n
 
argumentDidNotContainObject - Static variable in class org.jboss.dna.common.CommonI18n
 
argumentMayNotBeEmpty - Static variable in class org.jboss.dna.common.CommonI18n
 
argumentMayNotBeGreaterThan - Static variable in class org.jboss.dna.common.CommonI18n
 
argumentMayNotBeLessThan - Static variable in class org.jboss.dna.common.CommonI18n
 
argumentMayNotBeNegative - Static variable in class org.jboss.dna.common.CommonI18n
 
argumentMayNotBeNull - Static variable in class org.jboss.dna.common.CommonI18n
 
argumentMayNotBeNullOrZeroLength - Static variable in class org.jboss.dna.common.CommonI18n
 
argumentMayNotBeNullOrZeroLengthOrEmpty - Static variable in class org.jboss.dna.common.CommonI18n
 
argumentMayNotBePositive - Static variable in class org.jboss.dna.common.CommonI18n
 
argumentMayNotContainNullValue - Static variable in class org.jboss.dna.common.CommonI18n
 
argumentMustBeEmpty - Static variable in class org.jboss.dna.common.CommonI18n
 
argumentMustBeEquals - Static variable in class org.jboss.dna.common.CommonI18n
 
argumentMustBeGreaterThan - Static variable in class org.jboss.dna.common.CommonI18n
 
argumentMustBeGreaterThanOrEqualTo - Static variable in class org.jboss.dna.common.CommonI18n
 
argumentMustBeInstanceOf - Static variable in class org.jboss.dna.common.CommonI18n
 
argumentMustBeLessThan - Static variable in class org.jboss.dna.common.CommonI18n
 
argumentMustBeLessThanOrEqualTo - Static variable in class org.jboss.dna.common.CommonI18n
 
argumentMustBeNegative - Static variable in class org.jboss.dna.common.CommonI18n
 
argumentMustBeNull - Static variable in class org.jboss.dna.common.CommonI18n
 
argumentMustBeNumber - Static variable in class org.jboss.dna.common.CommonI18n
 
argumentMustBeOfMaximumSize - Static variable in class org.jboss.dna.common.CommonI18n
 
argumentMustBeOfMinimumSize - Static variable in class org.jboss.dna.common.CommonI18n
 
argumentMustBePositive - Static variable in class org.jboss.dna.common.CommonI18n
 
argumentMustBeSameAs - Static variable in class org.jboss.dna.common.CommonI18n
 
argumentMustNotBeEquals - Static variable in class org.jboss.dna.common.CommonI18n
 
argumentMustNotBeSameAs - Static variable in class org.jboss.dna.common.CommonI18n
 
ArrayTypeFieldMetadata - Class in org.jboss.dna.sequencer.java.metadata
ArrayTypeFieldMetadata represents the meta data for an array type.
ArrayTypeFieldMetadata() - Constructor for class org.jboss.dna.sequencer.java.metadata.ArrayTypeFieldMetadata
 
ArrayTypeFieldMetadataSequencer - Class in org.jboss.dna.sequencer.java
Sequencer for array types.
ArrayTypeFieldMetadataSequencer() - Constructor for class org.jboss.dna.sequencer.java.ArrayTypeFieldMetadataSequencer
 
ArtifactType - Enum in org.jboss.dna.maven
 
as(String) - Method in interface org.jboss.dna.graph.Graph.AsName
Finish the request by specifying the new name.
as(Name) - Method in interface org.jboss.dna.graph.Graph.AsName
Finish the request by specifying the new name.
asBigDecimal(Double) - Method in class org.jboss.dna.common.math.DoubleOperations
 
asBigDecimal(Duration) - Method in class org.jboss.dna.common.math.DurationOperations
 
asBigDecimal(Float) - Method in class org.jboss.dna.common.math.FloatOperations
 
asBigDecimal(Integer) - Method in class org.jboss.dna.common.math.IntegerOperations
 
asBigDecimal(Long) - Method in class org.jboss.dna.common.math.LongOperations
 
asBigDecimal(T) - Method in interface org.jboss.dna.common.math.MathOperations
Create a BigDecimal representation of the supplied value.
asBigDecimal(Short) - Method in class org.jboss.dna.common.math.ShortOperations
 
asMultiValued() - Method in class org.jboss.dna.jcr.PropertyDefinitionId
 
asSingleValued() - Method in class org.jboss.dna.jcr.PropertyDefinitionId
 
at(Location) - Method in interface org.jboss.dna.graph.Graph.At
Specify the location of the node upon which the request is to operate.
at(String) - Method in interface org.jboss.dna.graph.Graph.At
Specify the path of the node upon which the request is to operate.
at(Path) - Method in interface org.jboss.dna.graph.Graph.At
Specify the path of the node upon which the request is to operate.
at(UUID) - Method in interface org.jboss.dna.graph.Graph.At
Specify the UUID of the node upon which the request is to operate.
at(Property) - Method in interface org.jboss.dna.graph.Graph.At
Specify the unique identification property that identifies the node upon which the request is to operate.
at(Property, Property...) - Method in interface org.jboss.dna.graph.Graph.At
Specify the unique identification properties that identify the node upon which the request is to operate.
at(Iterable<Property>) - Method in interface org.jboss.dna.graph.Graph.At
Specify the unique identification properties that identify the node upon which the request is to operate.
at() - Method in class org.jboss.dna.graph.request.DeleteBranchRequest
Get the location defining the top of the branch to be deleted
at() - Method in class org.jboss.dna.graph.request.ReadAllPropertiesRequest
Get the location defining the node that is to be read.
at() - Method in class org.jboss.dna.graph.request.ReadBranchRequest
Get the location defining the top of the branch to be read
at() - Method in class org.jboss.dna.graph.request.ReadNodeRequest
Get the location defining the node that is to be read.
at() - Method in class org.jboss.dna.graph.request.RenameNodeRequest
Get the location defining the node that is to be read.
at() - Method in class org.jboss.dna.graph.request.VerifyNodeExistsRequest
Get the location defining the node that is to be read.
Attribute - Interface in org.jboss.dna.common.jdbc.model.api
Provides User Defined Type (UDT) attribute specific metadata.
AttributeBean - Class in org.jboss.dna.common.jdbc.model.spi
Provides User Defined Type (UDT) attribute specific metadata.
AttributeBean() - Constructor for class org.jboss.dna.common.jdbc.model.spi.AttributeBean
Default constructor
AUTO_CREATED - Static variable in class org.jboss.dna.graph.JcrLexicon
 
autocreatedNodesNeedDefaults - Static variable in class org.jboss.dna.jcr.JcrI18n
 
autocreatedPropertyNeedsDefault - Static variable in class org.jboss.dna.jcr.JcrI18n
 
awaitTermination(long, TimeUnit) - Method in class org.jboss.dna.connector.federation.FederatedRepository
Utility method called by the administrator.
awaitTermination(long, TimeUnit) - Method in class org.jboss.dna.graph.connector.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.
awaitTermination(long, TimeUnit) - Method in interface org.jboss.dna.repository.service.ServiceAdministrator
Blocks until the shutdown has completed, or the timeout occurs, or the current thread is interrupted, whichever happens first.

B

BASE - Static variable in class org.jboss.dna.graph.JcrNtLexicon
 
BASE - Static variable in class org.jboss.dna.jcr.DnaLexicon
 
Base64 - Class in org.jboss.dna.common.util
Encodes and decodes to and from Base64 notation.
Base64.InputStream - Class in org.jboss.dna.common.util
A Base64.InputStream will read data from another java.io.InputStream, given in the constructor, and encode/decode to/from Base64 notation on the fly.
Base64.InputStream(InputStream) - Constructor for class org.jboss.dna.common.util.Base64.InputStream
Constructs a Base64.InputStream in DECODE mode.
Base64.InputStream(InputStream, int) - Constructor for class org.jboss.dna.common.util.Base64.InputStream
Constructs a Base64.InputStream in either ENCODE or DECODE mode.
Base64.OutputStream - Class in org.jboss.dna.common.util
A Base64.OutputStream will write data to another java.io.OutputStream, given in the constructor, and encode/decode to/from Base64 notation on the fly.
Base64.OutputStream(OutputStream) - Constructor for class org.jboss.dna.common.util.Base64.OutputStream
Constructs a Base64.OutputStream in ENCODE mode.
Base64.OutputStream(OutputStream, int) - Constructor for class org.jboss.dna.common.util.Base64.OutputStream
Constructs a Base64.OutputStream in either ENCODE or DECODE mode.
BASE_VERSION - Static variable in class org.jboss.dna.jcr.JcrLexicon
 
BASIC - Static variable in class org.jboss.dna.connector.store.jpa.JpaSource.Models
 
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
 
BasicEmptyProperty - Class in org.jboss.dna.graph.property.basic
An immutable version of a property that has no values.
BasicEmptyProperty(Name) - Constructor for class org.jboss.dna.graph.property.basic.BasicEmptyProperty
Create a property with no values.
BasicModel - Class in org.jboss.dna.connector.store.jpa.model.basic
Database model that stores node properties as opaque records and children as transparent records.
BasicModel() - Constructor for class org.jboss.dna.connector.store.jpa.model.basic.BasicModel
 
basicModelDescription - Static variable in class org.jboss.dna.connector.store.jpa.JpaConnectorI18n
 
BasicMultiValueProperty - Class in org.jboss.dna.graph.property.basic
An immutable version of a property that has 2 or more values.
BasicMultiValueProperty(Name, List<Object>) - Constructor for class org.jboss.dna.graph.property.basic.BasicMultiValueProperty
Create a property with 2 or more values.
BasicMultiValueProperty(Name, Object...) - Constructor for class org.jboss.dna.graph.property.basic.BasicMultiValueProperty
Create a property with 2 or more values.
BasicName - Class in org.jboss.dna.graph.property.basic
A basic implementation of Name.
BasicName(String, String) - Constructor for class org.jboss.dna.graph.property.basic.BasicName
 
BasicNamespace - Class in org.jboss.dna.graph.property.basic
 
BasicNamespace(String, String) - Constructor for class org.jboss.dna.graph.property.basic.BasicNamespace
Create a namespace instance.
BasicPath - Class in org.jboss.dna.graph.property.basic
A basic implementation of Path.
BasicPath(List<Path.Segment>, boolean) - Constructor for class org.jboss.dna.graph.property.basic.BasicPath
 
BasicPathSegment - Class in org.jboss.dna.graph.property.basic
A basic implementation of Path.Segment.
BasicPathSegment(Name) - Constructor for class org.jboss.dna.graph.property.basic.BasicPathSegment
 
BasicPathSegment(Name, int) - Constructor for class org.jboss.dna.graph.property.basic.BasicPathSegment
 
BasicProperty - Class in org.jboss.dna.graph.property.basic
 
BasicProperty(Name) - Constructor for class org.jboss.dna.graph.property.basic.BasicProperty
 
BasicPropertyFactory - Class in org.jboss.dna.graph.property.basic
 
BasicPropertyFactory(ValueFactories) - Constructor for class org.jboss.dna.graph.property.basic.BasicPropertyFactory
 
BasicRequestProcessor - Class in org.jboss.dna.connector.store.jpa.model.basic
 
BasicRequestProcessor(String, ExecutionContext, EntityManager, UUID, String, String[], long, boolean, boolean, boolean) - Constructor for class org.jboss.dna.connector.store.jpa.model.basic.BasicRequestProcessor
 
BasicSingleValueProperty - Class in org.jboss.dna.graph.property.basic
An immutable version of a property that has exactly 1 value.
BasicSingleValueProperty(Name, Object) - Constructor for class org.jboss.dna.graph.property.basic.BasicSingleValueProperty
Create a property with a single value
batch() - Method in class org.jboss.dna.graph.Graph
Begin a batch of requests to perform various operations.
batch(BatchRequestBuilder) - Method in class org.jboss.dna.graph.Graph
Begin a batch of requests to perform various operations, but specify the queue where all accumulated requests should be placed.
BatchRequestBuilder - Class in org.jboss.dna.graph.request
A component that can be used to build up a list of requests.
BatchRequestBuilder() - Constructor for class org.jboss.dna.graph.request.BatchRequestBuilder
 
BatchRequestBuilder(LinkedList<Request>) - Constructor for class org.jboss.dna.graph.request.BatchRequestBuilder
 
BestRowIdentifier - Interface in org.jboss.dna.common.jdbc.model.api
Provides table's best row identifies specific metadata.
BestRowIdentifierBean - Class in org.jboss.dna.common.jdbc.model.spi
Provides table's best row identifies specific metadata.
BestRowIdentifierBean() - Constructor for class org.jboss.dna.common.jdbc.model.spi.BestRowIdentifierBean
Default constructor
BestRowIdentifierScopeType - Enum in org.jboss.dna.common.jdbc.model.api
Provides RDBMS supported best row identifier scope types as enumeration set.
Binary - Interface in org.jboss.dna.graph.property
Value holder for binary data.
BINARY_COMPARATOR - Static variable in class org.jboss.dna.graph.property.ValueComparators
A comparator of binary values.
BinaryFactory - Interface in org.jboss.dna.graph.property
A factory for creating Binary instances.
BOOLEAN_COMPARATOR - Static variable in class org.jboss.dna.graph.property.ValueComparators
A comparator of boolean values.
BooleanValueFactory - Class in org.jboss.dna.graph.property.basic
The standard ValueFactory for PropertyType.BOOLEAN values.
BooleanValueFactory(TextDecoder, ValueFactory<String>) - Constructor for class org.jboss.dna.graph.property.basic.BooleanValueFactory
 
build() - Method in class org.jboss.dna.jcr.JcrConfiguration
Complete this configuration and create the corresponding engine.
build() - Method in interface org.jboss.dna.repository.Configurator.Builder
Complete this configuration and create the corresponding engine.
build() - Method in class org.jboss.dna.repository.DnaConfiguration
Complete this configuration and create the corresponding engine.
buildArgumentClasses(Object...) - Static method in class org.jboss.dna.common.util.Reflection
Build the list of classes that correspond to the list of argument objects.
buildArgumentClassList(Object...) - Static method in class org.jboss.dna.common.util.Reflection
Build the list of classes that correspond to the list of argument objects.
buildDnaEngine() - Method in class org.jboss.dna.repository.DnaConfiguration.Builder
 

C

CACHE - Static variable in class org.jboss.dna.connector.federation.FederatedLexicon
 
Cacheable - Interface in org.jboss.dna.graph.cache
Interface defining an object that can be cached according to a CachePolicy.
CacheableRequest - Class in org.jboss.dna.graph.request
A request that contains results that may be cached.
CacheableRequest() - Constructor for class org.jboss.dna.graph.request.CacheableRequest
 
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.property.ValueComparators
A comparator of calendar values.
camelCase(String, boolean, char...) - Method in class org.jboss.dna.common.text.Inflector
By default, this method converts strings to UpperCamelCase.
cancel() - Method in class org.jboss.dna.graph.request.Request
Cancel this request.
canceledSequencingXmlDocument - Static variable in class org.jboss.dna.sequencer.xml.XmlSequencerI18n
 
cannotConvertValue - Static variable in class org.jboss.dna.jcr.JcrI18n
 
cannotMakeMandatoryDefinitionOptional - Static variable in class org.jboss.dna.jcr.JcrI18n
 
cannotOverrideProtectedDefinition - Static variable in class org.jboss.dna.jcr.JcrI18n
 
cannotRedefineProperty - Static variable in class org.jboss.dna.jcr.JcrI18n
 
capitalize(String) - Method in class org.jboss.dna.common.text.Inflector
Returns a copy of the input with the first character converted to uppercase and the remainder to lowercase.
Catalog - Interface in org.jboss.dna.common.jdbc.model.api
Provides all core database catalog specific metadata.
CatalogBean - Class in org.jboss.dna.common.jdbc.model.spi
Provides all core database catalog specific metadata.
CatalogBean() - Constructor for class org.jboss.dna.common.jdbc.model.spi.CatalogBean
Default constructor
CDATA - Static variable in class org.jboss.dna.sequencer.xml.DnaXmlLexicon
 
CDATA_CONTENT - Static variable in class org.jboss.dna.sequencer.xml.DnaXmlLexicon
 
ChangedChildren - Class in org.jboss.dna.jcr.cache
A non-thread safe implementation of Children that can be modified in place.
ChangedChildren(Children) - Constructor for class org.jboss.dna.jcr.cache.ChangedChildren
 
changedLocation() - Method in interface org.jboss.dna.graph.request.ChangeRequest
Get the location of the top-most node that is to be changed by this request.
changedLocation() - Method in class org.jboss.dna.graph.request.CopyBranchRequest
Get the location of the top-most node that is to be changed by this request.
changedLocation() - Method in class org.jboss.dna.graph.request.CreateNodeRequest
Get the location of the top-most node that is to be changed by this request.
changedLocation() - Method in class org.jboss.dna.graph.request.DeleteBranchRequest
Get the location of the top-most node that is to be changed by this request.
changedLocation() - Method in class org.jboss.dna.graph.request.MoveBranchRequest
Get the location of the top-most node that is to be changed by this request.
changedLocation() - Method in class org.jboss.dna.graph.request.RemovePropertyRequest
Get the location of the top-most node that is to be changed by this request.
changedLocation() - Method in class org.jboss.dna.graph.request.RenameNodeRequest
Get the location of the top-most node that is to be changed by this request.
changedLocation() - Method in class org.jboss.dna.graph.request.SetPropertyRequest
Get the location of the top-most node that is to be changed by this request.
changedLocation() - Method in class org.jboss.dna.graph.request.UpdatePropertiesRequest
Get the location of the top-most node that is to be changed by this request.
ChangedNodeInfo - Class in org.jboss.dna.jcr.cache
The information that describes a node.
ChangedNodeInfo(NodeInfo) - Constructor for class org.jboss.dna.jcr.cache.ChangedNodeInfo
Create an immutable NodeInfo instance.
ChangeLogEntity - Class in org.jboss.dna.connector.store.jpa.model.common
Represents a record of the changes that have been made to the repository.
ChangeLogEntity(String, DateTime, int, byte[]) - Constructor for class org.jboss.dna.connector.store.jpa.model.common.ChangeLogEntity
 
ChangeRequest - Interface in org.jboss.dna.graph.request
 
changes(String, Path) - Method in interface org.jboss.dna.graph.request.ChangeRequest
Determine if this request changes the branch at the given path.
changes(String, Path) - Method in class org.jboss.dna.graph.request.CopyBranchRequest
Determine if this request changes the branch at the given path.
changes(String, Path) - Method in class org.jboss.dna.graph.request.CreateNodeRequest
Determine if this request changes the branch at the given path.
changes(String, Path) - Method in class org.jboss.dna.graph.request.DeleteBranchRequest
Determine if this request changes the branch at the given path.
changes(String, Path) - Method in class org.jboss.dna.graph.request.MoveBranchRequest
Determine if this request changes the branch at the given path.
changes(String, Path) - Method in class org.jboss.dna.graph.request.RemovePropertyRequest
Determine if this request changes the branch at the given path.
changes(String, Path) - Method in class org.jboss.dna.graph.request.RenameNodeRequest
Determine if this request changes the branch at the given path.
changes(String, Path) - Method in class org.jboss.dna.graph.request.SetPropertyRequest
Determine if this request changes the branch at the given path.
changes(String, Path) - Method in class org.jboss.dna.graph.request.UpdatePropertiesRequest
Determine if this request changes the branch at the given path.
characters(char[], int, int) - Method in class org.jboss.dna.graph.xml.XmlHandler
characters(char[], int, int) - Method in class org.jboss.dna.sequencer.xml.XmlSequencerHandler
check() - Method in class org.jboss.dna.sequencer.image.ImageMetadata
Call this method after you have provided an input stream or file using ImageMetadata.setInput(InputStream) or ImageMetadata.setInput(DataInput).
CheckArg - Class in org.jboss.dna.common.util
Utility class that checks arguments to methods.
checkValue(T, boolean) - Method in class org.jboss.dna.common.statistic.Histogram.Bucket
Check whether the value fits in this bucket.
CHILD_NODE_DEFINITION - Static variable in class org.jboss.dna.graph.JcrLexicon
 
CHILD_NODE_DEFINITION - Static variable in class org.jboss.dna.graph.JcrNtLexicon
 
CHILD_PATH_SEGMENT_LIST - Static variable in class org.jboss.dna.connector.jbosscache.JBossCacheLexicon
 
CHILD_PATH_SEGMENT_LIST - Static variable in class org.jboss.dna.connector.jdbc.JdbcRepositoryLexicon
 
CHILD_PATH_SEGMENT_LIST - Static variable in class org.jboss.dna.connector.svn.SVNRepositoryLexicon
 
ChildEntity - Class in org.jboss.dna.connector.store.jpa.model.basic
An entity representing the parent-child relationship between two nodes.
ChildEntity() - Constructor for class org.jboss.dna.connector.store.jpa.model.basic.ChildEntity
 
ChildEntity(ChildId, int, NamespaceEntity, String) - Constructor for class org.jboss.dna.connector.store.jpa.model.basic.ChildEntity
 
ChildEntity(ChildId, int, NamespaceEntity, String, int) - Constructor for class org.jboss.dna.connector.store.jpa.model.basic.ChildEntity
 
ChildId - Class in org.jboss.dna.connector.store.jpa.model.basic
A unique identifer for a parent-child relationship.
ChildId() - Constructor for class org.jboss.dna.connector.store.jpa.model.basic.ChildId
 
ChildId(Long, NodeId, NodeId) - Constructor for class org.jboss.dna.connector.store.jpa.model.basic.ChildId
 
ChildId(Long, String, String) - Constructor for class org.jboss.dna.connector.store.jpa.model.basic.ChildId
 
ChildNode - Class in org.jboss.dna.jcr.cache
The representation of a child node.
ChildNode(UUID, Path.Segment) - Constructor for class org.jboss.dna.jcr.cache.ChildNode
 
childNotFoundUnderNode - Static variable in class org.jboss.dna.jcr.JcrI18n
 
ChildPath - Class in org.jboss.dna.graph.property.basic
Implementation of a Path that has the information for the last segment but that points to another Path for the parent information.
ChildPath(Path, Path.Segment) - Constructor for class org.jboss.dna.graph.property.basic.ChildPath
 
Children - Interface in org.jboss.dna.jcr.cache
Class that maintains the ordered list of ChildNode instances yet allows fast access to the children with a specified name.
ClassLoaderFactory - Interface in org.jboss.dna.common.component
Factory interface for creating class loaders.
ClassMetadata - Class in org.jboss.dna.sequencer.java.metadata
 
ClassMetadata() - Constructor for class org.jboss.dna.sequencer.java.metadata.ClassMetadata
 
CLASSNAME - Static variable in class org.jboss.dna.graph.DnaLexicon
 
CLASSPATH - Static variable in class org.jboss.dna.graph.DnaLexicon
 
ClasspathLocalizationRepository - Class in org.jboss.dna.common.i18n
Implementation of a LocalizationRepository that loads a properties file from the classpath of the supplied class loader.
ClasspathLocalizationRepository() - Constructor for class org.jboss.dna.common.i18n.ClasspathLocalizationRepository
Create a repository using the current thread's context class loader or, if that is null, the same class loader that loaded this class.
ClasspathLocalizationRepository(ClassLoader) - Constructor for class org.jboss.dna.common.i18n.ClasspathLocalizationRepository
Create a repository using the supplied class loader.
ClassUtil - Class in org.jboss.dna.common.util
Static utilities for working with classes.
clear() - Method in class org.jboss.dna.common.collection.ImmutableAppendedList
clear() - Method in class org.jboss.dna.common.collection.UnmodifiableProperties
clear() - Method in class org.jboss.dna.common.text.Inflector
Completely remove all rules within this inflector.
clear() - Static method in class org.jboss.dna.common.util.LogContext
Clear all entries in the MDC of the underlying implementation.
clone() - Method in class org.jboss.dna.common.collection.UnmodifiableProperties
clone() - Method in class org.jboss.dna.common.text.Inflector
 
clone() - Method in class org.jboss.dna.graph.ExecutionContext
clone() - Method in class org.jboss.dna.maven.MavenId
clone() - Method in class org.jboss.dna.repository.rules.RuleSet
clone() - Method in class org.jboss.dna.repository.util.JcrExecutionContext
cloneConflictBehavior() - Method in class org.jboss.dna.graph.request.CloneWorkspaceRequest
Get the desired behavior if the cloned workspace does not exist.
clonedFrom(String) - Method in interface org.jboss.dna.graph.Graph.CreateWorkspace
Specify that the new workspace should be initialized as a clone of another existing workspace.
cloneWorkspace(String, String, CreateWorkspaceRequest.CreateConflictBehavior, CloneWorkspaceRequest.CloneConflictBehavior) - Method in class org.jboss.dna.graph.request.BatchRequestBuilder
Add a request to clone an existing workspace to create a new workspace, and specify the behavior should a workspace already exists with a name that matches the desired name for the new workspace.
cloneWorkspace(String, String, CreateWorkspaceRequest.CreateConflictBehavior, CloneWorkspaceRequest.CloneConflictBehavior) - Method in class org.jboss.dna.graph.request.RequestBuilder
Add a request to clone an existing workspace to create a new workspace, and specify the behavior should a workspace already exists with a name that matches the desired name for the new workspace.
CloneWorkspaceRequest - Class in org.jboss.dna.graph.request
Request that an existing workspace be cloned into a target workspace with the supplied name.
CloneWorkspaceRequest(String, String, CreateWorkspaceRequest.CreateConflictBehavior, CloneWorkspaceRequest.CloneConflictBehavior) - Constructor for class org.jboss.dna.graph.request.CloneWorkspaceRequest
Create a request to clone an existing workspace to create a new workspace, and specify the behavior should a workspace already exists with a name that matches the desired name for the new workspace.
CloneWorkspaceRequest.CloneConflictBehavior - Enum in org.jboss.dna.graph.request
The options for the behavior when a request specifies the name of the workspace to clone, but the cloned workspace does not exist.
close() - Method in class org.jboss.dna.common.util.Base64.OutputStream
Flushes and closes (I think, in the superclass) the stream.
close() - Method in class org.jboss.dna.connector.federation.FederatedRepositoryConnection
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.connector.federation.FederatingRequestProcessor
Close this processor, allowing it to clean up any open resources.
close() - Method in class org.jboss.dna.connector.filesystem.FileSystemConnection
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.connector.jbosscache.JBossCacheConnection
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.connector.jdbc.JdbcConnection
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.connector.store.jpa.JpaConnection
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.connector.store.jpa.JpaSource
Close any resources held by this source.
close() - Method in class org.jboss.dna.connector.store.jpa.model.basic.BasicRequestProcessor
Close this processor, allowing it to clean up any open resources.
close() - Method in class org.jboss.dna.connector.store.jpa.model.basic.SubgraphQuery
Close this query object and clean up all in-database records associated with this query.
close() - Method in class org.jboss.dna.connector.svn.SVNRepositoryConnection
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.connector.inmemory.InMemoryRepositoryConnection
Close this connection to signal that it is no longer needed and that any accumulated resources are to be released.
close() - Method in interface org.jboss.dna.graph.connector.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.request.processor.LoggingRequestProcessor
Close this processor, allowing it to clean up any open resources.
close() - Method in class org.jboss.dna.graph.request.processor.RequestProcessor
Close this processor, allowing it to clean up any open resources.
close() - Method in class org.jboss.dna.repository.util.JcrExecutionContext
This this context and release all resources (including any Session instances created).
closedConnectionMayNotBeUsed - Static variable in class org.jboss.dna.graph.GraphI18n
 
closedRequestProcessor - Static variable in class org.jboss.dna.graph.GraphI18n
 
closingRequestProcessor - Static variable in class org.jboss.dna.graph.GraphI18n
 
CndI18n - Class in org.jboss.dna.cnd
 
CndI18n() - Constructor for class org.jboss.dna.cnd.CndI18n
 
CndImporter - Class in org.jboss.dna.cnd
A class that imports the node types contained in a JCR Compact Node Definition (CND) file into graph content.
CndImporter(Destination, Path) - Constructor for class org.jboss.dna.cnd.CndImporter
Create a new importer that will place the content in the supplied destination under the supplied path.
CndSequencer - Class in org.jboss.dna.sequencer.cnd
 
CndSequencer() - Constructor for class org.jboss.dna.sequencer.cnd.CndSequencer
 
CndSequencerI18n - Class in org.jboss.dna.sequencer.cnd
 
CndSequencerI18n() - Constructor for class org.jboss.dna.sequencer.cnd.CndSequencerI18n
 
Column - Interface in org.jboss.dna.common.jdbc.model.api
Provides all column specific metadata.
ColumnBean - Class in org.jboss.dna.common.jdbc.model.spi
Provides all column specific metadata.
ColumnBean() - Constructor for class org.jboss.dna.common.jdbc.model.spi.ColumnBean
Default constructor
ColumnPseudoType - Enum in org.jboss.dna.common.jdbc.model.api
Provides RDBMS supported best row identifier pseudo types as enumeration set.
combineLines(String[]) - Static method in class org.jboss.dna.common.util.StringUtil
Combine the lines into a single string, using the new line character as the delimiter.
combineLines(String[], char) - Static method in class org.jboss.dna.common.util.StringUtil
Combine the lines into a single string, using the supplied separator as the delimiter.
COMMENT - Static variable in class org.jboss.dna.sequencer.xml.DnaXmlLexicon
 
comment(char[], int, int) - Method in class org.jboss.dna.sequencer.xml.XmlSequencerHandler
COMMENT_CONTENT - Static variable in class org.jboss.dna.sequencer.xml.DnaXmlLexicon
 
CommonI18n - Class in org.jboss.dna.common
 
CommonI18n() - Constructor for class org.jboss.dna.common.CommonI18n
 
compare(Double, Double) - Method in class org.jboss.dna.common.math.DoubleOperations
 
compare(Duration, Duration) - Method in class org.jboss.dna.common.math.DurationOperations
 
compare(Float, Float) - Method in class org.jboss.dna.common.math.FloatOperations
 
compare(Integer, Integer) - Method in class org.jboss.dna.common.math.IntegerOperations
 
compare(Long, Long) - Method in class org.jboss.dna.common.math.LongOperations
 
compare(T, T) - Method in interface org.jboss.dna.common.math.MathOperations
Compare the two operands and return an integer that describes whether the first value is larger, smaller or the same as the second value.
compare(Short, Short) - Method in class org.jboss.dna.common.math.ShortOperations
 
compareTo(ComponentConfig) - Method in class org.jboss.dna.common.component.ComponentConfig
compareTo(Duration) - Method in class org.jboss.dna.common.math.Duration
compareTo(Histogram<T>.Bucket) - Method in class org.jboss.dna.common.statistic.Histogram.Bucket
 
compareTo(Stopwatch) - Method in class org.jboss.dna.common.statistic.Stopwatch
 
compareTo(ContributionStatistics.Data) - Method in class org.jboss.dna.connector.federation.contribution.ContributionStatistics.Data
This orders the values in the opposite order, so that those with larger numbers of instances appear first.
compareTo(FederatedWorkspace) - Method in class org.jboss.dna.connector.federation.FederatedWorkspace
compareTo(Projection) - Method in class org.jboss.dna.connector.federation.Projection
compareTo(Projection.Rule) - Method in class org.jboss.dna.connector.federation.Projection.PathRule
compareTo(Binary) - Method in class org.jboss.dna.graph.property.basic.AbstractBinary
compareTo(Path) - Method in class org.jboss.dna.graph.property.basic.AbstractPath
compareTo(Name) - Method in class org.jboss.dna.graph.property.basic.BasicName
compareTo(NamespaceRegistry.Namespace) - Method in class org.jboss.dna.graph.property.basic.BasicNamespace
compareTo(Path.Segment) - Method in class org.jboss.dna.graph.property.basic.BasicPathSegment
compareTo(Property) - Method in class org.jboss.dna.graph.property.basic.BasicProperty
compareTo(DateTime) - Method in class org.jboss.dna.graph.property.basic.JodaDateTime
compareTo(Path) - Method in class org.jboss.dna.graph.property.basic.RootPath
compareTo(Reference) - Method in class org.jboss.dna.graph.property.basic.UuidReference
compareTo(MavenId) - Method in class org.jboss.dna.maven.MavenId
compareTo(MavenId.Version) - Method in class org.jboss.dna.maven.MavenId.Version
compareTo(SequencerOutputMap.PropertyValue) - Method in class org.jboss.dna.repository.sequencer.SequencerOutputMap.PropertyValue
CompilationUnitParser - Class in org.jboss.dna.sequencer.java
The Parser, that process the a compilation unit.
CompilationUnitParser() - Constructor for class org.jboss.dna.sequencer.java.CompilationUnitParser
 
compile(String) - Static method in class org.jboss.dna.graph.property.PathExpression
Compile the supplied expression and return the resulting path expression instance.
compile(String) - Static method in class org.jboss.dna.repository.sequencer.SequencerPathExpression
Compile the supplied expression and return the resulting SequencerPathExpression instance.
Component<T extends ComponentConfig> - Interface in org.jboss.dna.common.component
The interface for a DNA component, which sequences nodes and their content to extract additional information from the information.
componentClassnameNotValid - Static variable in class org.jboss.dna.common.CommonI18n
 
ComponentConfig - Class in org.jboss.dna.common.component
 
ComponentConfig(String, String, String, String...) - Constructor for class org.jboss.dna.common.component.ComponentConfig
Create a component configuration.
ComponentConfig(String, String, Map<String, Object>, String, String...) - Constructor for class org.jboss.dna.common.component.ComponentConfig
Create a component configuration.
ComponentConfig(String, String, long, Map<String, Object>, String, String...) - Constructor for class org.jboss.dna.common.component.ComponentConfig
Create a component configuration.
ComponentLibrary<ComponentType,ConfigType extends ComponentConfig> - Class in org.jboss.dna.common.component
Maintains the list of component instances for the system.
ComponentLibrary() - Constructor for class org.jboss.dna.common.component.ComponentLibrary
Create a new library of components.
ComponentLibrary(boolean) - Constructor for class org.jboss.dna.common.component.ComponentLibrary
Create a new library of components.
componentNotConfigured - Static variable in class org.jboss.dna.common.CommonI18n
 
CompositeRequest - Class in org.jboss.dna.graph.request
A request that wraps multiple other requests, allowing multiple requests to be treated as a single request.
compute(Object...) - Static method in class org.jboss.dna.common.util.HashCode
Compute a combined hash code from the supplied objects.
computeHash(String) - Method in class org.jboss.dna.connector.store.jpa.util.Serializer
 
CONFIGURATION_REPOSITORY_NAME - Static variable in class org.jboss.dna.repository.DnaEngine
 
Configurator<BuilderType> - Class in org.jboss.dna.repository
 
Configurator.And<ReturnType> - Interface in org.jboss.dna.repository
Continue with another aspect of configuration.
Configurator.Builder<ReturnType> - Interface in org.jboss.dna.repository
Interface used to build the configured component.
Configurator.ChooseClass<ComponentClassType,ReturnType> - Interface in org.jboss.dna.repository
The interface used to configure the class used for a component.
Configurator.ConfigRepositoryDetails<ReturnType> - Interface in org.jboss.dna.repository
Interface used to define the configuration repository.
Configurator.ConfigurationRepository - Class in org.jboss.dna.repository
 
Configurator.Initializer<ReturnType> - Interface in org.jboss.dna.repository
Interface used to initialize the configurator to use a specific repository containing configuration information.
Configurator.LoadedFrom<ReturnType> - Interface in org.jboss.dna.repository
Interface for specifying from where the component's class is to be loaded.
Configurator.MimeDetectorConfigurator<ReturnType> - Interface in org.jboss.dna.repository
Interface used to configure a MIME type detector.
Configurator.MimeTypeDetectorDetails<ReturnType> - Interface in org.jboss.dna.repository
Interface used to configure a MIME type detector.
Configurator.PathExpressionOutput<ReturnType> - Interface in org.jboss.dna.repository
Interface used to specify the output path expression for a sequencer configuration.
Configurator.PropertySetter<ReturnType> - Interface in org.jboss.dna.repository
The interface used to set the value for a JavaBean-style property.
Configurator.RepositoryConfigurator<ReturnType> - Interface in org.jboss.dna.repository
Interface used to configure a repository source.
Configurator.RepositoryDetails<ReturnType> - Interface in org.jboss.dna.repository
Interface used to configure a repository.
Configurator.SequencerConfigurator<ReturnType> - Interface in org.jboss.dna.repository
Interface used to configure a sequencer.
Configurator.SequencerDetails<ReturnType> - Interface in org.jboss.dna.repository
Interface used to configure a sequencer.
Configurator.SetDescription<ReturnType> - Interface in org.jboss.dna.repository
The interface used to set a description on a component.
Configurator.SetName<ReturnType> - Interface in org.jboss.dna.repository
The interface used to set a human readable name on a component.
Configurator.SetProperties<ReturnType> - Interface in org.jboss.dna.repository
Interface for configuring the JavaBean-style properties of an object.
configure(Ejb3Configuration) - Method in class org.jboss.dna.connector.store.jpa.model.basic.BasicModel
Configure the entity class that will be used by JPA to store information in the database.
configure(Ejb3Configuration) - Method in class org.jboss.dna.connector.store.jpa.Model
Configure the entity class that will be used by JPA to store information in the database.
configure(Properties) - Method in class org.jboss.dna.maven.spi.AbstractMavenUrlProvider
Configure this provider given the configuration properties.
configure(Properties) - Method in class org.jboss.dna.maven.spi.JcrMavenUrlProvider
Configure this provider given the configuration properties. This method is intended to be called by the MavenRepository that instantiates this provider, and only once immediately after instantiation and before any calls to MavenUrlProvider.getUrl(MavenId, ArtifactType, SignatureType, boolean).
configure(Properties) - Method in interface org.jboss.dna.maven.spi.MavenUrlProvider
Configure this provider given the configuration properties.
conflictBehavior() - Method in class org.jboss.dna.graph.request.CopyBranchRequest
Get the expected behavior when copying the branch and the destination already has a node with the same name.
conflictBehavior() - Method in class org.jboss.dna.graph.request.CreateNodeRequest
Get the expected behavior when copying the branch and the destination already has a node with the same name.
conflictBehavior() - Method in class org.jboss.dna.graph.request.CreateWorkspaceRequest
Get the desired behavior if a workspace already exists with the desired workspace name .
conflictBehavior() - Method in class org.jboss.dna.graph.request.MoveBranchRequest
Get the expected behavior when copying the branch and the destination already has a node with the same name.
connectingFailureOrUserAuthenticationProblem - Static variable in class org.jboss.dna.connector.svn.SVNRepositoryConnectorI18n
 
connectorName - Static variable in class org.jboss.dna.connector.filesystem.FileSystemI18n
 
connectorName - Static variable in class org.jboss.dna.connector.jbosscache.JBossCacheConnectorI18n
 
connectorName - Static variable in class org.jboss.dna.connector.jdbc.JdbcMetadataI18n
 
connectorName - Static variable in class org.jboss.dna.connector.store.jpa.JpaConnectorI18n
 
connectorName - Static variable in class org.jboss.dna.connector.svn.SVNRepositoryConnectorI18n
 
ConsoleInput - Class in org.jboss.example.dna.repository
 
ConsoleInput(RepositoryClient, String[]) - Constructor for class org.jboss.example.dna.repository.ConsoleInput
Construct the console input and prompt for user input to interact with the RepositoryClient.
ConsoleInput - Class in org.jboss.example.dna.sequencer
 
ConsoleInput(SequencingClient) - Constructor for class org.jboss.example.dna.sequencer.ConsoleInput
 
constraintsChangedInSubtype - Static variable in class org.jboss.dna.jcr.JcrI18n
 
ConstructorMetadata - Class in org.jboss.dna.sequencer.java.metadata
 
ConstructorMetadata() - Constructor for class org.jboss.dna.sequencer.java.metadata.ConstructorMetadata
 
contains(Object) - Method in class org.jboss.dna.common.collection.ImmutableAppendedList
contains(Object) - Method in class org.jboss.dna.common.collection.UnmodifiableProperties
contains(Collection<?>, Object, String) - Static method in class org.jboss.dna.common.util.CheckArg
Check that the collection contains the value
contains(String, String) - Method in class org.jboss.dna.connector.federation.FederatedWorkspace
Determine whether this workspace has a projection supplied contribution
containsAll(Collection<?>) - Method in class org.jboss.dna.common.collection.ImmutableAppendedList
containsKey(Object) - Method in class org.jboss.dna.common.collection.UnmodifiableProperties
containsKey(Map<?, ?>, Object, String) - Static method in class org.jboss.dna.common.util.CheckArg
Check that the map contains the key
containsNoNulls(Iterable<?>, String) - Static method in class org.jboss.dna.common.util.CheckArg
Check that the collection is not null and contains no nulls
containsNoNulls(Object[], String) - Static method in class org.jboss.dna.common.util.CheckArg
Check that the array is not null and contains no nulls
containsValue(Object) - Method in class org.jboss.dna.common.collection.UnmodifiableProperties
CONTENT - Static variable in class org.jboss.dna.graph.JcrLexicon
 
CONTENT - Static variable in class org.jboss.dna.jcr.JcrLexicon
 
CONTENT_NODE_NAME - Static variable in class org.jboss.dna.maven.spi.JcrMavenUrlProvider
 
CONTENT_PROPERTY_NAME - Static variable in class org.jboss.dna.maven.spi.JcrMavenUrlProvider
 
ContentInfo - Class in org.jboss.example.dna.sequencer
 
Contribution - Class in org.jboss.dna.connector.federation.contribution
The contribution of a source to the information for a single federated node.
ContributionStatistics - Class in org.jboss.dna.connector.federation.contribution
Simple utility class to record the distribution of contributions.
ContributionStatistics() - Constructor for class org.jboss.dna.connector.federation.contribution.ContributionStatistics
 
ContributionStatistics.Data - Class in org.jboss.dna.connector.federation.contribution
 
ContributionStatistics.Stats - Class in org.jboss.dna.connector.federation.contribution
 
convertArgumentClassesToPrimitives(Class<?>...) - Static method in class org.jboss.dna.common.util.Reflection
Convert any argument classes to primitives.
convertFileToURL(String) - Static method in class org.jboss.dna.common.util.FileUtil
Utility to convert File to URL.
copy(File, File) - Static method in class org.jboss.dna.common.util.FileUtil
Copy the source file system structure into the supplied target location.
copy(Node) - Method in class org.jboss.dna.graph.Graph.Batch
Begin the request to copy the specified node into a parent node at a different location, which is specified via the into(...)
copy(Location) - Method in class org.jboss.dna.graph.Graph.Batch
Begin the request to copy a node at the specified location into a parent node at a different location, which is specified via the into(...)
copy(String) - Method in class org.jboss.dna.graph.Graph.Batch
Begin the request to copy a node located at the supplied path into a parent node at a different location, which is specified via the into(...)
copy(Path) - Method in class org.jboss.dna.graph.Graph.Batch
Begin the request to copy a node located at the supplied path into a parent node at a different location, which is specified via the into(...)
copy(UUID) - Method in class org.jboss.dna.graph.Graph.Batch
Begin the request to copy a node with the specified unique identifier into a parent node at a different location, which is specified via the into(...)
copy(Property) - Method in class org.jboss.dna.graph.Graph.Batch
Begin the request to copy a node with the specified unique identification property into a parent node at a different location, which is specified via the into(...)
copy(Property, Property...) - Method in class org.jboss.dna.graph.Graph.Batch
Begin the request to copy a node with the specified identification properties into a parent node at a different location, which is specified via the into(...)
copy(Iterable<Property>) - Method in class org.jboss.dna.graph.Graph.Batch
Begin the request to copy a node with the specified identification properties into a parent node at a different location, which is specified via the into(...)
copy(Node) - Method in class org.jboss.dna.graph.Graph
Begin the request to copy the specified node into a parent node at a different location, which is specified via the into(...)
copy(Location) - Method in class org.jboss.dna.graph.Graph
Begin the request to copy a node at the specified location into a parent node at a different location, which is specified via the into(...)
copy(String) - Method in class org.jboss.dna.graph.Graph
Begin the request to copy a node located at the supplied path into a parent node at a different location, which is specified via the into(...)
copy(Path) - Method in class org.jboss.dna.graph.Graph
Begin the request to copy a node located at the supplied path into a parent node at a different location, which is specified via the into(...)
copy(UUID) - Method in class org.jboss.dna.graph.Graph
Begin the request to copy a node with the specified unique identifier into a parent node at a different location, which is specified via the into(...)
copy(Property) - Method in class org.jboss.dna.graph.Graph
Begin the request to copy a node with the specified unique identification property into a parent node at a different location, which is specified via the into(...)
copy(Property, Property...) - Method in class org.jboss.dna.graph.Graph
Begin the request to copy a node with the specified identification properties into a parent node at a different location, which is specified via the into(...)
copyBranch(Location, String, Location, String, Name) - Method in class org.jboss.dna.graph.request.BatchRequestBuilder
Add a request to copy a branch to another.
copyBranch(Location, String, Location, String, Name, NodeConflictBehavior) - Method in class org.jboss.dna.graph.request.BatchRequestBuilder
Add a request to copy a branch to another.
copyBranch(Location, String, Location, String, Name, NodeConflictBehavior) - Method in class org.jboss.dna.graph.request.RequestBuilder
Add a request to copy a branch to another.
CopyBranchRequest - Class in org.jboss.dna.graph.request
Instruction that a branch be copied from one location into another.
CopyBranchRequest(Location, String, Location, String) - Constructor for class org.jboss.dna.graph.request.CopyBranchRequest
Create a request to copy a branch to another.
CopyBranchRequest(Location, String, Location, String, Name) - Constructor for class org.jboss.dna.graph.request.CopyBranchRequest
Create a request to copy a branch to another.
CopyBranchRequest(Location, String, Location, String, Name, NodeConflictBehavior) - Constructor for class org.jboss.dna.graph.request.CopyBranchRequest
Create a request to copy a branch to another.
copyDirectory(String, String, long) - Method in interface org.jboss.dna.connector.scm.ScmActionFactory
 
copyDirectory(String, String, long) - Method in class org.jboss.dna.connector.svn.SVNRepositoryRequestProcessor
CoreMetaData - Interface in org.jboss.dna.common.jdbc.model.api
Provides core metadata functionality
CoreMetaDataBean - Class in org.jboss.dna.common.jdbc.model.spi
Provides core metadata functionality
CoreMetaDataBean() - Constructor for class org.jboss.dna.common.jdbc.model.spi.CoreMetaDataBean
Default constructor
count() - Method in class org.jboss.dna.graph.request.ReadBlockOfChildrenRequest
Get the maximum number of children that may be returned in the block.
count() - Method in class org.jboss.dna.graph.request.ReadNextBlockOfChildrenRequest
Get the maximum number of children that may be returned in the block.
countAllReferencesResolved(Long, EntityManager) - Static method in class org.jboss.dna.connector.store.jpa.model.basic.ReferenceEntity
Delete all references that start from nodes that do not support enforced referential integrity.
create(int) - Method in class org.jboss.dna.common.math.DoubleOperations
 
create(long) - Method in class org.jboss.dna.common.math.DoubleOperations
 
create(double) - Method in class org.jboss.dna.common.math.DoubleOperations
 
create(int) - Method in class org.jboss.dna.common.math.DurationOperations
 
create(long) - Method in class org.jboss.dna.common.math.DurationOperations
 
create(double) - Method in class org.jboss.dna.common.math.DurationOperations
 
create(int) - Method in class org.jboss.dna.common.math.FloatOperations
 
create(long) - Method in class org.jboss.dna.common.math.FloatOperations
 
create(double) - Method in class org.jboss.dna.common.math.FloatOperations
 
create(int) - Method in class org.jboss.dna.common.math.IntegerOperations
 
create(long) - Method in class org.jboss.dna.common.math.IntegerOperations
 
create(double) - Method in class org.jboss.dna.common.math.IntegerOperations
 
create(int) - Method in class org.jboss.dna.common.math.LongOperations
 
create(long) - Method in class org.jboss.dna.common.math.LongOperations
 
create(double) - Method in class org.jboss.dna.common.math.LongOperations
 
create(int) - Method in interface org.jboss.dna.common.math.MathOperations
Convert the integer representation into the natural object representation.
create(long) - Method in interface org.jboss.dna.common.math.MathOperations
Convert the long representation into the natural object representation.
create(double) - Method in interface org.jboss.dna.common.math.MathOperations
Convert the double representation into the natural object representation.
create(int) - Method in class org.jboss.dna.common.math.ShortOperations
 
create(long) - Method in class org.jboss.dna.common.math.ShortOperations
 
create(double) - Method in class org.jboss.dna.common.math.ShortOperations
 
create(String, String, DateTime) - Static method in class org.jboss.dna.connector.federation.contribution.Contribution
Create an empty contribution from the named source.
create(String, String, Location, DateTime, Property) - Static method in class org.jboss.dna.connector.federation.contribution.Contribution
Create a contribution of a single property from the named source.
create(String, String, Location, DateTime, Location) - Static method in class org.jboss.dna.connector.federation.contribution.Contribution
Create a contribution of a single child from the named source.
create(String, String, Location, DateTime, Location, Location) - Static method in class org.jboss.dna.connector.federation.contribution.Contribution
Create a contribution of a single child from the named source.
create(String, String, Location, DateTime, Collection<Property>, List<Location>) - Static method in class org.jboss.dna.connector.federation.contribution.Contribution
Create a contribution of the supplied properties and children from the named source.
create(Contribution...) - Static method in class org.jboss.dna.connector.federation.merge.MergePlan
 
create(Collection<Contribution>) - Static method in class org.jboss.dna.connector.federation.merge.MergePlan
 
create(ExecutionContext, EntityManager, Long, UUID, Path, int) - Static method in class org.jboss.dna.connector.store.jpa.model.basic.SubgraphQuery
Create a query that returns a subgraph at and below the node with the supplied path and the supplied UUID.
create(String) - Method in class org.jboss.dna.connector.store.jpa.util.Workspaces
Create a workspace with the supplied name.
create(AccessControlContext) - Method in class org.jboss.dna.graph.ExecutionContext
Creates an ExecutionContext that is the same as this context, but which uses the supplied access control context.
create(LoginContext) - Method in class org.jboss.dna.graph.ExecutionContext
Create an ExecutionContext that is the same as this context, but which uses the supplied LoginContext.
create(String) - Method in class org.jboss.dna.graph.Graph.Batch
Begin the request to create a node located at the supplied path.
create(String, Property) - Method in class org.jboss.dna.graph.Graph.Batch
Begin the request to create a node located at the supplied path.
create(String, Property, Property...) - Method in class org.jboss.dna.graph.Graph.Batch
Begin the request to create a node located at the supplied path.
create(Path) - Method in class org.jboss.dna.graph.Graph.Batch
Begin the request to create a node located at the supplied path.
create(Path, Iterable<Property>) - Method in class org.jboss.dna.graph.Graph.Batch
Begin the request to create a node located at the supplied path.
create(Path, Property) - Method in class org.jboss.dna.graph.Graph.Batch
Begin the request to create a node located at the supplied path.
create(Path, Property, Property...) - Method in class org.jboss.dna.graph.Graph.Batch
Begin the request to create a node located at the supplied path.
create(String, RepositoryConnectionFactory, ExecutionContext) - Static method in class org.jboss.dna.graph.Graph
Create a graph instance that uses the supplied repository and context.
create(RepositoryConnection, ExecutionContext) - Static method in class org.jboss.dna.graph.Graph
Create a graph instance that uses the supplied RepositoryConnection and context.
create(RepositorySource, ExecutionContext) - Static method in class org.jboss.dna.graph.Graph
Create a graph instance that uses the supplied RepositoryConnection and context.
create(String) - Method in class org.jboss.dna.graph.Graph
Begin the request to create a node located at the supplied path.
create(Path) - Method in class org.jboss.dna.graph.Graph
Begin the request to create a node located at the supplied path.
create(String, Property...) - Method in class org.jboss.dna.graph.Graph
Begin the request to create a node located at the supplied path.
create(Path, Property...) - Method in class org.jboss.dna.graph.Graph
Begin the request to create a node located at the supplied path.
create(Path, Iterable<Property>) - Method in class org.jboss.dna.graph.Graph
Begin the request to create a node located at the supplied path, if the node does not exist.
create(Path, List<Property>) - Method in interface org.jboss.dna.graph.io.Destination
Create a node at the supplied path and with the supplied attributes.
create(Path, Property, Property...) - Method in interface org.jboss.dna.graph.io.Destination
Create a node at the supplied path and with the supplied attributes.
create(Path, List<Property>) - Method in class org.jboss.dna.graph.io.GraphBatchDestination
Create a node at the supplied path and with the supplied attributes.
create(Path, Property, Property...) - Method in class org.jboss.dna.graph.io.GraphBatchDestination
Create a node at the supplied path and with the supplied attributes.
create(Path) - Static method in class org.jboss.dna.graph.Location
Create a location defined by a path.
create(UUID) - Static method in class org.jboss.dna.graph.Location
Create a location defined by a UUID.
create(Path, UUID) - Static method in class org.jboss.dna.graph.Location
Create a location defined by a path and an UUID.
create(Path, Property) - Static method in class org.jboss.dna.graph.Location
Create a location defined by a path and a single identification property.
create(Path, Property, Property...) - Static method in class org.jboss.dna.graph.Location
Create a location defined by a path and multiple identification properties.
create(Path, Iterable<Property>) - Static method in class org.jboss.dna.graph.Location
Create a location defined by a path and an iterator over identification properties.
create(Property) - Static method in class org.jboss.dna.graph.Location
Create a location defined by a single identification property.
create(Property, Property...) - Static method in class org.jboss.dna.graph.Location
Create a location defined by multiple identification properties.
create(Iterable<Property>) - Static method in class org.jboss.dna.graph.Location
Create a location defined by a path and an iterator over identification properties.
create(List<Property>) - Static method in class org.jboss.dna.graph.Location
Create a location defined by multiple identification properties.
create(String) - Method in class org.jboss.dna.graph.property.basic.AbstractBinaryValueFactory
Create a value from a string, using no decoding.
create(String, TextDecoder) - Method in class org.jboss.dna.graph.property.basic.AbstractBinaryValueFactory
Create a value from a string, using the supplied decoder.
create(int) - Method in class org.jboss.dna.graph.property.basic.AbstractBinaryValueFactory
Create a value from an integer.
create(long) - Method in class org.jboss.dna.graph.property.basic.AbstractBinaryValueFactory
Create a long from a string.
create(boolean) - Method in class org.jboss.dna.graph.property.basic.AbstractBinaryValueFactory
Create a boolean from a string.
create(float) - Method in class org.jboss.dna.graph.property.basic.AbstractBinaryValueFactory
Create a value from a float.
create(double) - Method in class org.jboss.dna.graph.property.basic.AbstractBinaryValueFactory
Create a value from a double.
create(BigDecimal) - Method in class org.jboss.dna.graph.property.basic.AbstractBinaryValueFactory
Create a value from a decimal.
create(Calendar) - Method in class org.jboss.dna.graph.property.basic.AbstractBinaryValueFactory
Create a value from a Calendar instance.
create(Date) - Method in class org.jboss.dna.graph.property.basic.AbstractBinaryValueFactory
Create a value from a date.
create(DateTime) - Method in class org.jboss.dna.graph.property.basic.AbstractBinaryValueFactory
Create a value from a date-time instant.
create(Name) - Method in class org.jboss.dna.graph.property.basic.AbstractBinaryValueFactory
Create a value from a name.
create(Path) - Method in class org.jboss.dna.graph.property.basic.AbstractBinaryValueFactory
Create a value from a path.
create(Reference) - Method in class org.jboss.dna.graph.property.basic.AbstractBinaryValueFactory
Create a value from a reference.
create(URI) - Method in class org.jboss.dna.graph.property.basic.AbstractBinaryValueFactory
Create a value from a URI.
create(UUID) - Method in class org.jboss.dna.graph.property.basic.AbstractBinaryValueFactory
Create a value from a UUID.
create(Binary) - Method in class org.jboss.dna.graph.property.basic.AbstractBinaryValueFactory
Create a value from the binary content given by the supplied stream.
create(InputStream, long) - Method in class org.jboss.dna.graph.property.basic.AbstractBinaryValueFactory
Create a value from the binary content given by the supplied stream.
create(Reader, long) - Method in class org.jboss.dna.graph.property.basic.AbstractBinaryValueFactory
Create a value from a the binary content given by the supplied reader.
create(File) - Method in class org.jboss.dna.graph.property.basic.AbstractBinaryValueFactory
Create a binary value from the given file.
create(Reader, long, byte[]) - Method in class org.jboss.dna.graph.property.basic.AbstractBinaryValueFactory
Create a value from the binary content given by the supplied reader, the approximate length, and the SHA-1 secure hash of the content. This implementation does not manage or share the in-memory binary values, so this implementation is identical to calling AbstractBinaryValueFactory.create(Reader, long).
create(InputStream, long, byte[]) - Method in class org.jboss.dna.graph.property.basic.AbstractBinaryValueFactory
Create a value from the binary content given by the supplied stream, the approximate length, and the SHA-1 secure hash of the content. This implementation does not manage or share the in-memory binary values, so this implementation is identical to calling AbstractBinaryValueFactory.create(InputStream, long).
create(Object) - Method in class org.jboss.dna.graph.property.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.property.basic.AbstractValueFactory
Create an array of values from an array of decimal values.
create(boolean[]) - Method in class org.jboss.dna.graph.property.basic.AbstractValueFactory
Create an array of values from an array of booleans.
create(byte[][]) - Method in class org.jboss.dna.graph.property.basic.AbstractValueFactory
Create an array of values from the array of binary content.
create(Calendar[]) - Method in class org.jboss.dna.graph.property.basic.AbstractValueFactory
Create an array of values from an array of Calendar instances.
create(Date[]) - Method in class org.jboss.dna.graph.property.basic.AbstractValueFactory
Create an array of values from an array of dates.
create(DateTime[]) - Method in class org.jboss.dna.graph.property.basic.AbstractValueFactory
Create an array of values from an array of DateTime instants.
create(double[]) - Method in class org.jboss.dna.graph.property.basic.AbstractValueFactory
Create an array of values from an array of doubles.
create(float[]) - Method in class org.jboss.dna.graph.property.basic.AbstractValueFactory
Create an array of values from an array of floats.
create(int[]) - Method in class org.jboss.dna.graph.property.basic.AbstractValueFactory
Create an array of values from an array of integers.
create(long[]) - Method in class org.jboss.dna.graph.property.basic.AbstractValueFactory
Create an array of values from an array of longs.
create(Name[]) - Method in class org.jboss.dna.graph.property.basic.AbstractValueFactory
Create an array of values from an array of names.
create(Object[]) - Method in class org.jboss.dna.graph.property.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.property.basic.AbstractValueFactory
Create an array of values from an array of paths.
create(Reference[]) - Method in class org.jboss.dna.graph.property.basic.AbstractValueFactory
Create an array of values from an array of references.
create(String[], TextDecoder) - Method in class org.jboss.dna.graph.property.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.property.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.property.basic.AbstractValueFactory
Create an array of values from an array of URIs.
create(UUID[]) - Method in class org.jboss.dna.graph.property.basic.AbstractValueFactory
Create an array of values from an array of UUIDs.
create(Binary[]) - Method in class org.jboss.dna.graph.property.basic.AbstractValueFactory
Create an array of values from the array of binary objects.
create(Iterator<?>) - Method in class org.jboss.dna.graph.property.basic.AbstractValueFactory
Create an iterator over the values (of an unknown type).
create(Iterable<?>) - Method in class org.jboss.dna.graph.property.basic.AbstractValueFactory
Create an iterable with the values (of an unknown type).
create(Name, Iterable<?>) - Method in class org.jboss.dna.graph.property.basic.BasicPropertyFactory
Create a property with the supplied name and values
create(Name, Iterator<?>) - Method in class org.jboss.dna.graph.property.basic.BasicPropertyFactory
Create a property with the supplied name and values
create(Name, Object...) - Method in class org.jboss.dna.graph.property.basic.BasicPropertyFactory
Create a property with the supplied name and values
create(Name, PropertyType, Object...) - Method in class org.jboss.dna.graph.property.basic.BasicPropertyFactory
Create a property with the supplied name and values
create(Name, PropertyType, Iterable<?>) - Method in class org.jboss.dna.graph.property.basic.BasicPropertyFactory
Create a property with the supplied name and values
create(Name, PropertyType, Iterator<?>) - Method in class org.jboss.dna.graph.property.basic.BasicPropertyFactory
Create a property with the supplied name and values
create(String) - Method in class org.jboss.dna.graph.property.basic.BooleanValueFactory
Create a value from a string, using no decoding.
create(String, TextDecoder) - Method in class org.jboss.dna.graph.property.basic.BooleanValueFactory
Create a value from a string, using the supplied decoder.
create(int) - Method in class org.jboss.dna.graph.property.basic.BooleanValueFactory
Create a value from an integer.
create(long) - Method in class org.jboss.dna.graph.property.basic.BooleanValueFactory
Create a long from a string.
create(boolean) - Method in class org.jboss.dna.graph.property.basic.BooleanValueFactory
Create a boolean from a string.
create(float) - Method in class org.jboss.dna.graph.property.basic.BooleanValueFactory
Create a value from a float.
create(double) - Method in class org.jboss.dna.graph.property.basic.BooleanValueFactory
Create a value from a double.
create(BigDecimal) - Method in class org.jboss.dna.graph.property.basic.BooleanValueFactory
Create a value from a decimal.
create(Calendar) - Method in class org.jboss.dna.graph.property.basic.BooleanValueFactory
Create a value from a Calendar instance.
create(Date) - Method in class org.jboss.dna.graph.property.basic.BooleanValueFactory
Create a value from a date.
create(DateTime) - Method in class org.jboss.dna.graph.property.basic.BooleanValueFactory
Create a value from a date-time instant.
create(Name) - Method in class org.jboss.dna.graph.property.basic.BooleanValueFactory
Create a value from a name.
create(Path) - Method in class org.jboss.dna.graph.property.basic.BooleanValueFactory
Create a value from a path.
create(Reference) - Method in class org.jboss.dna.graph.property.basic.BooleanValueFactory
Create a value from a reference.
create(URI) - Method in class org.jboss.dna.graph.property.basic.BooleanValueFactory
Create a value from a URI.
create(UUID) - Method in class org.jboss.dna.graph.property.basic.BooleanValueFactory
Create a value from a UUID.
create(byte[]) - Method in class org.jboss.dna.graph.property.basic.BooleanValueFactory
Create a value from the binary content given by the supplied array.
create(Binary) - Method in class org.jboss.dna.graph.property.basic.BooleanValueFactory
Create a value from the binary content given by the supplied stream.
create(InputStream, long) - Method in class org.jboss.dna.graph.property.basic.BooleanValueFactory
Create a value from the binary content given by the supplied stream.
create(Reader, long) - Method in class org.jboss.dna.graph.property.basic.BooleanValueFactory
Create a value from a the binary content given by the supplied reader.
create(String) - Method in class org.jboss.dna.graph.property.basic.DecimalValueFactory
Create a value from a string, using no decoding.
create(String, TextDecoder) - Method in class org.jboss.dna.graph.property.basic.DecimalValueFactory
Create a value from a string, using the supplied decoder.
create(int) - Method in class org.jboss.dna.graph.property.basic.DecimalValueFactory
Create a value from an integer.
create(long) - Method in class org.jboss.dna.graph.property.basic.DecimalValueFactory
Create a long from a string.
create(boolean) - Method in class org.jboss.dna.graph.property.basic.DecimalValueFactory
Create a boolean from a string.
create(float) - Method in class org.jboss.dna.graph.property.basic.DecimalValueFactory
Create a value from a float.
create(double) - Method in class org.jboss.dna.graph.property.basic.DecimalValueFactory
Create a value from a double.
create(BigDecimal) - Method in class org.jboss.dna.graph.property.basic.DecimalValueFactory
Create a value from a decimal.
create(Calendar) - Method in class org.jboss.dna.graph.property.basic.DecimalValueFactory
Create a value from a Calendar instance.
create(Date) - Method in class org.jboss.dna.graph.property.basic.DecimalValueFactory
Create a value from a date.
create(DateTime) - Method in class org.jboss.dna.graph.property.basic.DecimalValueFactory
Create a value from a date-time instant.
create(Name) - Method in class org.jboss.dna.graph.property.basic.DecimalValueFactory
Create a value from a name.
create(Path) - Method in class org.jboss.dna.graph.property.basic.DecimalValueFactory
Create a value from a path.
create(Reference) - Method in class org.jboss.dna.graph.property.basic.DecimalValueFactory
Create a value from a reference.
create(URI) - Method in class org.jboss.dna.graph.property.basic.DecimalValueFactory
Create a value from a URI.
create(UUID) - Method in class org.jboss.dna.graph.property.basic.DecimalValueFactory
Create a value from a UUID.
create(byte[]) - Method in class org.jboss.dna.graph.property.basic.DecimalValueFactory
Create a value from the binary content given by the supplied array.
create(Binary) - Method in class org.jboss.dna.graph.property.basic.DecimalValueFactory
Create a value from the binary content given by the supplied stream.
create(InputStream, long) - Method in class org.jboss.dna.graph.property.basic.DecimalValueFactory
Create a value from the binary content given by the supplied stream.
create(Reader, long) - Method in class org.jboss.dna.graph.property.basic.DecimalValueFactory
Create a value from a the binary content given by the supplied reader.
create(String) - Method in class org.jboss.dna.graph.property.basic.DoubleValueFactory
Create a value from a string, using no decoding.
create(String, TextDecoder) - Method in class org.jboss.dna.graph.property.basic.DoubleValueFactory
Create a value from a string, using the supplied decoder.
create(int) - Method in class org.jboss.dna.graph.property.basic.DoubleValueFactory
Create a value from an integer.
create(long) - Method in class org.jboss.dna.graph.property.basic.DoubleValueFactory
Create a long from a string.
create(boolean) - Method in class org.jboss.dna.graph.property.basic.DoubleValueFactory
Create a boolean from a string.
create(float) - Method in class org.jboss.dna.graph.property.basic.DoubleValueFactory
Create a value from a float.
create(double) - Method in class org.jboss.dna.graph.property.basic.DoubleValueFactory
Create a value from a double.
create(BigDecimal) - Method in class org.jboss.dna.graph.property.basic.DoubleValueFactory
Create a value from a decimal.
create(Calendar) - Method in class org.jboss.dna.graph.property.basic.DoubleValueFactory
Create a value from a Calendar instance.
create(Date) - Method in class org.jboss.dna.graph.property.basic.DoubleValueFactory
Create a value from a date.
create(DateTime) - Method in class org.jboss.dna.graph.property.basic.DoubleValueFactory
Create a value from a date-time instant.
create(Name) - Method in class org.jboss.dna.graph.property.basic.DoubleValueFactory
Create a value from a name.
create(Path) - Method in class org.jboss.dna.graph.property.basic.DoubleValueFactory
Create a value from a path.
create(Reference) - Method in class org.jboss.dna.graph.property.basic.DoubleValueFactory
Create a value from a reference.
create(URI) - Method in class org.jboss.dna.graph.property.basic.DoubleValueFactory
Create a value from a URI.
create(UUID) - Method in class org.jboss.dna.graph.property.basic.DoubleValueFactory
Create a value from a UUID.
create(byte[]) - Method in class org.jboss.dna.graph.property.basic.DoubleValueFactory
Create a value from the binary content given by the supplied array.
create(Binary) - Method in class org.jboss.dna.graph.property.basic.DoubleValueFactory
Create a value from the binary content given by the supplied stream.
create(InputStream, long) - Method in class org.jboss.dna.graph.property.basic.DoubleValueFactory
Create a value from the binary content given by the supplied stream.
create(Reader, long) - Method in class org.jboss.dna.graph.property.basic.DoubleValueFactory
Create a value from a the binary content given by the supplied reader.
create(byte[]) - Method in class org.jboss.dna.graph.property.basic.InMemoryBinaryValueFactory
Create a value from the binary content given by the supplied array.
create(String) - Method in class org.jboss.dna.graph.property.basic.JodaDateTimeValueFactory
Create a value from a string, using no decoding.
create(String, TextDecoder) - Method in class org.jboss.dna.graph.property.basic.JodaDateTimeValueFactory
Create a value from a string, using the supplied decoder.
create(int) - Method in class org.jboss.dna.graph.property.basic.JodaDateTimeValueFactory
Create a value from an integer.
create(long) - Method in class org.jboss.dna.graph.property.basic.JodaDateTimeValueFactory
Create a long from a string.
create(boolean) - Method in class org.jboss.dna.graph.property.basic.JodaDateTimeValueFactory
Create a boolean from a string.
create(float) - Method in class org.jboss.dna.graph.property.basic.JodaDateTimeValueFactory
Create a value from a float.
create(double) - Method in class org.jboss.dna.graph.property.basic.JodaDateTimeValueFactory
Create a value from a double.
create(BigDecimal) - Method in class org.jboss.dna.graph.property.basic.JodaDateTimeValueFactory
Create a value from a decimal.
create(Calendar) - Method in class org.jboss.dna.graph.property.basic.JodaDateTimeValueFactory
Create a value from a Calendar instance.
create(Date) - Method in class org.jboss.dna.graph.property.basic.JodaDateTimeValueFactory
Create a value from a date.
create(DateTime) - Method in class org.jboss.dna.graph.property.basic.JodaDateTimeValueFactory
Create a value from a date-time instant.
create(Name) - Method in class org.jboss.dna.graph.property.basic.JodaDateTimeValueFactory
Create a value from a name.
create(Path) - Method in class org.jboss.dna.graph.property.basic.JodaDateTimeValueFactory
Create a value from a path.
create(Reference) - Method in class org.jboss.dna.graph.property.basic.JodaDateTimeValueFactory
Create a value from a reference.
create(URI) - Method in class org.jboss.dna.graph.property.basic.JodaDateTimeValueFactory
Create a value from a URI.
create(UUID) - Method in class org.jboss.dna.graph.property.basic.JodaDateTimeValueFactory
Create a value from a UUID.
create(byte[]) - Method in class org.jboss.dna.graph.property.basic.JodaDateTimeValueFactory
Create a value from the binary content given by the supplied array.
create(Binary) - Method in class org.jboss.dna.graph.property.basic.JodaDateTimeValueFactory
Create a value from the binary content given by the supplied stream.
create(InputStream, long) - Method in class org.jboss.dna.graph.property.basic.JodaDateTimeValueFactory
Create a value from the binary content given by the supplied stream.
create(Reader, long) - Method in class org.jboss.dna.graph.property.basic.JodaDateTimeValueFactory
Create a value from a the binary content given by the supplied reader.
create() - Method in class org.jboss.dna.graph.property.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.property.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.property.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.property.basic.JodaDateTimeValueFactory
Create a date-time instance given the individual values for the fields
create(DateTime, long) - Method in class org.jboss.dna.graph.property.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.property.basic.LongValueFactory
Create a value from a string, using no decoding.
create(String, TextDecoder) - Method in class org.jboss.dna.graph.property.basic.LongValueFactory
Create a value from a string, using the supplied decoder.
create(int) - Method in class org.jboss.dna.graph.property.basic.LongValueFactory
Create a value from an integer.
create(long) - Method in class org.jboss.dna.graph.property.basic.LongValueFactory
Create a long from a string.
create(boolean) - Method in class org.jboss.dna.graph.property.basic.LongValueFactory
Create a boolean from a string.
create(float) - Method in class org.jboss.dna.graph.property.basic.LongValueFactory
Create a value from a float.
create(double) - Method in class org.jboss.dna.graph.property.basic.LongValueFactory
Create a value from a double.
create(BigDecimal) - Method in class org.jboss.dna.graph.property.basic.LongValueFactory
Create a value from a decimal.
create(Calendar) - Method in class org.jboss.dna.graph.property.basic.LongValueFactory
Create a value from a Calendar instance.
create(Date) - Method in class org.jboss.dna.graph.property.basic.LongValueFactory
Create a value from a date.
create(DateTime) - Method in class org.jboss.dna.graph.property.basic.LongValueFactory
Create a value from a date-time instant.
create(Name) - Method in class org.jboss.dna.graph.property.basic.LongValueFactory
Create a value from a name.
create(Path) - Method in class org.jboss.dna.graph.property.basic.LongValueFactory
Create a value from a path.
create(Reference) - Method in class org.jboss.dna.graph.property.basic.LongValueFactory
Create a value from a reference.
create(URI) - Method in class org.jboss.dna.graph.property.basic.LongValueFactory
Create a value from a URI.
create(UUID) - Method in class org.jboss.dna.graph.property.basic.LongValueFactory
Create a value from a UUID.
create(byte[]) - Method in class org.jboss.dna.graph.property.basic.LongValueFactory
Create a value from the binary content given by the supplied array.
create(Binary) - Method in class org.jboss.dna.graph.property.basic.LongValueFactory
Create a value from the binary content given by the supplied stream.
create(InputStream, long) - Method in class org.jboss.dna.graph.property.basic.LongValueFactory
Create a value from the binary content given by the supplied stream.
create(Reader, long) - Method in class org.jboss.dna.graph.property.basic.LongValueFactory
Create a value from a the binary content given by the supplied reader.
create(String) - Method in class org.jboss.dna.graph.property.basic.NameValueFactory
Create a value from a string, using no decoding.
create(String, TextDecoder) - Method in class org.jboss.dna.graph.property.basic.NameValueFactory
Create a value from a string, using the supplied decoder.
create(String, String) - Method in class org.jboss.dna.graph.property.basic.NameValueFactory
Create a name from the given namespace URI and local name.
create(String, String, TextDecoder) - Method in class org.jboss.dna.graph.property.basic.NameValueFactory
Create a name from the given namespace URI and local name.
create(int) - Method in class org.jboss.dna.graph.property.basic.NameValueFactory
Create a value from an integer.
create(long) - Method in class org.jboss.dna.graph.property.basic.NameValueFactory
Create a long from a string.
create(boolean) - Method in class org.jboss.dna.graph.property.basic.NameValueFactory
Create a boolean from a string.
create(float) - Method in class org.jboss.dna.graph.property.basic.NameValueFactory
Create a value from a float.
create(double) - Method in class org.jboss.dna.graph.property.basic.NameValueFactory
Create a value from a double.
create(BigDecimal) - Method in class org.jboss.dna.graph.property.basic.NameValueFactory
Create a value from a decimal.
create(Calendar) - Method in class org.jboss.dna.graph.property.basic.NameValueFactory
Create a value from a Calendar instance.
create(Date) - Method in class org.jboss.dna.graph.property.basic.NameValueFactory
Create a value from a date.
create(DateTime) - Method in class org.jboss.dna.graph.property.basic.NameValueFactory
Create a value from a date-time instant.
create(Name) - Method in class org.jboss.dna.graph.property.basic.NameValueFactory
Create a value from a name.
create(Path) - Method in class org.jboss.dna.graph.property.basic.NameValueFactory
Create a value from a path.
create(Reference) - Method in class org.jboss.dna.graph.property.basic.NameValueFactory
Create a value from a reference.
create(URI) - Method in class org.jboss.dna.graph.property.basic.NameValueFactory
Create a value from a URI.
create(UUID) - Method in class org.jboss.dna.graph.property.basic.NameValueFactory
Create a value from a UUID.
create(byte[]) - Method in class org.jboss.dna.graph.property.basic.NameValueFactory
Create a value from the binary content given by the supplied array.
create(Binary) - Method in class org.jboss.dna.graph.property.basic.NameValueFactory
Create a value from the binary content given by the supplied stream.
create(InputStream, long) - Method in class org.jboss.dna.graph.property.basic.NameValueFactory
Create a value from the binary content given by the supplied stream.
create(Reader, long) - Method in class org.jboss.dna.graph.property.basic.NameValueFactory
Create a value from a the binary content given by the supplied reader.
create(String) - Method in class org.jboss.dna.graph.property.basic.ObjectValueFactory
Create a value from a string, using no decoding.
create(String, TextDecoder) - Method in class org.jboss.dna.graph.property.basic.ObjectValueFactory
Create a value from a string, using the supplied decoder.
create(int) - Method in class org.jboss.dna.graph.property.basic.ObjectValueFactory
Create a value from an integer.
create(long) - Method in class org.jboss.dna.graph.property.basic.ObjectValueFactory
Create a long from a string.
create(boolean) - Method in class org.jboss.dna.graph.property.basic.ObjectValueFactory
Create a boolean from a string.
create(float) - Method in class org.jboss.dna.graph.property.basic.ObjectValueFactory
Create a value from a float.
create(double) - Method in class org.jboss.dna.graph.property.basic.ObjectValueFactory
Create a value from a double.
create(BigDecimal) - Method in class org.jboss.dna.graph.property.basic.ObjectValueFactory
Create a value from a decimal.
create(Calendar) - Method in class org.jboss.dna.graph.property.basic.ObjectValueFactory
Create a value from a Calendar instance.
create(Date) - Method in class org.jboss.dna.graph.property.basic.ObjectValueFactory
Create a value from a date.
create(DateTime) - Method in class org.jboss.dna.graph.property.basic.ObjectValueFactory
Create a value from a date-time instant.
create(Name) - Method in class org.jboss.dna.graph.property.basic.ObjectValueFactory
Create a value from a name.
create(Path) - Method in class org.jboss.dna.graph.property.basic.ObjectValueFactory
Create a value from a path.
create(Reference) - Method in class org.jboss.dna.graph.property.basic.ObjectValueFactory
Create a value from a reference.
create(URI) - Method in class org.jboss.dna.graph.property.basic.ObjectValueFactory
Create a value from a URI.
create(UUID) - Method in class org.jboss.dna.graph.property.basic.ObjectValueFactory
Create a value from a UUID.
create(Object) - Method in class org.jboss.dna.graph.property.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.property.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.property.basic.ObjectValueFactory
Create a value from the binary content given by the supplied array.
create(Binary) - Method in class org.jboss.dna.graph.property.basic.ObjectValueFactory
Create a value from the binary content given by the supplied stream.
create(InputStream, long) - Method in class org.jboss.dna.graph.property.basic.ObjectValueFactory
Create a value from the binary content given by the supplied stream.
create(Reader, long) - Method in class org.jboss.dna.graph.property.basic.ObjectValueFactory
Create a value from a the binary content given by the supplied reader.
create(String) - Method in class org.jboss.dna.graph.property.basic.PathValueFactory
Create a value from a string, using no decoding.
create(String, TextDecoder) - Method in class org.jboss.dna.graph.property.basic.PathValueFactory
Create a value from a string, using the supplied decoder.
create(int) - Method in class org.jboss.dna.graph.property.basic.PathValueFactory
Create a value from an integer.
create(long) - Method in class org.jboss.dna.graph.property.basic.PathValueFactory
Create a long from a string.
create(boolean) - Method in class org.jboss.dna.graph.property.basic.PathValueFactory
Create a boolean from a string.
create(float) - Method in class org.jboss.dna.graph.property.basic.PathValueFactory
Create a value from a float.
create(double) - Method in class org.jboss.dna.graph.property.basic.PathValueFactory
Create a value from a double.
create(BigDecimal) - Method in class org.jboss.dna.graph.property.basic.PathValueFactory
Create a value from a decimal.
create(Calendar) - Method in class org.jboss.dna.graph.property.basic.PathValueFactory
Create a value from a Calendar instance.
create(Date) - Method in class org.jboss.dna.graph.property.basic.PathValueFactory
Create a value from a date.
create(DateTime) - Method in class org.jboss.dna.graph.property.basic.PathValueFactory
Create a value from a date-time instant.
create(Name) - Method in class org.jboss.dna.graph.property.basic.PathValueFactory
Create a value from a name.
create(Path) - Method in class org.jboss.dna.graph.property.basic.PathValueFactory
Create a value from a path.
create(Path, Path) - Method in class org.jboss.dna.graph.property.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.property.basic.PathValueFactory
Create a path by appending the supplied names to the parent path.
create(Path, String, int) - Method in class org.jboss.dna.graph.property.basic.PathValueFactory
Create a path by appending the supplied names to the parent path.
create(Path, Name...) - Method in class org.jboss.dna.graph.property.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.property.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.property.basic.PathValueFactory
Create a path by appending the supplied names to the parent path.
create(Path, String) - Method in class org.jboss.dna.graph.property.basic.PathValueFactory
Create a path by appending the supplied names to the parent path.
create(Reference) - Method in class org.jboss.dna.graph.property.basic.PathValueFactory
Create a value from a reference.
create(URI) - Method in class org.jboss.dna.graph.property.basic.PathValueFactory
Create a value from a URI.
create(UUID) - Method in class org.jboss.dna.graph.property.basic.PathValueFactory
Create a value from a UUID.
create(byte[]) - Method in class org.jboss.dna.graph.property.basic.PathValueFactory
Create a value from the binary content given by the supplied array.
create(Binary) - Method in class org.jboss.dna.graph.property.basic.PathValueFactory
Create a value from the binary content given by the supplied stream.
create(InputStream, long) - Method in class org.jboss.dna.graph.property.basic.PathValueFactory
Create a value from the binary content given by the supplied stream.
create(Reader, long) - Method in class org.jboss.dna.graph.property.basic.PathValueFactory
Create a value from a the binary content given by the supplied reader.
create(String) - Method in class org.jboss.dna.graph.property.basic.StringValueFactory
Create a value from a string, using no decoding.
create(String, TextDecoder) - Method in class org.jboss.dna.graph.property.basic.StringValueFactory
Create a value from a string, using the supplied decoder.
create(int) - Method in class org.jboss.dna.graph.property.basic.StringValueFactory
Create a value from an integer.
create(long) - Method in class org.jboss.dna.graph.property.basic.StringValueFactory
Create a long from a string.
create(boolean) - Method in class org.jboss.dna.graph.property.basic.StringValueFactory
Create a boolean from a string.
create(float) - Method in class org.jboss.dna.graph.property.basic.StringValueFactory
Create a value from a float.
create(double) - Method in class org.jboss.dna.graph.property.basic.StringValueFactory
Create a value from a double.
create(BigDecimal) - Method in class org.jboss.dna.graph.property.basic.StringValueFactory
Create a value from a decimal.
create(Calendar) - Method in class org.jboss.dna.graph.property.basic.StringValueFactory
Create a value from a Calendar instance.
create(Date) - Method in class org.jboss.dna.graph.property.basic.StringValueFactory
Create a value from a date.
create(DateTime) - Method in class org.jboss.dna.graph.property.basic.StringValueFactory
Create a value from a date-time instant.
create(Name) - Method in class org.jboss.dna.graph.property.basic.StringValueFactory
Create a value from a name.
create(Path) - Method in class org.jboss.dna.graph.property.basic.StringValueFactory
Create a value from a path.
create(Reference) - Method in class org.jboss.dna.graph.property.basic.StringValueFactory
Create a value from a reference.
create(URI) - Method in class org.jboss.dna.graph.property.basic.StringValueFactory
Create a value from a URI.
create(UUID) - Method in class org.jboss.dna.graph.property.basic.StringValueFactory
Create a value from a UUID.
create(byte[]) - Method in class org.jboss.dna.graph.property.basic.StringValueFactory
Create a value from the binary content given by the supplied array.
create(Binary) - Method in class org.jboss.dna.graph.property.basic.StringValueFactory
Create a value from the binary content given by the supplied stream.
create(InputStream, long) - Method in class org.jboss.dna.graph.property.basic.StringValueFactory
Create a value from the binary content given by the supplied stream.
create(Reader, long) - Method in class org.jboss.dna.graph.property.basic.StringValueFactory
Create a value from a the binary content given by the supplied reader.
create(String) - Method in class org.jboss.dna.graph.property.basic.UriValueFactory
Create a value from a string, using no decoding.
create(String, TextDecoder) - Method in class org.jboss.dna.graph.property.basic.UriValueFactory
Create a value from a string, using the supplied decoder.
create(int) - Method in class org.jboss.dna.graph.property.basic.UriValueFactory
Create a value from an integer.
create(long) - Method in class org.jboss.dna.graph.property.basic.UriValueFactory
Create a long from a string.
create(boolean) - Method in class org.jboss.dna.graph.property.basic.UriValueFactory
Create a boolean from a string.
create(float) - Method in class org.jboss.dna.graph.property.basic.UriValueFactory
Create a value from a float.
create(double) - Method in class org.jboss.dna.graph.property.basic.UriValueFactory
Create a value from a double.
create(BigDecimal) - Method in class org.jboss.dna.graph.property.basic.UriValueFactory
Create a value from a decimal.
create(Calendar) - Method in class org.jboss.dna.graph.property.basic.UriValueFactory
Create a value from a Calendar instance.
create(Date) - Method in class org.jboss.dna.graph.property.basic.UriValueFactory
Create a value from a date.
create(DateTime) - Method in class org.jboss.dna.graph.property.basic.UriValueFactory
Create a value from a date-time instant.
create(Name) - Method in class org.jboss.dna.graph.property.basic.UriValueFactory
Create a value from a name.
create(Path) - Method in class org.jboss.dna.graph.property.basic.UriValueFactory
Create a value from a path.
create(Reference) - Method in class org.jboss.dna.graph.property.basic.UriValueFactory
Create a value from a reference.
create(UUID) - Method in class org.jboss.dna.graph.property.basic.UriValueFactory
Create a value from a UUID.
create(URI) - Method in class org.jboss.dna.graph.property.basic.UriValueFactory
Create a value from a URI.
create(byte[]) - Method in class org.jboss.dna.graph.property.basic.UriValueFactory
Create a value from the binary content given by the supplied array.
create(Binary) - Method in class org.jboss.dna.graph.property.basic.UriValueFactory
Create a value from the binary content given by the supplied stream.
create(InputStream, long) - Method in class org.jboss.dna.graph.property.basic.UriValueFactory
Create a value from the binary content given by the supplied stream.
create(Reader, long) - Method in class org.jboss.dna.graph.property.basic.UriValueFactory
Create a value from a the binary content given by the supplied reader.
create(String) - Method in class org.jboss.dna.graph.property.basic.UuidReferenceValueFactory
Create a value from a string, using no decoding.
create(String, TextDecoder) - Method in class org.jboss.dna.graph.property.basic.UuidReferenceValueFactory
Create a value from a string, using the supplied decoder.
create(int) - Method in class org.jboss.dna.graph.property.basic.UuidReferenceValueFactory
Create a value from an integer.
create(long) - Method in class org.jboss.dna.graph.property.basic.UuidReferenceValueFactory
Create a long from a string.
create(boolean) - Method in class org.jboss.dna.graph.property.basic.UuidReferenceValueFactory
Create a boolean from a string.
create(float) - Method in class org.jboss.dna.graph.property.basic.UuidReferenceValueFactory
Create a value from a float.
create(double) - Method in class org.jboss.dna.graph.property.basic.UuidReferenceValueFactory
Create a value from a double.
create(BigDecimal) - Method in class org.jboss.dna.graph.property.basic.UuidReferenceValueFactory
Create a value from a decimal.
create(Calendar) - Method in class org.jboss.dna.graph.property.basic.UuidReferenceValueFactory
Create a value from a Calendar instance.
create(Date) - Method in class org.jboss.dna.graph.property.basic.UuidReferenceValueFactory
Create a value from a date.
create(DateTime) - Method in class org.jboss.dna.graph.property.basic.UuidReferenceValueFactory
Create a value from a date-time instant.
create(Name) - Method in class org.jboss.dna.graph.property.basic.UuidReferenceValueFactory
Create a value from a name.
create(Path) - Method in class org.jboss.dna.graph.property.basic.UuidReferenceValueFactory
Create a value from a path.
create(Reference) - Method in class org.jboss.dna.graph.property.basic.UuidReferenceValueFactory
Create a value from a reference.
create(UUID) - Method in class org.jboss.dna.graph.property.basic.UuidReferenceValueFactory
Create a value from a UUID.
create(URI) - Method in class org.jboss.dna.graph.property.basic.UuidReferenceValueFactory
Create a value from a URI.
create(byte[]) - Method in class org.jboss.dna.graph.property.basic.UuidReferenceValueFactory
Create a value from the binary content given by the supplied array.
create(Binary) - Method in class org.jboss.dna.graph.property.basic.UuidReferenceValueFactory
Create a value from the binary content given by the supplied stream.
create(InputStream, long) - Method in class org.jboss.dna.graph.property.basic.UuidReferenceValueFactory
Create a value from the binary content given by the supplied stream.
create(Reader, long) - Method in class org.jboss.dna.graph.property.basic.UuidReferenceValueFactory
Create a value from a the binary content given by the supplied reader.
create() - Method in class org.jboss.dna.graph.property.basic.UuidValueFactory
Create a new random UUID.
create(String) - Method in class org.jboss.dna.graph.property.basic.UuidValueFactory
Create a value from a string, using no decoding.
create(String, TextDecoder) - Method in class org.jboss.dna.graph.property.basic.UuidValueFactory
Create a value from a string, using the supplied decoder.
create(int) - Method in class org.jboss.dna.graph.property.basic.UuidValueFactory
Create a value from an integer.
create(long) - Method in class org.jboss.dna.graph.property.basic.UuidValueFactory
Create a long from a string.
create(boolean) - Method in class org.jboss.dna.graph.property.basic.UuidValueFactory
Create a boolean from a string.
create(float) - Method in class org.jboss.dna.graph.property.basic.UuidValueFactory
Create a value from a float.
create(double) - Method in class org.jboss.dna.graph.property.basic.UuidValueFactory
Create a value from a double.
create(BigDecimal) - Method in class org.jboss.dna.graph.property.basic.UuidValueFactory
Create a value from a decimal.
create(Calendar) - Method in class org.jboss.dna.graph.property.basic.UuidValueFactory
Create a value from a Calendar instance.
create(Date) - Method in class org.jboss.dna.graph.property.basic.UuidValueFactory
Create a value from a date.
create(DateTime) - Method in class org.jboss.dna.graph.property.basic.UuidValueFactory
Create a value from a date-time instant.
create(Name) - Method in class org.jboss.dna.graph.property.basic.UuidValueFactory
Create a value from a name.
create(Path) - Method in class org.jboss.dna.graph.property.basic.UuidValueFactory
Create a value from a path.
create(Reference) - Method in class org.jboss.dna.graph.property.basic.UuidValueFactory
Create a value from a reference.
create(URI) - Method in class org.jboss.dna.graph.property.basic.UuidValueFactory
Create a value from a URI.
create(UUID) - Method in class org.jboss.dna.graph.property.basic.UuidValueFactory
Create a value from a UUID.
create(byte[]) - Method in class org.jboss.dna.graph.property.basic.UuidValueFactory
Create a value from the binary content given by the supplied array.
create(Binary) - Method in class org.jboss.dna.graph.property.basic.UuidValueFactory
Create a value from the binary content given by the supplied stream.
create(InputStream, long) - Method in class org.jboss.dna.graph.property.basic.UuidValueFactory
Create a value from the binary content given by the supplied stream.
create(Reader, long) - Method in class org.jboss.dna.graph.property.basic.UuidValueFactory
Create a value from a the binary content given by the supplied reader.
create(InputStream, long, byte[]) - Method in interface org.jboss.dna.graph.property.BinaryFactory
Create a value from the binary content given by the supplied stream, the approximate length, and the SHA-1 secure hash of the content.
create(Reader, long, byte[]) - Method in interface org.jboss.dna.graph.property.BinaryFactory
Create a value from the binary content given by the supplied reader, the approximate length, and the SHA-1 secure hash of the content.
create(File) - Method in interface org.jboss.dna.graph.property.BinaryFactory
Create a binary value from the given file.
create() - Method in interface org.jboss.dna.graph.property.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.property.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.property.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.property.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.property.DateTimeFactory
Create a date-time instance given the individual values for the fields
create(String, String) - Method in interface org.jboss.dna.graph.property.NameFactory
Create a name from the given namespace URI and local name.
create(String, String, TextDecoder) - Method in interface org.jboss.dna.graph.property.NameFactory
Create a name from the given namespace URI and local name.
create(Path, Path) - Method in interface org.jboss.dna.graph.property.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.property.PathFactory
Create a path by appending the supplied names to the parent path.
create(Path, String, int) - Method in interface org.jboss.dna.graph.property.PathFactory
Create a path by appending the supplied names to the parent path.
create(Path, Name...) - Method in interface org.jboss.dna.graph.property.PathFactory
Create a path by appending the supplied names to the parent path.
create(Path, Path.Segment...) - Method in interface org.jboss.dna.graph.property.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.property.PathFactory
Create a path by appending the supplied names to the parent path.
create(Path, String) - Method in interface org.jboss.dna.graph.property.PathFactory
Create a path by appending the supplied names to the parent path.
create(Name, Object...) - Method in interface org.jboss.dna.graph.property.PropertyFactory
Create a property with the supplied name and values
create(Name, Iterable<?>) - Method in interface org.jboss.dna.graph.property.PropertyFactory
Create a property with the supplied name and values
create(Name, Iterator<?>) - Method in interface org.jboss.dna.graph.property.PropertyFactory
Create a property with the supplied name and values
create(Name, PropertyType, Object...) - Method in interface org.jboss.dna.graph.property.PropertyFactory
Create a property with the supplied name and values
create(Name, PropertyType, Iterable<?>) - Method in interface org.jboss.dna.graph.property.PropertyFactory
Create a property with the supplied name and values
create(Name, PropertyType, Iterator<?>) - Method in interface org.jboss.dna.graph.property.PropertyFactory
Create a property with the supplied name and values
create() - Method in interface org.jboss.dna.graph.property.UuidFactory
Create a new random UUID.
create(String) - Method in interface org.jboss.dna.graph.property.ValueFactory
Create a value from a string, using no decoding.
create(String, TextDecoder) - Method in interface org.jboss.dna.graph.property.ValueFactory
Create a value from a string, using the supplied decoder.
create(int) - Method in interface org.jboss.dna.graph.property.ValueFactory
Create a value from an integer.
create(long) - Method in interface org.jboss.dna.graph.property.ValueFactory
Create a long from a string.
create(boolean) - Method in interface org.jboss.dna.graph.property.ValueFactory
Create a boolean from a string.
create(float) - Method in interface org.jboss.dna.graph.property.ValueFactory
Create a value from a float.
create(double) - Method in interface org.jboss.dna.graph.property.ValueFactory
Create a value from a double.
create(BigDecimal) - Method in interface org.jboss.dna.graph.property.ValueFactory
Create a value from a decimal.
create(Calendar) - Method in interface org.jboss.dna.graph.property.ValueFactory
Create a value from a Calendar instance.
create(Date) - Method in interface org.jboss.dna.graph.property.ValueFactory
Create a value from a date.
create(DateTime) - Method in interface org.jboss.dna.graph.property.ValueFactory
Create a value from a date-time instant.
create(Name) - Method in interface org.jboss.dna.graph.property.ValueFactory
Create a value from a name.
create(Path) - Method in interface org.jboss.dna.graph.property.ValueFactory
Create a value from a path.
create(Reference) - Method in interface org.jboss.dna.graph.property.ValueFactory
Create a value from a reference.
create(URI) - Method in interface org.jboss.dna.graph.property.ValueFactory
Create a value from a URI.
create(UUID) - Method in interface org.jboss.dna.graph.property.ValueFactory
Create a value from a UUID.
create(byte[]) - Method in interface org.jboss.dna.graph.property.ValueFactory
Create a value from the binary content given by the supplied array.
create(Binary) - Method in interface org.jboss.dna.graph.property.ValueFactory
Create a value from the binary content given by the supplied stream.
create(InputStream, long) - Method in interface org.jboss.dna.graph.property.ValueFactory
Create a value from the binary content given by the supplied stream.
create(Reader, long) - Method in interface org.jboss.dna.graph.property.ValueFactory
Create a value from a the binary content given by the supplied reader.
create(Object) - Method in interface org.jboss.dna.graph.property.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.property.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.property.ValueFactory
Create an array of values from an array of strings, using the supplied decoder.
create(int[]) - Method in interface org.jboss.dna.graph.property.ValueFactory
Create an array of values from an array of integers.
create(long[]) - Method in interface org.jboss.dna.graph.property.ValueFactory
Create an array of values from an array of longs.
create(boolean[]) - Method in interface org.jboss.dna.graph.property.ValueFactory
Create an array of values from an array of booleans.
create(float[]) - Method in interface org.jboss.dna.graph.property.ValueFactory
Create an array of values from an array of floats.
create(double[]) - Method in interface org.jboss.dna.graph.property.ValueFactory
Create an array of values from an array of doubles.
create(BigDecimal[]) - Method in interface org.jboss.dna.graph.property.ValueFactory
Create an array of values from an array of decimal values.
create(Calendar[]) - Method in interface org.jboss.dna.graph.property.ValueFactory
Create an array of values from an array of Calendar instances.
create(Date[]) - Method in interface org.jboss.dna.graph.property.ValueFactory
Create an array of values from an array of dates.
create(DateTime[]) - Method in interface org.jboss.dna.graph.property.ValueFactory
Create an array of values from an array of DateTime instants.
create(Name[]) - Method in interface org.jboss.dna.graph.property.ValueFactory
Create an array of values from an array of names.
create(Path[]) - Method in interface org.jboss.dna.graph.property.ValueFactory
Create an array of values from an array of paths.
create(Reference[]) - Method in interface org.jboss.dna.graph.property.ValueFactory
Create an array of values from an array of references.
create(URI[]) - Method in interface org.jboss.dna.graph.property.ValueFactory
Create an array of values from an array of URIs.
create(UUID[]) - Method in interface org.jboss.dna.graph.property.ValueFactory
Create an array of values from an array of UUIDs.
create(byte[][]) - Method in interface org.jboss.dna.graph.property.ValueFactory
Create an array of values from the array of binary content.
create(Binary[]) - Method in interface org.jboss.dna.graph.property.ValueFactory
Create an array of values from the array of binary objects.
create(Object[]) - Method in interface org.jboss.dna.graph.property.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.property.ValueFactory
Create an iterator over the values (of an unknown type).
create(Iterable<?>) - Method in interface org.jboss.dna.graph.property.ValueFactory
Create an iterable with the values (of an unknown type).
create(String, Iterable<Event>) - Static method in class org.jboss.dna.repository.observation.NodeChanges
 
createAbsolutePath(Name...) - Method in class org.jboss.dna.graph.property.basic.PathValueFactory
Create an absolute path with the supplied segment names, in order.
createAbsolutePath(Path.Segment...) - Method in class org.jboss.dna.graph.property.basic.PathValueFactory
Create an absolute path with the supplied segments, in order.
createAbsolutePath(Iterable<Path.Segment>) - Method in class org.jboss.dna.graph.property.basic.PathValueFactory
Create an absolute path with the supplied segments, in order.
createAbsolutePath(Name...) - Method in interface org.jboss.dna.graph.property.PathFactory
Create an absolute path with the supplied segment names, in order.
createAbsolutePath(Path.Segment...) - Method in interface org.jboss.dna.graph.property.PathFactory
Create an absolute path with the supplied segments, in order.
createAbsolutePath(Iterable<Path.Segment>) - Method in interface org.jboss.dna.graph.property.PathFactory
Create an absolute path with the supplied segments, in order.
createAt(String) - Method in class org.jboss.dna.graph.Graph
Begin the request to create a node located at the supplied path, and return an interface used to either add properties for the new node, or complete/submit the request and return the location, node, or graph.
createAt(Path) - Method in class org.jboss.dna.graph.Graph
Begin the request to create a node located at the supplied path, and return an interface used to either add properties for the new node, or complete/submit the request and return the location, node, or graph.
createAttribute() - Method in class org.jboss.dna.common.jdbc.model.DefaultModelFactory
Creates Attribute
createAttribute() - Method in interface org.jboss.dna.common.jdbc.model.ModelFactory
Creates Attribute
createBestRowIdentifier() - Method in class org.jboss.dna.common.jdbc.model.DefaultModelFactory
Creates BestRowIdentifier
createBestRowIdentifier() - Method in interface org.jboss.dna.common.jdbc.model.ModelFactory
Creates BestRowIdentifier
createCatalog() - Method in class org.jboss.dna.common.jdbc.model.DefaultModelFactory
Creates Catalog
createCatalog() - Method in interface org.jboss.dna.common.jdbc.model.ModelFactory
Creates Catalog
createClasspath(String) - Static method in class org.jboss.dna.maven.MavenId
Build a classpath of MavenIds by parsing the supplied string containing comma-separated Maven artifact coordinates.
createClasspath(String...) - Static method in class org.jboss.dna.maven.MavenId
Build a classpath of MavenIds by parsing the supplied Maven artifact coordinates.
createClasspath(MavenId...) - Static method in class org.jboss.dna.maven.MavenId
Create a classpath of MavenIds by examining the supplied IDs and removing any duplicates.
createConnection(RepositorySource, String, Object) - Method in class org.jboss.dna.connector.federation.FederatedRepository
Authenticate the supplied username with the supplied credentials, and return whether authentication was successful.
createConnection(String) - Method in interface org.jboss.dna.graph.connector.RepositoryConnectionFactory
Create a RepositoryConnection using the given RepositorySource name.
createConnection(String) - Method in class org.jboss.dna.repository.RepositoryLibrary
Create a RepositoryConnection using the given RepositorySource name.
CREATED - Static variable in class org.jboss.dna.graph.JcrLexicon
 
CREATED - Static variable in class org.jboss.dna.jcr.JcrLexicon
 
createDatabase() - Method in class org.jboss.dna.common.jdbc.model.DefaultModelFactory
Creates Database
createDatabase() - Method in interface org.jboss.dna.common.jdbc.model.ModelFactory
Creates Database
createForeignKey() - Method in class org.jboss.dna.common.jdbc.model.DefaultModelFactory
Creates ForeignKey
createForeignKey() - Method in interface org.jboss.dna.common.jdbc.model.ModelFactory
Creates ForeignKey
createForeignKeyColumn() - Method in class org.jboss.dna.common.jdbc.model.DefaultModelFactory
Creates ForeignKeyColumn
createForeignKeyColumn() - Method in interface org.jboss.dna.common.jdbc.model.ModelFactory
Creates ForeignKeyColumn
createFromCoordinates(String) - Static method in class org.jboss.dna.maven.MavenId
 
createIfMissing(String) - Method in class org.jboss.dna.graph.Graph
Begin the request to create a node located at the supplied path, if the node does not exist.
createIfMissing(Path) - Method in class org.jboss.dna.graph.Graph
Begin the request to create a node located at the supplied path, if the node does not exist.
createIfMissing(String, Property...) - Method in class org.jboss.dna.graph.Graph
Begin the request to create a node located at the supplied path, if the node does not exist.
createIfMissing(Path, Property...) - Method in class org.jboss.dna.graph.Graph
Begin the request to create a node located at the supplied path, if the node does not exist.
createIfMissing(Path, Iterable<Property>) - Method in class org.jboss.dna.graph.Graph
Begin the request to create a node located at the supplied path, if the node does not exist.
createIndex() - Method in class org.jboss.dna.common.jdbc.model.DefaultModelFactory
Creates Index
createIndex() - Method in interface org.jboss.dna.common.jdbc.model.ModelFactory
Creates Index
createIndexColumn() - Method in class org.jboss.dna.common.jdbc.model.DefaultModelFactory
Creates IndexColumn
createIndexColumn() - Method in interface org.jboss.dna.common.jdbc.model.ModelFactory
Creates IndexColumn
createMethodParamPath(PathFactory, String) - Static method in class org.jboss.dna.sequencer.java.MethodMetadataSequencer
Create a path of method/constructor parameter.
createMethodParamRootPath(String) - Static method in class org.jboss.dna.sequencer.java.MethodMetadataSequencer
create a root path for method parameter.
createNode(Location, String, Name, Iterator<Property>) - Method in class org.jboss.dna.graph.request.BatchRequestBuilder
Add a request to create a node with the given properties under the supplied location.
createNode(Location, String, Name, Iterator<Property>, NodeConflictBehavior) - Method in class org.jboss.dna.graph.request.BatchRequestBuilder
Add a request to create a node with the given properties under the supplied location.
createNode(Location, String, Name, Property[]) - Method in class org.jboss.dna.graph.request.BatchRequestBuilder
Add a request to create a node with the given properties under the supplied location.
createNode(Location, String, Name, Property[], NodeConflictBehavior) - Method in class org.jboss.dna.graph.request.BatchRequestBuilder
Add a request to create a node with the given properties under the supplied location.
createNode(Location, String, Name, Iterator<Property>) - Method in class org.jboss.dna.graph.request.RequestBuilder
Add a request to create a node with the given properties under the supplied location.
createNode(Location, String, Name, Iterator<Property>, NodeConflictBehavior) - Method in class org.jboss.dna.graph.request.RequestBuilder
Add a request to create a node with the given properties under the supplied location.
createNode(Location, String, Name, Property[]) - Method in class org.jboss.dna.graph.request.RequestBuilder
Add a request to create a node with the given properties under the supplied location.
createNode(Location, String, Name, Property[], NodeConflictBehavior) - Method in class org.jboss.dna.graph.request.RequestBuilder
Add a request to create a node with the given properties under the supplied location.
CreateNodeRequest - Class in org.jboss.dna.graph.request
Instruction to create the node under the specified location.
CreateNodeRequest(Location, String, Name, Property...) - Constructor for class org.jboss.dna.graph.request.CreateNodeRequest
Create a request to create a node with the given properties under the supplied location.
CreateNodeRequest(Location, String, Name, Iterable<Property>) - Constructor for class org.jboss.dna.graph.request.CreateNodeRequest
Create a request to create a node with the given properties under the supplied location.
CreateNodeRequest(Location, String, Name, Iterator<Property>) - Constructor for class org.jboss.dna.graph.request.CreateNodeRequest
Create a request to create a node with the given properties under the supplied location.
CreateNodeRequest(Location, String, Name, NodeConflictBehavior, Property...) - Constructor for class org.jboss.dna.graph.request.CreateNodeRequest
Create a request to create a node with the given properties under the supplied location.
CreateNodeRequest(Location, String, Name, NodeConflictBehavior, Iterable<Property>) - Constructor for class org.jboss.dna.graph.request.CreateNodeRequest
Create a request to create a node with the given properties under the supplied location.
CreateNodeRequest(Location, String, Name, NodeConflictBehavior, Iterator<Property>) - Constructor for class org.jboss.dna.graph.request.CreateNodeRequest
Create a request to create a node with the given properties under the supplied location.
createParameter() - Method in class org.jboss.dna.common.jdbc.model.DefaultModelFactory
Creates Parameter
createParameter() - Method in interface org.jboss.dna.common.jdbc.model.ModelFactory
Creates Parameter
createPath(String) - Static method in class org.jboss.dna.sequencer.java.JavaMetadataUtil
Create a path for the tree without index.
createPathWithIndex(String, int) - Static method in class org.jboss.dna.sequencer.java.JavaMetadataUtil
Create a path for the tree with index.
createPlaceholder(String, String, Location, DateTime, Location) - Static method in class org.jboss.dna.connector.federation.contribution.Contribution
Create a placeholder contribution of a single child from the named source.
createPlaceholder(String, String, Location, DateTime, List<Location>) - Static method in class org.jboss.dna.connector.federation.contribution.Contribution
Create a placeholder contribution of the supplied properties and children from the named source.
createPrimaryKey() - Method in class org.jboss.dna.common.jdbc.model.DefaultModelFactory
Creates PrimaryKey
createPrimaryKey() - Method in interface org.jboss.dna.common.jdbc.model.ModelFactory
Creates PrimaryKey
createPrimaryKeyColumn() - Method in class org.jboss.dna.common.jdbc.model.DefaultModelFactory
Creates PrimaryKeyColumn
createPrimaryKeyColumn() - Method in interface org.jboss.dna.common.jdbc.model.ModelFactory
Creates PrimaryKeyColumn
createPrivilege() - Method in class org.jboss.dna.common.jdbc.model.DefaultModelFactory
Creates Privilege
createPrivilege() - Method in interface org.jboss.dna.common.jdbc.model.ModelFactory
Creates Privilege
createReference() - Method in class org.jboss.dna.common.jdbc.model.DefaultModelFactory
Creates Reference
createReference() - Method in interface org.jboss.dna.common.jdbc.model.ModelFactory
Creates Reference
createRelativePath() - Method in class org.jboss.dna.graph.property.basic.PathValueFactory
Create an empty relative path (i.e., equivalent to createRelativePath( Path.SELF_SEGMENT)).
createRelativePath(Name...) - Method in class org.jboss.dna.graph.property.basic.PathValueFactory
Create a relative path with the supplied segment names, in order.
createRelativePath(Path.Segment...) - Method in class org.jboss.dna.graph.property.basic.PathValueFactory
Create a relative path with the supplied segments, in order.
createRelativePath(Iterable<Path.Segment>) - Method in class org.jboss.dna.graph.property.basic.PathValueFactory
Create a relative path with the supplied segments, in order.
createRelativePath() - Method in interface org.jboss.dna.graph.property.PathFactory
Create an empty relative path (i.e., equivalent to createRelativePath( Path.SELF_SEGMENT)).
createRelativePath(Name...) - Method in interface org.jboss.dna.graph.property.PathFactory
Create a relative path with the supplied segment names, in order.
createRelativePath(Path.Segment...) - Method in interface org.jboss.dna.graph.property.PathFactory
Create a relative path with the supplied segments, in order.
createRelativePath(Iterable<Path.Segment>) - Method in interface org.jboss.dna.graph.property.PathFactory
Create a relative path with the supplied segments, in order.
createRequestProcessor(String, ExecutionContext, EntityManager, UUID, String, String[], long, boolean, boolean, boolean) - Method in class org.jboss.dna.connector.store.jpa.model.basic.BasicModel
createRequestProcessor(String, ExecutionContext, EntityManager, UUID, String, String[], long, boolean, boolean, boolean) - Method in class org.jboss.dna.connector.store.jpa.Model
 
createRootPath() - Method in class org.jboss.dna.graph.property.basic.PathValueFactory
Create an absolute root path.
createRootPath() - Method in interface org.jboss.dna.graph.property.PathFactory
Create an absolute root path.
createRootPath(String) - Static method in class org.jboss.dna.sequencer.java.ArrayTypeFieldMetadataSequencer
the root path.
createRootPath(String) - Static method in class org.jboss.dna.sequencer.java.SimpleTypeMetadataSequencer
the root path.
createSchema() - Method in class org.jboss.dna.common.jdbc.model.DefaultModelFactory
Creates Schema
createSchema() - Method in interface org.jboss.dna.common.jdbc.model.ModelFactory
Creates Schema
createSegment(Name) - Method in class org.jboss.dna.graph.property.basic.PathValueFactory
Create a path segment given the supplied segment name.
createSegment(Name, int) - Method in class org.jboss.dna.graph.property.basic.PathValueFactory
Create a path segment given the supplied segment name and index.
createSegment(String) - Method in class org.jboss.dna.graph.property.basic.PathValueFactory
Create a path segment given the supplied segment name.
createSegment(String, TextDecoder) - Method in class org.jboss.dna.graph.property.basic.PathValueFactory
Create a path segment given the supplied segment name.
createSegment(String, int) - Method in class org.jboss.dna.graph.property.basic.PathValueFactory
Create a path segment given the supplied segment name and index.
createSegment(String) - Method in interface org.jboss.dna.graph.property.PathFactory
Create a path segment given the supplied segment name.
createSegment(String, TextDecoder) - Method in interface org.jboss.dna.graph.property.PathFactory
Create a path segment given the supplied segment name.
createSegment(String, int) - Method in interface org.jboss.dna.graph.property.PathFactory
Create a path segment given the supplied segment name and index.
createSegment(Name) - Method in interface org.jboss.dna.graph.property.PathFactory
Create a path segment given the supplied segment name.
createSegment(Name, int) - Method in interface org.jboss.dna.graph.property.PathFactory
Create a path segment given the supplied segment name and index.
createSession(String) - Method in class org.jboss.dna.repository.util.AbstractSessionFactory
createSession(String) - Method in interface org.jboss.dna.repository.util.SessionFactory
 
createSimpleTypeParamPath(PathFactory, String) - Static method in class org.jboss.dna.sequencer.java.SimpleTypeMetadataSequencer
Create the path of parameter.
createSqlTypeConversionPair() - Method in class org.jboss.dna.common.jdbc.model.DefaultModelFactory
Creates SqlTypeConversionPair
createSqlTypeConversionPair() - Method in interface org.jboss.dna.common.jdbc.model.ModelFactory
Creates SqlTypeConversionPair
createSqlTypeInfo() - Method in class org.jboss.dna.common.jdbc.model.DefaultModelFactory
Creates SqlTypeInfo
createSqlTypeInfo() - Method in interface org.jboss.dna.common.jdbc.model.ModelFactory
Creates SqlTypeInfo
createStoredProcedure() - Method in class org.jboss.dna.common.jdbc.model.DefaultModelFactory
Creates StoredProcedure
createStoredProcedure() - Method in interface org.jboss.dna.common.jdbc.model.ModelFactory
Creates StoredProcedure
createString(String, Object...) - Static method in class org.jboss.dna.common.util.StringUtil
Create a string by substituting the parameters into all key occurrences in the supplied format.
createString(char, int) - Static method in class org.jboss.dna.common.util.StringUtil
Create a new string containing the specified character repeated a specific number of times.
createTable() - Method in class org.jboss.dna.common.jdbc.model.DefaultModelFactory
Creates Table
createTable() - Method in interface org.jboss.dna.common.jdbc.model.ModelFactory
Creates Table
createTableColumn() - Method in class org.jboss.dna.common.jdbc.model.DefaultModelFactory
Creates TableColumn
createTableColumn() - Method in interface org.jboss.dna.common.jdbc.model.ModelFactory
Creates TableColumn
createTableType() - Method in class org.jboss.dna.common.jdbc.model.DefaultModelFactory
Creates TableType
createTableType() - Method in interface org.jboss.dna.common.jdbc.model.ModelFactory
Creates TableType
createUnder(Location) - Method in class org.jboss.dna.graph.Graph.Batch
Begin the request to create a node under the existing parent node at the supplied location.
createUnder(Location) - Method in class org.jboss.dna.graph.Graph
Begin the request to create a node under the existing parent node at the supplied location.
createUserDefinedType() - Method in class org.jboss.dna.common.jdbc.model.DefaultModelFactory
Creates UserDefinedType
createUserDefinedType() - Method in interface org.jboss.dna.common.jdbc.model.ModelFactory
Creates UserDefinedType
createUtc() - Method in class org.jboss.dna.graph.property.basic.JodaDateTimeValueFactory
Create a date-time instance for the current time in UTC.
createUtc() - Method in interface org.jboss.dna.graph.property.DateTimeFactory
Create a date-time instance for the current time in UTC.
createWorkspace(String) - Method in class org.jboss.dna.connector.jbosscache.JBossCacheWorkspaces
Attempt to create a new workspace with the supplied name.
createWorkspace(ExecutionContext, String, CreateWorkspaceRequest.CreateConflictBehavior) - Method in class org.jboss.dna.graph.connector.inmemory.InMemoryRepository
 
createWorkspace(ExecutionContext, String, CreateWorkspaceRequest.CreateConflictBehavior, String) - Method in class org.jboss.dna.graph.connector.inmemory.InMemoryRepository
 
createWorkspace() - Method in class org.jboss.dna.graph.Graph
Create a new workspace in the source used by this graph.
createWorkspace(String, CreateWorkspaceRequest.CreateConflictBehavior) - Method in class org.jboss.dna.graph.request.BatchRequestBuilder
Add a request to create a new workspace, and specify the behavior should a workspace already exists with a name that matches the desired name for the new workspace.
createWorkspace(String, CreateWorkspaceRequest.CreateConflictBehavior) - Method in class org.jboss.dna.graph.request.RequestBuilder
Add a request to create a new workspace, and specify the behavior should a workspace already exists with a name that matches the desired name for the new workspace.
CreateWorkspaceRequest - Class in org.jboss.dna.graph.request
Request that a new workspace be created with the supplied name.
CreateWorkspaceRequest(String, CreateWorkspaceRequest.CreateConflictBehavior) - Constructor for class org.jboss.dna.graph.request.CreateWorkspaceRequest
Create a request to create a new workspace, and specify the behavior should a workspace already exists with a name that matches the desired name for the new workspace.
CreateWorkspaceRequest.CreateConflictBehavior - Enum in org.jboss.dna.graph.request
The options for the behavior when a request specifies a workspace name that already is used by an existing workspace.
createZeroValue() - Method in class org.jboss.dna.common.math.DoubleOperations
 
createZeroValue() - Method in class org.jboss.dna.common.math.DurationOperations
 
createZeroValue() - Method in class org.jboss.dna.common.math.FloatOperations
 
createZeroValue() - Method in class org.jboss.dna.common.math.IntegerOperations
 
createZeroValue() - Method in class org.jboss.dna.common.math.LongOperations
 
createZeroValue() - Method in interface org.jboss.dna.common.math.MathOperations
Create the object form of the "zero value".
createZeroValue() - Method in class org.jboss.dna.common.math.ShortOperations
 
credentialsMustProvideJaasMethod - Static variable in class org.jboss.dna.jcr.JcrI18n
 
credentialsMustReturnAccessControlContext - Static variable in class org.jboss.dna.jcr.JcrI18n
 
credentialsMustReturnLoginContext - Static variable in class org.jboss.dna.jcr.JcrI18n
 

D

DATA - Static variable in class org.jboss.dna.graph.JcrLexicon
 
DATA - Static variable in class org.jboss.dna.jcr.JcrLexicon
 
Database - Interface in org.jboss.dna.common.jdbc.model.api
Provides RDBMS wide meta data retrieved from java.sql.DatabaseMetaData.
DatabaseBean - Class in org.jboss.dna.common.jdbc.model.spi
Provides RDBMS wide meta data retrieved from java.sql.DatabaseMetaData.
DatabaseBean() - Constructor for class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Default constructor
databaseConnectionHasBeenEstablished - Static variable in class org.jboss.dna.common.jdbc.JdbcMetadataI18n
 
databaseConnectionHasBeenReleased - Static variable in class org.jboss.dna.common.jdbc.JdbcMetadataI18n
 
DatabaseMetaDataMethodException - Exception in org.jboss.dna.common.jdbc.model.api
Database metadata method call related exception
DatabaseMetaDataMethodException() - Constructor for exception org.jboss.dna.common.jdbc.model.api.DatabaseMetaDataMethodException
Default constructor
DatabaseMetaDataMethodException(String, String) - Constructor for exception org.jboss.dna.common.jdbc.model.api.DatabaseMetaDataMethodException
Constructor
DatabaseMetaDataMethodException(String, String, Throwable) - Constructor for exception org.jboss.dna.common.jdbc.model.api.DatabaseMetaDataMethodException
Constructor
DatabaseMetaDataMethodException(Throwable) - Constructor for exception org.jboss.dna.common.jdbc.model.api.DatabaseMetaDataMethodException
Constructor
DatabaseMetadataProvider - Interface in org.jboss.dna.common.jdbc.provider
Database Meta data provider
DatabaseNamedObject - Interface in org.jboss.dna.common.jdbc.model.api
Provides database named object specific metadata.
DatabaseNamedObjectBean - Class in org.jboss.dna.common.jdbc.model.spi
Provides database named object specific metadata.
DatabaseNamedObjectBean() - Constructor for class org.jboss.dna.common.jdbc.model.spi.DatabaseNamedObjectBean
Default constructor
DatabaseUtil - Class in org.jboss.dna.common.jdbc.util
Database related utilities
DataSourceDatabaseMetadataProvider - Interface in org.jboss.dna.common.jdbc.provider
DataSource based Database Metadata Provider (such as JEE App container based)
DATE_COMPARATOR - Static variable in class org.jboss.dna.graph.property.ValueComparators
A comparator of date values.
DATE_TIME_COMPARATOR - Static variable in class org.jboss.dna.graph.property.ValueComparators
A comparator of date-time instances.
dateParsingFailure - Static variable in class org.jboss.dna.common.CommonI18n
 
DateTime - Interface in org.jboss.dna.graph.property
An immutable date-time class that represents an instance in time.
DateTimeFactory - Interface in org.jboss.dna.graph.property
A factory for creating date-time instants.
debug(String, Object...) - Method in class org.jboss.dna.common.util.Logger
Log a message at the DEBUG level according to the specified format and (optional) parameters.
debug(Throwable, String, Object...) - Method in class org.jboss.dna.common.util.Logger
Log an exception (throwable) at the DEBUG level with an accompanying message.
DECIMAL_COMPARATOR - Static variable in class org.jboss.dna.graph.property.ValueComparators
A comparator of decimal values.
DecimalValueFactory - Class in org.jboss.dna.graph.property.basic
The standard ValueFactory for PropertyType.DECIMAL values.
DecimalValueFactory(TextDecoder, ValueFactory<String>) - Constructor for class org.jboss.dna.graph.property.basic.DecimalValueFactory
 
decode(String) - Method in class org.jboss.dna.common.text.Jsr283Encoder
Return the decoded version of an encoded string
decode(String) - Method in class org.jboss.dna.common.text.NoOpEncoder
Return the decoded version of an encoded string
decode(String) - Method in interface org.jboss.dna.common.text.TextDecoder
Return the decoded version of an encoded string
decode(String) - Method in class org.jboss.dna.common.text.UrlEncoder
Return the decoded version of an encoded string
decode(String) - Method in class org.jboss.dna.common.text.XmlNameEncoder
Return the decoded version of an encoded string
decode(String) - Method in class org.jboss.dna.common.text.XmlValueEncoder
Return the decoded version of an encoded string
DECODE - Static variable in class org.jboss.dna.common.util.Base64
Specify decoding.
decode(byte[], int, int, int) - Static method in class org.jboss.dna.common.util.Base64
Very low-level access to decoding ASCII characters in the form of a byte array.
decode(String) - Static method in class org.jboss.dna.common.util.Base64
Decodes data from Base64 notation, automatically detecting gzip-compressed data and decompressing it.
decode(String, int) - Static method in class org.jboss.dna.common.util.Base64
Decodes data from Base64 notation, automatically detecting gzip-compressed data and decompressing it.
decodeFileToFile(String, String) - Static method in class org.jboss.dna.common.util.Base64
Reads infile and decodes it to outfile.
decodeFromFile(String) - Static method in class org.jboss.dna.common.util.Base64
Convenience method for reading a base64-encoded file and decoding it.
decodeToFile(String, String) - Static method in class org.jboss.dna.common.util.Base64
Convenience method for decoding data to a file.
decodeToObject(String) - Static method in class org.jboss.dna.common.util.Base64
Attempts to decode Base64 data and deserialize a Java Object within.
DEF_TABLE_TYPE_ALIAS - Static variable in interface org.jboss.dna.common.jdbc.model.api.TableType
 
DEF_TABLE_TYPE_GLOBAL_TEMP - Static variable in interface org.jboss.dna.common.jdbc.model.api.TableType
 
DEF_TABLE_TYPE_LOCAL_TEMP - Static variable in interface org.jboss.dna.common.jdbc.model.api.TableType
 
DEF_TABLE_TYPE_SYNONYM - Static variable in interface org.jboss.dna.common.jdbc.model.api.TableType
 
DEF_TABLE_TYPE_SYS_TABLE - Static variable in interface org.jboss.dna.common.jdbc.model.api.TableType
 
DEF_TABLE_TYPE_TABLE - Static variable in interface org.jboss.dna.common.jdbc.model.api.TableType
 
DEF_TABLE_TYPE_VIEW - Static variable in interface org.jboss.dna.common.jdbc.model.api.TableType
 
DEFAULT - Static variable in class org.jboss.dna.common.component.ComponentLibrary
Class loader factory instance that always returns the current thread's context class loader (if not null) or component library's class loader.
DEFAULT - Static variable in class org.jboss.dna.connector.store.jpa.JpaSource.Models
 
DEFAULT_ABSOLUTE_PATH - Static variable in class org.jboss.dna.repository.observation.ObservationService.WorkspaceListener
 
DEFAULT_ATTRIBUTE_SCOPING - Static variable in class org.jboss.dna.graph.xml.XmlHandler
The default XmlHandler.AttributeScoping.
DEFAULT_ATTRIBUTE_SCOPING - Static variable in class org.jboss.dna.sequencer.xml.XmlSequencerHandler
The default XmlSequencer.AttributeScoping.
DEFAULT_BUCKET_COUNT - Static variable in class org.jboss.dna.common.statistic.Histogram
 
DEFAULT_CACHE_POLICY - Static variable in class org.jboss.dna.repository.DnaLexicon
 
DEFAULT_CACHE_TIME_TO_LIVE_IN_SECONDS - Static variable in class org.jboss.dna.connector.filesystem.FileSystemSource
 
DEFAULT_CACHE_TIME_TO_LIVE_IN_SECONDS - Static variable in class org.jboss.dna.connector.svn.SVNRepositorySource
 
DEFAULT_CLONE_CONFLICT_BEHAVIOR - Static variable in class org.jboss.dna.graph.request.CloneWorkspaceRequest
The default CloneWorkspaceRequest.CloneConflictBehavior that will be used if it is unspecified.
DEFAULT_CODE - Static variable in class org.jboss.dna.common.collection.Problem
 
DEFAULT_CONFIGURATION_SOURCE_PATH - Static variable in class org.jboss.dna.connector.federation.FederatedRepositorySource
 
DEFAULT_CONFLICT_BEHAVIOR - Static variable in class org.jboss.dna.graph.request.CopyBranchRequest
 
DEFAULT_CONFLICT_BEHAVIOR - Static variable in class org.jboss.dna.graph.request.CreateNodeRequest
 
DEFAULT_CONFLICT_BEHAVIOR - Static variable in class org.jboss.dna.graph.request.MoveBranchRequest
 
DEFAULT_CORE_POOL_SIZE - Static variable in class org.jboss.dna.graph.connector.RepositoryConnectionPool
The core pool size for default-constructed pools is 1 .
DEFAULT_CREATE_CONFLICT_BEHAVIOR - Static variable in class org.jboss.dna.graph.request.CloneWorkspaceRequest
The default CreateWorkspaceRequest.CreateConflictBehavior that will be used if it is unspecified.
DEFAULT_CREATE_CONFLICT_BEHAVIOR - Static variable in class org.jboss.dna.graph.request.CreateWorkspaceRequest
The default CreateWorkspaceRequest.CreateConflictBehavior that will be used if it is unspecified.
DEFAULT_CREATE_REPOSITORY_PATH - Static variable in class org.jboss.dna.maven.spi.JcrMavenUrlProvider
 
DEFAULT_DECODER - Static variable in interface org.jboss.dna.graph.property.Path
The default text decoder to be used when none is otherwise specified.
DEFAULT_DECODER - Static variable in interface org.jboss.dna.graph.property.ValueFactory
 
DEFAULT_DECODER - Static variable in class org.jboss.dna.graph.xml.XmlHandler
Decoder for XML names, to turn '_xHHHH_' sequences in the XML element and attribute names into the corresponding UTF-16 characters.
DEFAULT_DECODER - Static variable in class org.jboss.dna.sequencer.xml.XmlSequencerHandler
Decoder for XML names, to turn '_xHHHH_' sequences in the XML element and attribute names into the corresponding UTF-16 characters.
DEFAULT_DETECTORS - Static variable in class org.jboss.dna.repository.mimetype.MimeType
The set of
DEFAULT_DETECTORS - Static variable in class org.jboss.dna.repository.mimetype.MimeTypeDetectors
 
DEFAULT_ENCODER - Static variable in interface org.jboss.dna.graph.property.Path
The default text encoder to be used when none is otherwise specified.
DEFAULT_ENCODER - Static variable in interface org.jboss.dna.graph.property.ValueFactory
 
DEFAULT_EVENT_TYPES - Static variable in class org.jboss.dna.repository.observation.ObservationService.WorkspaceListener
 
DEFAULT_INDEX - Static variable in interface org.jboss.dna.graph.property.Path
The default index for a Path.Segment.
DEFAULT_IS_DEEP - Static variable in class org.jboss.dna.repository.observation.ObservationService.WorkspaceListener
 
DEFAULT_JACKRABBIT_CONFIG_PATH - Static variable in class org.jboss.example.dna.sequencer.SequencingClient
 
DEFAULT_JCR_ABSOLUTE_PATH - Static variable in class org.jboss.dna.repository.rules.RuleSetRepositoryMonitor
 
DEFAULT_KEEP_ALIVE_TIME_IN_SECONDS - Static variable in class org.jboss.dna.graph.connector.RepositoryConnectionPool
The keep-alive time for connections in default-constructed pools is 30L seconds.
DEFAULT_MAXIMUM_DEPTH - Static variable in class org.jboss.dna.graph.request.ReadBranchRequest
 
DEFAULT_MAXIMUM_POOL_SIZE - Static variable in class org.jboss.dna.graph.connector.RepositoryConnectionPool
The maximum pool size for default-constructed pools is 10 .
DEFAULT_NAME_OF_DEFAULT_WORKSPACE - Static variable in class org.jboss.dna.connector.jbosscache.JBossCacheSource
The initial name of the default workspace is ""default" ", unless otherwise specified.
DEFAULT_NAME_OF_DEFAULT_WORKSPACE - Static variable in class org.jboss.dna.connector.store.jpa.JpaSource
The initial name of the default workspace is ""default" ", unless otherwise specified.
DEFAULT_NAMESPACE_URI - Static variable in class org.jboss.dna.graph.property.basic.SimpleNamespaceRegistry
 
DEFAULT_NO_LOCAL - Static variable in class org.jboss.dna.repository.observation.ObservationService.WorkspaceListener
 
DEFAULT_NODE_FILTER - Static variable in class org.jboss.dna.repository.sequencer.SequencingService
The default SequencingService.NodeFilter that accepts new nodes or nodes that have new/changed properties.
DEFAULT_OPTIONAL - Static variable in class org.jboss.dna.maven.MavenDependency
 
DEFAULT_PASSWORD - Static variable in class org.jboss.example.dna.sequencer.SequencingClient
 
DEFAULT_PATH_TO_TOP_OF_MAVEN_REPOSITORY - Static variable in class org.jboss.dna.maven.spi.JcrMavenUrlProvider
 
DEFAULT_PREFIX_NUMBER_FORMAT - Static variable in class org.jboss.dna.graph.property.basic.SimpleNamespaceRegistry
 
DEFAULT_PREFIX_TEMPLATE - Static variable in class org.jboss.dna.graph.property.basic.SimpleNamespaceRegistry
 
DEFAULT_PRIMARY_TYPE - Static variable in class org.jboss.dna.graph.JcrLexicon
 
DEFAULT_REPOSITORY_NAME - Static variable in class org.jboss.example.dna.sequencer.SequencingClient
 
DEFAULT_RETRY_LIMIT - Static variable in class org.jboss.dna.connector.federation.FederatedRepositorySource
The default limit is 0 for retrying connection calls to the underlying source.
DEFAULT_RETRY_LIMIT - Static variable in class org.jboss.dna.connector.filesystem.FileSystemSource
 
DEFAULT_RETRY_LIMIT - Static variable in class org.jboss.dna.connector.jbosscache.JBossCacheSource
The default limit is 0 for retrying connection calls to the underlying source.
DEFAULT_RETRY_LIMIT - Static variable in class org.jboss.dna.connector.jdbc.JdbcRepositorySource
The default limit is 0 for retrying connection calls to the underlying source.
DEFAULT_RETRY_LIMIT - Static variable in class org.jboss.dna.connector.svn.SVNRepositorySource
The default limit is 0 for retrying connection calls to the underlying source.
DEFAULT_RETRY_LIMIT - Static variable in class org.jboss.dna.graph.connector.inmemory.InMemoryRepositorySource
The default limit is 0 for retrying connection calls to the underlying source.
DEFAULT_ROOT_NODE_UUID - Static variable in class org.jboss.dna.connector.jdbc.JdbcRepositorySource
The default UUID that is used for root nodes in a JDBC connector.
DEFAULT_ROOT_NODE_UUID - Static variable in class org.jboss.dna.connector.store.jpa.JpaSource
The default UUID that is used for root nodes in a store.
DEFAULT_SEQUENCER_SELECTOR - Static variable in class org.jboss.dna.repository.sequencer.SequencingService
The default SequencingService.Selector that considers every Sequencer to be used for every node.
DEFAULT_SIGNIFICANT_FIGURES - Static variable in class org.jboss.dna.common.statistic.Histogram
 
DEFAULT_SUPPORT_CREATING_WORKSPACES - Static variable in class org.jboss.dna.graph.connector.RepositorySourceCapabilities
The default support for creating workspaces is false .
DEFAULT_SUPPORT_EVENTS - Static variable in class org.jboss.dna.graph.connector.RepositorySourceCapabilities
The default support for updates is false .
DEFAULT_SUPPORT_REFERENCES - Static variable in class org.jboss.dna.graph.connector.RepositorySourceCapabilities
The default support for creating workspaces is true .
DEFAULT_SUPPORT_SAME_NAME_SIBLINGS - Static variable in class org.jboss.dna.graph.connector.RepositorySourceCapabilities
The default support for same-name-siblings is true .
DEFAULT_SUPPORT_UPDATES - Static variable in class org.jboss.dna.graph.connector.RepositorySourceCapabilities
The default support for updates is false .
DEFAULT_SUPPORTS_CREATING_WORKSPACES - Static variable in class org.jboss.dna.connector.store.jpa.JpaSource
This source does support creating workspaces.
DEFAULT_SUPPORTS_UPDATES - Static variable in class org.jboss.dna.connector.filesystem.FileSystemSource
This source does not support udpates by default, but each instance may be configured to be read-only or updateable}.
DEFAULT_SUPPORTS_UPDATES - Static variable in class org.jboss.dna.connector.jdbc.JdbcRepositorySource
This source supports updates by default, but each instance may be configured to be read-only or updateable.
DEFAULT_SUPPORTS_UPDATES - Static variable in class org.jboss.dna.connector.store.jpa.JpaSource
This source supports udpates by default, but each instance may be configured to be read-only or updateable.
DEFAULT_SUPPORTS_UPDATES - Static variable in class org.jboss.dna.connector.svn.SVNRepositorySource
This source supports udpates by default, but each instance may be configured to be read-only or updateable.
DEFAULT_TYPE - Static variable in class org.jboss.dna.maven.MavenDependency
 
DEFAULT_URI_PROPERTY_NAME - Static variable in class org.jboss.dna.graph.property.basic.GraphNamespaceRegistry
 
DEFAULT_USERNAME - Static variable in class org.jboss.example.dna.sequencer.SequencingClient
 
DEFAULT_UUID_PROPERTY_NAME - Static variable in class org.jboss.dna.connector.jbosscache.JBossCacheSource
 
DEFAULT_VALUES - Static variable in class org.jboss.dna.graph.JcrLexicon
 
DEFAULT_WORKING_DIRECTORY - Static variable in class org.jboss.example.dna.sequencer.SequencingClient
 
DEFAULT_WORKSPACE_NAME - Static variable in class org.jboss.dna.connector.federation.FederatedLexicon
 
DEFAULT_WORKSPACE_NAME - Static variable in class org.jboss.dna.graph.connector.inmemory.InMemoryRepositorySource
The default name for the workspace used by this source, which is a blank string.
DEFAULT_WORKSPACE_NAME - Static variable in class org.jboss.example.dna.sequencer.SequencingClient
 
defaultCacheFactoryConfigurationNameWasNotValidConfiguration - Static variable in class org.jboss.dna.connector.jbosscache.JBossCacheConnectorI18n
 
DefaultDatabaseMetadataProvider - Class in org.jboss.dna.common.jdbc.provider
Default DatabaseMetadataProvider
DefaultDatabaseMetadataProvider() - Constructor for class org.jboss.dna.common.jdbc.provider.DefaultDatabaseMetadataProvider
Default Constructor
DefaultDatabaseMetadataProvider(String) - Constructor for class org.jboss.dna.common.jdbc.provider.DefaultDatabaseMetadataProvider
Constructor
DefaultDataSourceDatabaseMetadataProvider - Class in org.jboss.dna.common.jdbc.provider
Default DataSource based DatabaseMetadataProvider
DefaultDataSourceDatabaseMetadataProvider() - Constructor for class org.jboss.dna.common.jdbc.provider.DefaultDataSourceDatabaseMetadataProvider
Default Constructor
DefaultDataSourceDatabaseMetadataProvider(String) - Constructor for class org.jboss.dna.common.jdbc.provider.DefaultDataSourceDatabaseMetadataProvider
Constructor
DefaultDriverDatabaseMetadataProvider - Class in org.jboss.dna.common.jdbc.provider
Default DatabaseMetadataProvider based on driver
DefaultDriverDatabaseMetadataProvider() - Constructor for class org.jboss.dna.common.jdbc.provider.DefaultDriverDatabaseMetadataProvider
Default constructor
DefaultDriverDatabaseMetadataProvider(String) - Constructor for class org.jboss.dna.common.jdbc.provider.DefaultDriverDatabaseMetadataProvider
Constructor
DefaultModelFactory - Class in org.jboss.dna.common.jdbc.model
Database metadata objects creation factory
DefaultModelFactory() - Constructor for class org.jboss.dna.common.jdbc.model.DefaultModelFactory
Default constructor
defaultWorkspaceName - Static variable in class org.jboss.dna.jcr.JcrI18n
 
DelegatingValueFactories - Class in org.jboss.dna.graph.property.basic
 
delete(String) - Static method in class org.jboss.dna.common.util.FileUtil
Delete the file or directory at the supplied path.
delete(File) - Static method in class org.jboss.dna.common.util.FileUtil
Delete the file or directory given by the supplied reference.
delete(Node) - Method in class org.jboss.dna.graph.Graph.Batch
Request to delete the specified node.
delete(Location) - Method in class org.jboss.dna.graph.Graph.Batch
Request to delete the node at the given location.
delete(String) - Method in class org.jboss.dna.graph.Graph.Batch
Request to delete the node at the given path.
delete(Path) - Method in class org.jboss.dna.graph.Graph.Batch
Request to delete the node at the given path.
delete(UUID) - Method in class org.jboss.dna.graph.Graph.Batch
Request to delete the node with the given UUID.
delete(Property) - Method in class org.jboss.dna.graph.Graph.Batch
Request to delete the node with the given unique identification property.
delete(Property, Property...) - Method in class org.jboss.dna.graph.Graph.Batch
Request to delete the node with the given identification properties.
delete(Iterable<Property>) - Method in class org.jboss.dna.graph.Graph.Batch
Request to delete the node with the given identification properties.
delete(Node) - Method in class org.jboss.dna.graph.Graph
Request to delete the specified node.
delete(Location) - Method in class org.jboss.dna.graph.Graph
Request to delete the node at the given location.
delete(String) - Method in class org.jboss.dna.graph.Graph
Request to delete the node at the given path.
delete(Path) - Method in class org.jboss.dna.graph.Graph
Request to delete the node at the given path.
delete(UUID) - Method in class org.jboss.dna.graph.Graph
Request to delete the node with the given UUID.
delete(Property) - Method in class org.jboss.dna.graph.Graph
Request to delete the node with the given unique identification property.
delete(Property, Property...) - Method in class org.jboss.dna.graph.Graph
Request to delete the node with the given identification properties.
deleteAttribute(Attribute) - Method in interface org.jboss.dna.common.jdbc.model.api.UserDefinedType
deletes Attribute
deleteAttribute(Attribute) - Method in class org.jboss.dna.common.jdbc.model.spi.UserDefinedTypeBean
deletes Attribute
deleteBestRowIdentifier(BestRowIdentifier) - Method in interface org.jboss.dna.common.jdbc.model.api.Table
deletes BestRowIdentifier
deleteBestRowIdentifier(BestRowIdentifier) - Method in class org.jboss.dna.common.jdbc.model.spi.TableBean
deletes BestRowIdentifier
deleteBranch(Location, String) - Method in class org.jboss.dna.graph.request.BatchRequestBuilder
Add a request to delete a branch.
deleteBranch(Location, String) - Method in class org.jboss.dna.graph.request.RequestBuilder
Add a request to delete a branch.
DeleteBranchRequest - Class in org.jboss.dna.graph.request
Instruction that a branch be deleted.
DeleteBranchRequest(Location, String) - Constructor for class org.jboss.dna.graph.request.DeleteBranchRequest
Create a request to delete a branch.
deleteCatalog(Catalog) - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Deletes Catalog
deleteCatalog(Catalog) - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Deletes Catalog
deleteColumn(Column) - Method in interface org.jboss.dna.common.jdbc.model.api.BestRowIdentifier
Deletes column from the best row identifier
deleteColumn(ForeignKeyColumn) - Method in interface org.jboss.dna.common.jdbc.model.api.ForeignKey
deletes ForeignKeyColumn
deleteColumn(IndexColumn) - Method in interface org.jboss.dna.common.jdbc.model.api.Index
delete IndexColumn
deleteColumn(PrimaryKeyColumn) - Method in interface org.jboss.dna.common.jdbc.model.api.PrimaryKey
deletes PrimaryKeyColumn
deleteColumn(TableColumn) - Method in interface org.jboss.dna.common.jdbc.model.api.Table
deletes TableColumn
deleteColumn(Column) - Method in class org.jboss.dna.common.jdbc.model.spi.BestRowIdentifierBean
Deletes column from the best row identifier
deleteColumn(ForeignKeyColumn) - Method in class org.jboss.dna.common.jdbc.model.spi.ForeignKeyBean
Removes ForeignKeyColumn
deleteColumn(IndexColumn) - Method in class org.jboss.dna.common.jdbc.model.spi.IndexBean
delete IndexColumn
deleteColumn(PrimaryKeyColumn) - Method in class org.jboss.dna.common.jdbc.model.spi.PrimaryKeyBean
deletes PrimaryKeyColumn
deleteColumn(TableColumn) - Method in class org.jboss.dna.common.jdbc.model.spi.TableBean
deletes TableColumn
deleteDirectory(String) - Method in interface org.jboss.dna.connector.scm.ScmActionFactory
 
deleteDirectory(String) - Method in class org.jboss.dna.connector.svn.SVNRepositoryRequestProcessor
deleteExtraProperty(String) - Method in interface org.jboss.dna.common.jdbc.model.api.DatabaseNamedObject
deletes extra property
deleteExtraProperty(String) - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseNamedObjectBean
deletes extra property
deleteFile(String, String) - Method in interface org.jboss.dna.connector.scm.ScmActionFactory
 
deleteFile(String, String) - Method in class org.jboss.dna.connector.svn.SVNRepositoryRequestProcessor
deleteForeignKey(ForeignKey) - Method in interface org.jboss.dna.common.jdbc.model.api.Table
deletes ForeignKey
deleteForeignKey(ForeignKey) - Method in class org.jboss.dna.common.jdbc.model.spi.TableBean
deletes ForeignKey
deleteIndex(Index) - Method in interface org.jboss.dna.common.jdbc.model.api.Table
deletes Index
deleteIndex(Index) - Method in class org.jboss.dna.common.jdbc.model.spi.TableBean
deletes Index
deleteNumericFunction(String) - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Deletes numeric function
deleteNumericFunction(String) - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Deletes numeric function
deleteParameter(Parameter) - Method in interface org.jboss.dna.common.jdbc.model.api.StoredProcedure
deletes Parameter
deleteParameter(Parameter) - Method in class org.jboss.dna.common.jdbc.model.spi.StoredProcedureBean
deletes Parameter
deletePrivilege(Privilege) - Method in interface org.jboss.dna.common.jdbc.model.api.Column
Deletes table column priviledge
deletePrivilege(Privilege) - Method in interface org.jboss.dna.common.jdbc.model.api.Table
Deletes table priviledge
deletePrivilege(Privilege) - Method in class org.jboss.dna.common.jdbc.model.spi.ColumnBean
Deletes table column priviledge
deletePrivilege(Privilege) - Method in class org.jboss.dna.common.jdbc.model.spi.TableBean
Deletes table priviledge
deleteReferencesFrom(Long, String, EntityManager) - Static method in class org.jboss.dna.connector.store.jpa.model.basic.ReferenceEntity
Delete all references that start from the node with the supplied UUID.
deleteSchema(Schema) - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Deletes Schema
deleteSchema(Schema) - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Deletes Schema
deleteSQLKeyword(String) - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Deletes SQL keyword
deleteSQLKeyword(String) - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Deletes SQL keyword
deleteSqlTypeConversionPair(SqlTypeConversionPair) - Method in interface org.jboss.dna.common.jdbc.model.api.Database
deletes SqlTypeConversionPair
deleteSqlTypeConversionPair(SqlTypeConversionPair) - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
deletes SqlTypeConversionPair
deleteSqlTypeInfo(SqlTypeInfo) - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Deletes SqlTypeInfo
deleteSqlTypeInfo(SqlTypeInfo) - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Deletes SqlTypeInfo
deleteStoredProcedure(StoredProcedure) - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Deletes Stored Procedure
deleteStoredProcedure(StoredProcedure) - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Deletes Stored Procedure
deleteStringFunction(String) - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Deletes String function
deleteStringFunction(String) - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Deletes String function
deleteSubgraph(boolean) - Method in class org.jboss.dna.connector.store.jpa.model.basic.SubgraphQuery
Delete the nodes in the subgraph.
deleteSupportedForwardOnlyResultSetConcurrency(ResultSetConcurrencyType) - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Deletes ResultSetConcurrencyType
deleteSupportedForwardOnlyResultSetConcurrency(ResultSetConcurrencyType) - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Deletes ResultSetConcurrencyType
deleteSupportedResultSetType(ResultSetType) - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Deletes supported ResultSetType
deleteSupportedResultSetType(ResultSetType) - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Deletes supported ResultSetType
deleteSupportedScrollInsensitiveResultSetConcurrency(ResultSetConcurrencyType) - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Delete ResultSetConcurrencyType
deleteSupportedScrollInsensitiveResultSetConcurrency(ResultSetConcurrencyType) - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Delete ResultSetConcurrencyType
deleteSupportedScrollSensitiveResultSetConcurrency(ResultSetConcurrencyType) - Method in interface org.jboss.dna.common.jdbc.model.api.Database
delete resultSetConcurrencyType
deleteSupportedScrollSensitiveResultSetConcurrency(ResultSetConcurrencyType) - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
deletes resultSetConcurrencyType
deleteSupportedTransactionIsolationLevelType(TransactionIsolationLevelType) - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Deletes TransactionIsolationLevelType
deleteSupportedTransactionIsolationLevelType(TransactionIsolationLevelType) - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Deletes TransactionIsolationLevelType
deleteSystemFunction(String) - Method in interface org.jboss.dna.common.jdbc.model.api.Database
deletes System function
deleteSystemFunction(String) - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
deletes System function
deleteTable(Table) - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Deletes Table
deleteTable(Table) - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Deletes Table
deleteTableType(TableType) - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Deletes TableType
deleteTableType(TableType) - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Deletes TableType
deleteTimeDateFunction(String) - Method in interface org.jboss.dna.common.jdbc.model.api.Database
deletes Time/Date function
deleteTimeDateFunction(String) - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
deletes Time/Date function
deleteUnenforcedReferences(Long, EntityManager) - Static method in class org.jboss.dna.connector.store.jpa.model.basic.ReferenceEntity
Delete all references (in all workspaces) that start from nodes that do not require enforced referential integrity.
deleteUnused(EntityManager) - Static method in class org.jboss.dna.connector.store.jpa.model.basic.LargeValueEntity
Delete all unused large value entities.
deleteUserDefinedType(UserDefinedType) - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Deletes UDT
deleteUserDefinedType(UserDefinedType) - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Deletes UDT
deleteVersionColumn(TableColumn) - Method in interface org.jboss.dna.common.jdbc.model.api.Table
deletes version column
deleteVersionColumn(TableColumn) - Method in class org.jboss.dna.common.jdbc.model.spi.TableBean
deletes version column
DELIMITER - Static variable in interface org.jboss.dna.graph.property.Path
The delimiter character used to separate segments within a path.
DELIMITER_STR - Static variable in interface org.jboss.dna.graph.property.Path
String form of the delimiter used to separate segments within a path.
describedAs(String) - Method in interface org.jboss.dna.repository.Configurator.SetDescription
Specify the description of this component.
description() - Method in enum org.jboss.dna.common.util.SecureHash.Algorithm
 
DESCRIPTION - Static variable in class org.jboss.dna.repository.DnaLexicon
 
deserializeAllProperties(ObjectInputStream, Collection<Property>, Serializer.LargeValues) - Method in class org.jboss.dna.connector.store.jpa.util.Serializer
Deserialize the serialized properties on the supplied object stream.
deserializeProperty(ObjectInputStream, Serializer.LargeValues) - Method in class org.jboss.dna.connector.store.jpa.util.Serializer
Deserialize the serialized property on the supplied object stream.
deserializePropertyValues(ObjectInputStream, Name, boolean, Serializer.LargeValues, Serializer.LargeValues, Serializer.ReferenceValues) - Method in class org.jboss.dna.connector.store.jpa.util.Serializer
Deserialize the serialized property on the supplied object stream.
deserializeSomeProperties(ObjectInputStream, Collection<Property>, Serializer.LargeValues, Serializer.LargeValues, Name...) - Method in class org.jboss.dna.connector.store.jpa.util.Serializer
Deserialize the serialized properties on the supplied object stream.
desiredName() - Method in class org.jboss.dna.graph.request.CopyBranchRequest
Get the name of the copy if it is to be different than that of the original.
desiredName() - Method in class org.jboss.dna.graph.request.MoveBranchRequest
Get the name of the copy if it is to be different than that of the original.
desiredNameOfNewWorkspace() - Method in class org.jboss.dna.graph.request.CreateWorkspaceRequest
Get the desired name for the new workspace.
desiredNameOfTargetWorkspace() - Method in class org.jboss.dna.graph.request.CloneWorkspaceRequest
Get the desired name for the target workspace.
Destination - Interface in org.jboss.dna.graph.io
Interface used internally as the destination for the requests.
destroy(String) - Method in class org.jboss.dna.connector.store.jpa.util.Workspaces
Remove the entity representation of the workspace.
destroyWorkspace(String) - Method in class org.jboss.dna.graph.connector.inmemory.InMemoryRepository
 
destroyWorkspace(String) - Method in class org.jboss.dna.graph.request.BatchRequestBuilder
Add a request to destroy an existing workspace.
destroyWorkspace(String) - Method in class org.jboss.dna.graph.request.RequestBuilder
Add a request to destroy an existing workspace.
DestroyWorkspaceRequest - Class in org.jboss.dna.graph.request
Request that an existing workspace with the supplied name be destroyed.
DestroyWorkspaceRequest(String) - Constructor for class org.jboss.dna.graph.request.DestroyWorkspaceRequest
Create a request to destroy an existing workspace.
DetailedStatistics<T extends Number> - Class in org.jboss.dna.common.statistic
Encapsulation of the statistics for a series of values to which new values are frequently added.
DetailedStatistics(MathOperations<T>) - Constructor for class org.jboss.dna.common.statistic.DetailedStatistics
 
digestName() - Method in enum org.jboss.dna.common.util.SecureHash.Algorithm
 
discoverType(Object) - Static method in enum org.jboss.dna.graph.property.PropertyType
 
discoverType(Class<?>) - Static method in enum org.jboss.dna.graph.property.PropertyType
Discover the most appropriate PropertyType whose values can be assigned to variables or parameters of the supplied type.
displaySearchResults(List<ContentInfo>) - Method in class org.jboss.example.dna.sequencer.ConsoleInput
 
displaySearchResults(List<ContentInfo>) - Method in interface org.jboss.example.dna.sequencer.UserInterface
 
divide(Double, Double) - Method in class org.jboss.dna.common.math.DoubleOperations
 
divide(long) - Method in class org.jboss.dna.common.math.Duration
Divide the duration by the supplied number, and return the result.
divide(Duration) - Method in class org.jboss.dna.common.math.Duration
Divide the duration by another duration to calculate the ratio.
divide(Duration, Duration) - Method in class org.jboss.dna.common.math.DurationOperations
 
divide(Float, Float) - Method in class org.jboss.dna.common.math.FloatOperations
 
divide(Integer, Integer) - Method in class org.jboss.dna.common.math.IntegerOperations
 
divide(Long, Long) - Method in class org.jboss.dna.common.math.LongOperations
 
divide(T, T) - Method in interface org.jboss.dna.common.math.MathOperations
Divide the first operand by the second, and return the result.
divide(Short, Short) - Method in class org.jboss.dna.common.math.ShortOperations
 
DnaConfiguration - Class in org.jboss.dna.repository
 
DnaConfiguration() - Constructor for class org.jboss.dna.repository.DnaConfiguration
Create a new configuration for DNA.
DnaConfiguration(ExecutionContext) - Constructor for class org.jboss.dna.repository.DnaConfiguration
Specify a new ExecutionContext that should be used for this DNA instance.
DnaConfiguration.Builder<ReturnType> - Class in org.jboss.dna.repository
 
DnaConfiguration.Builder(ExecutionContext, ReturnType) - Constructor for class org.jboss.dna.repository.DnaConfiguration.Builder
Specify a new ExecutionContext that should be used for this DNA instance.
DnaConfigurationException - Exception in org.jboss.dna.repository
 
DnaConfigurationException() - Constructor for exception org.jboss.dna.repository.DnaConfigurationException
 
DnaConfigurationException(String) - Constructor for exception org.jboss.dna.repository.DnaConfigurationException
 
DnaConfigurationException(Throwable) - Constructor for exception org.jboss.dna.repository.DnaConfigurationException
 
DnaConfigurationException(String, Throwable) - Constructor for exception org.jboss.dna.repository.DnaConfigurationException
 
DnaDtdLexicon - Class in org.jboss.dna.sequencer.xml
 
DnaDtdLexicon() - Constructor for class org.jboss.dna.sequencer.xml.DnaDtdLexicon
 
DnaDtdLexicon.Namespace - Class in org.jboss.dna.sequencer.xml
 
DnaDtdLexicon.Namespace() - Constructor for class org.jboss.dna.sequencer.xml.DnaDtdLexicon.Namespace
 
DnaEngine - Class in org.jboss.dna.repository
A single instance of the DNA services, which is obtained after setting up the configuration.
DnaIntLexicon - Class in org.jboss.dna.jcr
A lexicon of internal and implementation-specific information
DnaIntLexicon() - Constructor for class org.jboss.dna.jcr.DnaIntLexicon
 
DnaIntLexicon.Namespace - Class in org.jboss.dna.jcr
 
DnaIntLexicon.Namespace() - Constructor for class org.jboss.dna.jcr.DnaIntLexicon.Namespace
 
DnaLexicon - Class in org.jboss.dna.graph
 
DnaLexicon() - Constructor for class org.jboss.dna.graph.DnaLexicon
 
DnaLexicon - Class in org.jboss.dna.jcr
 
DnaLexicon() - Constructor for class org.jboss.dna.jcr.DnaLexicon
 
DnaLexicon - Class in org.jboss.dna.repository
 
DnaLexicon() - Constructor for class org.jboss.dna.repository.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.sequencer.xml
 
DnaXmlLexicon() - Constructor for class org.jboss.dna.sequencer.xml.DnaXmlLexicon
 
DnaXmlLexicon.Namespace - Class in org.jboss.dna.sequencer.xml
 
DnaXmlLexicon.Namespace() - Constructor for class org.jboss.dna.sequencer.xml.DnaXmlLexicon.Namespace
 
DOCUMENT - Static variable in class org.jboss.dna.sequencer.xml.DnaXmlLexicon
 
DONT_BREAK_LINES - Static variable in class org.jboss.dna.common.util.Base64
Don't break lines when encoding (violates strict Base64 specification)
DOUBLE_COMPARATOR - Static variable in class org.jboss.dna.graph.property.ValueComparators
A comparator of double values.
DoubleOperations - Class in org.jboss.dna.common.math
 
DoubleOperations() - Constructor for class org.jboss.dna.common.math.DoubleOperations
 
doubleValue(Double) - Method in class org.jboss.dna.common.math.DoubleOperations
 
doubleValue() - Method in class org.jboss.dna.common.math.Duration
doubleValue(Duration) - Method in class org.jboss.dna.common.math.DurationOperations
 
doubleValue(Float) - Method in class org.jboss.dna.common.math.FloatOperations
 
doubleValue(Integer) - Method in class org.jboss.dna.common.math.IntegerOperations
 
doubleValue(Long) - Method in class org.jboss.dna.common.math.LongOperations
 
doubleValue(T) - Method in interface org.jboss.dna.common.math.MathOperations
Convert the value to a double.
doubleValue(Short) - Method in class org.jboss.dna.common.math.ShortOperations
 
DoubleValueFactory - Class in org.jboss.dna.graph.property.basic
The standard ValueFactory for PropertyType.DOUBLE values.
DoubleValueFactory(TextDecoder, ValueFactory<String>) - Constructor for class org.jboss.dna.graph.property.basic.DoubleValueFactory
 
DriverDatabaseMetadataProvider - Interface in org.jboss.dna.common.jdbc.provider
DatabaseMetadataProvider based on simple driver/connection
Duration - Class in org.jboss.dna.common.math
A number representing an immutable duration of time.
Duration(long) - Constructor for class org.jboss.dna.common.math.Duration
Create a duration given the number of nanoseconds.
Duration(long, TimeUnit) - Constructor for class org.jboss.dna.common.math.Duration
Create a duration and the time unit.
Duration.Components - Class in org.jboss.dna.common.math
The atomic components of this duration, broken down into whole hours, minutes and (fractional) seconds.
DurationOperations - Class in org.jboss.dna.common.math
 
DurationOperations() - Constructor for class org.jboss.dna.common.math.DurationOperations
 

E

ELEMENT_CONTENT - Static variable in class org.jboss.dna.sequencer.xml.DnaXmlLexicon
 
elements() - Method in class org.jboss.dna.common.collection.UnmodifiableProperties
EMPTY_RELATIVE - Static variable in class org.jboss.dna.graph.property.basic.BasicPath
 
EMPTY_STRING_ARRAY - Static variable in class org.jboss.dna.common.util.StringUtil
 
EmptyChildren - Class in org.jboss.dna.jcr.cache
An immutable implementation of Children.
EmptyChildren(UUID) - Constructor for class org.jboss.dna.jcr.cache.EmptyChildren
 
EmptyContribution - Class in org.jboss.dna.connector.federation.contribution
A source contribution that is empty.
EmptyContribution(String, String, DateTime) - Constructor for class org.jboss.dna.connector.federation.contribution.EmptyContribution
Create a contribution for the source with the supplied name.
EmptyIterator<T> - Class in org.jboss.dna.common.collection
 
EmptyIterator() - Constructor for class org.jboss.dna.common.collection.EmptyIterator
 
encode(String) - Method in class org.jboss.dna.common.text.Jsr283Encoder
Returns the encoded version of a string.
encode(String) - Method in class org.jboss.dna.common.text.NoOpEncoder
Returns the encoded version of a string.
encode(String) - Method in interface org.jboss.dna.common.text.TextEncoder
Returns the encoded version of a string.
encode(String) - Method in class org.jboss.dna.common.text.UrlEncoder
Returns the encoded version of a string.
encode(String) - Method in class org.jboss.dna.common.text.XmlNameEncoder
Returns the encoded version of a string.
encode(String) - Method in class org.jboss.dna.common.text.XmlValueEncoder
Returns the encoded version of a string.
ENCODE - Static variable in class org.jboss.dna.common.util.Base64
Specify encoding.
encodeBytes(byte[]) - Static method in class org.jboss.dna.common.util.Base64
Encodes a byte array into Base64 notation.
encodeBytes(byte[], int) - Static method in class org.jboss.dna.common.util.Base64
Encodes a byte array into Base64 notation.
encodeBytes(byte[], int, int) - Static method in class org.jboss.dna.common.util.Base64
Encodes a byte array into Base64 notation.
encodeBytes(byte[], int, int, int) - Static method in class org.jboss.dna.common.util.Base64
Encodes a byte array into Base64 notation.
ENCODED - Static variable in class org.jboss.dna.graph.JcrLexicon
 
encodeFileToFile(String, String) - Static method in class org.jboss.dna.common.util.Base64
Reads infile and encodes it to outfile.
encodeFromFile(String) - Static method in class org.jboss.dna.common.util.Base64
Convenience method for reading a binary file and base64-encoding it.
encodeObject(Serializable) - Static method in class org.jboss.dna.common.util.Base64
Serializes an object and returns the Base64-encoded version of that serialized object.
encodeObject(Serializable, int) - Static method in class org.jboss.dna.common.util.Base64
Serializes an object and returns the Base64-encoded version of that serialized object.
encodeToFile(byte[], String) - Static method in class org.jboss.dna.common.util.Base64
Convenience method for encoding data to a file.
ENCODING - Static variable in class org.jboss.dna.jcr.JcrLexicon
 
endCDATA() - Method in class org.jboss.dna.sequencer.xml.XmlSequencerHandler
endDocument() - Method in class org.jboss.dna.graph.xml.XmlHandler
endElement(String, String, String) - Method in class org.jboss.dna.graph.xml.XmlHandler
endElement(String, String, String) - Method in class org.jboss.dna.sequencer.xml.XmlSequencerHandler
endEntity(String) - Method in class org.jboss.dna.sequencer.xml.XmlSequencerHandler
endingBefore() - Method in class org.jboss.dna.graph.request.ReadBlockOfChildrenRequest
Get the index past the last child that is to be included in the block.
endPrefixMapping(String) - Method in class org.jboss.dna.graph.xml.XmlHandler
endPrefixMapping(String) - Method in class org.jboss.dna.sequencer.xml.XmlSequencerHandler
ENTITY - Static variable in class org.jboss.dna.sequencer.xml.DnaDtdLexicon
 
entrySet() - Method in class org.jboss.dna.common.collection.UnmodifiableProperties
equals(Object) - Method in class org.jboss.dna.common.collection.ImmutableAppendedList
equals(Object) - Method in class org.jboss.dna.common.collection.Problem
equals(Object) - Method in class org.jboss.dna.common.collection.UnmodifiableProperties
equals(Object) - Method in class org.jboss.dna.common.component.ComponentConfig
equals(Object) - Method in class org.jboss.dna.common.statistic.Histogram.Bucket
 
equals(Object) - Method in class org.jboss.dna.connector.federation.contribution.Contribution
This implementation only compares the source name.
equals(Object) - Method in class org.jboss.dna.connector.federation.contribution.ContributionStatistics.Data
equals(Object) - Method in class org.jboss.dna.connector.federation.contribution.ContributionStatistics.Stats
equals(Object) - Method in class org.jboss.dna.connector.federation.contribution.EmptyContribution

This implementation only compares the source name.

equals(Object) - Method in class org.jboss.dna.connector.federation.contribution.NonEmptyContribution

This implementation only compares the source name.

equals(Object) - Method in class org.jboss.dna.connector.federation.FederatedRepositorySource
equals(Object) - Method in class org.jboss.dna.connector.federation.FederatedWorkspace
equals(Object) - Method in class org.jboss.dna.connector.federation.merge.FederatedNode
equals(Object) - Method in class org.jboss.dna.connector.federation.merge.MergePlan
equals(Object) - Method in class org.jboss.dna.connector.federation.Projection
equals(Object) - Method in class org.jboss.dna.connector.federation.Projection.PathRule
equals(Object) - Method in class org.jboss.dna.connector.jbosscache.JBossCacheSource
equals(Object) - Method in class org.jboss.dna.connector.jdbc.JdbcRepositorySource
equals(Object) - Method in class org.jboss.dna.connector.store.jpa.model.basic.ChildEntity
equals(Object) - Method in class org.jboss.dna.connector.store.jpa.model.basic.ChildId
equals(Object) - Method in class org.jboss.dna.connector.store.jpa.model.basic.LargeValueEntity
equals(Object) - Method in class org.jboss.dna.connector.store.jpa.model.basic.LargeValueId
equals(Object) - Method in class org.jboss.dna.connector.store.jpa.model.basic.NodeId
equals(Object) - Method in class org.jboss.dna.connector.store.jpa.model.basic.PropertiesEntity
equals(Object) - Method in class org.jboss.dna.connector.store.jpa.model.basic.ReferenceEntity
equals(Object) - Method in class org.jboss.dna.connector.store.jpa.model.basic.ReferenceId
equals(Object) - Method in class org.jboss.dna.connector.store.jpa.model.basic.SubgraphNodeEntity
equals(Object) - Method in class org.jboss.dna.connector.store.jpa.model.common.ChangeLogEntity
equals(Object) - Method in class org.jboss.dna.connector.store.jpa.model.common.NamespaceEntity
equals(Object) - Method in class org.jboss.dna.connector.store.jpa.model.common.WorkspaceEntity
equals(Object) - Method in class org.jboss.dna.connector.store.jpa.Model
 
equals(Object) - Method in class org.jboss.dna.connector.store.jpa.util.StoreOptionEntity
equals(Object) - Method in class org.jboss.dna.connector.svn.SVNRepositorySource
equals(Object) - Method in class org.jboss.dna.graph.cache.BasicCachePolicy
equals(Object) - Method in class org.jboss.dna.graph.connector.inmemory.InMemoryNode
equals(Object) - Method in class org.jboss.dna.graph.Location
equals(Object) - Method in class org.jboss.dna.graph.property.basic.AbstractBinary
equals(Object) - Method in class org.jboss.dna.graph.property.basic.AbstractPath
equals(Object) - Method in class org.jboss.dna.graph.property.basic.BasicName
equals(Object) - Method in class org.jboss.dna.graph.property.basic.BasicNamespace
equals(Object) - Method in class org.jboss.dna.graph.property.basic.BasicPathSegment
equals(Object) - Method in class org.jboss.dna.graph.property.basic.BasicProperty
equals(Object) - Method in class org.jboss.dna.graph.property.basic.JodaDateTime
equals(Object) - Method in class org.jboss.dna.graph.property.basic.RootPath
equals(Object) - Method in class org.jboss.dna.graph.property.basic.UuidReference
equals(Object) - Method in class org.jboss.dna.graph.property.PathExpression
equals(Object) - Method in class org.jboss.dna.graph.property.PathExpression.Matcher
equals(Object) - Method in class org.jboss.dna.graph.request.CloneWorkspaceRequest
equals(Object) - Method in class org.jboss.dna.graph.request.CompositeRequest
equals(Object) - Method in class org.jboss.dna.graph.request.CopyBranchRequest
equals(Object) - Method in class org.jboss.dna.graph.request.CreateNodeRequest
equals(Object) - Method in class org.jboss.dna.graph.request.CreateWorkspaceRequest
equals(Object) - Method in class org.jboss.dna.graph.request.DeleteBranchRequest
equals(Object) - Method in class org.jboss.dna.graph.request.DestroyWorkspaceRequest
equals(Object) - Method in class org.jboss.dna.graph.request.GetWorkspacesRequest
equals(Object) - Method in class org.jboss.dna.graph.request.MoveBranchRequest
equals(Object) - Method in class org.jboss.dna.graph.request.ReadAllChildrenRequest
equals(Object) - Method in class org.jboss.dna.graph.request.ReadAllPropertiesRequest
equals(Object) - Method in class org.jboss.dna.graph.request.ReadBlockOfChildrenRequest
equals(Object) - Method in class org.jboss.dna.graph.request.ReadBranchRequest
equals(Object) - Method in class org.jboss.dna.graph.request.ReadNextBlockOfChildrenRequest
equals(Object) - Method in class org.jboss.dna.graph.request.ReadNodeRequest
equals(Object) - Method in class org.jboss.dna.graph.request.ReadPropertyRequest
equals(Object) - Method in class org.jboss.dna.graph.request.RemovePropertyRequest
equals(Object) - Method in class org.jboss.dna.graph.request.RenameNodeRequest
equals(Object) - Method in class org.jboss.dna.graph.request.SetPropertyRequest
equals(Object) - Method in class org.jboss.dna.graph.request.UpdatePropertiesRequest
equals(Object) - Method in class org.jboss.dna.graph.request.VerifyNodeExistsRequest
equals(Object) - Method in class org.jboss.dna.graph.request.VerifyWorkspaceRequest
equals(Object) - Method in class org.jboss.dna.jcr.cache.ChildNode
equals(Object) - Method in class org.jboss.dna.jcr.cache.PropertyInfo
equals(Object) - Method in class org.jboss.dna.jcr.NodeDefinitionId
equals(Object) - Method in class org.jboss.dna.jcr.PropertyDefinitionId
equals(Object) - Method in class org.jboss.dna.jcr.PropertyId
equals(Object) - Method in class org.jboss.dna.maven.MavenDependency
equals(Object) - Method in class org.jboss.dna.maven.MavenId
equals(Object) - Method in class org.jboss.dna.maven.MavenId.Version
equals(Object) - Method in class org.jboss.dna.repository.observation.NodeChange
equals(Object) - Method in class org.jboss.dna.repository.RepositoryService
equals(Object) - Method in class org.jboss.dna.repository.sequencer.SequencerOutputMap.PropertyValue
equals(Object) - Method in class org.jboss.dna.repository.sequencer.SequencerPathExpression
equals(Object) - Method in class org.jboss.dna.repository.sequencer.SequencerPathExpression.Matcher
equals(Object) - Method in class org.jboss.dna.repository.util.RepositoryNodePath
error(I18n, Object...) - Method in class org.jboss.dna.common.util.Logger
Log a message at the ERROR level according to the specified format and (optional) parameters.
error(Throwable, I18n, Object...) - Method in class org.jboss.dna.common.util.Logger
Log an exception (throwable) at the ERROR level with an accompanying message.
error(String, Throwable) - Method in class org.jboss.dna.repository.observation.ObservationService.DefaultProblemLog
error(String, Throwable) - Method in interface org.jboss.dna.repository.observation.ObservationService.ProblemLog
 
error(SAXParseException) - Method in class org.jboss.dna.sequencer.xml.XmlSequencerHandler
errorAddingOrUpdatingRuleSet - Static variable in class org.jboss.dna.repository.RepositoryI18n
 
errorAddingProjectionRuleParseMethod - Static variable in class org.jboss.dna.connector.federation.FederationI18n
 
errorClosingBinaryStreamForPropertyFromNode - Static variable in class org.jboss.dna.repository.RepositoryI18n
 
errorClosingDatabaseConnection - Static variable in class org.jboss.dna.common.jdbc.JdbcMetadataI18n
 
errorClosingTempFileStreamAfterWritingContent - Static variable in class org.jboss.dna.maven.MavenI18n
 
errorClosingUrlStreamToPom - Static variable in class org.jboss.dna.maven.MavenI18n
 
errorConvertingIo - Static variable in class org.jboss.dna.graph.GraphI18n
 
errorConvertingType - Static variable in class org.jboss.dna.graph.GraphI18n
 
errorCreatingInstanceOfClass - Static variable in class org.jboss.dna.repository.RepositoryI18n
 
errorCreatingInstanceOfClassUsingClassLoaders - Static variable in class org.jboss.dna.repository.RepositoryI18n
 
errorCreatingNode - Static variable in class org.jboss.dna.maven.MavenI18n
 
errorCreatingUrlForMavenId - Static variable in class org.jboss.dna.maven.MavenI18n
 
errorCreatingXpathParserToEvaluatePom - Static variable in class org.jboss.dna.maven.MavenI18n
 
errorCreatingXpathStatementsToEvaluatePom - Static variable in class org.jboss.dna.maven.MavenI18n
 
errorDeletingTempFileStreamAfterWritingContent - Static variable in class org.jboss.dna.maven.MavenI18n
 
errorDeregisteringRuleSetBeforeUpdatingIt - Static variable in class org.jboss.dna.repository.RepositoryI18n
 
errorExecutingRuleSetWithGlobalsAndFacts - Static variable in class org.jboss.dna.repository.RepositoryI18n
 
errorFindingDataSourceInJndi - Static variable in class org.jboss.dna.connector.store.jpa.JpaConnectorI18n
 
errorFindingPropertyNameInPropertyAddedEvent - Static variable in class org.jboss.dna.repository.RepositoryI18n
 
errorFindingPropertyNameInPropertyChangedEvent - Static variable in class org.jboss.dna.repository.RepositoryI18n
 
errorFindingPropertyNameInPropertyRemovedEvent - Static variable in class org.jboss.dna.repository.RepositoryI18n
 
errorFindingSequencersToRunAgainstNode - Static variable in class org.jboss.dna.repository.RepositoryI18n
 
errorGettingNodeRelativeToNode - Static variable in class org.jboss.dna.repository.RepositoryI18n
 
errorGettingOptionalPropertyFromNode - Static variable in class org.jboss.dna.repository.RepositoryI18n
 
errorGettingPomFileForMavenIdAtUrl - Static variable in class org.jboss.dna.maven.MavenI18n
 
errorGettingRequiredPropertyFromNode - Static variable in class org.jboss.dna.repository.RepositoryI18n
 
errorGettingUrlForMavenProject - Static variable in class org.jboss.dna.maven.MavenI18n
 
errorImportingCndContent - Static variable in class org.jboss.dna.cnd.CndI18n
 
errorImportingContent - Static variable in class org.jboss.dna.graph.GraphI18n
 
errorInRepositoryWhileFindingSequencersToRunAgainstNode - Static variable in class org.jboss.dna.repository.RepositoryI18n
 
errorInRepositoryWhileSequencingNode - Static variable in class org.jboss.dna.repository.RepositoryI18n
 
errorObtainingDefaultWorkspaceName - Static variable in class org.jboss.dna.jcr.JcrI18n
 
errorObtainingSessionToRepositoryWorkspace - Static variable in class org.jboss.dna.repository.RepositoryI18n
 
errorObtainingWorkspaceNames - Static variable in class org.jboss.dna.jcr.JcrI18n
 
errorProcessingEvents - Static variable in class org.jboss.dna.repository.RepositoryI18n
 
errorReadingNode - Static variable in class org.jboss.dna.maven.MavenI18n
 
errorReadingPropertiesFromContainerNode - Static variable in class org.jboss.dna.repository.RepositoryI18n
 
errorReadingPropertyValueBytes - Static variable in class org.jboss.dna.graph.GraphI18n
 
errorReadingRulesAndProperties - Static variable in class org.jboss.dna.repository.RepositoryI18n
 
errorReadingXmlDocumentToEvaluatePom - Static variable in class org.jboss.dna.maven.MavenI18n
 
errorRecreatingRuleSet - Static variable in class org.jboss.dna.repository.RepositoryI18n
 
errorRegisteringPersistentNamespace - Static variable in class org.jboss.dna.jcr.JcrI18n
 
errorRemovingNodeFromCache - Static variable in class org.jboss.dna.connector.federation.FederationI18n
 
errorRemovingRuleSet - Static variable in class org.jboss.dna.repository.RepositoryI18n
 
errorRemovingRuleSetUponShutdown - Static variable in class org.jboss.dna.repository.RepositoryI18n
 
errorRollingBackRuleSetAfterUpdateFailed - Static variable in class org.jboss.dna.repository.RepositoryI18n
 
errorSequencingCndContent - Static variable in class org.jboss.dna.sequencer.cnd.CndSequencerI18n
 
errorSequencingXmlDocument - Static variable in class org.jboss.dna.sequencer.xml.XmlSequencerI18n
 
errorSerializingCachePolicyInSource - Static variable in class org.jboss.dna.connector.jbosscache.JBossCacheConnectorI18n
 
errorSerializingCachePolicyInSource - Static variable in class org.jboss.dna.connector.jdbc.JdbcMetadataI18n
 
errorSerializingCachePolicyInSource - Static variable in class org.jboss.dna.connector.svn.SVNRepositoryConnectorI18n
 
errorSerializingInMemoryCachePolicyInSource - Static variable in class org.jboss.dna.graph.GraphI18n
 
errorSettingContextClassLoader - Static variable in class org.jboss.dna.connector.store.jpa.JpaConnectorI18n
 
errorSettingJavaBeanPropertyOnInstanceOfClass - Static variable in class org.jboss.dna.repository.RepositoryI18n
 
errorStartingRepositoryService - Static variable in class org.jboss.dna.repository.RepositoryI18n
 
errorUnregisteringWorkspaceListenerWhileShuttingDownObservationService - Static variable in class org.jboss.dna.repository.RepositoryI18n
 
errorUsingJsr94RuleAdministrator - Static variable in class org.jboss.dna.repository.RepositoryI18n
 
errorVerifyingWorkspaceName - Static variable in class org.jboss.dna.jcr.JcrI18n
 
errorWhileFindingNodeWithPath - Static variable in class org.jboss.dna.jcr.JcrI18n
 
errorWhileFindingNodeWithUuid - Static variable in class org.jboss.dna.jcr.JcrI18n
 
errorWhileInitializingTheNamespaceRegistry - Static variable in class org.jboss.dna.jcr.JcrI18n
 
errorWhileSequencingNode - Static variable in class org.jboss.dna.repository.RepositoryI18n
 
errorWritingNode - Static variable in class org.jboss.dna.maven.MavenI18n
 
errorWritingProblemsOnRuleSet - Static variable in class org.jboss.dna.repository.RepositoryI18n
 
ESCAPE_CHARACTER - Static variable in class org.jboss.dna.common.text.UrlEncoder
 
EXCEL_FULL_CONTENT - Static variable in class org.jboss.dna.sequencer.msoffice.MSOfficeMetadataSequencer
 
EXCEL_SHEET_NAME - Static variable in class org.jboss.dna.sequencer.msoffice.MSOfficeMetadataSequencer
 
ExcelMetadata - Class in org.jboss.dna.sequencer.msoffice.excel
 
ExcelMetadata() - Constructor for class org.jboss.dna.sequencer.msoffice.excel.ExcelMetadata
 
ExcelMetadataReader - Class in org.jboss.dna.sequencer.msoffice.excel
 
ExcelMetadataReader() - Constructor for class org.jboss.dna.sequencer.msoffice.excel.ExcelMetadataReader
 
execute(ExecutionContext, Request) - Method in class org.jboss.dna.connector.federation.FederatedRepositoryConnection
Execute the supplied commands against this repository source.
execute(ExecutionContext, Request) - Method in class org.jboss.dna.connector.filesystem.FileSystemConnection
Execute the supplied commands against this repository source.
execute(ExecutionContext, Request) - Method in class org.jboss.dna.connector.jbosscache.JBossCacheConnection
Execute the supplied commands against this repository source.
execute(ExecutionContext, Request) - Method in class org.jboss.dna.connector.jdbc.JdbcConnection
Execute the supplied commands against this repository source.
execute(ScmAction, String) - Method in interface org.jboss.dna.connector.scm.ScmActionExecutor
 
execute(ExecutionContext, Request) - Method in class org.jboss.dna.connector.store.jpa.JpaConnection
Execute the supplied commands against this repository source.
execute(ScmAction, String) - Method in class org.jboss.dna.connector.svn.SVNActionExecutor
 
execute(ExecutionContext, Request) - Method in class org.jboss.dna.connector.svn.SVNRepositoryConnection
Execute the supplied commands against this repository source.
execute(ExecutionContext, Request) - Method in class org.jboss.dna.graph.connector.inmemory.InMemoryRepositoryConnection
Execute the supplied commands against this repository source.
execute(ExecutionContext, Request) - Method in interface org.jboss.dna.graph.connector.RepositoryConnection
Execute the supplied commands against this repository source.
execute() - Method in class org.jboss.dna.graph.Graph.Batch
Stop accumulating the requests, submit them to the repository source, and return the results.
execute() - Method in interface org.jboss.dna.graph.Graph.Executable
Stop accumulating the requests, submit them to the repository source, and return the results.
execute(Node, String, NodeChange, Set<RepositoryNodePath>, JcrExecutionContext, Problems) - Method in interface org.jboss.dna.repository.sequencer.Sequencer
Execute the sequencing operation on the supplied node, which has recently been created or changed.
execute(Node, String, NodeChange, Set<RepositoryNodePath>, JcrExecutionContext, Problems) - Method in class org.jboss.dna.repository.sequencer.StreamSequencerAdapter
Execute the sequencing operation on the supplied node, which has recently been created or changed.
executedRequest - Static variable in class org.jboss.dna.graph.GraphI18n
 
executeRules(String, Map<String, Object>, Object...) - Method in class org.jboss.dna.repository.rules.RuleService
Execute the set of rules defined by the supplied rule set name.
executingRequest - Static variable in class org.jboss.dna.graph.GraphI18n
 
ExecutionContext - Class in org.jboss.dna.graph
An ExecutionContext is a representation of the environment or context in which a component or operation is operating.
ExecutionContext() - Constructor for class org.jboss.dna.graph.ExecutionContext
Create an instance of an execution context that uses the current JAAS calling context , with default implementations for all other components (including default namespaces in the namespace registry.
executionContextHasBeenClosed - Static variable in class org.jboss.dna.repository.RepositoryI18n
 
existingStoreSpecifiesUnknownModel - Static variable in class org.jboss.dna.connector.store.jpa.JpaConnectorI18n
 
exists() - Method in class org.jboss.dna.graph.request.VerifyNodeExistsRequest
Return whether this node is known to exist.
exists(MavenId) - Method in class org.jboss.dna.maven.MavenRepository
Determine whether the identified library exists in this Maven repository.
exists(MavenId, MavenId...) - Method in class org.jboss.dna.maven.MavenRepository
Determine which of the identified libraries exist in this Maven repository.
expectedBooleanLiteral - Static variable in class org.jboss.dna.cnd.CndI18n
 
expectedStringLiteral - Static variable in class org.jboss.dna.cnd.CndI18n
 
expectedValidNameLiteral - Static variable in class org.jboss.dna.cnd.CndI18n
 
expectedValidOnParentVersion - Static variable in class org.jboss.dna.cnd.CndI18n
 
expectedValidPropertyTypeName - Static variable in class org.jboss.dna.cnd.CndI18n
 
expectedValidQueryOperator - Static variable in class org.jboss.dna.cnd.CndI18n
 
EXPRESSION_ASSIGNMENT_HANLDER_DELEGATION_CN - Static variable in class org.jboss.dna.sequencer.jpdl3.JPDL3MetadataConstants
 
ExtensionBasedMimeTypeDetector - Class in org.jboss.dna.graph.mimetype
A MimeTypeDetector that attempts to match the extension of the supplied name against a set of known file extensions.
ExtensionBasedMimeTypeDetector() - Constructor for class org.jboss.dna.graph.mimetype.ExtensionBasedMimeTypeDetector
Create a default instance of the extension-based MIME type detector.
ExtensionBasedMimeTypeDetector(Map<String, String>) - Constructor for class org.jboss.dna.graph.mimetype.ExtensionBasedMimeTypeDetector
Create an instance of the extension-based MIME type detector by using the supplied mappings.
ExtensionBasedMimeTypeDetector(Map<String, String>, boolean) - Constructor for class org.jboss.dna.graph.mimetype.ExtensionBasedMimeTypeDetector
Create an instance of the extension-based MIME type detector by using the supplied mappings.
externalEntityDecl(String, String, String) - Method in class org.jboss.dna.sequencer.xml.XmlSequencerHandler

F

fatalError(SAXParseException) - Method in class org.jboss.dna.sequencer.xml.XmlSequencerHandler
fatalErrorSequencingXmlDocument - Static variable in class org.jboss.dna.sequencer.xml.XmlSequencerI18n
 
FederatedLexicon - Class in org.jboss.dna.connector.federation
 
FederatedLexicon() - Constructor for class org.jboss.dna.connector.federation.FederatedLexicon
 
FederatedNode - Class in org.jboss.dna.connector.federation.merge
An in-memory (and temporary) representation of a federated node and it's merged properties and children.
FederatedNode(Location, String) - Constructor for class org.jboss.dna.connector.federation.merge.FederatedNode
Create a federated node given the path and UUID.
FederatedRepository - Class in org.jboss.dna.connector.federation
The component that represents a single federated repository.
FederatedRepository(String, ExecutionContext, RepositoryConnectionFactory, Iterable<FederatedWorkspace>) - Constructor for class org.jboss.dna.connector.federation.FederatedRepository
Create a federated repository instance.
federatedRepositoryCannotBeFound - Static variable in class org.jboss.dna.connector.federation.FederationI18n
 
FederatedRepositoryConnection - Class in org.jboss.dna.connector.federation
 
FederatedRepositorySource - Class in org.jboss.dna.connector.federation
 
FederatedRepositorySource() - Constructor for class org.jboss.dna.connector.federation.FederatedRepositorySource
Create a new instance of the source, which must still be properly initialized with a repository name.
FederatedRepositorySource(String) - Constructor for class org.jboss.dna.connector.federation.FederatedRepositorySource
Create a new instance of the source with the required repository name and federation service.
FederatedWorkspace - Class in org.jboss.dna.connector.federation
The configuration of a federated repository. workspace The configuration defines, among other things, the set of source projections in the federated workspace that each specify how and where content from a source is federated into the unified workspace.
FederatedWorkspace(String, Projection, Iterable<Projection>, CachePolicy) - Constructor for class org.jboss.dna.connector.federation.FederatedWorkspace
Create a configuration for a federated workspace.
FederatedWorkspace(String, Projection, Iterable<Projection>, CachePolicy, MergeStrategy) - Constructor for class org.jboss.dna.connector.federation.FederatedWorkspace
Create a configuration for a federated workspace.
FederatingRequestProcessor - Class in org.jboss.dna.connector.federation
 
FederatingRequestProcessor(ExecutionContext, String, Map<String, FederatedWorkspace>, FederatedWorkspace, RepositoryConnectionFactory) - Constructor for class org.jboss.dna.connector.federation.FederatingRequestProcessor
Create a command executor that federates (merges) the information from multiple sources described by the source projections for the particular workspace specified by the request(s).
FederationException - Exception in org.jboss.dna.connector.federation
 
FederationException() - Constructor for exception org.jboss.dna.connector.federation.FederationException
 
FederationException(String) - Constructor for exception org.jboss.dna.connector.federation.FederationException
 
FederationException(Throwable) - Constructor for exception org.jboss.dna.connector.federation.FederationException
 
FederationException(String, Throwable) - Constructor for exception org.jboss.dna.connector.federation.FederationException
 
FederationI18n - Class in org.jboss.dna.connector.federation
 
FederationI18n() - Constructor for class org.jboss.dna.connector.federation.FederationI18n
 
federationServiceName - Static variable in class org.jboss.dna.repository.RepositoryI18n
 
FieldMetadata - Class in org.jboss.dna.sequencer.java.metadata
FieldMetadata is the base class of all fields.
FieldMetadata() - Constructor for class org.jboss.dna.sequencer.java.metadata.FieldMetadata
 
FILE - Static variable in class org.jboss.dna.graph.JcrNtLexicon
 
FileSystemConnection - Class in org.jboss.dna.connector.filesystem
The RepositoryConnection implementation for the file system connector.
FileSystemI18n - Class in org.jboss.dna.connector.filesystem
 
FileSystemI18n() - Constructor for class org.jboss.dna.connector.filesystem.FileSystemI18n
 
FileSystemRequestProcessor - Class in org.jboss.dna.connector.filesystem
The RequestProcessor implementation for the file systme connector.
FileSystemSource - Class in org.jboss.dna.connector.filesystem
The RepositorySource for the connector that exposes an area of the local file system as content in a repository.
FileSystemSource() - Constructor for class org.jboss.dna.connector.filesystem.FileSystemSource
 
FileUtil - Class in org.jboss.dna.common.util
 
FileUtil() - Constructor for class org.jboss.dna.common.util.FileUtil
 
find(byte[]) - Method in class org.jboss.dna.graph.property.basic.AbstractBinaryValueFactory
Find an existing binary value given the supplied secure hash. This method always returns null, since the in-memory binary values are not managed or shared.
find(byte[]) - Method in interface org.jboss.dna.graph.property.BinaryFactory
Find an existing binary value given the supplied secure hash.
findAllNames(EntityManager) - Static method in class org.jboss.dna.connector.store.jpa.model.common.WorkspaceEntity
Find the set of names for the existing workspaces.
findAttributeByName(String) - Method in interface org.jboss.dna.common.jdbc.model.api.UserDefinedType
Returns UDT attribute for specified attribute name or null
findAttributeByName(String) - Method in class org.jboss.dna.common.jdbc.model.spi.UserDefinedTypeBean
Returns UDT attribute for specified attribute name or null
findBestMethodOnTarget(String, Object...) - Method in class org.jboss.dna.common.util.Reflection
Find the best method on the target class that matches the signature specified with the specified name and the list of arguments.
findBestMethodWithSignature(String, Class<?>...) - Method in class org.jboss.dna.common.util.Reflection
Find the best method on the target class that matches the signature specified with the specified name and the list of argument classes.
findBestRowIdentifierByScopeType(BestRowIdentifierScopeType) - Method in interface org.jboss.dna.common.jdbc.model.api.Table
Searches the BestRowIdentifier by scope
findBestRowIdentifierByScopeType(BestRowIdentifierScopeType) - Method in class org.jboss.dna.common.jdbc.model.spi.TableBean
Searches the BestRowIdentifier by scope
findByName(EntityManager, String) - Static method in class org.jboss.dna.connector.store.jpa.model.common.WorkspaceEntity
Find an existing workspace by its name, or create and return one if it does not already exist.
findByName(EntityManager, String, boolean) - Static method in class org.jboss.dna.connector.store.jpa.model.common.WorkspaceEntity
Find an existing workspace by its name.
findByUri(EntityManager, String) - Static method in class org.jboss.dna.connector.store.jpa.model.common.NamespaceEntity
Find an existing namespace by its URI, or create and return one if it does not already exist.
findByUri(EntityManager, String, boolean) - Static method in class org.jboss.dna.connector.store.jpa.model.common.NamespaceEntity
Find an existing namespace by its URI.
findCatalogByName(String) - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Finds catalog by its name.
findCatalogByName(String) - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Finds catalog by its name.
findColumnByName(String) - Method in interface org.jboss.dna.common.jdbc.model.api.BestRowIdentifier
Searches column by name
findColumnByName(String) - Method in interface org.jboss.dna.common.jdbc.model.api.ForeignKey
Returns table column for specified column name or null
findColumnByName(String) - Method in interface org.jboss.dna.common.jdbc.model.api.Index
Returns index column for specified column name or null
findColumnByName(String) - Method in interface org.jboss.dna.common.jdbc.model.api.PrimaryKey
Returns table column for specified column name or null
findColumnByName(String) - Method in interface org.jboss.dna.common.jdbc.model.api.Table
Returns table column for specified column name or null
findColumnByName(String) - Method in class org.jboss.dna.common.jdbc.model.spi.BestRowIdentifierBean
Searches column by name
findColumnByName(String) - Method in class org.jboss.dna.common.jdbc.model.spi.ForeignKeyBean
Returns table column for specified column name or null
findColumnByName(String) - Method in class org.jboss.dna.common.jdbc.model.spi.IndexBean
Returns index column for specified column name or null
findColumnByName(String) - Method in class org.jboss.dna.common.jdbc.model.spi.PrimaryKeyBean
Returns table column for specified column name or null
findColumnByName(String) - Method in class org.jboss.dna.common.jdbc.model.spi.TableBean
Returns table column for specified column name or null
findException(String) - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Searches the DatabaseMetaDataMethodException by method name
findException(String) - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Searches the DatabaseMetaDataMethodException by method name
findFirstMethod(String, boolean) - Method in class org.jboss.dna.common.util.Reflection
Find the method on the target class that matches the supplied method name.
findFirstMethod(Pattern) - Method in class org.jboss.dna.common.util.Reflection
Find the method on the target class that matches the supplied method name.
findForeignKeyByName(String) - Method in interface org.jboss.dna.common.jdbc.model.api.Table
Returns table foreign key for specified name or null
findForeignKeyByName(String) - Method in class org.jboss.dna.common.jdbc.model.spi.TableBean
Returns table foreign key for specified name or null
findGetterMethods() - Method in class org.jboss.dna.common.util.Reflection
Find the getter methods on the target class that begin with "get" or "is", that have no parameters, and that return something other than void.
findGetterPropertyNames() - Method in class org.jboss.dna.common.util.Reflection
Find the property names with getter methods on the target class.
findIndexByName(String) - Method in interface org.jboss.dna.common.jdbc.model.api.Table
Returns table index for specified name or null
findIndexByName(String) - Method in class org.jboss.dna.common.jdbc.model.spi.TableBean
Returns table index for specified name or null
findMethods(String, boolean) - Method in class org.jboss.dna.common.util.Reflection
Find the method on the target class that matches the supplied method name.
findMethods(Pattern) - Method in class org.jboss.dna.common.util.Reflection
Find the methods on the target class that matches the supplied method name.
findOrCreateChild(Session, Node, String) - Method in class org.jboss.dna.repository.util.JcrTools
 
findOrCreateChild(Session, Node, String, String) - Method in class org.jboss.dna.repository.util.JcrTools
 
findOrCreateNode(Session, String) - Method in class org.jboss.dna.repository.util.JcrTools
 
findOrCreateNode(Session, String, String) - Method in class org.jboss.dna.repository.util.JcrTools
 
findOrCreateNode(Session, String, String, String) - Method in class org.jboss.dna.repository.util.JcrTools
 
findOrCreateNode(Session, Node, String, String, String) - Method in class org.jboss.dna.repository.util.JcrTools
 
findParameterByName(String) - Method in interface org.jboss.dna.common.jdbc.model.api.StoredProcedure
Returns stored procedure parameter for specified name or null
findParameterByName(String) - Method in class org.jboss.dna.common.jdbc.model.spi.StoredProcedureBean
Returns stored procedure parameter for specified name or null
findPriviledgeByName(String) - Method in interface org.jboss.dna.common.jdbc.model.api.Column
Searches priviledge by name
findPriviledgeByName(String) - Method in interface org.jboss.dna.common.jdbc.model.api.Table
Searches priviledge by name
findPriviledgeByName(String) - Method in class org.jboss.dna.common.jdbc.model.spi.ColumnBean
Searches priviledge by name
findPriviledgeByName(String) - Method in class org.jboss.dna.common.jdbc.model.spi.TableBean
Searches priviledge by name
findSchemaByName(String, String) - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Finds schema by its name.
findSchemaByName(String, String) - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Finds schema by its name.
findSqlTypeConversionPairBySrcType(String) - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Searches set of SqlTypeConversionPair by SrcType
findSqlTypeConversionPairBySrcType(String) - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Searches set of SqlTypeConversionPair by SrcType
findSqlTypeInfoByTypeName(String) - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Finds SQL type by its name.
findSqlTypeInfoByTypeName(String) - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Finds SQL type by its name.
findStoredProcedureByName(String, String, String) - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Finds stored procedute by its name.
findStoredProcedureByName(String, String, String) - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Finds stored procedute by its name.
findTableByName(String, String, String) - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Finds table by its name.
findTableByName(String, String, String) - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Finds table by its name.
findTableTypeByTypeName(String) - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Finds table type by its name.
findTableTypeByTypeName(String) - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Finds table type by its name.
findType(Name) - Method in interface org.jboss.dna.jcr.JcrNodeTypeSource
Finds the type with the given name and returns its definition.
findUserDefinedTypeByName(String, String, String) - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Finds UDT by its name.
findUserDefinedTypeByName(String, String, String) - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Finds UDT by its name.
findVersionColumnByName(String) - Method in interface org.jboss.dna.common.jdbc.model.api.Table
Returns table version column for specified name or null
findVersionColumnByName(String) - Method in class org.jboss.dna.common.jdbc.model.spi.TableBean
Returns table version column for specified name or null
finishPendingRequest() - Method in class org.jboss.dna.graph.request.BatchRequestBuilder
Finish any pending request
FiveContributionMergePlan - Class in org.jboss.dna.connector.federation.merge
 
FloatOperations - Class in org.jboss.dna.common.math
 
FloatOperations() - Constructor for class org.jboss.dna.common.math.FloatOperations
 
floatValue(Double) - Method in class org.jboss.dna.common.math.DoubleOperations
 
floatValue() - Method in class org.jboss.dna.common.math.Duration
floatValue(Duration) - Method in class org.jboss.dna.common.math.DurationOperations
 
floatValue(Float) - Method in class org.jboss.dna.common.math.FloatOperations
 
floatValue(Integer) - Method in class org.jboss.dna.common.math.IntegerOperations
 
floatValue(Long) - Method in class org.jboss.dna.common.math.LongOperations
 
floatValue(T) - Method in interface org.jboss.dna.common.math.MathOperations
Convert the value to a float.
floatValue(Short) - Method in class org.jboss.dna.common.math.ShortOperations
 
flushBase64() - Method in class org.jboss.dna.common.util.Base64.OutputStream
Method added by PHIL.
FOLDER - Static variable in class org.jboss.dna.graph.JcrNtLexicon
 
ForeignKey - Interface in org.jboss.dna.common.jdbc.model.api
Provides database table's foreing key specific metadata.
ForeignKeyBean - Class in org.jboss.dna.common.jdbc.model.spi
Provides database table's foreing key specific metadata.
ForeignKeyBean() - Constructor for class org.jboss.dna.common.jdbc.model.spi.ForeignKeyBean
Default constructor
ForeignKeyColumn - Interface in org.jboss.dna.common.jdbc.model.api
Provides all database table foreign key column specific metadata.
ForeignKeyColumnBean - Class in org.jboss.dna.common.jdbc.model.spi
Provides all database table foreign key column specific metadata.
ForeignKeyColumnBean() - Constructor for class org.jboss.dna.common.jdbc.model.spi.ForeignKeyColumnBean
Default constructor
FORMAT_BMP - Static variable in class org.jboss.dna.sequencer.image.ImageMetadata
Return value of ImageMetadata.getFormat() for BMP streams.
FORMAT_GIF - Static variable in class org.jboss.dna.sequencer.image.ImageMetadata
Return value of ImageMetadata.getFormat() for GIF streams.
FORMAT_IFF - Static variable in class org.jboss.dna.sequencer.image.ImageMetadata
Return value of ImageMetadata.getFormat() for IFF streams.
FORMAT_JPEG - Static variable in class org.jboss.dna.sequencer.image.ImageMetadata
Return value of ImageMetadata.getFormat() for JPEG streams.
FORMAT_PBM - Static variable in class org.jboss.dna.sequencer.image.ImageMetadata
Return value of ImageMetadata.getFormat() for PBM streams.
FORMAT_PCX - Static variable in class org.jboss.dna.sequencer.image.ImageMetadata
Return value of ImageMetadata.getFormat() for PCX streams.
FORMAT_PGM - Static variable in class org.jboss.dna.sequencer.image.ImageMetadata
Return value of ImageMetadata.getFormat() for PGM streams.
FORMAT_PNG - Static variable in class org.jboss.dna.sequencer.image.ImageMetadata
Return value of ImageMetadata.getFormat() for PNG streams.
FORMAT_PPM - Static variable in class org.jboss.dna.sequencer.image.ImageMetadata
Return value of ImageMetadata.getFormat() for PPM streams.
FORMAT_PSD - Static variable in class org.jboss.dna.sequencer.image.ImageMetadata
Return value of ImageMetadata.getFormat() for PSD streams.
FORMAT_RAS - Static variable in class org.jboss.dna.sequencer.image.ImageMetadata
Return value of ImageMetadata.getFormat() for RAS streams.
forText(String) - Static method in enum org.jboss.dna.cnd.QueryOperator
 
FourContributionMergePlan - Class in org.jboss.dna.connector.federation.merge
 
from() - Method in class org.jboss.dna.graph.request.CopyBranchRequest
Get the location defining the top of the branch to be copied
from() - Method in class org.jboss.dna.graph.request.MoveBranchRequest
Get the location defining the top of the branch to be moved
from() - Method in class org.jboss.dna.graph.request.RemovePropertyRequest
Get the location defining the node from which the property is to be removed.
fromBigDecimal(BigDecimal) - Method in class org.jboss.dna.common.math.DoubleOperations
 
fromBigDecimal(BigDecimal) - Method in class org.jboss.dna.common.math.DurationOperations
 
fromBigDecimal(BigDecimal) - Method in class org.jboss.dna.common.math.FloatOperations
 
fromBigDecimal(BigDecimal) - Method in class org.jboss.dna.common.math.IntegerOperations
 
fromBigDecimal(BigDecimal) - Method in class org.jboss.dna.common.math.LongOperations
 
fromBigDecimal(BigDecimal) - Method in interface org.jboss.dna.common.math.MathOperations
Convert the BigDecimal representation into the natural object representation.
fromBigDecimal(BigDecimal) - Method in class org.jboss.dna.common.math.ShortOperations
 
fromString(String, ExecutionContext) - Static method in class org.jboss.dna.connector.federation.Projection
Parse the string form of a rule definition and return the rule
fromString(String, NameFactory) - Static method in class org.jboss.dna.jcr.NodeDefinitionId
Parse the supplied string for of an identifer, and return the object form for that identifier.
fromString(String, NameFactory) - Static method in class org.jboss.dna.jcr.PropertyDefinitionId
Parse the supplied string for of an identifer, and return the object form for that identifier.
fromWorkspace() - Method in class org.jboss.dna.graph.request.CopyBranchRequest
Get the name of the workspace containing the branch to be copied.
FROZEN_MIXIN_TYPES - Static variable in class org.jboss.dna.jcr.JcrLexicon
 
FROZEN_NODE - Static variable in class org.jboss.dna.jcr.JcrLexicon
 
FROZEN_NODE - Static variable in class org.jboss.dna.jcr.JcrNtLexicon
 
FROZEN_PRIMARY_TYPE - Static variable in class org.jboss.dna.jcr.JcrLexicon
 
FROZEN_UUID - Static variable in class org.jboss.dna.jcr.JcrLexicon
 

G

GENERATED_PREFIX - Static variable in class org.jboss.dna.graph.property.basic.GraphNamespaceRegistry
 
get(int) - Method in class org.jboss.dna.common.collection.ImmutableAppendedList
get(Object) - Method in class org.jboss.dna.common.collection.UnmodifiableProperties
get(String) - Static method in class org.jboss.dna.common.util.LogContext
Get the context identified by the key parameter.
get(String, boolean) - Method in class org.jboss.dna.connector.store.jpa.util.Namespaces
 
get(String, boolean) - Method in class org.jboss.dna.connector.store.jpa.util.Workspaces
Get the workspace with the supplied name, and optionally create a new one if missing.
getAbsolutePath() - Method in class org.jboss.dna.repository.observation.NodeChange
 
getAbsolutePath() - Method in class org.jboss.dna.repository.observation.ObservationService.WorkspaceListener
 
getAbsolutePathToRuleSets() - Method in class org.jboss.dna.repository.rules.RuleSetRepositoryMonitor
 
getAccessControlContext() - Method in class org.jboss.dna.graph.ExecutionContext
Get the JAAS access control context for this context.
getActorIdExpression() - Method in class org.jboss.dna.sequencer.jpdl3.JPDL3SwimlaneMetadata
 
getActualLocationAfter() - Method in class org.jboss.dna.graph.request.CopyBranchRequest
Get the actual location of the node after being copied.
getActualLocationAfter() - Method in class org.jboss.dna.graph.request.MoveBranchRequest
Get the actual location of the node after being moved.
getActualLocationAfter() - Method in class org.jboss.dna.graph.request.RenameNodeRequest
Get the actual location of the node after being renamed.
getActualLocationBefore() - Method in class org.jboss.dna.graph.request.CopyBranchRequest
Get the actual location of the node before being copied.
getActualLocationBefore() - Method in class org.jboss.dna.graph.request.MoveBranchRequest
Get the actual location of the node before being moved.
getActualLocationBefore() - Method in class org.jboss.dna.graph.request.RenameNodeRequest
Get the actual location of the node before being renamed.
getActualLocationOfNode() - Method in class org.jboss.dna.graph.request.CreateNodeRequest
Get the actual location of the node that was created.
getActualLocationOfNode() - Method in class org.jboss.dna.graph.request.DeleteBranchRequest
Get the actual location of the node that was deleted.
getActualLocationOfNode() - Method in class org.jboss.dna.graph.request.ReadAllChildrenRequest
Get the actual location of the node whose children were read.
getActualLocationOfNode() - Method in class org.jboss.dna.graph.request.ReadAllPropertiesRequest
Get the actual location of the node whose properties were read.
getActualLocationOfNode() - Method in class org.jboss.dna.graph.request.ReadBlockOfChildrenRequest
Get the actual location of the node whose children were read.
getActualLocationOfNode() - Method in class org.jboss.dna.graph.request.ReadBranchRequest
Get the actual location of the node that was read.
getActualLocationOfNode() - Method in class org.jboss.dna.graph.request.ReadNodeRequest
Get the actual location of the node whose children and properties were read.
getActualLocationOfNode() - Method in class org.jboss.dna.graph.request.ReadPropertyRequest
Get the actual location of the node whose property was read.
getActualLocationOfNode() - Method in class org.jboss.dna.graph.request.RemovePropertyRequest
Get the actual location of the node that was updated.
getActualLocationOfNode() - Method in class org.jboss.dna.graph.request.SetPropertyRequest
Get the actual location of the node that was updated.
getActualLocationOfNode() - Method in class org.jboss.dna.graph.request.UpdatePropertiesRequest
Get the actual location of the node that was updated.
getActualLocationOfNode() - Method in class org.jboss.dna.graph.request.VerifyNodeExistsRequest
Get the actual location of the node whose properties were read.
getActualLocationOfRoot() - Method in class org.jboss.dna.graph.request.CloneWorkspaceRequest
Get the actual location of the root node in the new workspace, or null if the workspace was not (yet) created.
getActualLocationOfRoot() - Method in class org.jboss.dna.graph.request.CreateWorkspaceRequest
Get the actual location of the root node in the new workspace, or null if the workspace was not (yet) created.
getActualLocationOfRoot() - Method in class org.jboss.dna.graph.request.VerifyWorkspaceRequest
Get the actual location of the root node in the new workspace, or null if the workspace was not (yet) created.
getActualLocationOfStartingAfterNode() - Method in class org.jboss.dna.graph.request.ReadNextBlockOfChildrenRequest
Get the actual location of the starting after sibling.
getActualWorkspaceName() - Method in class org.jboss.dna.graph.request.CloneWorkspaceRequest
Get the actual name of the workspace that was created.
getActualWorkspaceName() - Method in class org.jboss.dna.graph.request.CreateWorkspaceRequest
Get the actual name of the workspace that was created.
getActualWorkspaceName() - Method in class org.jboss.dna.graph.request.VerifyWorkspaceRequest
Get the actual name of the workspace.
getAdministrator() - Method in class org.jboss.dna.repository.observation.ObservationService
getAdministrator() - Method in class org.jboss.dna.repository.RepositoryLibrary
 
getAdministrator() - Method in class org.jboss.dna.repository.RepositoryService
getAdministrator() - Method in class org.jboss.dna.repository.rules.RuleService
Return the administrative component for this service.
getAdministrator() - Method in class org.jboss.dna.repository.sequencer.SequencingService
Return the administrative component for this service.
getAdministrator() - Method in interface org.jboss.dna.repository.service.AdministeredService
 
getAlbum() - Method in class org.jboss.dna.sequencer.mp3.Mp3Metadata
 
getAllChildren(Long, Path) - Method in class org.jboss.dna.connector.store.jpa.util.RequestProcessorCache
 
getAllChildren(Path) - Method in class org.jboss.dna.connector.store.jpa.util.RequestProcessorCache.WorkspaceCache
 
getAllowsSameNameChildren() - Method in class org.jboss.dna.connector.store.jpa.model.basic.ChildEntity
 
getAncestor(int) - Method in class org.jboss.dna.graph.property.basic.BasicPath
Return the path to the ancestor of the supplied degree.
getAncestor(int) - Method in class org.jboss.dna.graph.property.basic.ChildPath
Return the path to the ancestor of the supplied degree.
getAncestor(int) - Method in class org.jboss.dna.graph.property.basic.RootPath
Return the path to the ancestor of the supplied degree.
getAncestor(int) - Method in interface org.jboss.dna.graph.property.Path
Return the path to the ancestor of the supplied degree.
getAnnotation(Name) - Method in class org.jboss.dna.connector.federation.merge.MergePlan
Get the plan annotation property with the given name.
getAnnotationCount() - Method in class org.jboss.dna.connector.federation.merge.MergePlan
Get the number of annotations.
getAnnotationMetada() - Method in class org.jboss.dna.sequencer.java.metadata.PackageMetadata
 
getAnnotationNames() - Method in class org.jboss.dna.connector.federation.merge.MergePlan
Get the set of annotation names.
getAnnotations() - Method in class org.jboss.dna.connector.federation.merge.MergePlan
Get a copy of the annotations.
getAnnotations() - Method in class org.jboss.dna.sequencer.java.metadata.TypeMetadata
 
getArtifactId() - Method in class org.jboss.dna.maven.MavenId
The identifier for this artifact that is unique within the group given by the group ID.
getAssignment() - Method in class org.jboss.dna.sequencer.jpdl3.JPDL3SwimlaneMetadata
Get the delegated instance, the assignment.
getAttributes() - Method in interface org.jboss.dna.common.jdbc.model.api.UserDefinedType
Gets a set of UDT attributes
getAttributes() - Method in class org.jboss.dna.common.jdbc.model.spi.UserDefinedTypeBean
Gets a set of UDT attributes
getAttributeScoping() - Method in class org.jboss.dna.sequencer.xml.XmlSequencer
 
getAuthor() - Method in class org.jboss.dna.sequencer.mp3.Mp3Metadata
 
getAuthor() - Method in class org.jboss.dna.sequencer.msoffice.MSOfficeMetadata
 
getAvailableWorkspaceNames() - Method in class org.jboss.dna.graph.request.GetWorkspacesRequest
Get the names of workspaces that are available (at least to the current user)
getAverageDuration() - Method in class org.jboss.dna.common.statistic.Stopwatch
Get the average duration that this stopwatch has recorded.
getBaseType() - Method in interface org.jboss.dna.common.jdbc.model.api.UserDefinedType
Gets SQL base type from java.sql.Types.
getBaseType() - Method in class org.jboss.dna.common.jdbc.model.spi.UserDefinedTypeBean
Gets SQL base type from java.sql.Types.
getBestRowIdentifiers() - Method in interface org.jboss.dna.common.jdbc.model.api.Table
Retrieves a set of descriptions of a table's optimal set of columns that uniquely identifies a row in temporary scopes.
getBestRowIdentifiers() - Method in class org.jboss.dna.common.jdbc.model.spi.TableBean
Retrieves a set of descriptions of a table's optimal set of columns that uniquely identifies a row in temporary scopes.
getBestRowIdentifierScopeType(Integer) - Static method in class org.jboss.dna.common.jdbc.util.DatabaseUtil
Returns BestRowIdentifierScopeType or null
getBinaryFactory() - Method in class org.jboss.dna.graph.property.basic.DelegatingValueFactories
 
getBinaryFactory() - Method in class org.jboss.dna.graph.property.basic.StandardValueFactories
Get the value factory for binary properties.
getBinaryFactory() - Method in interface org.jboss.dna.graph.property.ValueFactories
Get the value factory for binary properties.
getBitsPerPixel() - Method in class org.jboss.dna.sequencer.image.ImageMetadata
If ImageMetadata.check() was successful, returns the image's number of bits per pixel.
getBoolean(ResultSet, String) - Static method in class org.jboss.dna.common.jdbc.util.DatabaseUtil
Returns boolean with respect to NULL values (ResultSet.wasNull())
getBoolean(ResultSet, String, boolean) - Static method in class org.jboss.dna.common.jdbc.util.DatabaseUtil
Returns boolean with respect to NULL values (ResultSet.wasNull())
getBoolean(ResultSet, int) - Static method in class org.jboss.dna.common.jdbc.util.DatabaseUtil
Returns boolean with respect to NULL values (ResultSet.wasNull())
getBoolean(ResultSet, int, boolean) - Static method in class org.jboss.dna.common.jdbc.util.DatabaseUtil
Returns boolean with respect to NULL values (ResultSet.wasNull())
getBooleanFactory() - Method in class org.jboss.dna.graph.property.basic.DelegatingValueFactories
 
getBooleanFactory() - Method in class org.jboss.dna.graph.property.basic.StandardValueFactories
Get the value factory for boolean properties.
getBooleanFactory() - Method in interface org.jboss.dna.graph.property.ValueFactories
Get the value factory for boolean properties.
getBucketCount() - Method in class org.jboss.dna.common.statistic.Histogram
Return the number of buckets in this histogram.
getBuckets() - Method in class org.jboss.dna.common.statistic.Histogram
Get the buckets in this histogram.
getBytes() - Method in class org.jboss.dna.graph.property.basic.InMemoryBinary
Get the contents of this data as a byte array.
getBytes() - Method in interface org.jboss.dna.graph.property.Binary
Get the contents of this data as a byte array.
getCacheConfigurationName() - Method in class org.jboss.dna.connector.jbosscache.JBossCacheSource
Get the name of the configuration that should be used if a cache is to be created using the CacheFactory found in JNDI or the DefaultCacheFactory if needed.
getCacheFactoryJndiName() - Method in class org.jboss.dna.connector.jbosscache.JBossCacheSource
Get the name in JNDI of a CacheFactory instance that should be used to create the cache for this source.
getCacheJndiName() - Method in class org.jboss.dna.connector.jbosscache.JBossCacheSource
Get the name in JNDI of a Cache instance that should be used by this source.
getCachePolicy() - Method in class org.jboss.dna.connector.federation.FederatedWorkspace
Get the cache policy for this workspace
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.request.CacheableRequest
Get the caching policy to be used for this object.
getCacheProjection() - Method in class org.jboss.dna.connector.federation.FederatedWorkspace
Get the projection that defines the cache for this repository.
getCacheTimeToLiveInMilliseconds() - Method in class org.jboss.dna.connector.filesystem.FileSystemSource
Get the time in milliseconds that content returned from this source may used while in the cache.
getCacheTimeToLiveInMilliseconds() - Method in class org.jboss.dna.connector.store.jpa.JpaSource
Get the time in milliseconds that content returned from this source may used while in the cache.
getCallbackHandler() - Method in class org.jboss.example.dna.repository.ConsoleInput
getCallbackHandler() - Method in interface org.jboss.example.dna.repository.UserInterface
 
getCanonicalPath() - Method in class org.jboss.dna.graph.property.basic.AbstractPath
Get the canonical form of this path.
getCanonicalPath() - Method in class org.jboss.dna.graph.property.basic.RootPath
Get the canonical form of this path. A canonical path has is absolute and Path.isNormalized().
getCanonicalPath() - Method in interface org.jboss.dna.graph.property.Path
Get the canonical form of this path.
getCapabilities() - Method in class org.jboss.dna.connector.federation.FederatedRepositorySource
Get the capabilities for this source.
getCapabilities() - Method in class org.jboss.dna.connector.filesystem.FileSystemSource
Get the capabilities for this source.
getCapabilities() - Method in class org.jboss.dna.connector.jbosscache.JBossCacheSource
Get the capabilities for this source.
getCapabilities() - Method in class org.jboss.dna.connector.jdbc.JdbcRepositorySource
Get the capabilities for this source.
getCapabilities() - Method in class org.jboss.dna.connector.store.jpa.JpaSource
Get the capabilities for this source.
getCapabilities() - Method in class org.jboss.dna.connector.svn.SVNRepositorySource
Get the capabilities for this source.
getCapabilities() - Method in class org.jboss.dna.graph.connector.inmemory.InMemoryRepositorySource
Get the capabilities for this source.
getCapabilities() - Method in interface org.jboss.dna.graph.connector.RepositorySource
Get the capabilities for this source.
getCardinality() - Method in interface org.jboss.dna.common.jdbc.model.api.Index
When TYPE is tableIndexStatistic, then this is the number of rows in the table; otherwise, it is the number of unique values in the index.
getCardinality() - Method in class org.jboss.dna.common.jdbc.model.spi.IndexBean
When TYPE is tableIndexStatistic, then this is the number of rows in the table; otherwise, it is the number of unique values in the index.
getCatalog() - Method in interface org.jboss.dna.common.jdbc.model.api.Schema
Gets database catalog
getCatalog() - Method in interface org.jboss.dna.common.jdbc.model.api.SchemaObject
Gets database catalog
getCatalog() - Method in class org.jboss.dna.common.jdbc.model.spi.SchemaBean
Gets database catalog
getCatalog() - Method in class org.jboss.dna.common.jdbc.model.spi.SchemaObjectBean
Gets database catalog
getCatalogs() - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Retrieves the catalogs available in this database
getCatalogs() - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Retrieves the catalogs available in this database
getCatalogSeparator() - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Retrieves the String that this database uses as the separator between a catalog and table name.
getCatalogSeparator() - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Retrieves the String that this database uses as the separator between a catalog and table name.
getCatalogTerm() - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Retrieves the database vendor's preferred term for "catalog".
getCatalogTerm() - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Retrieves the database vendor's preferred term for "catalog".
getCenturyOfEra() - Method in class org.jboss.dna.graph.property.basic.JodaDateTime
Get the era of this instance in time.
getCenturyOfEra() - Method in interface org.jboss.dna.graph.property.DateTime
Get the era of this instance in time.
getChanges() - Method in class org.jboss.dna.connector.store.jpa.model.common.ChangeLogEntity
 
getCharacters() - Method in class org.jboss.dna.sequencer.msoffice.MSOfficeMetadata
 
getCharOctetLength() - Method in interface org.jboss.dna.common.jdbc.model.api.Column
For char types returns the maximum number of bytes in the column.
getCharOctetLength() - Method in class org.jboss.dna.common.jdbc.model.spi.ColumnBean
For char types returns the maximum number of bytes in the column.
getChild(UUID) - Method in interface org.jboss.dna.jcr.cache.Children
Get the child with the given UUID.
getChild(Path.Segment) - Method in interface org.jboss.dna.jcr.cache.Children
Get the child given the path segment.
getChild(UUID) - Method in class org.jboss.dna.jcr.cache.EmptyChildren
Get the child with the given UUID.
getChild(Path.Segment) - Method in class org.jboss.dna.jcr.cache.EmptyChildren
Get the child given the path segment.
getChild(UUID) - Method in class org.jboss.dna.jcr.cache.ImmutableChildren
Get the child with the given UUID.
getChild(Path.Segment) - Method in class org.jboss.dna.jcr.cache.ImmutableChildren
Get the child given the path segment.
getChildDefinitionName() - Method in class org.jboss.dna.jcr.NodeDefinitionId
Get the name of the child definition.
getChildName() - Method in class org.jboss.dna.connector.store.jpa.model.basic.ChildEntity
 
getChildNamespace() - Method in class org.jboss.dna.connector.store.jpa.model.basic.ChildEntity
 
getChildren() - Method in class org.jboss.dna.connector.federation.contribution.Contribution
Get the children that make up this contribution.
getChildren() - Method in class org.jboss.dna.connector.federation.contribution.MultiChildContribution
Get the children that make up this contribution.
getChildren() - Method in class org.jboss.dna.connector.federation.contribution.NodeContribution
Get the children that make up this contribution.
getChildren() - Method in class org.jboss.dna.connector.federation.contribution.OneChildContribution
Get the children that make up this contribution.
getChildren() - Method in class org.jboss.dna.connector.federation.contribution.TwoChildContribution
Get the children that make up this contribution.
getChildren() - Method in class org.jboss.dna.graph.Graph
Request that the children be read on the node defined via the of(...)
getChildren() - Method in interface org.jboss.dna.graph.Node
Get the children of the node.
getChildren() - Method in class org.jboss.dna.graph.request.ReadAllChildrenRequest
Get the children that were read from the RepositoryConnection after the request was processed.
getChildren() - Method in class org.jboss.dna.graph.request.ReadBlockOfChildrenRequest
Get the children that were read from the RepositoryConnection after the request was processed.
getChildren(Location) - Method in class org.jboss.dna.graph.request.ReadBranchRequest
Get the children of the node at the supplied location.
getChildren() - Method in class org.jboss.dna.graph.request.ReadNextBlockOfChildrenRequest
Get the children that were read from the RepositoryConnection after the request was processed.
getChildren() - Method in class org.jboss.dna.graph.request.ReadNodeRequest
Get the children that were read from the RepositoryConnection after the request was processed.
getChildren() - Method in class org.jboss.dna.jcr.cache.ChangedNodeInfo
Get the children for this node.
getChildren(Name) - Method in interface org.jboss.dna.jcr.cache.Children
Get the same-name-sibling children that all share the supplied name, in order of increasing SNS index.
getChildren(Name) - Method in class org.jboss.dna.jcr.cache.EmptyChildren
Get the same-name-sibling children that all share the supplied name, in order of increasing SNS index.
getChildren(Name) - Method in class org.jboss.dna.jcr.cache.ImmutableChildren
Get the same-name-sibling children that all share the supplied name, in order of increasing SNS index.
getChildren() - Method in class org.jboss.dna.jcr.cache.ImmutableNodeInfo
Get the children for this node.
getChildren() - Method in interface org.jboss.dna.jcr.cache.NodeInfo
Get the children for this node.
getChildrenCount() - Method in class org.jboss.dna.connector.federation.contribution.Contribution
Get the number of children that make up this contribution.
getChildrenCount() - Method in class org.jboss.dna.connector.federation.contribution.ContributionStatistics.Data
 
getChildrenCount() - Method in class org.jboss.dna.connector.federation.contribution.ContributionStatistics.Stats
 
getChildrenCount() - Method in class org.jboss.dna.connector.federation.contribution.MultiChildContribution
Get the number of children that make up this contribution.
getChildrenCount() - Method in class org.jboss.dna.connector.federation.contribution.NodeContribution
Get the number of children that make up this contribution.
getChildrenCount() - Method in class org.jboss.dna.connector.federation.contribution.OneChildContribution
Get the number of children that make up this contribution.
getChildrenCount() - Method in class org.jboss.dna.connector.federation.contribution.TwoChildContribution
Get the number of children that make up this contribution.
getChildrenSegments() - Method in interface org.jboss.dna.graph.Node
Get the list of child segments.
getChildUuidString() - Method in class org.jboss.dna.connector.store.jpa.model.basic.ChildId
 
getClassifier() - Method in class org.jboss.dna.maven.MavenId
 
getClassLoader(String...) - Method in interface org.jboss.dna.common.component.ClassLoaderFactory
Get a class loader for the supplied classpath.
getClassLoader(String...) - Method in class org.jboss.dna.common.component.StandardClassLoaderFactory
Get a class loader for the supplied classpath.
getClassLoader(String...) - Method in class org.jboss.dna.graph.ExecutionContext
Get a class loader for the supplied classpath.
getClassLoader(ClassLoader, MavenId...) - Method in class org.jboss.dna.maven.MavenRepository
Get a class loader that has as its classpath the JARs for the libraries identified by the supplied IDs.
getClassLoader(String...) - Method in class org.jboss.dna.maven.MavenRepository
Get a class loader that has as its classpath the JARs for the libraries identified by the supplied IDs.
getClassLoader(ClassLoader, String...) - Method in class org.jboss.dna.maven.MavenRepository
Get a class loader that has as its classpath the JARs for the libraries identified by the supplied IDs.
getClassLoaderFactory() - Method in class org.jboss.dna.common.component.ComponentLibrary
Get the class loader factory that should be used to load the component classes.
getClassLoaderFactory() - Static method in class org.jboss.dna.repository.mimetype.MimeType
 
getClassLoaderFactory() - Method in class org.jboss.dna.repository.mimetype.MimeTypeDetectors
Gets the class loader factory that should be used to load MIME-type detectors.
getClassLoaderFactory() - Method in class org.jboss.dna.repository.rules.RuleService
Get the class loader factory that should be used to load sequencers.
getClassName() - Method in interface org.jboss.dna.common.jdbc.model.api.UserDefinedType
Returns JAVA class name for UDT
getClassName() - Method in class org.jboss.dna.common.jdbc.model.spi.UserDefinedTypeBean
Returns JAVA class name for UDT
getClassName(Class<?>) - Static method in class org.jboss.dna.common.util.Reflection
Returns the name of the class.
getCode() - Method in class org.jboss.dna.common.collection.Problem
 
getColumnPseudoType(Integer) - Static method in class org.jboss.dna.common.jdbc.util.DatabaseUtil
Returns ColumnPseudoType or null
getColumns() - Method in interface org.jboss.dna.common.jdbc.model.api.BestRowIdentifier
Retrieves best row identifier columns
getColumns() - Method in interface org.jboss.dna.common.jdbc.model.api.ForeignKey
Retrieves foreign key columns
getColumns() - Method in interface org.jboss.dna.common.jdbc.model.api.Index
Retrieves index columns
getColumns() - Method in interface org.jboss.dna.common.jdbc.model.api.PrimaryKey
Retrieves primary key columns
getColumns() - Method in interface org.jboss.dna.common.jdbc.model.api.Table
Gets a set of table columns
getColumns() - Method in class org.jboss.dna.common.jdbc.model.spi.BestRowIdentifierBean
Retrieves best row identifier columns
getColumns() - Method in class org.jboss.dna.common.jdbc.model.spi.ForeignKeyBean
Retrieves foreign key columns
getColumns() - Method in class org.jboss.dna.common.jdbc.model.spi.IndexBean
Retrieves index columns
getColumns() - Method in class org.jboss.dna.common.jdbc.model.spi.PrimaryKeyBean
Retrieves primary key columns
getColumns() - Method in class org.jboss.dna.common.jdbc.model.spi.TableBean
Gets a set of table columns
getComment(int) - Method in class org.jboss.dna.sequencer.image.ImageMetadata
Returns the index'th comment retrieved from the file.
getComment() - Method in class org.jboss.dna.sequencer.mp3.Mp3Metadata
 
getComment() - Method in class org.jboss.dna.sequencer.msoffice.MSOfficeMetadata
 
getCommonAncestor(Path) - Method in class org.jboss.dna.graph.property.basic.AbstractPath
Find the lowest common ancestor of this path and the supplied path.
getCommonAncestor(Path) - Method in class org.jboss.dna.graph.property.basic.RootPath
Find the lowest common ancestor of this path and the supplied path.
getCommonAncestor(Path) - Method in interface org.jboss.dna.graph.property.Path
Find the lowest common ancestor of this path and the supplied path.
getComparator() - Method in class org.jboss.dna.common.math.DoubleOperations
 
getComparator() - Method in class org.jboss.dna.common.math.DurationOperations
 
getComparator() - Method in class org.jboss.dna.common.math.FloatOperations
 
getComparator() - Method in class org.jboss.dna.common.math.IntegerOperations
 
getComparator() - Method in class org.jboss.dna.common.math.LongOperations
 
getComparator() - Method in interface org.jboss.dna.common.math.MathOperations
Return a Comparator for this operand class.
getComparator() - Method in class org.jboss.dna.common.math.ShortOperations
 
getComparator() - Method in enum org.jboss.dna.graph.property.PropertyType
 
getComponentClassname() - Method in class org.jboss.dna.common.component.ComponentConfig
Get the fully-qualified name of the Java class used for instances of this component
getComponentClasspath() - Method in class org.jboss.dna.common.component.ComponentConfig
Get the classpath defined in terms of strings compatible with a ClassLoaderFactory.
getComponentClasspathArray() - Method in class org.jboss.dna.common.component.ComponentConfig
Get the classpath defined as an array of strings compatible with a ClassLoaderFactory.
getComponents() - Method in class org.jboss.dna.common.math.Duration
Return the duration components.
getComponents() - Method in class org.jboss.dna.maven.MavenId.Version
 
getComponentType() - Method in class org.jboss.dna.sequencer.java.metadata.ArrayTypeFieldMetadata
 
getConcurrency() - Method in enum org.jboss.dna.common.jdbc.model.api.ResultSetConcurrencyType
 
getConfigType() - Method in class org.jboss.dna.sequencer.jpdl3.JPDL3AssignmentMetadata
Get the configType.
getConfiguration() - Method in class org.jboss.dna.common.component.AbstractComponent
Return the configuration for this component, as supplied to the last Component.setConfiguration(ComponentConfig) invocation.
getConfiguration() - Method in interface org.jboss.dna.common.component.Component
Return the configuration for this component, as supplied to the last Component.setConfiguration(ComponentConfig) invocation.
getConfiguration() - Method in class org.jboss.dna.repository.sequencer.StreamSequencerAdapter
Return the configuration for this component, as supplied to the last Component.setConfiguration(ComponentConfig) invocation.
getConfigurationRepository() - Method in class org.jboss.dna.repository.DnaConfiguration.Builder
 
getConfigurationSourceName() - Method in class org.jboss.dna.connector.federation.FederatedRepositorySource
Get the name in JNDI of a RepositorySource instance that should be used by the federated repository as the configuration repository.
getConfigurationSourceName() - Method in class org.jboss.dna.repository.RepositoryService
 
getConfigurationSourcePath() - Method in class org.jboss.dna.connector.federation.FederatedRepositorySource
Get the path in the source that will be subgraph below the /dna:system branch of the repository.
getConfigurationWorkspaceName() - Method in class org.jboss.dna.connector.federation.FederatedRepositorySource
Set the name of the workspace in the source used by the federated repository as the configuration repository.
getConfigurationWorkspaceName() - Method in class org.jboss.dna.repository.RepositoryService
 
getConnection() - Method in interface org.jboss.dna.common.jdbc.provider.DatabaseMetadataProvider
Returns database connection
getConnection() - Method in class org.jboss.dna.common.jdbc.provider.DefaultDatabaseMetadataProvider
Returns database connection
getConnection() - Method in class org.jboss.dna.connector.federation.FederatedRepositorySource
Get a connection from this source.
getConnection() - Method in class org.jboss.dna.connector.filesystem.FileSystemSource
Get a connection from this source.
getConnection() - Method in class org.jboss.dna.connector.jbosscache.JBossCacheSource
Get a connection from this source.
getConnection() - Method in class org.jboss.dna.connector.jdbc.JdbcRepositorySource
Get a connection from this source.
getConnection() - Method in class org.jboss.dna.connector.store.jpa.JpaSource
Get a connection from this source.
getConnection() - Method in class org.jboss.dna.connector.svn.SVNRepositorySource
Get a connection from this source.
getConnection() - Method in class org.jboss.dna.graph.connector.inmemory.InMemoryRepositorySource
Get a connection from this source.
getConnection() - Method in class org.jboss.dna.graph.connector.RepositoryConnectionPool
Get a connection from the pool.
getConnection() - Method in interface org.jboss.dna.graph.connector.RepositorySource
Get a connection from this source.
getConnectionFactory() - Method in class org.jboss.dna.graph.Graph
Get the RepositoryConnectionFactory that this graph uses to create repository connections.
getConnectionPool(String) - Method in class org.jboss.dna.repository.RepositoryLibrary
Get the connection pool managing the RepositorySource with the specified name managed by this instance.
getContext() - Method in class org.jboss.dna.graph.Graph
Get the context of execution within which operations on this graph are performed.
getContext() - Method in class org.jboss.dna.graph.io.GraphImporter
Get the context in which the importer will be executed.
getContributionCount() - Method in class org.jboss.dna.connector.federation.merge.FiveContributionMergePlan
getContributionCount() - Method in class org.jboss.dna.connector.federation.merge.FourContributionMergePlan
getContributionCount() - Method in class org.jboss.dna.connector.federation.merge.MergePlan
 
getContributionCount() - Method in class org.jboss.dna.connector.federation.merge.MultipleContributionMergePlan
getContributionCount() - Method in class org.jboss.dna.connector.federation.merge.OneContributionMergePlan
getContributionCount() - Method in class org.jboss.dna.connector.federation.merge.ThreeContributionMergePlan
getContributionCount() - Method in class org.jboss.dna.connector.federation.merge.TwoContributionMergePlan
getContributionFrom(String) - Method in class org.jboss.dna.connector.federation.merge.FiveContributionMergePlan
Get the contribution from the source with the supplied name.
getContributionFrom(String) - Method in class org.jboss.dna.connector.federation.merge.FourContributionMergePlan
Get the contribution from the source with the supplied name.
getContributionFrom(String) - Method in class org.jboss.dna.connector.federation.merge.MergePlan
Get the contribution from the source with the supplied name.
getContributionFrom(String) - Method in class org.jboss.dna.connector.federation.merge.MultipleContributionMergePlan
Get the contribution from the source with the supplied name.
getContributionFrom(String) - Method in class org.jboss.dna.connector.federation.merge.OneContributionMergePlan
Get the contribution from the source with the supplied name.
getContributionFrom(String) - Method in class org.jboss.dna.connector.federation.merge.ThreeContributionMergePlan
Get the contribution from the source with the supplied name.
getContributionFrom(String) - Method in class org.jboss.dna.connector.federation.merge.TwoContributionMergePlan
Get the contribution from the source with the supplied name.
getCoordinates() - Method in class org.jboss.dna.maven.MavenId
 
getCorePoolSize() - Method in class org.jboss.dna.graph.connector.RepositoryConnectionPool
Returns the core number of connections.
getCount() - Method in class org.jboss.dna.common.statistic.SimpleStatistics
Get the number of values that have been measured.
getCount() - Method in class org.jboss.dna.common.statistic.Stopwatch
Return the number of runs (complete starts and stops) this stopwatch has undergone.
getCountOfSameNameSiblingsWithName(Name) - Method in interface org.jboss.dna.jcr.cache.Children
Get the number of same-name-siblings that all share the supplied name.
getCountOfSameNameSiblingsWithName(Name) - Method in class org.jboss.dna.jcr.cache.EmptyChildren
Get the number of same-name-siblings that all share the supplied name.
getCountOfSameNameSiblingsWithName(Name) - Method in class org.jboss.dna.jcr.cache.ImmutableChildren
Get the number of same-name-siblings that all share the supplied name.
getCreated() - Method in class org.jboss.dna.sequencer.msoffice.MSOfficeMetadata
 
getCreateParams() - Method in interface org.jboss.dna.common.jdbc.model.api.SqlTypeInfo
Returns parameters used in creating the type (may be null)
getCreateParams() - Method in class org.jboss.dna.common.jdbc.model.spi.SqlTypeInfoBean
Returns parameters used in creating the type (may be null)
getCreatingApplication() - Method in class org.jboss.dna.sequencer.msoffice.MSOfficeMetadata
 
getCredentials() - Method in class org.jboss.dna.maven.spi.JcrMavenUrlProvider
 
getCurrentWorkspace() - Method in class org.jboss.dna.graph.Graph
Get the name of the current workspace being used by this graph.
getCurrentWorkspaceName() - Method in class org.jboss.dna.graph.Graph.Batch
Get the name of the workspace that this batch is using.
getCurrentWorkspaceName() - Method in class org.jboss.dna.graph.Graph
Get the name of the current workspace being used by this graph.
getData() - Static method in class org.jboss.dna.connector.federation.contribution.ContributionStatistics
Get a copy of the raw statistics data.
getData() - Method in class org.jboss.dna.connector.store.jpa.model.basic.LargeValueEntity
 
getData() - Method in class org.jboss.dna.connector.store.jpa.model.basic.PropertiesEntity
Get the data that represents the packed properties.
getDatabaseMajorVersion() - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Retrieves the major version number of the underlying database.
getDatabaseMajorVersion() - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Retrieves the major version number of the underlying database.
getDatabaseMetaData() - Method in interface org.jboss.dna.common.jdbc.provider.DatabaseMetadataProvider
Returns database metadata
getDatabaseMetaData() - Method in class org.jboss.dna.common.jdbc.provider.DefaultDatabaseMetadataProvider
Returns database metadata
getDatabaseMetadataProperty(DatabaseMetaData, String, Logger) - Static method in class org.jboss.dna.common.jdbc.util.DatabaseUtil
Get simple database metadata for the getter method (no input parameters)
getDatabaseMinorVersion() - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Retrieves the minor version number of the underlying database.
getDatabaseMinorVersion() - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Retrieves the minor version number of the underlying database.
getDatabaseProductName() - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Retrieves the name of this database product.
getDatabaseProductName() - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Retrieves the name of this database product.
getDatabaseProductVersion() - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Retrieves the version number of this database product.
getDatabaseProductVersion() - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Retrieves the version number of this database product.
getDatabaseUrl() - Method in class org.jboss.dna.common.jdbc.provider.DefaultDriverDatabaseMetadataProvider
Gets database URL as string
getDatabaseUrl() - Method in interface org.jboss.dna.common.jdbc.provider.DriverDatabaseMetadataProvider
Gets database URL as string
getDatabaseUrl() - Method in class org.jboss.dna.connector.jdbc.JdbcRepositorySource
Gets database URL as string
getDataSource() - Method in interface org.jboss.dna.common.jdbc.provider.DataSourceDatabaseMetadataProvider
Returns DataSource
getDataSource() - Method in class org.jboss.dna.common.jdbc.provider.DefaultDataSourceDatabaseMetadataProvider
Returns DataSource
getDataSourceJndiName() - Method in class org.jboss.dna.connector.store.jpa.JpaSource
 
getDataSourceName() - Method in interface org.jboss.dna.common.jdbc.provider.DataSourceDatabaseMetadataProvider
Gets data source JNDI name
getDataSourceName() - Method in class org.jboss.dna.common.jdbc.provider.DefaultDataSourceDatabaseMetadataProvider
Sets data source JNDI name
getDataSourceName() - Method in class org.jboss.dna.connector.jdbc.JdbcRepositorySource
Sets data source JNDI name
getDateFactory() - Method in class org.jboss.dna.graph.property.basic.DelegatingValueFactories
 
getDateFactory() - Method in class org.jboss.dna.graph.property.basic.StandardValueFactories
Get the value factory for date properties.
getDateFactory() - Method in interface org.jboss.dna.graph.property.ValueFactories
Get the value factory for date properties.
getDayOfMonth() - Method in class org.jboss.dna.graph.property.basic.JodaDateTime
Get the day of the month value of this instance in time.
getDayOfMonth() - Method in interface org.jboss.dna.graph.property.DateTime
Get the day of the month value of this instance in time.
getDayOfWeek() - Method in class org.jboss.dna.graph.property.basic.JodaDateTime
Get the day of the week value of this instance in time.
getDayOfWeek() - Method in interface org.jboss.dna.graph.property.DateTime
Get the day of the week value of this instance in time.
getDayOfYear() - Method in class org.jboss.dna.graph.property.basic.JodaDateTime
Get the day of the year of this instance in time.
getDayOfYear() - Method in interface org.jboss.dna.graph.property.DateTime
Get the day of the year of this instance in time.
getDecimalFactory() - Method in class org.jboss.dna.graph.property.basic.DelegatingValueFactories
 
getDecimalFactory() - Method in class org.jboss.dna.graph.property.basic.StandardValueFactories
Get the value factory for decimal properties.
getDecimalFactory() - Method in interface org.jboss.dna.graph.property.ValueFactories
Get the value factory for decimal properties.
getDecoder() - Method in class org.jboss.dna.graph.property.basic.AbstractValueFactory
Get the text decoder.
getDefault() - Static method in enum org.jboss.dna.maven.MavenDependency.Scope
 
getDefaultCachePolicy() - Method in class org.jboss.dna.connector.federation.FederatedRepositoryConnection
Get the default cache policy for this repository.
getDefaultCachePolicy() - Method in class org.jboss.dna.connector.filesystem.FileSystemConnection
Get the default cache policy for this repository.
getDefaultCachePolicy() - Method in class org.jboss.dna.connector.jbosscache.JBossCacheConnection
Get the default cache policy for this repository.
getDefaultCachePolicy() - Method in class org.jboss.dna.connector.jbosscache.JBossCacheSource
Get the default cache policy for this source, or null if the global default cache policy should be used
getDefaultCachePolicy() - Method in class org.jboss.dna.connector.jdbc.JdbcConnection
Get the default cache policy for this repository.
getDefaultCachePolicy() - Method in class org.jboss.dna.connector.jdbc.JdbcRepositorySource
Get the default cache policy for this source, or null if the global default cache policy should be used
getDefaultCachePolicy() - Method in class org.jboss.dna.connector.store.jpa.JpaConnection
Get the default cache policy for this repository.
getDefaultCachePolicy() - Method in class org.jboss.dna.connector.svn.SVNRepositoryConnection
Get the default cache policy for this repository.
getDefaultCachePolicy() - Method in class org.jboss.dna.connector.svn.SVNRepositorySource
Get the default cache policy for this source, or null if the global default cache policy should be used
getDefaultCachePolicy() - Method in class org.jboss.dna.graph.connector.inmemory.InMemoryRepositoryConnection
Get the default cache policy for this repository.
getDefaultCachePolicy() - Method in class org.jboss.dna.graph.connector.inmemory.InMemoryRepositorySource
Get the default cache policy for this source, or null if the global default cache policy should be used
getDefaultCachePolicy() - Method in interface org.jboss.dna.graph.connector.RepositoryConnection
Get the default cache policy for this repository.
getDefaultCachePolicy() - Method in class org.jboss.dna.graph.Graph
Get the default cache policy for this graph.
getDefaultNamespaceUri() - Method in class org.jboss.dna.graph.property.basic.GraphNamespaceRegistry
Return the namespace URI that is currently mapped to the empty prefix, or null if there is no current default namespace.
getDefaultNamespaceUri() - Method in class org.jboss.dna.graph.property.basic.LocalNamespaceRegistry
Return the namespace URI that is currently mapped to the empty prefix, or null if there is no current default namespace.
getDefaultNamespaceUri() - Method in class org.jboss.dna.graph.property.basic.SimpleNamespaceRegistry
Return the namespace URI that is currently mapped to the empty prefix, or null if there is no current default namespace.
getDefaultNamespaceUri() - Method in class org.jboss.dna.graph.property.basic.ThreadSafeNamespaceRegistry
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.property.NamespaceRegistry
Return the namespace URI that is currently mapped to the empty prefix, or null if there is no current default namespace.
getDefaultNamespaceUri() - Method in class org.jboss.dna.repository.util.JcrNamespaceRegistry
Return the namespace URI that is currently mapped to the empty prefix, or null if there is no current default namespace.
getDefaultTransactionIsolation() - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Retrieves this database's default transaction isolation level.
getDefaultTransactionIsolation() - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Retrieves this database's default transaction isolation level.
getDefaultValue() - Method in interface org.jboss.dna.common.jdbc.model.api.Column
Gets default value (may be null)
getDefaultValue() - Method in class org.jboss.dna.common.jdbc.model.spi.ColumnBean
Gets default value (may be null)
getDefaultWorkspaceName() - Method in class org.jboss.dna.graph.connector.inmemory.InMemoryRepositorySource
Get the name of the workspace that should be used by default.
getDeferrability() - Method in interface org.jboss.dna.common.jdbc.model.api.ForeignKey
Can the evaluation of foreign key constraints be deferred until commit
getDeferrability() - Method in enum org.jboss.dna.common.jdbc.model.api.KeyDeferrabilityType
 
getDeferrability() - Method in class org.jboss.dna.common.jdbc.model.spi.ForeignKeyBean
Can the evaluation of foreign key constraints be deferred until commit
getDefinitionId() - Method in class org.jboss.dna.jcr.cache.ChangedNodeInfo
getDefinitionId() - Method in class org.jboss.dna.jcr.cache.ImmutableNodeInfo
getDefinitionId() - Method in interface org.jboss.dna.jcr.cache.NodeInfo
 
getDefinitionId() - Method in class org.jboss.dna.jcr.cache.PropertyInfo
The identifier for the property definition.
getDelegate() - Method in class org.jboss.dna.repository.RepositoryLibrary
Get the delegate connection factory.
getDeleteRule() - Method in interface org.jboss.dna.common.jdbc.model.api.ForeignKey
What happens to a foreign key when the primary key is deleted
getDeleteRule() - Method in class org.jboss.dna.common.jdbc.model.spi.ForeignKeyBean
What happens to a foreign key when the primary key is deleted
getDependencies(MavenId) - Method in class org.jboss.dna.maven.MavenRepository
Get the dependencies for the Maven project with the specified ID.
getDepth() - Method in class org.jboss.dna.connector.store.jpa.model.basic.SubgraphNodeEntity
 
getDescription() - Method in class org.jboss.dna.common.component.ComponentConfig
Get the description for this component
getDescription() - Method in class org.jboss.dna.common.statistic.Stopwatch
 
getDescription() - Method in class org.jboss.dna.connector.store.jpa.Model
Get the description of this model in the default locale.
getDescription(Locale) - Method in class org.jboss.dna.connector.store.jpa.Model
Get the description of this model in the supplied locale.
getDescription() - Method in class org.jboss.dna.repository.Configurator.ConfigurationRepository
 
getDescriptor(String) - Method in class org.jboss.dna.jcr.JcrRepository
getDescriptorKeys() - Method in class org.jboss.dna.jcr.JcrRepository
getDestType() - Method in interface org.jboss.dna.common.jdbc.model.api.SqlTypeConversionPair
Gets valid destination SQL Type
getDestType() - Method in class org.jboss.dna.common.jdbc.model.spi.SqlTypeConversionPairBean
Gets valid destination SQL Type
getDetailedStatistics() - Method in class org.jboss.dna.common.statistic.Stopwatch
Return this stopwatch's detailed statistics, if they are being kept.
getDialect() - Method in class org.jboss.dna.connector.store.jpa.JpaSource
 
getDirectoryForDefaultWorkspace() - Method in class org.jboss.dna.connector.filesystem.FileSystemSource
Get the file system path to the existing directory that should be used for the default workspace.
getDouble(ResultSet, String) - Static method in class org.jboss.dna.common.jdbc.util.DatabaseUtil
Returns double with respect to NULL values (ResultSet.wasNull())
getDouble(ResultSet, String, boolean) - Static method in class org.jboss.dna.common.jdbc.util.DatabaseUtil
Returns double with respect to NULL values (ResultSet.wasNull())
getDouble(ResultSet, int) - Static method in class org.jboss.dna.common.jdbc.util.DatabaseUtil
Returns double with respect to NULL values (ResultSet.wasNull())
getDouble(ResultSet, int, boolean) - Static method in class org.jboss.dna.common.jdbc.util.DatabaseUtil
Returns double with respect to NULL values (ResultSet.wasNull())
getDoubleFactory() - Method in class org.jboss.dna.graph.property.basic.DelegatingValueFactories
 
getDoubleFactory() - Method in class org.jboss.dna.graph.property.basic.StandardValueFactories
Get the value factory for double properties.
getDoubleFactory() - Method in interface org.jboss.dna.graph.property.ValueFactories
Get the value factory for double properties.
getDriverClassloaderName() - Method in class org.jboss.dna.connector.store.jpa.JpaSource
 
getDriverClassName() - Method in class org.jboss.dna.common.jdbc.provider.DefaultDriverDatabaseMetadataProvider
Gets JDBC driver class name
getDriverClassName() - Method in interface org.jboss.dna.common.jdbc.provider.DriverDatabaseMetadataProvider
Gets JDBC driver class name
getDriverClassName() - Method in class org.jboss.dna.connector.jdbc.JdbcRepositorySource
Gets JDBC driver class name
getDriverClassName() - Method in class org.jboss.dna.connector.store.jpa.JpaSource
 
getDriverMajorVersion() - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Retrieves this JDBC driver's minor version number.
getDriverMajorVersion() - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Retrieves this JDBC driver's minor version number.
getDriverMinorVersion() - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Retrieves this JDBC driver's minor version number.
getDriverMinorVersion() - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Retrieves this JDBC driver's minor version number.
getDriverName() - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Retrieves the name of this JDBC driver.
getDriverName() - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Retrieves the name of this JDBC driver.
getDriverVersion() - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Retrieves the version number of this JDBC driver as a String.
getDriverVersion() - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Retrieves the version number of this JDBC driver as a String.
getDueDate() - Method in class org.jboss.dna.sequencer.jpdl3.JPDL3TaskMetadata
 
getDuratinInNanoseconds() - Method in class org.jboss.dna.common.math.Duration
Return the total duration in nanoseconds.
getDuration(TimeUnit) - Method in class org.jboss.dna.common.math.Duration
Get the duration value in the supplied unit of time.
getDurationInMicroseconds() - Method in class org.jboss.dna.common.math.Duration
Return the total duration in microseconds, which may contain a fraction part for the sub-microsecond component.
getDurationInMilliseconds() - Method in class org.jboss.dna.common.math.Duration
Return the total duration in microseconds, which may contain a fraction part for the sub-microsecond component.
getDurationInSeconds() - Method in class org.jboss.dna.common.math.Duration
Return the total duration in microseconds, which may contain a fraction part for the sub-microsecond component.
getElementType() - Method in class org.jboss.dna.sequencer.java.metadata.ArrayTypeFieldMetadata
 
getEmptyStringNotation() - Method in interface org.jboss.dna.common.jdbc.provider.DatabaseMetadataProvider
Get provider's notation for empty string
getEmptyStringNotation() - Method in class org.jboss.dna.common.jdbc.provider.DefaultDatabaseMetadataProvider
Get provider's notation for empty string
getEncoder() - Method in class org.jboss.dna.graph.property.basic.StringValueFactory
 
getEndStateMetadata() - Method in class org.jboss.dna.sequencer.jpdl3.JPDL3Metadata
 
getEntityManager() - Method in class org.jboss.dna.connector.store.jpa.model.basic.SubgraphQuery
 
getEra() - Method in class org.jboss.dna.graph.property.basic.JodaDateTime
Get the era of this instance in time.
getEra() - Method in interface org.jboss.dna.graph.property.DateTime
Get the era of this instance in time.
getError() - Method in class org.jboss.dna.graph.request.Request
Get the error associated with this request, if there is such an error.
getEventTypes() - Method in class org.jboss.dna.repository.observation.ObservationService.WorkspaceListener
 
getExceptionList() - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Returns list of failed database metadata methods through the DatabaseMetaDataMethodExceptions
getExceptionList() - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Returns list of failed database metadata methods through the DatabaseMetaDataMethodExceptions
getExceptionsToRule() - Method in class org.jboss.dna.connector.federation.Projection.PathRule
Get the paths that define the exceptions to this rule.
getExclusions() - Method in class org.jboss.dna.maven.MavenDependency
Exclusions explicitly tell Maven that you don't want to include the specified project that is a dependency of this dependency (in other words, its transitive dependency).
getExecutionContext() - Method in class org.jboss.dna.connector.federation.FederatedRepository
 
getExecutionContext() - Method in interface org.jboss.dna.graph.connector.RepositoryContext
Get the execution context, which can be used to create other contexts with specific JAAS security contexts.
getExecutionContext() - Method in interface org.jboss.dna.graph.io.Destination
Obtain the execution context of the destination.
getExecutionContext() - Method in class org.jboss.dna.graph.io.GraphBatchDestination
Obtain the execution context of the destination.
getExecutionContext() - Method in class org.jboss.dna.graph.request.processor.RequestProcessor
The execution context that this process is operating within.
getExecutionContext() - Method in class org.jboss.dna.jcr.JcrConfiguration
Get the execution context used by this configurator.
getExecutionContext() - Method in class org.jboss.dna.jcr.JcrEngine
Get the execution context for this engine.
getExecutionContext() - Method in class org.jboss.dna.repository.Configurator
Get the execution context used by this configurator.
getExecutionContext() - Method in class org.jboss.dna.repository.DnaConfiguration
Get the execution context used by this configurator.
getExecutionContext() - Method in class org.jboss.dna.repository.DnaEngine
 
getExecutionContext() - Method in class org.jboss.dna.repository.RepositoryLibrary
 
getExecutionContext() - Method in class org.jboss.dna.repository.sequencer.SequencingService
 
getExecutionEnvironment() - Method in class org.jboss.dna.repository.RepositoryService
 
getExecutionSetProperties() - Method in class org.jboss.dna.repository.rules.RuleSet
Get the properties for this rule set that can be passed to an RuleExecutionSetProvider's createRuleExecutionSet method.
getExecutorService() - Method in class org.jboss.dna.repository.sequencer.SequencingService
Get the executor service used to run the sequencers.
getExpirationTimeInUtc() - Method in class org.jboss.dna.connector.federation.contribution.Contribution
Get the expiration time, already in UTC.
getExpirationTimeInUtc() - Method in class org.jboss.dna.connector.federation.merge.MergePlan
Get the expiration time (in UTC) that is the earliest time that any of the contributions Contribution.getExpirationTimeInUtc().
getExponentInScientificNotation(Double) - Method in class org.jboss.dna.common.math.DoubleOperations
 
getExponentInScientificNotation(Duration) - Method in class org.jboss.dna.common.math.DurationOperations
 
getExponentInScientificNotation(Float) - Method in class org.jboss.dna.common.math.FloatOperations
 
getExponentInScientificNotation(Integer) - Method in class org.jboss.dna.common.math.IntegerOperations
 
getExponentInScientificNotation(Long) - Method in class org.jboss.dna.common.math.LongOperations
 
getExponentInScientificNotation(T) - Method in interface org.jboss.dna.common.math.MathOperations
Get the exponent if the number were written in exponential form.
getExponentInScientificNotation(Short) - Method in class org.jboss.dna.common.math.ShortOperations
 
getExpression() - Method in class org.jboss.dna.graph.property.PathExpression
 
getExpression() - Method in class org.jboss.dna.sequencer.jpdl3.JPDL3AssignmentMetadata
Get the assignment expression for the jpdl identity component.
getExtraNameCharacters() - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Retrieves all the "extra" characters that can be used in unquoted identifier names (those beyond a-z, A-Z, 0-9 and _).
getExtraNameCharacters() - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Retrieves all the "extra" characters that can be used in unquoted identifier names (those beyond a-z, A-Z, 0-9 and _).
getExtraProperties() - Method in interface org.jboss.dna.common.jdbc.model.api.DatabaseNamedObject
Gets extra (non standard) properties if provided by database.
getExtraProperties() - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseNamedObjectBean
Gets extra (non standard) properties if provided by database.
getExtraProperty(String) - Method in interface org.jboss.dna.common.jdbc.model.api.DatabaseNamedObject
Gets extra (non standard) property if provided by database.
getExtraProperty(String) - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseNamedObjectBean
Gets extra (non standard) property if provided by database.
getFields() - Method in class org.jboss.dna.sequencer.java.metadata.TypeMetadata
Gets a ordered lists of FieldMetadata from the unit.
getFileToUpload() - Method in class org.jboss.example.dna.sequencer.ConsoleInput
getFileToUpload() - Method in interface org.jboss.example.dna.sequencer.UserInterface
 
getFilterCondition() - Method in interface org.jboss.dna.common.jdbc.model.api.Index
Returns the filter condition, if any.
getFilterCondition() - Method in class org.jboss.dna.common.jdbc.model.spi.IndexBean
Returns the filter condition, if any.
getFirstValue() - Method in class org.jboss.dna.graph.property.basic.BasicEmptyProperty
Obtain the property's first value in its natural form.
getFirstValue() - Method in class org.jboss.dna.graph.property.basic.BasicMultiValueProperty
Obtain the property's first value in its natural form.
getFirstValue() - Method in class org.jboss.dna.graph.property.basic.BasicSingleValueProperty
Obtain the property's first value in its natural form.
getFirstValue() - Method in interface org.jboss.dna.graph.property.Property
Obtain the property's first value in its natural form.
getForeignKeys() - Method in interface org.jboss.dna.common.jdbc.model.api.Table
Gets a set of table foreign key columns
getForeignKeys() - Method in class org.jboss.dna.common.jdbc.model.spi.TableBean
Gets a set of table foreign key columns
getFormat() - Method in class org.jboss.dna.sequencer.image.ImageMetadata
If ImageMetadata.check() was successful, returns the image format as one of the FORMAT_xyz constants from this class.
getFormatName() - Method in class org.jboss.dna.sequencer.image.ImageMetadata
If ImageMetadata.check() was successful, returns the image format's name.
getFqClassName() - Method in class org.jboss.dna.sequencer.jpdl3.JPDL3AssignmentMetadata
Get the full qualified name of the class delegation.
getFromUuidString() - Method in class org.jboss.dna.connector.store.jpa.model.basic.ReferenceId
 
getGeneratedPrefixTemplate() - Method in class org.jboss.dna.graph.property.basic.SimpleNamespaceRegistry
 
getGrantee() - Method in interface org.jboss.dna.common.jdbc.model.api.Privilege
Return grantee of access (may be null)
getGrantee() - Method in class org.jboss.dna.common.jdbc.model.spi.PrivilegeBean
Return grantee of access (may be null)
getGrantor() - Method in interface org.jboss.dna.common.jdbc.model.api.Privilege
Return grantor of access (may be null)
getGrantor() - Method in class org.jboss.dna.common.jdbc.model.spi.PrivilegeBean
Return grantor of access (may be null)
getGraph() - Method in interface org.jboss.dna.graph.Graph.BaseResults
Get the graph containing the node.
getGraph() - Method in class org.jboss.dna.graph.Graph.Batch
Obtain the graph that this batch uses.
getGraph() - Method in class org.jboss.dna.graph.io.GraphImporter
The graph that this importer uses.
getGraph() - Method in interface org.jboss.dna.graph.Node
Get the graph containing the node.
getGraph() - Method in interface org.jboss.dna.graph.Results
Get the graph containing the node.
getGroupId() - Method in class org.jboss.dna.maven.MavenId
A universally unique identifier for a project.
getHandlerForImportingXml(Location, boolean) - Method in class org.jboss.dna.graph.io.GraphImporter
Return an XmlHandler that can be used to import content directly into the supplied location.
getHash(SecureHash.Algorithm, byte[]) - Static method in class org.jboss.dna.common.util.SecureHash
Get the hash of the supplied content, using the supplied digest algorithm.
getHash(SecureHash.Algorithm, File) - Static method in class org.jboss.dna.common.util.SecureHash
Get the hash of the supplied content, using the supplied digest algorithm.
getHash(SecureHash.Algorithm, InputStream) - Static method in class org.jboss.dna.common.util.SecureHash
Get the hash of the supplied content, using the supplied digest algorithm.
getHash(String, byte[]) - Static method in class org.jboss.dna.common.util.SecureHash
Get the hash of the supplied content, using the digest identified by the supplied name.
getHash(String, File) - Static method in class org.jboss.dna.common.util.SecureHash
Get the hash of the supplied content, using the digest identified by the supplied name.
getHash(String, InputStream) - Static method in class org.jboss.dna.common.util.SecureHash
Get the hash of the supplied content, using the digest identified by the supplied name.
getHash() - Method in class org.jboss.dna.connector.store.jpa.model.basic.LargeValueId
 
getHash() - Method in class org.jboss.dna.graph.property.basic.InMemoryBinary
Get the SHA-1 hash of the contents.
getHash() - Method in interface org.jboss.dna.graph.property.Binary
Get the SHA-1 hash of the contents.
getHeaderLevel() - Method in class org.jboss.dna.sequencer.msoffice.word.WordMetadata.WordHeading
 
getHeadings() - Method in class org.jboss.dna.sequencer.msoffice.word.WordMetadata
 
getHeight() - Method in class org.jboss.dna.sequencer.image.ImageMetadata
If ImageMetadata.check() was successful, returns one the image's vertical resolution in pixels.
getHexString(byte[]) - Static method in class org.jboss.dna.common.util.StringUtil
Get the hexadecimal string representation of the supplied byte array.
getHistogram() - Method in class org.jboss.dna.common.statistic.DetailedStatistics
Return the histogram of the values.
getHistogram(int) - Method in class org.jboss.dna.common.statistic.DetailedStatistics
Return the histogram of the values.
getHistogram(int) - Method in class org.jboss.dna.common.statistic.Stopwatch
Return the histogram of this stopwatch's individual runs.
getHoldability() - Method in enum org.jboss.dna.common.jdbc.model.api.ResultSetHoldabilityType
 
getHostname() - Method in class org.jboss.dna.maven.MavenUrl
Get the host name
getHostnameAndPort() - Method in class org.jboss.dna.maven.MavenUrl
 
getHourOfDay() - Method in class org.jboss.dna.graph.property.basic.JodaDateTime
Get the hour of the day of this instance in time.
getHourOfDay() - Method in interface org.jboss.dna.graph.property.DateTime
Get the hour of the day of this instance in time.
getHours() - Method in class org.jboss.dna.common.math.Duration.Components
Get the whole hours in this duration.
getId() - Method in class org.jboss.dna.connector.store.jpa.model.basic.ChildEntity
 
getId() - Method in class org.jboss.dna.connector.store.jpa.model.basic.LargeValueEntity
 
getId() - Method in class org.jboss.dna.connector.store.jpa.model.basic.PropertiesEntity
Get the node's identifier.
getId() - Method in class org.jboss.dna.connector.store.jpa.model.basic.ReferenceEntity
 
getId() - Method in class org.jboss.dna.connector.store.jpa.model.basic.SubgraphNodeEntity
 
getId() - Method in class org.jboss.dna.connector.store.jpa.model.basic.SubgraphQueryEntity
 
getId() - Method in class org.jboss.dna.connector.store.jpa.model.common.ChangeLogEntity
 
getId() - Method in class org.jboss.dna.connector.store.jpa.model.common.NamespaceEntity
 
getId() - Method in class org.jboss.dna.connector.store.jpa.model.common.WorkspaceEntity
 
getId() - Method in class org.jboss.dna.maven.MavenDependency
The identifier of the artifact for this dependency.
getIdentifierQuoteString() - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Retrieves the string used to quote SQL identifiers.
getIdentifierQuoteString() - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Retrieves the string used to quote SQL identifiers.
getIdleTimeInSecondsBeforeTestingConnections() - Method in class org.jboss.dna.connector.store.jpa.JpaSource
 
getIdProperties() - Method in class org.jboss.dna.graph.Location
Get the identification properties that (at least in part) define this location.
getIdProperty(Name) - Method in class org.jboss.dna.graph.Location
Get the identification property with the supplied name, if there is such a property.
getImports() - Method in class org.jboss.dna.sequencer.java.metadata.JavaMetadata
Gets a list of from the unit.
getIndex() - Method in class org.jboss.dna.graph.property.basic.BasicPathSegment
Get the index for this segment, which will be 1 by default.
getIndex() - Method in interface org.jboss.dna.graph.property.Path.Segment
Get the index for this segment, which will be 1 by default.
getIndexes() - Method in interface org.jboss.dna.common.jdbc.model.api.Table
Gets a set of table indexes
getIndexes() - Method in class org.jboss.dna.common.jdbc.model.spi.TableBean
Gets a set of table indexes
getIndexInParent() - Method in class org.jboss.dna.connector.store.jpa.model.basic.ChildEntity
Get the zero-based index of this child within the parent's list of children
getIndexInParent() - Method in class org.jboss.dna.connector.store.jpa.model.basic.SubgraphNodeEntity
 
getIndexType() - Method in interface org.jboss.dna.common.jdbc.model.api.Index
Gets index type
getIndexType() - Method in class org.jboss.dna.common.jdbc.model.spi.IndexBean
Gets index type
getIndexType(Integer) - Static method in class org.jboss.dna.common.jdbc.util.DatabaseUtil
Returns IndexType or null
getInfoType() - Method in class org.jboss.example.dna.sequencer.ContentInfo
 
getInputPath() - Method in class org.jboss.dna.graph.property.PathExpression.Matcher
 
getInputPath() - Method in class org.jboss.dna.graph.sequencer.SequencerContext
Return the path of the input node containing the content being sequenced.
getInputPath() - Method in class org.jboss.dna.repository.sequencer.SequencerPathExpression.Matcher
 
getInputProperties() - Method in class org.jboss.dna.graph.sequencer.SequencerContext
Return the set of properties from the input node containing the content being sequenced.
getInputProperty(Name) - Method in class org.jboss.dna.graph.sequencer.SequencerContext
Return the property with the supplied name from the input node containing the content being sequenced.
getInstance() - Static method in class org.jboss.dna.common.text.Inflector
 
getInstance() - Static method in class org.jboss.dna.common.text.NoOpEncoder
 
getInstance() - Static method in class org.jboss.dna.connector.federation.ProjectionParser
Get the shared projection parser, which is by default populated with the standard parser rules.
getInstanceCount() - Method in class org.jboss.dna.connector.federation.contribution.ContributionStatistics.Data
 
getInstanceOf(Object, Class<C>, String) - Static method in class org.jboss.dna.common.util.CheckArg
Checks that the object is an instance of the specified Class and then returns the object cast to the specified Class
getInstances() - Method in class org.jboss.dna.common.component.ComponentLibrary
Return the list of sequencers.
getInteger(ResultSet, String) - Static method in class org.jboss.dna.common.jdbc.util.DatabaseUtil
Returns integer with respect to NULL values (ResultSet.wasNull())
getInteger(ResultSet, String, boolean) - Static method in class org.jboss.dna.common.jdbc.util.DatabaseUtil
Returns integer with respect to NULL values (ResultSet.wasNull())
getInteger(ResultSet, int) - Static method in class org.jboss.dna.common.jdbc.util.DatabaseUtil
Returns integer with respect to NULL values (ResultSet.wasNull())
getInteger(ResultSet, int, boolean) - Static method in class org.jboss.dna.common.jdbc.util.DatabaseUtil
Returns integer with respect to NULL values (ResultSet.wasNull())
getInternalReferences() - Method in class org.jboss.dna.connector.store.jpa.model.basic.SubgraphQuery
Get the list of references that are owned by nodes within the subgraph and that point to other nodes in this same subgraph.
getInUseCount() - Method in class org.jboss.dna.graph.connector.RepositoryConnectionPool
Returns the approximate number of connections that are currently checked out from the pool.
getInvalidReferences() - Method in exception org.jboss.dna.graph.property.ReferentialIntegrityException
 
getInwardReferences() - Method in class org.jboss.dna.connector.store.jpa.model.basic.SubgraphQuery
Get the list of references that are owned by nodes outside of the subgraph that point to nodes in this subgraph.
getIoType() - Method in interface org.jboss.dna.common.jdbc.model.api.Parameter
Gets stored procedure parameter I/O type
getIoType() - Method in class org.jboss.dna.common.jdbc.model.spi.ParameterBean
Gets stored procedure parameter I/O type
getJavadocMetadata() - Method in class org.jboss.dna.sequencer.java.metadata.PackageMetadata
 
getJavaElements() - Method in class org.jboss.example.dna.sequencer.JavaInfo
 
getJavaSourceFromTheInputStream(InputStream, long, String) - Static method in class org.jboss.dna.sequencer.java.JavaMetadataUtil
Gets Java source from the InputStream.
getJDBCMajorVersion() - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Retrieves the major JDBC version number for this driver.
getJDBCMajorVersion() - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Retrieves the major JDBC version number for this driver.
getJDBCMinorVersion() - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Retrieves the minor JDBC version number for this driver.
getJDBCMinorVersion() - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Retrieves the minor JDBC version number for this driver.
getJndiName() - Method in class org.jboss.dna.graph.connector.inmemory.InMemoryRepositorySource
Gets the JNDI name this source is bound to.
getJndiName() - Method in class org.jboss.dna.repository.RepositoryService
 
getKeepAliveTime(TimeUnit) - Method in class org.jboss.dna.graph.connector.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.
getKeyDeferrabilityType(Integer) - Static method in class org.jboss.dna.common.jdbc.util.DatabaseUtil
Returns KeyDeferrabilityType or null
getKeyModifyRuleType(Integer) - Static method in class org.jboss.dna.common.jdbc.util.DatabaseUtil
Returns KeyModifyRuleType or null
getKeywords() - Method in class org.jboss.dna.sequencer.msoffice.MSOfficeMetadata
 
getLargeValues() - Method in class org.jboss.dna.connector.store.jpa.model.basic.PropertiesEntity
 
getLargeValueSizeInBytes() - Method in class org.jboss.dna.connector.store.jpa.JpaSource
 
getLastPrinted() - Method in class org.jboss.dna.sequencer.msoffice.MSOfficeMetadata
 
getLastSavedBy() - Method in class org.jboss.dna.sequencer.msoffice.MSOfficeMetadata
 
getLastSegment() - Method in class org.jboss.dna.graph.property.basic.AbstractPath
Get the last segment in this path.
getLastSegment() - Method in class org.jboss.dna.graph.property.basic.ChildPath
Get the last segment in this path.
getLastSegment() - Method in class org.jboss.dna.graph.property.basic.RootPath
Get the last segment in this path.
getLastSegment() - Method in interface org.jboss.dna.graph.property.Path
Get the last segment in this path.
getLatestRevision() - Method in class org.jboss.dna.connector.svn.SVNRepositoryRequestProcessor
Get the last revision.
getLength() - Method in class org.jboss.dna.connector.store.jpa.model.basic.LargeValueEntity
 
getLevel() - Method in enum org.jboss.dna.common.jdbc.model.api.TransactionIsolationLevelType
 
getLevel() - Method in class org.jboss.dna.common.util.Logger
Get the logging level at which this logger is current set.
getListeners() - Method in class org.jboss.dna.connector.federation.FederatedRepository
Get the list of listeners, which is the actual list used by the repository.
getLiteralPrefix() - Method in interface org.jboss.dna.common.jdbc.model.api.SqlTypeInfo
Returns prefix used to quote a literal (may be null)
getLiteralPrefix() - Method in class org.jboss.dna.common.jdbc.model.spi.SqlTypeInfoBean
Returns prefix used to quote a literal (may be null)
getLiteralSuffix() - Method in interface org.jboss.dna.common.jdbc.model.api.SqlTypeInfo
Returns suffix used to quote a literal (may be null)
getLiteralSuffix() - Method in class org.jboss.dna.common.jdbc.model.spi.SqlTypeInfoBean
Returns suffix used to quote a literal (may be null)
getLocalizationBundle(String, Locale) - Method in class org.jboss.dna.common.i18n.ClasspathLocalizationRepository
Obtain the URL to the properties file containing the localized messages given the supplied bundle name.
getLocalizationBundle(String, Locale) - Method in interface org.jboss.dna.common.i18n.LocalizationRepository
Obtain the URL to the properties file containing the localized messages given the supplied bundle name.
getLocalizationProblemLocales() - Static method in class org.jboss.dna.common.CommonI18n
 
getLocalizationProblemLocales(Class<?>) - Static method in class org.jboss.dna.common.i18n.I18n
Note, calling this method will not trigger localization of the supplied internationalization class.
getLocalizationProblemLocales() - Static method in class org.jboss.dna.common.jdbc.JdbcMetadataI18n
 
getLocalizationProblemLocales() - Static method in class org.jboss.dna.connector.federation.FederationI18n
 
getLocalizationProblemLocales() - Static method in class org.jboss.dna.connector.filesystem.FileSystemI18n
 
getLocalizationProblemLocales() - Static method in class org.jboss.dna.connector.jbosscache.JBossCacheConnectorI18n
 
getLocalizationProblemLocales() - Static method in class org.jboss.dna.connector.jdbc.JdbcMetadataI18n
 
getLocalizationProblemLocales() - Static method in class org.jboss.dna.connector.store.jpa.JpaConnectorI18n
 
getLocalizationProblemLocales() - Static method in class org.jboss.dna.connector.svn.SVNRepositoryConnectorI18n
 
getLocalizationProblemLocales() - Static method in class org.jboss.dna.graph.GraphI18n
 
getLocalizationProblemLocales() - Static method in class org.jboss.dna.maven.MavenI18n
 
getLocalizationProblemLocales() - Static method in class org.jboss.dna.repository.RepositoryI18n
 
getLocalizationProblemLocales() - Static method in class org.jboss.dna.sequencer.cnd.CndSequencerI18n
 
getLocalizationProblemLocales() - Static method in class org.jboss.dna.sequencer.image.ImageSequencerI18n
 
getLocalizationProblemLocales() - Static method in class org.jboss.dna.sequencer.java.JavaMetadataI18n
 
getLocalizationProblemLocales() - Static method in class org.jboss.dna.sequencer.msoffice.MSOfficeMetadataI18n
 
getLocalizationProblemLocales() - Static method in class org.jboss.dna.sequencer.xml.XmlSequencerI18n
 
getLocalizationProblems() - Static method in class org.jboss.dna.common.CommonI18n
 
getLocalizationProblems(Locale) - Static method in class org.jboss.dna.common.CommonI18n
 
getLocalizationProblems(Class<?>) - Static method in class org.jboss.dna.common.i18n.I18n
Note, calling this method will not trigger localization of the supplied internationalization class.
getLocalizationProblems(Class<?>, Locale) - Static method in class org.jboss.dna.common.i18n.I18n
Note, calling this method will not trigger localization of the supplied internationalization class.
getLocalizationProblems() - Static method in class org.jboss.dna.common.jdbc.JdbcMetadataI18n
 
getLocalizationProblems(Locale) - Static method in class org.jboss.dna.common.jdbc.JdbcMetadataI18n
 
getLocalizationProblems() - Static method in class org.jboss.dna.connector.federation.FederationI18n
 
getLocalizationProblems(Locale) - Static method in class org.jboss.dna.connector.federation.FederationI18n
 
getLocalizationProblems() - Static method in class org.jboss.dna.connector.filesystem.FileSystemI18n
 
getLocalizationProblems(Locale) - Static method in class org.jboss.dna.connector.filesystem.FileSystemI18n
 
getLocalizationProblems() - Static method in class org.jboss.dna.connector.jbosscache.JBossCacheConnectorI18n
 
getLocalizationProblems(Locale) - Static method in class org.jboss.dna.connector.jbosscache.JBossCacheConnectorI18n
 
getLocalizationProblems() - Static method in class org.jboss.dna.connector.jdbc.JdbcMetadataI18n
 
getLocalizationProblems(Locale) - Static method in class org.jboss.dna.connector.jdbc.JdbcMetadataI18n
 
getLocalizationProblems() - Static method in class org.jboss.dna.connector.store.jpa.JpaConnectorI18n
 
getLocalizationProblems(Locale) - Static method in class org.jboss.dna.connector.store.jpa.JpaConnectorI18n
 
getLocalizationProblems() - Static method in class org.jboss.dna.connector.svn.SVNRepositoryConnectorI18n
 
getLocalizationProblems(Locale) - Static method in class org.jboss.dna.connector.svn.SVNRepositoryConnectorI18n
 
getLocalizationProblems() - Static method in class org.jboss.dna.graph.GraphI18n
 
getLocalizationProblems(Locale) - Static method in class org.jboss.dna.graph.GraphI18n
 
getLocalizationProblems() - Static method in class org.jboss.dna.maven.MavenI18n
 
getLocalizationProblems(Locale) - Static method in class org.jboss.dna.maven.MavenI18n
 
getLocalizationProblems() - Static method in class org.jboss.dna.repository.RepositoryI18n
 
getLocalizationProblems(Locale) - Static method in class org.jboss.dna.repository.RepositoryI18n
 
getLocalizationProblems() - Static method in class org.jboss.dna.sequencer.cnd.CndSequencerI18n
 
getLocalizationProblems(Locale) - Static method in class org.jboss.dna.sequencer.cnd.CndSequencerI18n
 
getLocalizationProblems() - Static method in class org.jboss.dna.sequencer.image.ImageSequencerI18n
 
getLocalizationProblems(Locale) - Static method in class org.jboss.dna.sequencer.image.ImageSequencerI18n
 
getLocalizationProblems() - Static method in class org.jboss.dna.sequencer.java.JavaMetadataI18n
 
getLocalizationProblems(Locale) - Static method in class org.jboss.dna.sequencer.java.JavaMetadataI18n
 
getLocalizationProblems() - Static method in class org.jboss.dna.sequencer.msoffice.MSOfficeMetadataI18n
 
getLocalizationProblems(Locale) - Static method in class org.jboss.dna.sequencer.msoffice.MSOfficeMetadataI18n
 
getLocalizationProblems() - Static method in class org.jboss.dna.sequencer.xml.XmlSequencerI18n
 
getLocalizationProblems(Locale) - Static method in class org.jboss.dna.sequencer.xml.XmlSequencerI18n
 
getLocalizationRepository() - Static method in class org.jboss.dna.common.i18n.I18n
Get the repository of localized messages.
getLocalizedTypeName() - Method in interface org.jboss.dna.common.jdbc.model.api.SqlTypeInfo
Returns localized version of type name (may be null).
getLocalizedTypeName() - Method in class org.jboss.dna.common.jdbc.model.spi.SqlTypeInfoBean
Returns localized version of type name (may be null).
getLocalName() - Method in class org.jboss.dna.graph.property.basic.BasicName
Get the local name part of this qualified name.
getLocalName() - Method in interface org.jboss.dna.graph.property.Name
Get the local name part of this qualified name.
getLocation() - Method in class org.jboss.dna.common.collection.Problem
 
getLocation() - Method in interface org.jboss.dna.graph.Graph.CreateAt
Complete this request, submit it, and return the actual location of the created node.
getLocation() - Method in interface org.jboss.dna.graph.Node
Get the location of the node.
getLocation() - Method in exception org.jboss.dna.graph.property.PathNotFoundException
Get the path that was not found
getLocation() - Method in interface org.jboss.dna.graph.Subgraph
Get the location of the subgraph, which is the location of the node at the top of the subgraph.
getLocationFor(Long, Path) - Method in class org.jboss.dna.connector.store.jpa.util.RequestProcessorCache
 
getLocationFor(Path) - Method in class org.jboss.dna.connector.store.jpa.util.RequestProcessorCache.WorkspaceCache
 
getLocationFor(Path) - Method in class org.jboss.dna.graph.request.ReadBranchRequest
Get the location for the supplied path.
getLocationInSource() - Method in class org.jboss.dna.connector.federation.contribution.Contribution
Get the source-specific location of this information.
getLocationInSource() - Method in class org.jboss.dna.connector.federation.contribution.EmptyContribution
Get the source-specific location of this information.
getLocationInSource() - Method in class org.jboss.dna.connector.federation.contribution.NonEmptyContribution
Get the source-specific location of this information.
getLocationOfRepositoryFiles() - Method in class org.jboss.example.dna.repository.ConsoleInput
getLocationOfRepositoryFiles() - Method in interface org.jboss.example.dna.repository.UserInterface
 
getLock() - Method in class org.jboss.dna.graph.connector.inmemory.InMemoryRepository
 
getLogger(Class<?>) - Static method in class org.jboss.dna.common.util.Logger
Return a logger named corresponding to the class passed as parameter, using the statically bound ILoggerFactory instance.
getLogger(String) - Static method in class org.jboss.dna.common.util.Logger
Return a logger named according to the name parameter using the statically bound ILoggerFactory instance.
getLogger(Class<?>) - Method in class org.jboss.dna.graph.ExecutionContext
Return a logger associated with this context.
getLogger(String) - Method in class org.jboss.dna.graph.ExecutionContext
Return a logger associated with this context.
getLogger() - Method in class org.jboss.dna.repository.mimetype.MimeTypeDetectors
Gets the logger for this system
getLogger() - Method in class org.jboss.dna.repository.observation.ObservationService
Get the logger for this system
getLogger() - Method in class org.jboss.dna.repository.rules.RuleService
Get the logger for this system
getLogger() - Method in class org.jboss.dna.repository.rules.RuleSetRepositoryMonitor
 
getLoggingLocale() - Static method in class org.jboss.dna.common.util.Logger
Get the locale used for the logs.
getLoginContext() - Method in class org.jboss.dna.graph.ExecutionContext
Get the JAAS login context for this context.
getLong(ResultSet, String) - Static method in class org.jboss.dna.common.jdbc.util.DatabaseUtil
Returns long with respect to NULL values (ResultSet.wasNull())
getLong(ResultSet, String, boolean) - Static method in class org.jboss.dna.common.jdbc.util.DatabaseUtil
Returns long with respect to NULL values (ResultSet.wasNull())
getLong(ResultSet, int) - Static method in class org.jboss.dna.common.jdbc.util.DatabaseUtil
Returns long with respect to NULL values (ResultSet.wasNull())
getLong(ResultSet, int, boolean) - Static method in class org.jboss.dna.common.jdbc.util.DatabaseUtil
Returns long with respect to NULL values (ResultSet.wasNull())
getLongFactory() - Method in class org.jboss.dna.graph.property.basic.DelegatingValueFactories
 
getLongFactory() - Method in class org.jboss.dna.graph.property.basic.StandardValueFactories
Get the value factory for long properties.
getLongFactory() - Method in interface org.jboss.dna.graph.property.ValueFactories
Get the value factory for long properties.
getLowerBound() - Method in class org.jboss.dna.common.statistic.Histogram.Bucket
Get the lower bound of this bucket.
getLowerBound() - Method in class org.jboss.dna.common.statistic.Histogram.BucketingStrategy
 
getLowerBound() - Method in class org.jboss.dna.common.statistic.Histogram.DefaultBucketingStrategy
 
getLowerBound() - Method in class org.jboss.dna.common.statistic.Histogram.ExplicitBucketingStrategy
 
getLowerBound() - Method in class org.jboss.dna.common.statistic.Histogram.StandardDeviationBucketingStrategy
 
getLowestAncestorThatDoesExist() - Method in exception org.jboss.dna.graph.property.PathNotFoundException
Get the lowest (closest) existing ancestor of the non-existant location.
getMathOperations() - Method in class org.jboss.dna.common.statistic.Histogram
 
getMathOperations() - Method in class org.jboss.dna.common.statistic.SimpleStatistics
 
getMaxBinaryLiteralLength() - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Retrieves the maximum number of hex characters this database allows in an inline binary literal.
getMaxBinaryLiteralLength() - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Retrieves the maximum number of hex characters this database allows in an inline binary literal.
getMaxCatalogNameLength() - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Retrieves the maximum number of characters that this database allows in a catalog name.
getMaxCatalogNameLength() - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Retrieves the maximum number of characters that this database allows in a catalog name.
getMaxCharLiteralLength() - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Retrieves the maximum number of characters this database allows for a character literal.
getMaxCharLiteralLength() - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Retrieves the maximum number of characters this database allows for a character literal.
getMaxColumnNameLength() - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Retrieves the maximum number of characters this database allows for a column name.
getMaxColumnNameLength() - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Retrieves the maximum number of characters this database allows for a column name.
getMaxColumnsInGroupBy() - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Retrieves the maximum number of columns this database allows in a GROUP BY clause.
getMaxColumnsInGroupBy() - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Retrieves the maximum number of columns this database allows in a GROUP BY clause.
getMaxColumnsInIndex() - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Retrieves the maximum number of columns this database allows in an index.
getMaxColumnsInIndex() - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Retrieves the maximum number of columns this database allows in an index.
getMaxColumnsInOrderBy() - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Retrieves the maximum number of columns this database allows in an ORDER BY clause.
getMaxColumnsInOrderBy() - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Retrieves the maximum number of columns this database allows in an ORDER BY clause.
getMaxColumnsInSelect() - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Retrieves the maximum number of columns this database allows in a SELECT list.
getMaxColumnsInSelect() - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Retrieves the maximum number of columns this database allows in a SELECT list.
getMaxColumnsInTable() - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Retrieves the maximum number of columns this database allows in a table.
getMaxColumnsInTable() - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Retrieves the maximum number of columns this database allows in a table.
getMaxConnections() - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Retrieves the maximum number of concurrent connections to this database that are possible.
getMaxConnections() - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Retrieves the maximum number of concurrent connections to this database that are possible.
getMaxCursorNameLength() - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Retrieves the maximum number of characters that this database allows in a cursor name.
getMaxCursorNameLength() - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Retrieves the maximum number of characters that this database allows in a cursor name.
getMaxDepth() - Method in class org.jboss.dna.connector.store.jpa.model.basic.SubgraphQuery
 
getMaxFailedAttemptsBeforeError() - Method in class org.jboss.dna.graph.connector.RepositoryConnectionPool
 
getMaximum() - Method in class org.jboss.dna.common.statistic.SimpleStatistics
Get the maximum value in the series.
getMaximumConnectionIdleTimeInSeconds() - Method in class org.jboss.dna.connector.store.jpa.JpaSource
 
getMaximumConnectionsInPool() - Method in class org.jboss.dna.connector.store.jpa.JpaSource
 
getMaximumDepth() - Method in interface org.jboss.dna.graph.Subgraph
Get the maximum depth requested for this subgraph.
getMaximumDuration() - Method in class org.jboss.dna.common.statistic.Stopwatch
Get the maximum duration that this stopwatch has recorded.
getMaximumPoolSize() - Method in class org.jboss.dna.graph.connector.RepositoryConnectionPool
 
getMaximumSizeOfStatementCache() - Method in class org.jboss.dna.connector.store.jpa.JpaSource
 
getMaxIndexLength() - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Retrieves the maximum number of bytes this database allows for an index, including all of the parts of the index.
getMaxIndexLength() - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Retrieves the maximum number of bytes this database allows for an index, including all of the parts of the index.
getMaxProcedureNameLength() - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Retrieves the maximum number of characters that this database allows in a procedure name.
getMaxProcedureNameLength() - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Retrieves the maximum number of characters that this database allows in a procedure name.
getMaxRowSize() - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Retrieves the maximum number of bytes this database allows in a single row.
getMaxRowSize() - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Retrieves the maximum number of bytes this database allows in a single row.
getMaxScale() - Method in interface org.jboss.dna.common.jdbc.model.api.SqlTypeInfo
Returns maximum scale supported
getMaxScale() - Method in class org.jboss.dna.common.jdbc.model.spi.SqlTypeInfoBean
Returns maximum scale supported
getMaxSchemaNameLength() - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Retrieves the maximum number of characters that this database allows in a schema name.
getMaxSchemaNameLength() - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Retrieves the maximum number of characters that this database allows in a schema name.
getMaxStatementLength() - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Retrieves the maximum number of characters this database allows in an SQL statement.
getMaxStatementLength() - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Retrieves the maximum number of characters this database allows in an SQL statement.
getMaxStatements() - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Retrieves the maximum number of active statements to this database that can be open at the same time.
getMaxStatements() - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Retrieves the maximum number of active statements to this database that can be open at the same time.
getMaxTableNameLength() - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Retrieves the maximum number of characters this database allows in a table name.
getMaxTableNameLength() - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Retrieves the maximum number of characters this database allows in a table name.
getMaxTablesInSelect() - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Retrieves the maximum number of tables this database allows in a SELECT statement.
getMaxTablesInSelect() - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Retrieves the maximum number of tables this database allows in a SELECT statement.
getMaxUserNameLength() - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Retrieves the maximum number of characters this database allows in a user name.
getMaxUserNameLength() - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Retrieves the maximum number of characters this database allows in a user name.
getMean() - Method in class org.jboss.dna.common.statistic.SimpleStatistics
Return the approximate mean (average) value represented as an instance of the operand type.
getMeanValue() - Method in class org.jboss.dna.common.statistic.SimpleStatistics
Return the mean (average) value.
getMedian() - Method in class org.jboss.dna.common.statistic.DetailedStatistics
Return the approximate mean (average) value represented as an instance of the operand type.
getMedianDuration() - Method in class org.jboss.dna.common.statistic.Stopwatch
Get the median duration that this stopwatch has recorded.
getMedianValue() - Method in class org.jboss.dna.common.statistic.DetailedStatistics
Return the median value.
getMediaType() - Method in class org.jboss.example.dna.sequencer.MediaInfo
 
getMergePlan() - Method in class org.jboss.dna.connector.federation.merge.FederatedNode
Get the merge plan for this federated node
getMergingStrategy() - Method in class org.jboss.dna.connector.federation.FederatedWorkspace
Get the merging strategy used for this workspace
getMessage() - Method in class org.jboss.dna.common.collection.Problem
 
getMessage() - Method in exception org.jboss.dna.graph.property.PathNotFoundException
getMessageString() - Method in class org.jboss.dna.common.collection.Problem
Get the message written in the current locale.
getMethodName() - Method in exception org.jboss.dna.common.jdbc.model.api.DatabaseMetaDataMethodException
Returns name of method that caused exception
getMethods() - Method in class org.jboss.dna.sequencer.java.metadata.TypeMetadata
Gets all MethodMetadata from the unit.
getMilliseconds() - Method in class org.jboss.dna.graph.property.basic.JodaDateTime
Get the number of milliseconds from 1970-01-01T00:00Z.
getMilliseconds() - Method in interface org.jboss.dna.graph.property.DateTime
Get the number of milliseconds from 1970-01-01T00:00Z.
getMillisOfSecond() - Method in class org.jboss.dna.graph.property.basic.JodaDateTime
Get the milliseconds of the second value of this instance in time.
getMillisOfSecond() - Method in interface org.jboss.dna.graph.property.DateTime
Get the milliseconds of the second value of this instance in time.
getMimeType() - Method in class org.jboss.dna.graph.sequencer.SequencerContext
Return the MIME-type of the content being sequenced.
getMimeType() - Method in class org.jboss.dna.sequencer.image.ImageMetadata
If ImageMetadata.check() was successful, returns a String with the MIME type of the format.
getMimeTypeDetector() - Method in class org.jboss.dna.graph.ExecutionContext
Return an object that can be used to determine the MIME type of some content, such as the content of a file.
getMimeTypeDetectors() - Method in class org.jboss.dna.repository.RepositoryLibrary
 
getMinimum() - Method in class org.jboss.dna.common.statistic.SimpleStatistics
Get the minimum value in the series.
getMinimumConnectionsInPool() - Method in class org.jboss.dna.connector.store.jpa.JpaSource
 
getMinimumDuration() - Method in class org.jboss.dna.common.statistic.Stopwatch
Get the minimum duration that this stopwatch has recorded.
getMinimumSize() - Method in interface org.jboss.dna.connector.store.jpa.util.Serializer.LargeValues
Get the minimum size for large values, specified as number of characters for a String or the number of bytes for a binary value
getMinScale() - Method in interface org.jboss.dna.common.jdbc.model.api.SqlTypeInfo
Returns minimum scale supported
getMinScale() - Method in class org.jboss.dna.common.jdbc.model.spi.SqlTypeInfoBean
Returns minimum scale supported
getMinuteOfHour() - Method in class org.jboss.dna.graph.property.basic.JodaDateTime
Get the minute of this instance in time.
getMinuteOfHour() - Method in interface org.jboss.dna.graph.property.DateTime
Get the minute of this instance in time.
getMinutes() - Method in class org.jboss.dna.common.math.Duration.Components
Get the whole minutes in this duration.
getMixinTypeNames() - Method in class org.jboss.dna.jcr.cache.ChangedNodeInfo
Get the names of the mixin types for this node.
getMixinTypeNames() - Method in class org.jboss.dna.jcr.cache.ImmutableNodeInfo
Get the names of the mixin types for this node.
getMixinTypeNames() - Method in interface org.jboss.dna.jcr.cache.NodeInfo
Get the names of the mixin types for this node.
getModel() - Method in class org.jboss.dna.connector.store.jpa.JpaSource
Get the model that will be used.
getModel(String) - Static method in class org.jboss.dna.connector.store.jpa.JpaSource.Models
 
getModelName() - Method in class org.jboss.dna.connector.store.jpa.util.StoreOptions
 
getModifiedProperties() - Method in class org.jboss.dna.repository.observation.NodeChange
 
getModifiers() - Method in class org.jboss.dna.sequencer.java.metadata.FieldMetadata
 
getModifiers() - Method in class org.jboss.dna.sequencer.java.metadata.MethodMetadata
 
getModifiers() - Method in class org.jboss.dna.sequencer.java.metadata.TypeMetadata
 
getMonthOfYear() - Method in class org.jboss.dna.graph.property.basic.JodaDateTime
Get the month of the year of this instance in time.
getMonthOfYear() - Method in interface org.jboss.dna.graph.property.DateTime
Get the month of the year of this instance in time.
getName() - Method in class org.jboss.dna.common.component.ComponentConfig
Get the name of this component.
getName() - Method in enum org.jboss.dna.common.jdbc.model.api.BestRowIdentifierScopeType
 
getName() - Method in enum org.jboss.dna.common.jdbc.model.api.ColumnPseudoType
 
getName() - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Gets database name
getName() - Method in interface org.jboss.dna.common.jdbc.model.api.DatabaseNamedObject
Gets database named object name
getName() - Method in enum org.jboss.dna.common.jdbc.model.api.IndexType
 
getName() - Method in enum org.jboss.dna.common.jdbc.model.api.KeyDeferrabilityType
 
getName() - Method in enum org.jboss.dna.common.jdbc.model.api.KeyModifyRuleType
 
getName() - Method in enum org.jboss.dna.common.jdbc.model.api.NullabilityType
 
getName() - Method in enum org.jboss.dna.common.jdbc.model.api.ParameterIoType
 
getName() - Method in interface org.jboss.dna.common.jdbc.model.api.Privilege
Return name of access allowed (SELECT, INSERT, UPDATE, REFRENCES, ...)
getName() - Method in enum org.jboss.dna.common.jdbc.model.api.PrivilegeType
 
getName() - Method in enum org.jboss.dna.common.jdbc.model.api.ResultSetConcurrencyType
 
getName() - Method in enum org.jboss.dna.common.jdbc.model.api.ResultSetHoldabilityType
 
getName() - Method in enum org.jboss.dna.common.jdbc.model.api.ResultSetType
 
getName() - Method in enum org.jboss.dna.common.jdbc.model.api.SearchabilityType
 
getName() - Method in enum org.jboss.dna.common.jdbc.model.api.SortSequenceType
 
getName() - Method in enum org.jboss.dna.common.jdbc.model.api.SQLStateType
 
getName() - Method in enum org.jboss.dna.common.jdbc.model.api.SqlType
 
getName() - Method in enum org.jboss.dna.common.jdbc.model.api.StoredProcedureResultType
 
getName() - Method in enum org.jboss.dna.common.jdbc.model.api.TransactionIsolationLevelType
 
getName() - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Gets database name
getName() - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseNamedObjectBean
Gets database named object name
getName() - Method in class org.jboss.dna.common.jdbc.model.spi.PrivilegeBean
Return name of access allowed (SELECT, INSERT, UPDATE, REFRENCES, ...)
getName() - Method in interface org.jboss.dna.common.jdbc.provider.DatabaseMetadataProvider
Returns DatabaseMetadataProvider logical name
getName() - Method in class org.jboss.dna.common.jdbc.provider.DefaultDatabaseMetadataProvider
Returns DatabaseMetadataProvider logical name
getName() - Method in class org.jboss.dna.common.util.Logger
Return the name of this logger instance.
getName() - Method in class org.jboss.dna.connector.federation.FederatedRepository
Get the name of this repository
getName() - Method in class org.jboss.dna.connector.federation.FederatedRepositorySource
Get the name for this repository source.
getName() - Method in class org.jboss.dna.connector.federation.FederatedWorkspace
Get the name of this repository
getName() - Method in class org.jboss.dna.connector.filesystem.FileSystemSource
Get the name for this repository source.
getName() - Method in class org.jboss.dna.connector.jbosscache.JBossCacheSource
Get the name for this repository source.
getName() - Method in class org.jboss.dna.connector.jdbc.JdbcRepositorySource
Get the name for this repository source.
getName() - Method in class org.jboss.dna.connector.store.jpa.JpaSource
Get the name for this repository source.
getName() - Method in class org.jboss.dna.connector.store.jpa.model.common.WorkspaceEntity
 
getName() - Method in class org.jboss.dna.connector.store.jpa.Model
 
getName() - Method in class org.jboss.dna.connector.store.jpa.util.StoreOptionEntity
 
getName() - Method in class org.jboss.dna.connector.svn.SVNRepositorySource
Get the name for this repository source.
getName() - Method in class org.jboss.dna.graph.connector.inmemory.InMemoryNode
 
getName() - Method in class org.jboss.dna.graph.connector.inmemory.InMemoryRepositorySource
Get the name for this repository source.
getName() - Method in interface org.jboss.dna.graph.connector.RepositorySource
Get the name for this repository source.
getName() - Method in class org.jboss.dna.graph.property.basic.BasicPathSegment
Get the name component of this segment.
getName() - Method in class org.jboss.dna.graph.property.basic.BasicProperty
Get the name of the property.
getName() - Method in interface org.jboss.dna.graph.property.Path.Segment
Get the name component of this segment.
getName() - Method in interface org.jboss.dna.graph.property.Property
Get the name of the property.
getName() - Method in enum org.jboss.dna.graph.property.PropertyType
 
getName() - Method in interface org.jboss.dna.graph.Workspace
Get the name of the workspace.
getName() - Method in class org.jboss.dna.jcr.cache.ChildNode
Get the name of the node.
getName() - Method in class org.jboss.dna.repository.sequencer.SequencerOutputMap.PropertyValue
Get the property name.
getName(Name) - Static method in class org.jboss.dna.sequencer.java.JavaMetadataUtil
Get the fully qualified name from the Name.
getName() - Method in class org.jboss.dna.sequencer.java.metadata.AnnotationMetadata
Get the name of the modifier.
getName() - Method in class org.jboss.dna.sequencer.java.metadata.ImportMetadata
 
getName() - Method in class org.jboss.dna.sequencer.java.metadata.MethodMetadata
 
getName() - Method in class org.jboss.dna.sequencer.java.metadata.PackageMetadata
 
getName() - Method in class org.jboss.dna.sequencer.java.metadata.TypeMetadata
Get the name.
getName() - Method in class org.jboss.dna.sequencer.java.metadata.Variable
 
getName() - Method in class org.jboss.dna.sequencer.jpdl3.JPDL3EndStateMetadata
 
getName() - Method in class org.jboss.dna.sequencer.jpdl3.JPDL3StartStateMetadata
 
getName() - Method in class org.jboss.dna.sequencer.jpdl3.JPDL3SwimlaneMetadata
Get the name of the specific swimlane.
getName() - Method in class org.jboss.dna.sequencer.jpdl3.JPDL3TaskMetadata
 
getName() - Method in class org.jboss.dna.sequencer.jpdl3.JPDL3TaskNodeMetadata
 
getName() - Method in class org.jboss.dna.sequencer.jpdl3.JPDL3TransitionMetadata
 
getName() - Method in class org.jboss.example.dna.sequencer.ContentInfo
 
getNameFactory() - Method in class org.jboss.dna.graph.property.basic.DelegatingValueFactories
 
getNameFactory() - Method in class org.jboss.dna.graph.property.basic.StandardValueFactories
Get the value factory for name properties.
getNameFactory() - Method in interface org.jboss.dna.graph.property.ValueFactories
Get the value factory for name properties.
getNameOfDefaultWorkspace() - Method in class org.jboss.dna.connector.jbosscache.JBossCacheSource
Get the name of the default workspace.
getNameOfDefaultWorkspace() - Method in class org.jboss.dna.connector.store.jpa.JpaSource
Get the name of the default workspace.
getNamesOfRepositories() - Method in class org.jboss.example.dna.repository.RepositoryClient
Get the names of the repositories.
getNamespaceForPrefix(String) - Method in class org.jboss.dna.graph.property.basic.GraphNamespaceRegistry
Get the namespace URI for the supplied prefix.
getNamespaceForPrefix(String) - Method in class org.jboss.dna.graph.property.basic.LocalNamespaceRegistry
Get the namespace URI for the supplied prefix.
getNamespaceForPrefix(String) - Method in class org.jboss.dna.graph.property.basic.SimpleNamespaceRegistry
Get the namespace URI for the supplied prefix.
getNamespaceForPrefix(String) - Method in class org.jboss.dna.graph.property.basic.ThreadSafeNamespaceRegistry
Get the namespace URI for the supplied prefix.
getNamespaceForPrefix(String) - Method in interface org.jboss.dna.graph.property.NamespaceRegistry
Get the namespace URI for the supplied prefix.
getNamespaceForPrefix(String) - Method in class org.jboss.dna.repository.util.JcrNamespaceRegistry
Get the namespace URI for the supplied prefix.
getNamespaceRegistry() - Method in class org.jboss.dna.graph.ExecutionContext
Get the (mutable) namespace registry for this context.
getNamespaceRegistry() - Method in class org.jboss.dna.graph.property.basic.NameValueFactory
Get the namespace registry.
getNamespaceRegistry() - Method in class org.jboss.dna.graph.property.basic.StandardValueFactories
 
getNamespaceRegistry() - Method in interface org.jboss.dna.graph.property.NameFactory
Get the namespace registry.
getNamespaces() - Method in class org.jboss.dna.graph.property.basic.GraphNamespaceRegistry
Obtain a snapshot of all of the namespaces registered at the time this method is called.
getNamespaces() - Method in class org.jboss.dna.graph.property.basic.LocalNamespaceRegistry
Obtain a snapshot of all of the namespaces registered at the time this method is called. The resulting set is immutable, and will not reflect changes made to the registry.
getNamespaces() - Method in class org.jboss.dna.graph.property.basic.SimpleNamespaceRegistry
Obtain a snapshot of all of the namespaces registered at the time this method is called.
getNamespaces() - Method in class org.jboss.dna.graph.property.basic.ThreadSafeNamespaceRegistry
Obtain a snapshot of all of the namespaces registered at the time this method is called.
getNamespaces() - Method in interface org.jboss.dna.graph.property.NamespaceRegistry
Obtain a snapshot of all of the namespaces registered at the time this method is called.
getNamespaces() - Method in class org.jboss.dna.repository.util.JcrNamespaceRegistry
Obtain a snapshot of all of the namespaces registered at the time this method is called.
getNamespaceURI(String) - Method in class org.jboss.dna.common.xml.SimpleNamespaceContext
getNamespaceUri() - Method in class org.jboss.dna.graph.property.basic.BasicName
Get the URI for the namespace used in this qualified name.
getNamespaceUri() - Method in class org.jboss.dna.graph.property.basic.BasicNamespace
Get the URI for the namespace
getNamespaceUri() - Method in interface org.jboss.dna.graph.property.Name
Get the URI for the namespace used in this qualified name.
getNamespaceUri() - Method in interface org.jboss.dna.graph.property.NamespaceRegistry.Namespace
Get the URI for the namespace
getNode() - Method in class org.jboss.dna.connector.store.jpa.model.basic.SubgraphQuery
Get the root node of the subgraph.
getNode(String) - Method in interface org.jboss.dna.graph.Graph.BaseResults
Get the node at the supplied location.
getNode(Path) - Method in interface org.jboss.dna.graph.Graph.BaseResults
Get the node at the supplied location.
getNode(Location) - Method in interface org.jboss.dna.graph.Graph.BaseResults
Get the node at the supplied location.
getNode() - Method in interface org.jboss.dna.graph.Graph.CreateAt
Complete this request, submit it, and return the actual node that was created.
getNode(String) - Method in interface org.jboss.dna.graph.Results
Get the node at the supplied location.
getNode(Path) - Method in interface org.jboss.dna.graph.Results
Get the node at the supplied location.
getNode(Location) - Method in interface org.jboss.dna.graph.Results
Get the node at the supplied location.
getNode(Name) - Method in interface org.jboss.dna.graph.Subgraph
Get the node at the supplied location.
getNode(Name) - Method in interface org.jboss.dna.graph.SubgraphNode
Get the node at the supplied path that is relative to this node.
getNode(Path) - Method in interface org.jboss.dna.graph.SubgraphNode
Get the node at the supplied path that is relative to this node.
getNode(Node, String, boolean, Problems) - Method in class org.jboss.dna.repository.util.JcrTools
 
getNodeAt(UUID) - Method in class org.jboss.dna.graph.Graph
Request to read the node with the supplied UUID.
getNodeAt(Location) - Method in class org.jboss.dna.graph.Graph
Request to read the node at the supplied location.
getNodeAt(String) - Method in class org.jboss.dna.graph.Graph
Request to read the node at the supplied path.
getNodeAt(Path) - Method in class org.jboss.dna.graph.Graph
Request to read the node at the supplied path.
getNodeAt(Property) - Method in class org.jboss.dna.graph.Graph
Request to read the node with the supplied unique identifier property.
getNodeAt(Property, Property...) - Method in class org.jboss.dna.graph.Graph
Request to read the node with the supplied unique identifier properties.
getNodeAt(Iterable<Property>) - Method in class org.jboss.dna.graph.Graph
Request to read the node with the supplied unique identifier properties.
getNodeCount(boolean) - Method in class org.jboss.dna.connector.store.jpa.model.basic.SubgraphQuery
 
getNodeFilter() - Method in class org.jboss.dna.repository.sequencer.SequencingService
Get the node filter used by this system.
getNodeId() - Method in class org.jboss.dna.jcr.PropertyId
Get the UUID of the node that owns the property.
getNodeInfo(String, String, Map<String, Object[]>, List<String>) - Method in class org.jboss.example.dna.repository.RepositoryClient
Get the information about a node, using the API method.
getNodeLocations(boolean, boolean) - Method in class org.jboss.dna.connector.store.jpa.model.basic.SubgraphQuery
Get the Location for each of the nodes in the subgraph.
getNodePath() - Method in class org.jboss.dna.repository.util.RepositoryNodePath
 
getNodes(boolean, boolean) - Method in class org.jboss.dna.connector.store.jpa.model.basic.SubgraphQuery
Get the nodes in the subgraph.
getNodeTypeName() - Method in class org.jboss.dna.jcr.NodeDefinitionId
Get the name of the node type on which the child node definition is defined.
getNodeTypeName() - Method in class org.jboss.dna.jcr.PropertyDefinitionId
Get the name of the node type on which the property definition is defined
getNodeTypeNames() - Method in class org.jboss.dna.repository.observation.ObservationService.WorkspaceListener
 
getNodeTypes() - Method in interface org.jboss.dna.jcr.JcrNodeTypeSource
Returns the list of node types provided by this source
getNodeUuid() - Method in class org.jboss.dna.connector.store.jpa.model.basic.SubgraphNodeEntity
 
getNodeUuid() - Method in class org.jboss.dna.jcr.cache.PropertyInfo
Get the UUID of the node to which this property belongs.
getNormalizedPath() - Method in class org.jboss.dna.graph.property.basic.AbstractPath
Get a normalized path with as many ".." segments and all "." resolved.
getNormalizedPath() - Method in class org.jboss.dna.graph.property.basic.RootPath
Get a normalized path with as many ".." segments and all "." resolved. The relative path ".", however, will return itself as the normalized path, since it cannot be resolved any further.
getNormalizedPath() - Method in interface org.jboss.dna.graph.property.Path
Get a normalized path with as many ".." segments and all "." resolved.
getNotes() - Method in class org.jboss.dna.sequencer.msoffice.powerpoint.SlideMetadata
 
getNotNull(T, String) - Static method in class org.jboss.dna.common.util.CheckArg
Returns the specified argument if it is not null.
getNullability() - Method in enum org.jboss.dna.common.jdbc.model.api.NullabilityType
 
getNullabilityType() - Method in interface org.jboss.dna.common.jdbc.model.api.Column
Gets column nullability
getNullabilityType() - Method in interface org.jboss.dna.common.jdbc.model.api.SqlTypeInfo
Gets SQL type nullability
getNullabilityType() - Method in class org.jboss.dna.common.jdbc.model.spi.ColumnBean
Gets column nullability
getNullabilityType() - Method in class org.jboss.dna.common.jdbc.model.spi.SqlTypeInfoBean
Gets SQL type nullability
getNullabilityType(Integer) - Static method in class org.jboss.dna.common.jdbc.util.DatabaseUtil
Returns column nullability, or null
getNullStringNotation() - Method in interface org.jboss.dna.common.jdbc.provider.DatabaseMetadataProvider
Get provider's notation for NULL string
getNullStringNotation() - Method in class org.jboss.dna.common.jdbc.provider.DefaultDatabaseMetadataProvider
Get provider's notation for NULL string
getNumberOfChildren() - Method in class org.jboss.dna.graph.request.ReadAllPropertiesRequest
Get the number of children for this node.
getNumberOfComments() - Method in class org.jboss.dna.sequencer.image.ImageMetadata
If ImageMetadata.check() was successful and ImageMetadata.setCollectComments(boolean) was called with true as argument, returns the number of comments retrieved from the input image stream / file.
getNumberOfConnectionsToAcquireAsNeeded() - Method in class org.jboss.dna.connector.store.jpa.JpaSource
 
getNumberOfEventsEnqueued() - Method in class org.jboss.dna.repository.observation.ObservationService.Statistics
 
getNumberOfEventSetsEnqueued() - Method in class org.jboss.dna.repository.observation.ObservationService.Statistics
 
getNumberOfEventSetsIgnored() - Method in class org.jboss.dna.repository.observation.ObservationService.Statistics
 
getNumberOfEventsIgnored() - Method in class org.jboss.dna.repository.observation.ObservationService.Statistics
 
getNumberOfImages() - Method in class org.jboss.dna.sequencer.image.ImageMetadata
Returns the number of images in the examined file.
getNumberOfNodeChangesEnqueued() - Method in class org.jboss.dna.repository.observation.ObservationService.Statistics
 
getNumberOfNodesSequenced() - Method in class org.jboss.dna.repository.sequencer.SequencingService.Statistics
 
getNumberOfNodesSkipped() - Method in class org.jboss.dna.repository.sequencer.SequencingService.Statistics
 
getNumberOfValues() - Method in class org.jboss.dna.common.statistic.Histogram.Bucket
Get the number of values in this bucket.
getNumberPrecisionRadix() - Method in interface org.jboss.dna.common.jdbc.model.api.SqlTypeInfo
Returns sql type precision radix (usually 2 or 10)
getNumberPrecisionRadix() - Method in class org.jboss.dna.common.jdbc.model.spi.SqlTypeInfoBean
Returns sql type precision radix (usually 2 or 10)
getNumChanges() - Method in class org.jboss.dna.connector.store.jpa.model.common.ChangeLogEntity
 
getNumericFunctions() - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Retrieves a list of math functions available with this database.
getNumericFunctions() - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Retrieves a list of math functions available with this database.
getObjectFactory() - Method in class org.jboss.dna.graph.property.basic.DelegatingValueFactories
 
getObjectFactory() - Method in class org.jboss.dna.graph.property.basic.StandardValueFactories
Get the value factory for object properties.
getObjectFactory() - Method in interface org.jboss.dna.graph.property.ValueFactories
Get the value factory for object properties.
getObjectInstance(Object, Name, Context, Hashtable<?, ?>) - Method in class org.jboss.dna.connector.federation.FederatedRepositorySource
getObjectInstance(Object, Name, Context, Hashtable<?, ?>) - Method in class org.jboss.dna.connector.filesystem.FileSystemSource
getObjectInstance(Object, Name, Context, Hashtable<?, ?>) - Method in class org.jboss.dna.connector.jbosscache.JBossCacheSource
getObjectInstance(Object, Name, Context, Hashtable<?, ?>) - Method in class org.jboss.dna.connector.jdbc.JdbcRepositorySource
getObjectInstance(Object, Name, Context, Hashtable<?, ?>) - Method in class org.jboss.dna.connector.store.jpa.JpaSource
getObjectInstance(Object, Name, Context, Hashtable<?, ?>) - Method in class org.jboss.dna.connector.svn.SVNRepositorySource
getObjectInstance(Object, Name, Context, Hashtable<?, ?>) - Method in class org.jboss.dna.graph.connector.inmemory.InMemoryRepositorySource
getObservationService() - Method in class org.jboss.dna.repository.DnaEngine
 
getOperandClass() - Method in class org.jboss.dna.common.math.DoubleOperations
 
getOperandClass() - Method in class org.jboss.dna.common.math.DurationOperations
 
getOperandClass() - Method in class org.jboss.dna.common.math.FloatOperations
 
getOperandClass() - Method in class org.jboss.dna.common.math.IntegerOperations
 
getOperandClass() - Method in class org.jboss.dna.common.math.LongOperations
 
getOperandClass() - Method in interface org.jboss.dna.common.math.MathOperations
Return the class that these operations operate upon.
getOperandClass() - Method in class org.jboss.dna.common.math.ShortOperations
 
getOption(String) - Method in class org.jboss.dna.connector.store.jpa.util.StoreOptions
 
getOptions() - Method in class org.jboss.dna.jcr.JcrRepository
Get the options as configured for this repository.
getOrdinalPosition() - Method in interface org.jboss.dna.common.jdbc.model.api.Column
Returns index of column starting at 1 - if applicable.
getOrdinalPosition() - Method in class org.jboss.dna.common.jdbc.model.spi.ColumnBean
Returns index of column starting at 1 - if applicable.
getOriginal() - Method in class org.jboss.dna.jcr.cache.ChangedNodeInfo
Return the original node information.
getOriginalLocation() - Method in class org.jboss.dna.jcr.cache.ChangedNodeInfo
getOriginalLocation() - Method in class org.jboss.dna.jcr.cache.ImmutableNodeInfo
getOriginalLocation() - Method in interface org.jboss.dna.jcr.cache.NodeInfo
 
getOutputExpression() - Method in class org.jboss.dna.repository.sequencer.SequencerPathExpression
 
getOutputPath() - Method in class org.jboss.dna.repository.sequencer.SequencerPathExpression.Matcher
 
getOutwardReferences() - Method in class org.jboss.dna.connector.store.jpa.model.basic.SubgraphQuery
Get the list of references that are owned by nodes within the subgraph and that point to nodes not in this same subgraph.
getOwner() - Method in interface org.jboss.dna.common.jdbc.model.api.Column
Returns owner of ColumnMetaData such as Table, or Stored Procedure, UDT, PK, FK, Index, etc.
getOwner() - Method in class org.jboss.dna.common.jdbc.model.spi.ColumnBean
Returns owner of ColumnMetaData such as Table, or Stored Procedure, UDT, PK, FK, Index, etc.
getPackageMetadata() - Method in class org.jboss.dna.sequencer.java.metadata.JavaMetadata
Gets the PackageMetadata from the unit.
getPages() - Method in interface org.jboss.dna.common.jdbc.model.api.Index
When TYPE is tableIndexStatisic then this is the number of pages used for the table, otherwise it is the number of pages used for the current index.
getPages() - Method in class org.jboss.dna.common.jdbc.model.spi.IndexBean
When TYPE is tableIndexStatisic then this is the number of pages used for the table, otherwise it is the number of pages used for the current index.
getPages() - Method in class org.jboss.dna.sequencer.msoffice.MSOfficeMetadata
 
getParameterIoType(Integer) - Static method in class org.jboss.dna.common.jdbc.util.DatabaseUtil
Returns ParameterIoType based on type, or null
getParameterizedTypeFieldRModifierPath(String, int) - Static method in class org.jboss.dna.sequencer.java.ParameterizedTypeFieldMetadataSequencer
Create a path for the parameterized modifier.
getParameterizedTypeFieldRootPath(int) - Static method in class org.jboss.dna.sequencer.java.ParameterizedTypeFieldMetadataSequencer
Create the root path for all path children of a parameterized type.
getParameterizedTypeFieldVariablePath(PathFactory, String, int) - Static method in class org.jboss.dna.sequencer.java.ParameterizedTypeFieldMetadataSequencer
Get the path of a parameterized type variable.
getParameters() - Method in class org.jboss.dna.common.collection.Problem
 
getParameters() - Method in interface org.jboss.dna.common.jdbc.model.api.StoredProcedure
Gets stored procedure columns
getParameters() - Method in class org.jboss.dna.common.jdbc.model.spi.StoredProcedureBean
Gets stored procedure columns
getParameters() - Method in class org.jboss.dna.sequencer.java.metadata.MethodMetadata
 
getParent() - Method in class org.jboss.dna.graph.connector.inmemory.InMemoryNode
 
getParent() - Method in class org.jboss.dna.graph.property.basic.AbstractPath
Return the path to the parent, or this path if it is the root.
getParent() - Method in class org.jboss.dna.graph.property.basic.ChildPath
Return the path to the parent, or this path if it is the root. This is an efficient operation that does not require copying any data.
getParent() - Method in class org.jboss.dna.graph.property.basic.RootPath
Return the path to the parent, or this path if it is the root. This is an efficient operation that does not require copying any data.
getParent() - Method in interface org.jboss.dna.graph.property.Path
Return the path to the parent, or this path if it is the root.
getParent() - Method in class org.jboss.dna.jcr.cache.ChangedNodeInfo
getParent() - Method in class org.jboss.dna.jcr.cache.ImmutableNodeInfo
getParent() - Method in interface org.jboss.dna.jcr.cache.NodeInfo
 
getParentIndexInParent() - Method in class org.jboss.dna.connector.store.jpa.model.basic.SubgraphNodeEntity
 
getParentUuid() - Method in interface org.jboss.dna.jcr.cache.Children
The UUID of the parent node.
getParentUuid() - Method in class org.jboss.dna.jcr.cache.EmptyChildren
The UUID of the parent node.
getParentUuid() - Method in class org.jboss.dna.jcr.cache.ImmutableChildren
The UUID of the parent node.
getParentUuidString() - Method in class org.jboss.dna.connector.store.jpa.model.basic.ChildId
 
getPassword() - Method in class org.jboss.dna.common.jdbc.provider.DefaultDriverDatabaseMetadataProvider
Get user's password
getPassword() - Method in interface org.jboss.dna.common.jdbc.provider.DriverDatabaseMetadataProvider
Get user's password
getPassword() - Method in class org.jboss.dna.connector.federation.FederatedRepositorySource
Get the password that should be used when authenticating and creating connections.
getPassword() - Method in class org.jboss.dna.connector.jdbc.JdbcRepositorySource
Get user's password
getPassword() - Method in class org.jboss.dna.connector.store.jpa.JpaSource
 
getPath() - Method in class org.jboss.dna.graph.Location
Get the path that (at least in part) defines this location.
getPath() - Method in class org.jboss.dna.maven.MavenUrl
 
getPath() - Method in class org.jboss.dna.repository.Configurator.ConfigurationRepository
 
getPath() - Method in class org.jboss.dna.repository.sequencer.SequencerOutputMap.Entry
 
getPath() - Method in class org.jboss.example.dna.sequencer.ContentInfo
 
getPathExpressions() - Method in class org.jboss.dna.repository.sequencer.SequencerConfig
 
getPathFactory() - Method in class org.jboss.dna.graph.property.basic.DelegatingValueFactories
 
getPathFactory() - Method in class org.jboss.dna.graph.property.basic.StandardValueFactories
Get the value factory for path properties.
getPathFactory() - Method in interface org.jboss.dna.graph.property.ValueFactories
Get the value factory for path properties.
getPathInRepository() - Method in class org.jboss.dna.connector.federation.Projection.PathRule
The path where the content is to be placed ("projected") into the repository.
getPathInRepository(Path, PathFactory) - Method in class org.jboss.dna.connector.federation.Projection.PathRule
Get the path in repository that is projected from the supplied source path, or null if the supplied source path is not projected into the repository.
getPathInRepository(Path, PathFactory) - Method in class org.jboss.dna.connector.federation.Projection.Rule
Get the path in repository that is projected from the supplied source path, or null if the supplied source path is not projected into the repository.
getPathInSource() - Method in class org.jboss.dna.connector.federation.Projection.PathRule
The path of the content as known to the source
getPathInSource(Path, PathFactory) - Method in class org.jboss.dna.connector.federation.Projection.PathRule
Get the path in source that is projected from the supplied repository path, or null if the supplied repository path is not projected into the source. This method considers a path that is at or below the rule's source path to be included, except if there are exceptions that explicitly disallow the path.
getPathInSource(Path, PathFactory) - Method in class org.jboss.dna.connector.federation.Projection.Rule
Get the path in source that is projected from the supplied repository path, or null if the supplied repository path is not projected into the source.
getPathsInRepository(Path, PathFactory) - Method in class org.jboss.dna.connector.federation.Projection
Get the paths in the repository that correspond to the supplied path within the source.
getPathsInSource(Path, PathFactory) - Method in class org.jboss.dna.connector.federation.Projection
Get the paths in the source that correspond to the supplied path within the repository.
getPathToTopOfRepository() - Method in class org.jboss.dna.maven.spi.JcrMavenUrlProvider
 
getPdName() - Method in class org.jboss.dna.sequencer.jpdl3.JPDL3Metadata
Get the name of process definition.
getPeers() - Method in class org.jboss.dna.jcr.cache.ChangedNodeInfo
Returns the peer nodes for this changed node.
getPercentageOfValues() - Method in class org.jboss.dna.common.statistic.Histogram.Bucket
Return the percentage of values in the histogram that appear in this bucket.
getPhysicalHeightDpi() - Method in class org.jboss.dna.sequencer.image.ImageMetadata
Returns the physical height of this image in dots per inch (dpi).
getPhysicalHeightInch() - Method in class org.jboss.dna.sequencer.image.ImageMetadata
If ImageMetadata.check() was successful, returns the physical width of this image in dpi (dots per inch) or -1 if no value could be found.
getPhysicalWidthDpi() - Method in class org.jboss.dna.sequencer.image.ImageMetadata
If ImageMetadata.check() was successful, returns the physical width of this image in dpi (dots per inch) or -1 if no value could be found.
getPhysicalWidthInch() - Method in class org.jboss.dna.sequencer.image.ImageMetadata
Returns the physical width of an image in inches, or -1.0f if width information is not available.
getPingTimeoutInNanos() - Method in class org.jboss.dna.graph.connector.RepositoryConnectionPool
 
getPooledActorsExpression() - Method in class org.jboss.dna.sequencer.jpdl3.JPDL3SwimlaneMetadata
 
getPoolSize() - Method in class org.jboss.dna.graph.connector.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.
getPort() - Method in class org.jboss.dna.maven.MavenUrl
Get the port.
getPrecision() - Method in interface org.jboss.dna.common.jdbc.model.api.Column
Gets precision if applicable otherwise 0.
getPrecision() - Method in interface org.jboss.dna.common.jdbc.model.api.SqlTypeInfo
Gets precision (number of fractional digits/scale) if applicable otherwise 0.
getPrecision() - Method in class org.jboss.dna.common.jdbc.model.spi.ColumnBean
Gets precision if applicable otherwise 0.
getPrecision() - Method in class org.jboss.dna.common.jdbc.model.spi.SqlTypeInfoBean
Gets precision (number of fractional digits/scale) if applicable otherwise 0.
getPredefinedWorkspaceNames() - Method in class org.jboss.dna.connector.filesystem.FileSystemSource
Gets the names of the workspaces that are available when this source is created.
getPredefinedWorkspaceNames() - Method in class org.jboss.dna.connector.jbosscache.JBossCacheSource
Gets the names of the workspaces that are available when this source is created.
getPredefinedWorkspaceNames() - Method in class org.jboss.dna.connector.store.jpa.JpaSource
Gets the names of the workspaces that are available when this source is created.
getPrefix(String) - Method in class org.jboss.dna.common.xml.SimpleNamespaceContext
getPrefix() - Method in class org.jboss.dna.graph.property.basic.BasicNamespace
Get the prefix for the namespace
getPrefix() - Method in interface org.jboss.dna.graph.property.NamespaceRegistry.Namespace
Get the prefix for the namespace
getPrefixes(String) - Method in class org.jboss.dna.common.xml.SimpleNamespaceContext
getPrefixForNamespaceUri(String, boolean) - Method in class org.jboss.dna.graph.property.basic.GraphNamespaceRegistry
Return the prefix used for the supplied namespace URI.
getPrefixForNamespaceUri(String, boolean) - Method in class org.jboss.dna.graph.property.basic.LocalNamespaceRegistry
Return the prefix used for the supplied namespace URI.
getPrefixForNamespaceUri(String, boolean) - Method in class org.jboss.dna.graph.property.basic.SimpleNamespaceRegistry
Return the prefix used for the supplied namespace URI.
getPrefixForNamespaceUri(String, boolean) - Method in class org.jboss.dna.graph.property.basic.ThreadSafeNamespaceRegistry
Return the prefix used for the supplied namespace URI.
getPrefixForNamespaceUri(String, boolean) - Method in interface org.jboss.dna.graph.property.NamespaceRegistry
Return the prefix used for the supplied namespace URI.
getPrefixForNamespaceUri(String, boolean) - Method in class org.jboss.dna.repository.util.JcrNamespaceRegistry
Return the prefix used for the supplied namespace URI.
getPreOrder() - Method in class org.jboss.dna.repository.observation.NodeChanges
 
getPrimaryKey() - Method in interface org.jboss.dna.common.jdbc.model.api.Table
Gets a table primary key
getPrimaryKey() - Method in class org.jboss.dna.common.jdbc.model.spi.TableBean
Gets a table primary key
getPrimaryTypeName() - Method in class org.jboss.dna.jcr.cache.ChangedNodeInfo
getPrimaryTypeName() - Method in class org.jboss.dna.jcr.cache.ImmutableNodeInfo
getPrimaryTypeName() - Method in interface org.jboss.dna.jcr.cache.NodeInfo
 
getPrimaryTypeValue() - Method in class org.jboss.dna.repository.sequencer.SequencerOutputMap.Entry
Get the primary type specified for this node, or null if the type was not specified
getPrivileges() - Method in interface org.jboss.dna.common.jdbc.model.api.Column
Gets table column privileges.
getPrivileges() - Method in interface org.jboss.dna.common.jdbc.model.api.Table
Gets table privileges.
getPrivileges() - Method in class org.jboss.dna.common.jdbc.model.spi.ColumnBean
Gets table column privileges.
getPrivileges() - Method in class org.jboss.dna.common.jdbc.model.spi.TableBean
Gets table privileges.
getPrivilegeType() - Method in interface org.jboss.dna.common.jdbc.model.api.Privilege
Returns privilege type
getPrivilegeType() - Method in class org.jboss.dna.common.jdbc.model.spi.PrivilegeBean
Returns privilege type
getPrivilegeType(String) - Static method in class org.jboss.dna.common.jdbc.util.DatabaseUtil
Returns PrivilegeType or null
getProblemLog() - Method in class org.jboss.dna.repository.observation.ObservationService
 
getProblems() - Method in class org.jboss.dna.connector.federation.FederatedWorkspace
Return the problem associated with this configuration.
getProblems() - Method in class org.jboss.dna.graph.sequencer.SequencerContext
Get an interface that can be used to record various problems, warnings, and errors that are not extreme enough to warrant throwing exceptions.
getProblems() - Method in class org.jboss.dna.jcr.JcrEngine
Get the problems that were encountered when setting up this engine from the configuration.
getProblems() - Method in class org.jboss.dna.repository.DnaEngine
Get the problems that were encountered when setting up this engine from the configuration.
getProcedureTerm() - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Retrieves the database vendor's preferred term for "procedure".
getProcedureTerm() - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Retrieves the database vendor's preferred term for "procedure".
getProjectionsFor(String) - Method in class org.jboss.dna.connector.federation.FederatedWorkspace
Return the unmodifiable list of projections for the source name.
getProperties() - Method in class org.jboss.dna.common.component.ComponentConfig
Get the (unmodifiable) properties to be set through reflection on components of this type after instantiation
getProperties() - Method in interface org.jboss.dna.common.jdbc.provider.DatabaseMetadataProvider
Returns provider properties
getProperties() - Method in class org.jboss.dna.common.jdbc.provider.DefaultDatabaseMetadataProvider
Returns provider properties
getProperties() - Method in class org.jboss.dna.connector.federation.contribution.Contribution
Get the properties that are in this contribution.
getProperties() - Method in class org.jboss.dna.connector.federation.contribution.MultiPropertyContribution
Get the properties that are in this contribution.
getProperties() - Method in class org.jboss.dna.connector.federation.contribution.OnePropertyContribution
Get the properties that are in this contribution.
getProperties() - Method in class org.jboss.dna.connector.federation.contribution.ThreePropertyContribution
Get the properties that are in this contribution.
getProperties() - Method in class org.jboss.dna.connector.federation.contribution.TwoPropertyContribution
Get the properties that are in this contribution.
getProperties(boolean, boolean) - Method in class org.jboss.dna.connector.store.jpa.model.basic.SubgraphQuery
Get the properties for each of the nodes in the subgraph.
getProperties() - Method in class org.jboss.dna.graph.Graph
Request that the properties be read on the node defined via the on(...)
getProperties() - Method in interface org.jboss.dna.graph.Node
Get the properties on the node.
getProperties() - Method in class org.jboss.dna.graph.request.ReadAllPropertiesRequest
Get the properties that were read from the RepositoryConnection.
getProperties() - Method in class org.jboss.dna.graph.request.ReadNodeRequest
Get the properties that were read from the RepositoryConnection.
getProperties() - Method in class org.jboss.dna.maven.spi.AbstractMavenUrlProvider
Get the properties for this provider.
getProperties() - Method in class org.jboss.example.dna.sequencer.ContentInfo
 
getPropertiesByName() - Method in class org.jboss.dna.graph.Graph
Request that the properties be read on the node defined via the on(...)
getPropertiesByName() - Method in interface org.jboss.dna.graph.Node
Get the map of properties keyed by the property names.
getPropertiesByName() - Method in class org.jboss.dna.graph.request.ReadAllPropertiesRequest
Get the properties that were read from the RepositoryConnection.
getPropertiesByName() - Method in class org.jboss.dna.graph.request.ReadNodeRequest
Get the properties that were read from the RepositoryConnection.
getPropertiesFor(Location) - Method in class org.jboss.dna.graph.request.ReadBranchRequest
Get the nodes that make up this branch.
getProperty(String, String) - Method in class org.jboss.dna.common.collection.UnmodifiableProperties
getProperty(String) - Method in class org.jboss.dna.common.collection.UnmodifiableProperties
getProperty(Name) - Method in class org.jboss.dna.connector.federation.contribution.Contribution
Get the contributed property with the supplied name.
getProperty(Name) - Method in class org.jboss.dna.connector.federation.contribution.MultiPropertyContribution
Get the contributed property with the supplied name.
getProperty(Name) - Method in class org.jboss.dna.connector.federation.contribution.OnePropertyContribution
Get the contributed property with the supplied name.
getProperty(Name) - Method in class org.jboss.dna.connector.federation.contribution.ThreePropertyContribution
Get the contributed property with the supplied name.
getProperty(Name) - Method in class org.jboss.dna.connector.federation.contribution.TwoPropertyContribution
Get the contributed property with the supplied name.
getProperty(ExecutionContext, String) - Method in class org.jboss.dna.graph.connector.inmemory.InMemoryNode
 
getProperty(Name) - Method in class org.jboss.dna.graph.connector.inmemory.InMemoryNode
 
getProperty(String) - Method in class org.jboss.dna.graph.Graph
Request that the property with the given name be read on the node defined via the on(...)
getProperty(Name) - Method in class org.jboss.dna.graph.Graph
Request that the property with the given name be read on the node defined via the on(...)
getProperty(String) - Method in interface org.jboss.dna.graph.Node
Get the property with the supplied name.
getProperty(Name) - Method in interface org.jboss.dna.graph.Node
Get the property with the supplied name.
getProperty() - Method in class org.jboss.dna.graph.request.ReadPropertyRequest
Get the property that was read.
getProperty(Name) - Method in class org.jboss.dna.jcr.cache.ChangedNodeInfo
Get this node's property that has the supplied name.
getProperty(Name) - Method in class org.jboss.dna.jcr.cache.ImmutableNodeInfo
Get this node's property that has the supplied name.
getProperty(Name) - Method in interface org.jboss.dna.jcr.cache.NodeInfo
Get this node's property that has the supplied name.
getProperty() - Method in class org.jboss.dna.jcr.cache.PropertyInfo
Get the DNA Property, which contains the name and value(s)
getPropertyAsString(Node, String, boolean, Problems) - Method in class org.jboss.dna.repository.util.JcrTools
 
getPropertyAsString(Node, String, boolean, String, Problems) - Method in class org.jboss.dna.repository.util.JcrTools
 
getPropertyAsStringArray(Node, String, boolean, Problems, String...) - Method in class org.jboss.dna.repository.util.JcrTools
 
getPropertyCount() - Method in class org.jboss.dna.connector.federation.contribution.Contribution
Get the number of properties that are in this contribution.
getPropertyCount() - Method in class org.jboss.dna.connector.federation.contribution.ContributionStatistics.Data
 
getPropertyCount() - Method in class org.jboss.dna.connector.federation.contribution.ContributionStatistics.Stats
 
getPropertyCount() - Method in class org.jboss.dna.connector.federation.contribution.MultiPropertyContribution
Get the number of properties that are in this contribution.
getPropertyCount() - Method in class org.jboss.dna.connector.federation.contribution.OnePropertyContribution
Get the number of properties that are in this contribution.
getPropertyCount() - Method in class org.jboss.dna.connector.federation.contribution.ThreePropertyContribution
Get the number of properties that are in this contribution.
getPropertyCount() - Method in class org.jboss.dna.connector.federation.contribution.TwoPropertyContribution
Get the number of properties that are in this contribution.
getPropertyCount() - Method in class org.jboss.dna.connector.store.jpa.model.basic.PropertiesEntity
 
getPropertyCount() - Method in class org.jboss.dna.jcr.cache.ChangedNodeInfo
Return the number of properties on this node.
getPropertyCount() - Method in class org.jboss.dna.jcr.cache.ImmutableNodeInfo
Return the number of properties on this node.
getPropertyCount() - Method in interface org.jboss.dna.jcr.cache.NodeInfo
Return the number of properties on this node.
getPropertyDefinitionName() - Method in class org.jboss.dna.jcr.PropertyDefinitionId
Get the name of the property definition.
getPropertyFactory() - Method in class org.jboss.dna.graph.ExecutionContext
Get the factory for creating Property objects.
getPropertyId() - Method in class org.jboss.dna.jcr.cache.PropertyInfo
Get the durable identifier for this property.
getPropertyName() - Method in class org.jboss.dna.jcr.cache.PropertyInfo
Get the property name.
getPropertyName() - Method in class org.jboss.dna.jcr.PropertyId
Get the name of the property.
getPropertyNames() - Method in class org.jboss.dna.jcr.cache.ChangedNodeInfo
Get the names of the properties that are owned by this node.
getPropertyNames() - Method in class org.jboss.dna.jcr.cache.ImmutableNodeInfo
Get the names of the properties that are owned by this node.
getPropertyNames() - Method in interface org.jboss.dna.jcr.cache.NodeInfo
Get the names of the properties that are owned by this node.
getPropertyType() - Method in class org.jboss.dna.graph.property.basic.AbstractValueFactory
Get the type of values created by this factory.
getPropertyType() - Method in interface org.jboss.dna.graph.property.ValueFactory
Get the type of values created by this factory.
getPropertyType() - Method in class org.jboss.dna.jcr.cache.PropertyInfo
Get the JCR PropertyType for this property.
getPropertyType() - Method in class org.jboss.dna.jcr.PropertyDefinitionId
Get the required property type
getPropertyValue(Node, String, boolean, Problems) - Method in class org.jboss.dna.repository.util.JcrTools
 
getPropertyValues() - Method in class org.jboss.dna.repository.sequencer.SequencerOutputMap.Entry
Get the property values, which may be empty
getProviderUri() - Method in class org.jboss.dna.repository.rules.RuleSet
Get the URI of the JSR-94 RuleServiceProvider implementation that should be used.
getPseudoType() - Method in interface org.jboss.dna.common.jdbc.model.api.TableColumn
Return column's pseudo type
getPseudoType() - Method in class org.jboss.dna.common.jdbc.model.spi.TableColumnBean
Return column's pseudo type
getQueryId() - Method in class org.jboss.dna.connector.store.jpa.model.basic.SubgraphNodeEntity
 
getRadix() - Method in interface org.jboss.dna.common.jdbc.model.api.Column
Gets radix if applicable
getRadix() - Method in class org.jboss.dna.common.jdbc.model.spi.ColumnBean
Gets radix if applicable
getReadable(Node) - Method in class org.jboss.dna.repository.util.JcrTools
 
getRealContributionCount() - Method in class org.jboss.dna.connector.federation.merge.MergePlan
Get the number of contributions that are not placeholders or empty.
getReference() - Method in interface org.jboss.dna.common.jdbc.model.api.Attribute
Returns column reference if datatype is REF
getReference() - Method in interface org.jboss.dna.common.jdbc.model.api.TableColumn
Returns column reference if datatype is REF
getReference() - Method in class org.jboss.dna.common.jdbc.model.spi.AttributeBean
Returns column reference if datatype is REF
getReference() - Method in class org.jboss.dna.common.jdbc.model.spi.TableColumnBean
Returns column reference if datatype is REF
getReference() - Method in class org.jboss.dna.connector.federation.FederatedRepositorySource
getReference() - Method in class org.jboss.dna.connector.filesystem.FileSystemSource
getReference() - Method in class org.jboss.dna.connector.jbosscache.JBossCacheSource
getReference() - Method in class org.jboss.dna.connector.jdbc.JdbcRepositorySource
getReference() - Method in class org.jboss.dna.connector.store.jpa.JpaSource
getReference() - Method in class org.jboss.dna.connector.svn.SVNRepositorySource
getReference() - Method in class org.jboss.dna.graph.connector.inmemory.InMemoryRepositorySource
getReferenceFactory() - Method in class org.jboss.dna.graph.property.basic.DelegatingValueFactories
 
getReferenceFactory() - Method in class org.jboss.dna.graph.property.basic.StandardValueFactories
Get the value factory for reference properties.
getReferenceFactory() - Method in interface org.jboss.dna.graph.property.ValueFactories
Get the value factory for reference properties.
getReferenceGeneration() - Method in interface org.jboss.dna.common.jdbc.model.api.Table
specifies how values in getSelfReferencingColumnName () are created.
getReferenceGeneration() - Method in class org.jboss.dna.common.jdbc.model.spi.TableBean
specifies how values in getSelfReferencingColumnName () are created.
getRegisteredNamespaceUris() - Method in class org.jboss.dna.graph.property.basic.GraphNamespaceRegistry
Obtain the set of namespaces that are registered.
getRegisteredNamespaceUris() - Method in class org.jboss.dna.graph.property.basic.LocalNamespaceRegistry
Obtain the set of namespaces that are registered.
getRegisteredNamespaceUris() - Method in class org.jboss.dna.graph.property.basic.SimpleNamespaceRegistry
Obtain the set of namespaces that are registered.
getRegisteredNamespaceUris() - Method in class org.jboss.dna.graph.property.basic.ThreadSafeNamespaceRegistry
Obtain the set of namespaces that are registered.
getRegisteredNamespaceUris() - Method in interface org.jboss.dna.graph.property.NamespaceRegistry
Obtain the set of namespaces that are registered.
getRegisteredNamespaceUris() - Method in class org.jboss.dna.repository.util.JcrNamespaceRegistry
Obtain the set of namespaces that are registered.
getRelativePath() - Method in class org.jboss.dna.maven.MavenId
Return the relative JCR path for this resource, built from the components of the group ID, the artifact ID, and the version.
getRelativePath(TextEncoder) - Method in class org.jboss.dna.maven.MavenId
Return the relative JCR path for this resource, built from the components of the group ID, the artifact ID, and the version.
getRelativePath(boolean) - Method in class org.jboss.dna.maven.MavenId
Return the relative JCR path for this resource, built from the components of the group ID, the artifact ID, and the version.
getRelativePath(TextEncoder, boolean) - Method in class org.jboss.dna.maven.MavenId
Return the relative JCR path for this resource, built from the components of the group ID, the artifact ID, and the version.
getRemarks() - Method in interface org.jboss.dna.common.jdbc.model.api.DatabaseNamedObject
Gets explanatory comment on the database named object
getRemarks() - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseNamedObjectBean
Gets explanatory comment on the database named object
getRemovedProperties() - Method in class org.jboss.dna.repository.observation.NodeChange
 
getRepository() - Method in class org.jboss.dna.connector.svn.SVNActionExecutor
 
getRepository() - Method in class org.jboss.dna.connector.svn.SVNRepositoryRequestProcessor
Get the repository driver.
getRepository(String) - Method in class org.jboss.dna.jcr.JcrEngine
Get the Repository implementation for the named repository.
getRepository() - Method in class org.jboss.dna.maven.spi.JcrMavenUrlProvider
Get the JCR repository used by this provider
getRepositoryConnectionFactory() - Method in interface org.jboss.dna.graph.connector.RepositoryContext
Get the factory for connections to other sources.
getRepositoryConnectionFactory() - Method in class org.jboss.dna.repository.DnaEngine
 
getRepositoryContext() - Method in class org.jboss.dna.connector.federation.FederatedRepositorySource
 
getRepositoryContext() - Method in class org.jboss.dna.connector.svn.SVNRepositorySource
 
getRepositoryContext() - Method in class org.jboss.dna.graph.connector.inmemory.InMemoryRepositorySource
 
getRepositoryName() - Method in class org.jboss.dna.connector.federation.FederatedRepositorySource
Get the name of the federated repository.
getRepositoryPath(String) - Method in class org.jboss.example.dna.sequencer.ConsoleInput
 
getRepositoryPath(String) - Method in interface org.jboss.example.dna.sequencer.UserInterface
 
getRepositoryService() - Method in class org.jboss.dna.repository.DnaEngine
 
getRepositorySource() - Method in class org.jboss.dna.graph.connector.RepositoryConnectionPool
Get the RepositorySource that's used by this pool.
getRepositorySource() - Method in class org.jboss.dna.repository.Configurator.ConfigurationRepository
 
getRepositorySource(String) - Method in class org.jboss.dna.repository.DnaEngine
 
getRepositorySourceManager() - Method in class org.jboss.dna.repository.RepositoryService
 
getRepositoryWorkspaceName() - Method in class org.jboss.dna.repository.observation.NodeChange
 
getRepositoryWorkspaceName() - Method in class org.jboss.dna.repository.observation.ObservationService.WorkspaceListener
 
getRepositoryWorkspaceName() - Method in class org.jboss.dna.repository.util.RepositoryNodePath
 
getRequests() - Method in class org.jboss.dna.graph.request.CompositeRequest
Return the unmodifiable requests contained in this composite request.
getRequiredPrimaryTypes() - Method in class org.jboss.dna.jcr.NodeDefinitionId
 
getResource() - Method in class org.jboss.dna.common.collection.Problem
 
getResultSetConcurrencyType(Integer) - Static method in class org.jboss.dna.common.jdbc.util.DatabaseUtil
Returns ResultSetConcurrencyType or null
getResultSetHoldabilityType() - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Retrieves the default holdability of this ResultSet object.
getResultSetHoldabilityType() - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Retrieves the default holdability of this ResultSet object.
getResultSetHoldabilityType(Integer) - Static method in class org.jboss.dna.common.jdbc.util.DatabaseUtil
Returns ResultSetHoldabilityType or null
getResultSetType(Integer) - Static method in class org.jboss.dna.common.jdbc.util.DatabaseUtil
Returns ResultSetType or null
getResultType() - Method in interface org.jboss.dna.common.jdbc.model.api.StoredProcedure
Gets stored procedure result type
getResultType() - Method in class org.jboss.dna.common.jdbc.model.spi.StoredProcedureBean
Gets stored procedure result type
getRetryLimit() - Method in class org.jboss.dna.connector.federation.FederatedRepositorySource
Get the maximum number of retries that may be performed on a given operation when using connections created by this source.
getRetryLimit() - Method in class org.jboss.dna.connector.filesystem.FileSystemSource
Get the maximum number of retries that may be performed on a given operation when using connections created by this source.
getRetryLimit() - Method in class org.jboss.dna.connector.jbosscache.JBossCacheSource
Get the maximum number of retries that may be performed on a given operation when using connections created by this source.
getRetryLimit() - Method in class org.jboss.dna.connector.jdbc.JdbcRepositorySource
Get the maximum number of retries that may be performed on a given operation when using connections created by this source.
getRetryLimit() - Method in class org.jboss.dna.connector.store.jpa.JpaSource
Get the maximum number of retries that may be performed on a given operation when using connections created by this source.
getRetryLimit() - Method in class org.jboss.dna.connector.svn.SVNRepositorySource
Get the maximum number of retries that may be performed on a given operation when using connections created by this source.
getRetryLimit() - Method in class org.jboss.dna.graph.connector.inmemory.InMemoryRepositorySource
Get the maximum number of retries that may be performed on a given operation when using connections created by this source.
getRetryLimit() - Method in interface org.jboss.dna.graph.connector.RepositorySource
Get the maximum number of retries that may be performed on a given operation when using connections created by this source.
getReturnType() - Method in class org.jboss.dna.sequencer.java.metadata.MethodMetadata
 
getRevision() - Method in class org.jboss.dna.sequencer.msoffice.MSOfficeMetadata
 
getRoot() - Method in interface org.jboss.dna.graph.Subgraph
Get the node that is at the root of the subgraph.
getRoot() - Method in interface org.jboss.dna.graph.Workspace
Get the root node of the workspace, which includes the path and any identification properties.
getRootNodeUuid() - Method in class org.jboss.dna.connector.jbosscache.JBossCacheSource
Get the UUID of the root node for the cache.
getRootNodeUuid() - Method in class org.jboss.dna.connector.jdbc.JdbcRepositorySource
 
getRootNodeUuid() - Method in class org.jboss.dna.connector.store.jpa.JpaSource
 
getRootNodeUuid() - Method in class org.jboss.dna.connector.store.jpa.util.StoreOptions
 
getRootNodeUuid() - Method in class org.jboss.dna.graph.connector.inmemory.InMemoryRepositorySource
 
getRootNodeUuidObject() - Method in class org.jboss.dna.connector.jbosscache.JBossCacheSource
Get the UUID of the root node for the cache.
getRootUuid() - Method in class org.jboss.dna.connector.store.jpa.model.basic.SubgraphQueryEntity
 
getRule() - Method in enum org.jboss.dna.common.jdbc.model.api.KeyModifyRuleType
 
getRules() - Method in class org.jboss.dna.connector.federation.Projection
Get the rules that define this projection.
getRules() - Method in class org.jboss.dna.repository.rules.RuleSet
Get the rules defined in terms of the language reqired by the provider.
getRuleService() - Method in class org.jboss.dna.repository.rules.RuleSetRepositoryMonitor
 
getRuleSets() - Method in class org.jboss.dna.repository.rules.RuleService
Obtain the rule sets that are currently available in this service.
getRuleSetUri() - Method in class org.jboss.dna.repository.rules.RuleSet
Get the URI of this rule set.
getRuntimeScopes() - Static method in enum org.jboss.dna.maven.MavenDependency.Scope
 
getSameNameSiblingIndex() - Method in class org.jboss.dna.connector.store.jpa.model.basic.ChildEntity
 
getSaved() - Method in class org.jboss.dna.sequencer.msoffice.MSOfficeMetadata
 
getScale() - Method in interface org.jboss.dna.common.jdbc.model.api.Parameter
Returns parameter scale if appropriate
getScale() - Method in class org.jboss.dna.common.jdbc.model.spi.ParameterBean
Returns parameter scale if appropriate
getSchema() - Method in interface org.jboss.dna.common.jdbc.model.api.SchemaObject
Gets database schema
getSchema() - Method in class org.jboss.dna.common.jdbc.model.spi.SchemaObjectBean
Gets database schema
getSchemas() - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Retrieves the schemas available in this database.
getSchemas() - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Retrieves the schemas available in this database.
getSchemaTerm() - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Retrieves the database vendor's preferred term for "schema".
getSchemaTerm() - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Retrieves the database vendor's preferred term for "schema".
getScope() - Method in enum org.jboss.dna.common.jdbc.model.api.BestRowIdentifierScopeType
 
getScope() - Method in class org.jboss.dna.maven.MavenDependency
The scope of the dependency - compile, runtime, test, system, and provided.
getScopeType() - Method in interface org.jboss.dna.common.jdbc.model.api.BestRowIdentifier
Return the scope of best row identifier
getScopeType() - Method in class org.jboss.dna.common.jdbc.model.spi.BestRowIdentifierBean
Return the scope of best row identifier
getSearchability() - Method in enum org.jboss.dna.common.jdbc.model.api.SearchabilityType
 
getSearchabilityType() - Method in interface org.jboss.dna.common.jdbc.model.api.SqlTypeInfo
Returns sql type searchability
getSearchabilityType() - Method in class org.jboss.dna.common.jdbc.model.spi.SqlTypeInfoBean
Returns sql type searchability
getSearchabilityType(Integer) - Static method in class org.jboss.dna.common.jdbc.util.DatabaseUtil
Returns SearchabilityType or null
getSearchStringEscape() - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Retrieves the string that can be used to escape wildcard characters.
getSearchStringEscape() - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Retrieves the string that can be used to escape wildcard characters.
getSecondOfMinute() - Method in class org.jboss.dna.graph.property.basic.JodaDateTime
Get the seconds of the minute value of this instance in time.
getSecondOfMinute() - Method in interface org.jboss.dna.graph.property.DateTime
Get the seconds of the minute value of this instance in time.
getSeconds() - Method in class org.jboss.dna.common.math.Duration.Components
Get the duration's seconds component.
getSecurityDomain() - Method in class org.jboss.dna.connector.federation.FederatedRepositorySource
Get the name of the security domain that should be used by JAAS to identify the application or security context.
getSegment(int) - Method in class org.jboss.dna.graph.property.basic.AbstractPath
Get the segment at the supplied index.
getSegment(int) - Method in class org.jboss.dna.graph.property.basic.ChildPath
Get the segment at the supplied index.
getSegment(int) - Method in class org.jboss.dna.graph.property.basic.RootPath
Get the segment at the supplied index.
getSegment(int) - Method in interface org.jboss.dna.graph.property.Path
Get the segment at the supplied index.
getSegment() - Method in class org.jboss.dna.jcr.cache.ChildNode
Get the path segment for this node.
getSegmentsArray() - Method in class org.jboss.dna.graph.property.basic.AbstractPath
Obtain a copy of the segments in this path.
getSegmentsArray() - Method in class org.jboss.dna.graph.property.basic.RootPath
Obtain a copy of the segments in this path. None of the segments are encoded.
getSegmentsArray() - Method in interface org.jboss.dna.graph.property.Path
Obtain a copy of the segments in this path.
getSegmentsList() - Method in class org.jboss.dna.graph.property.basic.BasicPath
Get an unmodifiable list of the path segments.
getSegmentsList() - Method in class org.jboss.dna.graph.property.basic.ChildPath
Get an unmodifiable list of the path segments.
getSegmentsList() - Method in class org.jboss.dna.graph.property.basic.RootPath
Get an unmodifiable list of the path segments.
getSegmentsList() - Method in interface org.jboss.dna.graph.property.Path
Get an unmodifiable list of the path segments.
getSelectedNodePath() - Method in class org.jboss.dna.graph.property.PathExpression.Matcher
 
getSelectedPath() - Method in class org.jboss.dna.repository.sequencer.SequencerPathExpression.Matcher
 
getSelectExpression() - Method in class org.jboss.dna.graph.property.PathExpression
 
getSelectExpression() - Method in class org.jboss.dna.repository.sequencer.SequencerPathExpression
 
getSelfReferencingColumnName() - Method in interface org.jboss.dna.common.jdbc.model.api.Table
Gets name of the designated "identifier" column of a typed table (may be null)
getSelfReferencingColumnName() - Method in class org.jboss.dna.common.jdbc.model.spi.TableBean
Gets name of the designated "identifier" column of a typed table (may be null)
getSequencerSelector() - Method in class org.jboss.dna.repository.sequencer.SequencingService
Get the sequencing selector used by this system.
getSequencingService() - Method in class org.jboss.dna.repository.DnaEngine
 
getServiceName() - Method in class org.jboss.dna.repository.service.AbstractServiceAdministrator
Get the name of this service in the current locale.
getServiceName(Locale) - Method in class org.jboss.dna.repository.service.AbstractServiceAdministrator
Get the name of this service in the specified locale.
getSessionFactory() - Method in class org.jboss.dna.repository.observation.ObservationService
 
getSessionFactory() - Method in class org.jboss.dna.repository.util.JcrExecutionContext
Get the session factory, which can be used to obtain sessions temporarily for this context.
getSheets() - Method in class org.jboss.dna.sequencer.msoffice.excel.ExcelMetadata
 
getSignificantFigures() - Method in class org.jboss.dna.common.statistic.Histogram
 
getSimpleStatistics() - Method in class org.jboss.dna.common.statistic.Stopwatch
Return this stopwatch's simple statistics.
getSingleMultiPropertyNames() - Method in class org.jboss.dna.jcr.cache.ChangedNodeInfo
 
getSize() - Method in interface org.jboss.dna.common.jdbc.model.api.Column
Gets column size.
getSize() - Method in class org.jboss.dna.common.jdbc.model.spi.ColumnBean
Gets column size.
getSize() - Method in class org.jboss.dna.graph.property.basic.InMemoryBinary
Get the length of this binary data.
getSize() - Method in interface org.jboss.dna.graph.property.Binary
Get the length of this binary data.
getSnsIndex() - Method in class org.jboss.dna.jcr.cache.ChildNode
Get the same-name-sibling index of the node.
getSortSequenceType() - Method in interface org.jboss.dna.common.jdbc.model.api.IndexColumn
Gets column sort sequence type
getSortSequenceType() - Method in class org.jboss.dna.common.jdbc.model.spi.IndexColumnBean
Gets column sort sequence type
getSortSequenceType(String) - Static method in class org.jboss.dna.common.jdbc.util.DatabaseUtil
Returns SortSequenceType or null
getSource(String) - Method in class org.jboss.dna.repository.RepositoryLibrary
Get the RepositorySource with the specified name managed by this instance.
getSourceColumn() - Method in interface org.jboss.dna.common.jdbc.model.api.ForeignKeyColumn
Returns mapped source column (in PK/source table) for this foreign key column
getSourceColumn() - Method in class org.jboss.dna.common.jdbc.model.spi.ForeignKeyColumnBean
Returns mapped source column (in PK/source table) for this foreign key column
getSourceDataType() - Method in interface org.jboss.dna.common.jdbc.model.api.Reference
Returns source type of a distinct type or user-generated Ref type.
getSourceDataType() - Method in class org.jboss.dna.common.jdbc.model.spi.ReferenceBean
Returns source type of a distinct type or user-generated Ref type.
getSourceName() - Method in class org.jboss.dna.connector.federation.contribution.Contribution
Get the name of the source that made this contribution.
getSourceName() - Method in class org.jboss.dna.connector.federation.FederatedRepositoryConnection
Get the name for this repository source.
getSourceName() - Method in class org.jboss.dna.connector.federation.Projection
Get the name of the source to which this projection applies.
getSourceName() - Method in class org.jboss.dna.connector.filesystem.FileSystemConnection
Get the name for this repository source.
getSourceName() - Method in class org.jboss.dna.connector.jbosscache.JBossCacheConnection
Get the name for this repository source.
getSourceName() - Method in class org.jboss.dna.connector.jdbc.JdbcConnection
Get the name for this repository source.
getSourceName() - Method in class org.jboss.dna.connector.store.jpa.JpaConnection
Get the name for this repository source.
getSourceName() - Method in class org.jboss.dna.connector.svn.SVNRepositoryConnection
Get the name for this repository source.
getSourceName() - Method in class org.jboss.dna.graph.connector.inmemory.InMemoryRepository
 
getSourceName() - Method in class org.jboss.dna.graph.connector.inmemory.InMemoryRepositoryConnection
Get the name for this repository source.
getSourceName() - Method in interface org.jboss.dna.graph.connector.RepositoryConnection
Get the name for this repository source.
getSourceName() - Method in exception org.jboss.dna.graph.connector.RepositorySourceException
 
getSourceName() - Method in class org.jboss.dna.graph.Graph
The name of the repository that will be used by this graph.
getSourceName() - Method in class org.jboss.dna.graph.request.processor.RequestProcessor
Get the name of the source against which this processor is executing.
getSourceNames() - Method in class org.jboss.dna.repository.RepositoryLibrary
Get an unmodifiable collection of RepositorySource names.
getSourcePrimaryKey() - Method in interface org.jboss.dna.common.jdbc.model.api.ForeignKey
Returns the PK of scope table.
getSourcePrimaryKey() - Method in class org.jboss.dna.common.jdbc.model.spi.ForeignKeyBean
Returns the PK of scope table.
getSourceProjections() - Method in class org.jboss.dna.connector.federation.FederatedWorkspace
Return the unmodifiable list of source projections.
getSources() - Method in class org.jboss.dna.repository.RepositoryLibrary
Get an unmodifiable collection of RepositorySource instances managed by this instance.
getSourceTable() - Method in interface org.jboss.dna.common.jdbc.model.api.ForeignKey
Returns the scope table of a foreign key.
getSourceTable() - Method in interface org.jboss.dna.common.jdbc.model.api.Reference
Returns table name that this the scope of a reference attribure
getSourceTable() - Method in class org.jboss.dna.common.jdbc.model.spi.ForeignKeyBean
Returns the scope table of a foreign key.
getSourceTable() - Method in class org.jboss.dna.common.jdbc.model.spi.ReferenceBean
Returns table name that this the scope of a reference attribure
getSQLKeywords() - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Retrieves a list of all of this database's SQL keywords that are NOT also SQL92 keywords.
getSQLKeywords() - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Retrieves a list of all of this database's SQL keywords that are NOT also SQL92 keywords.
getSQLStateType() - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Indicates whether the SQLSTATE returned by SQLException.getSQLState is X/Open (now known as Open Group) SQL CLI or SQL99.
getSQLStateType() - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Indicates whether the SQLSTATE returned by SQLException.getSQLState is X/Open (now known as Open Group) SQL CLI or SQL99.
getSqlStateType(Integer) - Static method in class org.jboss.dna.common.jdbc.util.DatabaseUtil
Returns SqlStateType based on type, or null
getSqlType() - Method in interface org.jboss.dna.common.jdbc.model.api.Column
Gets SQL type from java.sql.Types
getSqlType() - Method in interface org.jboss.dna.common.jdbc.model.api.SqlTypeInfo
Gets SQL type from java.sql.Types
getSqlType() - Method in interface org.jboss.dna.common.jdbc.model.api.UserDefinedType
Gets SQL type from java.sql.Types.
getSqlType() - Method in class org.jboss.dna.common.jdbc.model.spi.ColumnBean
Gets SQL type from java.sql.Types
getSqlType() - Method in class org.jboss.dna.common.jdbc.model.spi.SqlTypeInfoBean
Gets SQL type from java.sql.Types
getSqlType() - Method in class org.jboss.dna.common.jdbc.model.spi.UserDefinedTypeBean
Gets SQL type from java.sql.Types.
getSqlType(Integer) - Static method in class org.jboss.dna.common.jdbc.util.DatabaseUtil
Returns SqlType based on data type, or null
getSqlTypeInfos() - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Retrieves a description of all the standard SQL types supported by this database
getSqlTypeInfos() - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Retrieves a description of all the standard SQL types supported by this database
getSrcType() - Method in interface org.jboss.dna.common.jdbc.model.api.SqlTypeConversionPair
Gets valid SQL Type
getSrcType() - Method in class org.jboss.dna.common.jdbc.model.spi.SqlTypeConversionPairBean
Gets valid SQL Type
getStackTrace(Throwable) - Static method in class org.jboss.dna.common.util.StringUtil
Get the stack trace of the supplied exception.
getStandardDeviation() - Method in class org.jboss.dna.common.statistic.DetailedStatistics
Return the standard deviation.
getStandardUserDefinedTypes() - Static method in class org.jboss.dna.common.jdbc.util.DatabaseUtil
Returns Standard UDT types as string
getStartStateMetadata() - Method in class org.jboss.dna.sequencer.jpdl3.JPDL3Metadata
 
getStartTime() - Method in class org.jboss.dna.repository.observation.ObservationService.Statistics
 
getStartTime() - Method in class org.jboss.dna.repository.sequencer.SequencingService.Statistics
 
getState() - Method in enum org.jboss.dna.common.jdbc.model.api.SQLStateType
 
getState() - Method in class org.jboss.dna.repository.service.AbstractServiceAdministrator
Return the current state of this service.
getState() - Method in interface org.jboss.dna.repository.service.ServiceAdministrator
Return the current state of this system.
getStatistics() - Method in class org.jboss.dna.repository.observation.ObservationService
Get the statistics for this system.
getStatistics() - Method in class org.jboss.dna.repository.sequencer.SequencingService
Get the statistics for this system.
getStatistics(SequencingService.Statistics) - Method in class org.jboss.example.dna.sequencer.ConsoleInput
 
getStatistics() - Method in class org.jboss.example.dna.sequencer.SequencingClient
Get the sequencing statistics.
getStatus() - Method in class org.jboss.dna.common.collection.Problem
 
getStoredProcedureResultType(Integer) - Static method in class org.jboss.dna.common.jdbc.util.DatabaseUtil
Returns SP result type based on PROCEDURE_TYPE
getStoredProcedures() - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Retrieves a description of the stored procedures available in the given catalog.
getStoredProcedures() - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Retrieves a description of the stored procedures available in the given catalog.
getStrategy() - Method in class org.jboss.dna.common.statistic.Histogram
 
getStream() - Method in class org.jboss.dna.graph.property.basic.InMemoryBinary
Get the contents of this data as a stream.
getStream() - Method in interface org.jboss.dna.graph.property.Binary
Get the contents of this data as a stream.
getString(ResultSet, String) - Static method in class org.jboss.dna.common.jdbc.util.DatabaseUtil
Returns String with respect to NULL values (ResultSet.wasNull())
getString(ResultSet, String, boolean) - Static method in class org.jboss.dna.common.jdbc.util.DatabaseUtil
Returns String with respect to NULL values (ResultSet.wasNull())
getString(ResultSet, int) - Static method in class org.jboss.dna.common.jdbc.util.DatabaseUtil
Returns String with respect to NULL values (ResultSet.wasNull())
getString(ResultSet, int, boolean) - Static method in class org.jboss.dna.common.jdbc.util.DatabaseUtil
Returns String with respect to NULL values (ResultSet.wasNull())
getString(NamespaceRegistry, TextEncoder) - Method in class org.jboss.dna.connector.federation.Projection.PathRule
 
getString(TextEncoder) - Method in class org.jboss.dna.connector.federation.Projection.PathRule
getString() - Method in class org.jboss.dna.connector.federation.Projection.PathRule
getString(NamespaceRegistry, TextEncoder) - Method in class org.jboss.dna.connector.federation.Projection.Rule
 
getString(TextEncoder) - Method in class org.jboss.dna.connector.federation.Projection.Rule
 
getString() - Method in class org.jboss.dna.connector.federation.Projection.Rule
 
getString(NamespaceRegistry) - Method in class org.jboss.dna.connector.store.jpa.util.RequestProcessorCache
 
getString(NamespaceRegistry) - Method in class org.jboss.dna.connector.store.jpa.util.RequestProcessorCache.WorkspaceCache
 
getString() - Method in class org.jboss.dna.graph.Location
Get the string form of the location.
getString(TextEncoder) - Method in class org.jboss.dna.graph.Location
Get the encoded string form of the location, using the supplied encoder to encode characters in each of the location's path and properties.
getString(NamespaceRegistry) - Method in class org.jboss.dna.graph.Location
Get the encoded string form of the location, using the supplied encoder to encode characters in each of the location's path and properties.
getString(NamespaceRegistry, TextEncoder) - Method in class org.jboss.dna.graph.Location
Get the encoded string form of the location, using the supplied encoder to encode characters in each of the location's path and properties.
getString(NamespaceRegistry, TextEncoder, TextEncoder) - Method in class org.jboss.dna.graph.Location
Get the encoded string form of the location, using the supplied encoder to encode characters in each of the location's path and properties.
getString() - Method in class org.jboss.dna.graph.property.basic.AbstractPath
Get the string form of the path.
getString(TextEncoder) - Method in class org.jboss.dna.graph.property.basic.AbstractPath
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.property.basic.AbstractPath
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.property.basic.AbstractPath
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(NamespaceRegistry, TextEncoder, TextEncoder) - Method in class org.jboss.dna.graph.property.basic.AbstractPath
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.property.basic.BasicName
Get the string form of the name.
getString(TextEncoder) - Method in class org.jboss.dna.graph.property.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.property.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.property.basic.BasicName
Get the encoded string form of the name, using the supplied namespace registry to convert the namespace URI to a prefix.
getString(NamespaceRegistry, TextEncoder, TextEncoder) - Method in class org.jboss.dna.graph.property.basic.BasicName
Get the encoded string form of the name, 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, and using the second delimiter to encode (or convert) the delimiter used between the namespace prefix and the local part.
getString() - Method in class org.jboss.dna.graph.property.basic.BasicPathSegment
Get the string form of the segment.
getString(TextEncoder) - Method in class org.jboss.dna.graph.property.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.property.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.property.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(NamespaceRegistry, TextEncoder, TextEncoder) - Method in class org.jboss.dna.graph.property.basic.BasicPathSegment
Get the encoded string form of the segment, 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.property.basic.BasicProperty
Get the string form of the property, using the default encoder.
getString(TextEncoder) - Method in class org.jboss.dna.graph.property.basic.BasicProperty
Get the encoded string form of the property, using the supplied encoder to encode characters in the property's name and values.
getString(NamespaceRegistry) - Method in class org.jboss.dna.graph.property.basic.BasicProperty
Get the string form of the property, using the supplied namespace registry to convert the property's name and values.
getString(NamespaceRegistry, TextEncoder) - Method in class org.jboss.dna.graph.property.basic.BasicProperty
Get the encoded string form of the property, using the supplied namespace registry to convert the property's namespace URIs to prefixes and the supplied encoder to encode characters in the property's name and values.
getString(NamespaceRegistry, TextEncoder, TextEncoder) - Method in class org.jboss.dna.graph.property.basic.BasicProperty
Get the encoded string form of the property, using the supplied namespace registry to convert the property's namespace URIs to prefixes and the supplied encoder to encode characters in the property's name and values.
getString() - Method in class org.jboss.dna.graph.property.basic.JodaDateTime
Get the ISO-8601 representation of this instance in time.
getString() - Method in class org.jboss.dna.graph.property.basic.RootPath
Get the string form of the path. The default encoder is used to encode characters in each of the path segments.
getString(TextEncoder) - Method in class org.jboss.dna.graph.property.basic.RootPath
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.property.basic.RootPath
Get the string form of the path, using the supplied namespace registry to convert the names' namespace URIs to prefixes. The default encoder is used to encode characters in each of the path segments. The second encoder is used to encode (or convert) the delimiter between the namespace prefix and the local part.
getString(NamespaceRegistry, TextEncoder) - Method in class org.jboss.dna.graph.property.basic.RootPath
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(NamespaceRegistry, TextEncoder, TextEncoder) - Method in class org.jboss.dna.graph.property.basic.RootPath
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.property.basic.UuidReference
Get the string form of the Reference.
getString(TextEncoder) - Method in class org.jboss.dna.graph.property.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.property.DateTime
Get the ISO-8601 representation of this instance in time.
getString() - Method in interface org.jboss.dna.graph.property.Name
Get the string form of the name.
getString(TextEncoder) - Method in interface org.jboss.dna.graph.property.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.property.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.property.Name
Get the encoded string form of the name, using the supplied namespace registry to convert the namespace URI to a prefix.
getString(NamespaceRegistry, TextEncoder, TextEncoder) - Method in interface org.jboss.dna.graph.property.Name
Get the encoded string form of the name, 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, and using the second delimiter to encode (or convert) the delimiter used between the namespace prefix and the local part.
getString() - Method in interface org.jboss.dna.graph.property.Path
Get the string form of the path.
getString(TextEncoder) - Method in interface org.jboss.dna.graph.property.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.property.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.property.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(NamespaceRegistry, TextEncoder, TextEncoder) - Method in interface org.jboss.dna.graph.property.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.property.Path.Segment
Get the string form of the segment.
getString(TextEncoder) - Method in interface org.jboss.dna.graph.property.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.property.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.property.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(NamespaceRegistry, TextEncoder, TextEncoder) - Method in interface org.jboss.dna.graph.property.Path.Segment
Get the encoded string form of the segment, 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.property.Property
Get the string form of the property, using the default encoder.
getString(TextEncoder) - Method in interface org.jboss.dna.graph.property.Property
Get the encoded string form of the property, using the supplied encoder to encode characters in the property's name and values.
getString(NamespaceRegistry) - Method in interface org.jboss.dna.graph.property.Property
Get the string form of the property, using the supplied namespace registry to convert the property's name and values.
getString(NamespaceRegistry, TextEncoder) - Method in interface org.jboss.dna.graph.property.Property
Get the encoded string form of the property, using the supplied namespace registry to convert the property's namespace URIs to prefixes and the supplied encoder to encode characters in the property's name and values.
getString(NamespaceRegistry, TextEncoder, TextEncoder) - Method in interface org.jboss.dna.graph.property.Property
Get the encoded string form of the property, using the supplied namespace registry to convert the property's namespace URIs to prefixes and the supplied encoder to encode characters in the property's name and values.
getString() - Method in interface org.jboss.dna.graph.property.Reference
Get the string form of the Reference.
getString(TextEncoder) - Method in interface org.jboss.dna.graph.property.Reference
Get the encoded string form of the Reference, using the supplied encoder to encode characters in the reference.
getString() - Method in class org.jboss.dna.jcr.NodeDefinitionId
Get the string form of this identifier.
getString() - Method in class org.jboss.dna.jcr.PropertyDefinitionId
Get the string form of this identifier.
getStringFactory() - Method in class org.jboss.dna.graph.property.basic.DelegatingValueFactories
 
getStringFactory() - Method in class org.jboss.dna.graph.property.basic.StandardValueFactories
Get the value factory for string properties.
getStringFactory() - Method in interface org.jboss.dna.graph.property.ValueFactories
Get the value factory for string properties.
getStringFunctions() - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Retrieves a list of string functions available with this database.
getStringFunctions() - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Retrieves a list of string functions available with this database.
getSubgraphOfDepth(int) - Method in class org.jboss.dna.graph.Graph
Request to read a subgraph of the specified depth, rooted at a location that will be specified via at(...)
getSubgraphQueryEntity() - Method in class org.jboss.dna.connector.store.jpa.model.basic.SubgraphQuery
 
getSubgraphRootPath() - Method in class org.jboss.dna.connector.store.jpa.model.basic.SubgraphQuery
 
getSubject() - Method in class org.jboss.dna.graph.ExecutionContext
Get the JAAS subject for which this context was created.
getSubject() - Method in class org.jboss.dna.sequencer.msoffice.MSOfficeMetadata
 
getSuffix() - Method in enum org.jboss.dna.maven.ArtifactType
 
getSuffix() - Method in enum org.jboss.dna.maven.SignatureType
 
getSuperTable() - Method in interface org.jboss.dna.common.jdbc.model.api.Table
Retrieves a description of the table hierarchies defined in a particular schema in this database.
getSuperTable() - Method in class org.jboss.dna.common.jdbc.model.spi.TableBean
Retrieves a description of the table hierarchies defined in a particular schema in this database.
getSuperType() - Method in interface org.jboss.dna.common.jdbc.model.api.UserDefinedType
Retrieves a description of the user-defined type (UDT) hierarchies defined in a particular schema in this database.
getSuperType() - Method in class org.jboss.dna.common.jdbc.model.spi.UserDefinedTypeBean
Retrieves a description of the user-defined type (UDT) hierarchies defined in a particular schema in this database.
getSupportedConversions() - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Retrieves whether this database supports the CONVERT for given SQL types.
getSupportedConversions() - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Retrieves whether this database supports the CONVERT for given SQL types.
getSupportedForwardOnlyResultSetConcurrencies() - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Retrieves database supported concurrencies for the given result set type.
getSupportedForwardOnlyResultSetConcurrencies() - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Retrieves database supported concurrencies for the given result set type.
getSupportedResultSetTypes() - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Retrieves database supported result set types.
getSupportedResultSetTypes() - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Retrieves database supported result set types.
getSupportedScrollInsensitiveResultSetConcurrencies() - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Retrieves database supported concurrencies for the given result set type.
getSupportedScrollInsensitiveResultSetConcurrencies() - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Retrieves database supported concurrencies for the given result set type.
getSupportedScrollSensitiveResultSetConcurrencies() - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Retrieves database supported concurrencies for the given result set type.
getSupportedScrollSensitiveResultSetConcurrencies() - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Retrieves database supported concurrencies for the given result set type.
getSupportedTransactionIsolationLevels() - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Retrieves list of database supported transaction isolation levels.
getSupportedTransactionIsolationLevels() - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Retrieves list of database supported transaction isolation levels.
getSupportsUpdates() - Method in class org.jboss.dna.connector.filesystem.FileSystemSource
Get whether this source supports updates.
getSupportsUpdates() - Method in class org.jboss.dna.connector.jdbc.JdbcRepositorySource
Get whether this source supports updates.
getSupportsUpdates() - Method in class org.jboss.dna.connector.store.jpa.JpaSource
Get whether this source supports updates.
getSupportsUpdates() - Method in class org.jboss.dna.connector.svn.SVNRepositorySource
Get whether this source supports updates.
getSVNPassword() - Method in class org.jboss.dna.connector.svn.SVNRepositorySource
 
getSVNURL() - Method in class org.jboss.dna.connector.svn.SVNRepositorySource
 
getSVNUsername() - Method in class org.jboss.dna.connector.svn.SVNRepositorySource
 
getSwimlane() - Method in class org.jboss.dna.sequencer.jpdl3.JPDL3TaskMetadata
 
getSwimlanes() - Method in class org.jboss.dna.sequencer.jpdl3.JPDL3Metadata
Get a list of all swimlane of the process definition
getSystemFunctions() - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Retrieves a list of system functions available with this database.
getSystemFunctions() - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Retrieves a list of system functions available with this database.
getSystemPath() - Method in class org.jboss.dna.maven.MavenDependency
FOR SYSTEM SCOPE ONLY.
getTables() - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Retrieves a description of the tables available in the given catalog.
getTables() - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Retrieves a description of the tables available in the given catalog.
getTableType() - Method in interface org.jboss.dna.common.jdbc.model.api.Table
Returns type of table such as: "TABLE", "VIEW", "SYSTEM TABLE", "GLOBAL TEMPORARY", "LOCAL TEMPORARY", "ALIAS", "SYNONYM".
getTableType() - Method in class org.jboss.dna.common.jdbc.model.spi.TableBean
Returns type of table such as: "TABLE", "VIEW", "SYSTEM TABLE", "GLOBAL TEMPORARY", "LOCAL TEMPORARY", "ALIAS", "SYNONYM".
getTableTypes() - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Retrieves the table types available in this database.
getTableTypes() - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Retrieves the table types available in this database.
getTargetClass() - Method in class org.jboss.dna.common.util.Reflection
Return the class that is the target for the reflection methods.
getTargetType() - Method in exception org.jboss.dna.graph.property.ValueFormatException
Get the PropertyType to which the value was being converted.
getTaskNodes() - Method in class org.jboss.dna.sequencer.jpdl3.JPDL3Metadata
 
getTasks() - Method in class org.jboss.dna.sequencer.jpdl3.JPDL3TaskNodeMetadata
 
getTemplate() - Method in class org.jboss.dna.sequencer.msoffice.MSOfficeMetadata
 
getText() - Method in enum org.jboss.dna.cnd.QueryOperator
 
getText() - Method in enum org.jboss.dna.maven.MavenDependency.Scope
 
getText() - Method in class org.jboss.dna.sequencer.msoffice.excel.ExcelMetadata
 
getText() - Method in class org.jboss.dna.sequencer.msoffice.powerpoint.SlideMetadata
 
getText() - Method in class org.jboss.dna.sequencer.msoffice.word.WordMetadata.WordHeading
 
getTextDecoder() - Method in class org.jboss.dna.graph.property.basic.StandardValueFactories
 
getTextGraph(int) - Method in class org.jboss.dna.common.statistic.Histogram
Generate a textual (horizontal) bar graph of this histogram.
getThrowable() - Method in class org.jboss.dna.common.collection.Problem
 
getThumbnail() - Method in class org.jboss.dna.sequencer.msoffice.MSOfficeMetadata
 
getThumbnail() - Method in class org.jboss.dna.sequencer.msoffice.powerpoint.SlideMetadata
 
getTimeDateFunctions() - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Retrieves a list of the time and date functions available with this database.
getTimeDateFunctions() - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Retrieves a list of the time and date functions available with this database.
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.request.CacheableRequest
Get the time that this node data was originally loaded.
getTimestamp() - Method in class org.jboss.dna.common.component.ComponentConfig
Get the system timestamp when this configuration object was created.
getTimestampInUtc() - Method in class org.jboss.dna.connector.store.jpa.model.common.ChangeLogEntity
 
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.property.basic.JodaDateTime
Get the identifier of the time zone in which this instant is defined
getTimeZoneId() - Method in interface org.jboss.dna.graph.property.DateTime
Get the identifier of the time zone in which this instant is defined
getTimeZoneOffsetHours() - Method in class org.jboss.dna.graph.property.basic.JodaDateTime
Get the number of hours that this time zone is offset from UTC.
getTimeZoneOffsetHours() - Method in interface org.jboss.dna.graph.property.DateTime
Get the number of hours that this time zone is offset from UTC.
getTitle() - Method in class org.jboss.dna.sequencer.mp3.Mp3Metadata
 
getTitle() - Method in class org.jboss.dna.sequencer.msoffice.MSOfficeMetadata
 
getTitle() - Method in class org.jboss.dna.sequencer.msoffice.powerpoint.SlideMetadata
 
getTo() - Method in class org.jboss.dna.sequencer.jpdl3.JPDL3TransitionMetadata
 
getTools() - Method in class org.jboss.dna.repository.util.JcrExecutionContext
Get a set of utilities for working with JCR.
getTop(int) - Static method in class org.jboss.dna.connector.federation.contribution.ContributionStatistics
Get the N most populous combinations of properties and children counts.
getTopLevelPathsInRepository(PathFactory) - Method in class org.jboss.dna.connector.federation.Projection
Get the paths in the repository that serve as top-level nodes exposed by this projection.
getTopLevelPathsInRepository(PathFactory) - Method in class org.jboss.dna.connector.federation.Projection.PathRule
Get the paths in the repository that serve as top-level nodes exposed by this rule.
getTopLevelPathsInRepository(PathFactory) - Method in class org.jboss.dna.connector.federation.Projection.Rule
Get the paths in the repository that serve as top-level nodes exposed by this rule.
getTotal() - Method in class org.jboss.dna.common.statistic.SimpleStatistics
Get the aggregate sum of the values in the series.
getTotalConnectionsCreated() - Method in class org.jboss.dna.graph.connector.RepositoryConnectionPool
Get the total number of connections that have been created by this pool.
getTotalConnectionsUsed() - Method in class org.jboss.dna.graph.connector.RepositoryConnectionPool
Get the total number of times connections have been RepositoryConnectionPool.getConnection() used.
getTotalDuration() - Method in class org.jboss.dna.common.statistic.Stopwatch
Get the total duration that this stopwatch has recorded.
getTotalEditingTime() - Method in class org.jboss.dna.sequencer.msoffice.MSOfficeMetadata
 
getTotalNumberOfValues() - Method in class org.jboss.dna.common.statistic.Histogram
Return the total number of values that have gone into this histogram.
getToUuidString() - Method in class org.jboss.dna.connector.store.jpa.model.basic.ReferenceId
 
getTransactionIsolationLevelType(Integer) - Static method in class org.jboss.dna.common.jdbc.util.DatabaseUtil
Returns transaction isolation level, or null
getTransitions() - Method in class org.jboss.dna.sequencer.jpdl3.JPDL3StartStateMetadata
 
getTransitions() - Method in class org.jboss.dna.sequencer.jpdl3.JPDL3TaskNodeMetadata
 
getType() - Method in enum org.jboss.dna.common.jdbc.model.api.ColumnPseudoType
 
getType() - Method in enum org.jboss.dna.common.jdbc.model.api.IndexType
 
getType() - Method in enum org.jboss.dna.common.jdbc.model.api.ParameterIoType
 
getType() - Method in enum org.jboss.dna.common.jdbc.model.api.PrivilegeType
 
getType() - Method in enum org.jboss.dna.common.jdbc.model.api.ResultSetType
 
getType() - Method in enum org.jboss.dna.common.jdbc.model.api.SortSequenceType
 
getType() - Method in enum org.jboss.dna.common.jdbc.model.api.SqlType
 
getType() - Method in enum org.jboss.dna.common.jdbc.model.api.StoredProcedureResultType
 
getType() - Method in class org.jboss.dna.connector.store.jpa.model.basic.LargeValueEntity
 
getType() - Method in class org.jboss.dna.maven.MavenDependency
The type of dependency.
getType() - Method in class org.jboss.dna.sequencer.java.metadata.FieldMetadata
 
getType() - Method in class org.jboss.example.dna.sequencer.JavaInfo
 
getTypeCatalog() - Method in interface org.jboss.dna.common.jdbc.model.api.Table
Gets type catalog
getTypeCatalog() - Method in class org.jboss.dna.common.jdbc.model.spi.TableBean
Gets type catalog
getTypeMetadata() - Method in class org.jboss.dna.sequencer.java.metadata.JavaMetadata
Gets the list for type declarations (class/interface/enum/annotation) of this unit.
getTypeName() - Method in interface org.jboss.dna.common.jdbc.model.api.Column
Data source dependent type name.
getTypeName() - Method in interface org.jboss.dna.common.jdbc.model.api.Table
Gets type name
getTypeName() - Method in class org.jboss.dna.common.jdbc.model.spi.ColumnBean
Data source dependent type name.
getTypeName() - Method in class org.jboss.dna.common.jdbc.model.spi.TableBean
Gets type name
getTypeSchema() - Method in interface org.jboss.dna.common.jdbc.model.api.Table
Gets type schema
getTypeSchema() - Method in class org.jboss.dna.common.jdbc.model.spi.TableBean
Gets type schema
getUncountables() - Method in class org.jboss.dna.common.text.Inflector
Get the set of words that are not processed by the Inflector.
getUnencodedString() - Method in class org.jboss.dna.graph.property.basic.BasicPathSegment
Get the raw string form of the segment using the no-op encoder.
getUnencodedString() - Method in interface org.jboss.dna.graph.property.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
 
getUpdateRule() - Method in interface org.jboss.dna.common.jdbc.model.api.ForeignKey
What happens to a foreign key when the primary key is updated
getUpdateRule() - Method in class org.jboss.dna.common.jdbc.model.spi.ForeignKeyBean
What happens to a foreign key when the primary key is updated
getUpperBound() - Method in class org.jboss.dna.common.statistic.Histogram.Bucket
Get the upper bound of this bucket.
getUpperBound() - Method in class org.jboss.dna.common.statistic.Histogram.BucketingStrategy
 
getUpperBound() - Method in class org.jboss.dna.common.statistic.Histogram.DefaultBucketingStrategy
 
getUpperBound() - Method in class org.jboss.dna.common.statistic.Histogram.ExplicitBucketingStrategy
 
getUpperBound() - Method in class org.jboss.dna.common.statistic.Histogram.StandardDeviationBucketingStrategy
 
getUri() - Method in class org.jboss.dna.connector.store.jpa.model.common.NamespaceEntity
 
getUriFactory() - Method in class org.jboss.dna.graph.property.basic.DelegatingValueFactories
 
getUriFactory() - Method in class org.jboss.dna.graph.property.basic.StandardValueFactories
Get the value factory for URI properties.
getUriFactory() - Method in interface org.jboss.dna.graph.property.ValueFactories
Get the value factory for URI properties.
getURL() - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Retrieves the URL for this DBMS.
getURL() - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Retrieves the URL for this DBMS.
getUrl() - Method in class org.jboss.dna.connector.store.jpa.JpaSource
 
getUrl(MavenId, ArtifactType, SignatureType) - Method in class org.jboss.dna.maven.MavenRepository
Get the URL for the artifact with the specified type in the given Maven project.
getUrl(MavenId, ArtifactType, SignatureType, boolean) - Method in class org.jboss.dna.maven.MavenRepository
Get the URL for the artifact with the specified type in the given Maven project.
getUrl(URLStreamHandler, TextEncoder) - Method in class org.jboss.dna.maven.MavenUrl
Get a URL that corresponds to the information in this object.
getUrl(MavenId, ArtifactType, SignatureType, boolean) - Method in class org.jboss.dna.maven.spi.JcrMavenUrlProvider
Get the URL for the artifact with the specified type in the given Maven project.
getUrl(MavenId, ArtifactType, SignatureType, boolean) - Method in interface org.jboss.dna.maven.spi.MavenUrlProvider
Get the URL for the artifact with the specified type in the given Maven project.
getUserDefinedTypes() - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Retrieves a description of the UDT available in the given catalog.
getUserDefinedTypes() - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Retrieves a description of the UDT available in the given catalog.
getUserDefinedTypes(String) - Static method in class org.jboss.dna.common.jdbc.util.DatabaseUtil
Converts string array of UDT names to appropriate int array of UDT types specified in java.sql.Types
getUserName() - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Retrieves the user name as known to this database.
getUserName() - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Retrieves the user name as known to this database.
getUserName() - Method in class org.jboss.dna.common.jdbc.provider.DefaultDriverDatabaseMetadataProvider
Gets the user name
getUserName() - Method in interface org.jboss.dna.common.jdbc.provider.DriverDatabaseMetadataProvider
Gets the user name
getUsername() - Method in class org.jboss.dna.connector.federation.FederatedRepositorySource
Get the username that should be used when authenticating and creating connections.
getUserName() - Method in class org.jboss.dna.connector.jdbc.JdbcRepositorySource
Gets the user name
getUsername() - Method in class org.jboss.dna.connector.store.jpa.JpaSource
 
getUsername() - Method in class org.jboss.dna.connector.store.jpa.model.common.ChangeLogEntity
 
getUuid() - Method in class org.jboss.dna.graph.connector.inmemory.InMemoryNode
 
getUuid() - Method in class org.jboss.dna.graph.Location
Get the first UUID that is in one of the identification properties.
getUuid() - Method in class org.jboss.dna.graph.property.basic.UuidReference
 
getUuid() - Method in class org.jboss.dna.jcr.cache.ChangedNodeInfo
getUuid() - Method in class org.jboss.dna.jcr.cache.ChildNode
Get the UUID of the node.
getUuid() - Method in class org.jboss.dna.jcr.cache.ImmutableNodeInfo
getUuid() - Method in interface org.jboss.dna.jcr.cache.NodeInfo
 
getUuidFactory() - Method in class org.jboss.dna.graph.property.basic.DelegatingValueFactories
 
getUuidFactory() - Method in class org.jboss.dna.graph.property.basic.StandardValueFactories
Get the value factory for UUID properties.
getUuidFactory() - Method in interface org.jboss.dna.graph.property.ValueFactories
Get the value factory for UUID properties.
getUuids() - Method in class org.jboss.dna.repository.observation.ObservationService.WorkspaceListener
 
getUuidsForRemovedChildren() - Method in class org.jboss.dna.jcr.cache.ChangedNodeInfo
Get the UUIDs for the children for this node that have been removed since the node was last persisted.
getUuidString() - Method in class org.jboss.dna.connector.store.jpa.model.basic.NodeId
 
getValidateConnectionBeforeUse() - Method in class org.jboss.dna.graph.connector.RepositoryConnectionPool
 
getValue() - Method in class org.jboss.dna.connector.store.jpa.util.StoreOptionEntity
 
getValue() - Method in exception org.jboss.dna.graph.property.ValueFormatException
Get the original value that was being converted.
getValue() - Method in class org.jboss.dna.repository.sequencer.SequencerOutputMap.PropertyValue
Get the property value, which is either a single value or an array of values.
getValueClass() - Method in enum org.jboss.dna.graph.property.PropertyType
 
getValueFactories() - Method in class org.jboss.dna.graph.ExecutionContext
Get the factories that should be used to create values for properties.
getValueFactory(PropertyType) - Method in class org.jboss.dna.graph.property.basic.AbstractValueFactories
Get the value factory that creates values of the supplied type.
getValueFactory(Object) - Method in class org.jboss.dna.graph.property.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.property.ValueFactories
Get the value factory that creates values of the supplied type.
getValueFactory(Object) - Method in interface org.jboss.dna.graph.property.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.common.statistic.DetailedStatistics
Get the values that have been recorded in these statistics.
getValues() - Method in class org.jboss.dna.common.statistic.Histogram.BucketingStrategy
 
getValues() - Method in class org.jboss.dna.graph.property.basic.BasicProperty
Obtain the property's values in their natural form.
getValues() - Method in interface org.jboss.dna.graph.property.Property
Obtain the property's values in their natural form.
getValuesAsArray() - Method in class org.jboss.dna.graph.property.basic.BasicProperty
Obtain the property's values as an array of objects in their natural form.
getValuesAsArray() - Method in interface org.jboss.dna.graph.property.Property
Obtain the property's values as an array of objects in their natural form.
getVariables() - Method in class org.jboss.dna.sequencer.java.metadata.FieldMetadata
 
getVersion() - Method in class org.jboss.dna.connector.store.jpa.util.StoreOptions
 
getVersion() - Method in class org.jboss.dna.maven.MavenId
 
getVersionColumns() - Method in interface org.jboss.dna.common.jdbc.model.api.Table
Gets a set of table version columns
getVersionColumns() - Method in class org.jboss.dna.common.jdbc.model.spi.TableBean
Gets a set of table version columns
getWeekOfWeekyear() - Method in class org.jboss.dna.graph.property.basic.JodaDateTime
Get the week of the weekyear of this instance in time.
getWeekOfWeekyear() - Method in interface org.jboss.dna.graph.property.DateTime
Get the week of the weekyear of this instance in time.
getWeekyear() - Method in class org.jboss.dna.graph.property.basic.JodaDateTime
Get the era of this instance in time.
getWeekyear() - Method in interface org.jboss.dna.graph.property.DateTime
Get the era of this instance in time.
getWidth() - Method in class org.jboss.dna.common.statistic.Histogram.Bucket
Get the width of this bucket.
getWidth() - Method in class org.jboss.dna.sequencer.image.ImageMetadata
If ImageMetadata.check() was successful, returns one the image's horizontal resolution in pixels.
getWords() - Method in class org.jboss.dna.sequencer.msoffice.MSOfficeMetadata
 
getWorkspace(String, boolean) - Method in class org.jboss.dna.connector.jbosscache.JBossCacheWorkspaces
Get the cache that corresponds to the supplied workspace name, and optionally create a new cache if no such cache already exists.
getWorkspace(ExecutionContext, String) - Method in class org.jboss.dna.graph.connector.inmemory.InMemoryRepository
 
getWorkspaceConfigurations() - Method in class org.jboss.dna.connector.federation.FederatedRepository
Get the configuration of this repository's workspaces.
getWorkspaceId() - Method in class org.jboss.dna.connector.store.jpa.model.basic.ChildId
 
getWorkspaceId() - Method in class org.jboss.dna.connector.store.jpa.model.basic.NodeId
 
getWorkspaceId() - Method in class org.jboss.dna.connector.store.jpa.model.basic.ReferenceId
 
getWorkspaceId() - Method in class org.jboss.dna.connector.store.jpa.model.basic.SubgraphQueryEntity
 
getWorkspaceName() - Method in class org.jboss.dna.connector.federation.contribution.Contribution
Get the name of the workspace in the source from which this contribution came.
getWorkspaceName() - Method in class org.jboss.dna.connector.federation.Projection
Get the name of the workspace in the source to which this projection applies.
getWorkspaceName() - Method in class org.jboss.dna.maven.MavenUrl
 
getWorkspaceName() - Method in class org.jboss.dna.maven.spi.JcrMavenUrlProvider
 
getWorkspaceNames() - Method in class org.jboss.dna.connector.jbosscache.JBossCacheWorkspaces
Return an immutable set of names for the currently available workspaces.
getWorkspaceNames() - Method in class org.jboss.dna.connector.store.jpa.util.Workspaces
Find the set of names for the existing workspaces.
getWorkspaceNames() - Method in class org.jboss.dna.graph.connector.inmemory.InMemoryRepository
 
getWorkspaces() - Method in class org.jboss.dna.graph.Graph
Get the set of workspace names that are known to this source and accessible by this context.
getWorkspaces() - Method in class org.jboss.dna.graph.request.BatchRequestBuilder
Add a request to obtain the information about the available workspaces.
getWorkspaces() - Method in class org.jboss.dna.graph.request.RequestBuilder
Add a request to obtain the information about the available workspaces.
GetWorkspacesRequest - Class in org.jboss.dna.graph.request
A request to obtain the information about the workspaces that are available.
GetWorkspacesRequest() - Constructor for class org.jboss.dna.graph.request.GetWorkspacesRequest
Create a request to obtain the information about the available workspaces.
getXAResource() - Method in class org.jboss.dna.connector.federation.FederatedRepositoryConnection
Return the transactional resource associated with this connection.
getXAResource() - Method in class org.jboss.dna.connector.filesystem.FileSystemConnection
Return the transactional resource associated with this connection.
getXAResource() - Method in class org.jboss.dna.connector.jbosscache.JBossCacheConnection
Return the transactional resource associated with this connection.
getXAResource() - Method in class org.jboss.dna.connector.jdbc.JdbcConnection
Return the transactional resource associated with this connection.
getXAResource() - Method in class org.jboss.dna.connector.store.jpa.JpaConnection
Return the transactional resource associated with this connection.
getXAResource() - Method in class org.jboss.dna.connector.svn.SVNRepositoryConnection
Return the transactional resource associated with this connection.
getXAResource() - Method in class org.jboss.dna.graph.connector.inmemory.InMemoryRepositoryConnection
Return the transactional resource associated with this connection.
getXAResource() - Method in interface org.jboss.dna.graph.connector.RepositoryConnection
Return the transactional resource associated with this connection.
getYear() - Method in class org.jboss.dna.graph.property.basic.JodaDateTime
Get the era of this instance in time.
getYear() - Method in interface org.jboss.dna.graph.property.DateTime
Get the era of this instance in time.
getYear() - Method in class org.jboss.dna.sequencer.mp3.Mp3Metadata
 
getYearOfCentury() - Method in class org.jboss.dna.graph.property.basic.JodaDateTime
Get the year of this century of this instance in time.
getYearOfCentury() - Method in interface org.jboss.dna.graph.property.DateTime
Get the year of this century of this instance in time.
getYearOfEra() - Method in class org.jboss.dna.graph.property.basic.JodaDateTime
Get the year of the era of this instance in time.
getYearOfEra() - Method in interface org.jboss.dna.graph.property.DateTime
Get the year of the era of this instance in time.
Graph - Class in org.jboss.dna.graph
A graph representation of the content within a RepositorySource, including mechanisms to interact and manipulate that content.
Graph.And<Next> - Interface in org.jboss.dna.graph
A interface that is used to add more locations that are to be copied/moved.
Graph.AsName<Next> - Interface in org.jboss.dna.graph
A component that defines a new name for a node.
Graph.At<Next> - Interface in org.jboss.dna.graph
The interface for defining the node upon which which a request operates.
Graph.BaseResults<NodeType extends Node> - Interface in org.jboss.dna.graph
A set of nodes returned from a graph, with methods to access the properties and children of the nodes in the result.
Graph.Batch - Class in org.jboss.dna.graph
Interface for creating multiple requests to perform various operations.
Graph.BatchConjunction - Interface in org.jboss.dna.graph
 
Graph.BlockOfChildren<Next> - Interface in org.jboss.dna.graph
A component used to specify a block of children starting either at a particular index or after a previous sibling.
Graph.Children<Next> - Interface in org.jboss.dna.graph
A component used to supply the details for getting children of another node.
Graph.Conjunction<Next> - Interface in org.jboss.dna.graph
A interface that can be used to finish the current request and start another.
Graph.Copy<Next> - Interface in org.jboss.dna.graph
The interface for defining additional nodes to be copied and the locations where the copy is to be placed.
Graph.Create<Next> - Interface in org.jboss.dna.graph
The interface for defining additional properties on a new node.
Graph.CreateAt<Next> - Interface in org.jboss.dna.graph
The interface for defining additional properties on a new node.
Graph.CreateNode<Next> - Interface in org.jboss.dna.graph
A component that defines a node that is to be created.
Graph.CreateNodeNamed<Next> - Interface in org.jboss.dna.graph
A component that defines a node that is to be created.
Graph.CreateWorkspace - Interface in org.jboss.dna.graph
The interface used to create a new workspace.
Graph.Executable<NodeType extends Node> - Interface in org.jboss.dna.graph
A interface used to execute the accumulated requests.
Graph.GetNodeConjunction<Next> - Interface in org.jboss.dna.graph
 
Graph.ImportInto<Next> - Interface in org.jboss.dna.graph
A component that defines the location into which a node should be copied or moved.
Graph.Into<Next> - Interface in org.jboss.dna.graph
A component that defines the location into which a node should be copied or moved.
Graph.Move<Next> - Interface in org.jboss.dna.graph
The interface for defining additional nodes to be moved and the parent into which the node(s) are to be moved.
Graph.NameWorkspace - Interface in org.jboss.dna.graph
The interface used to specify the name of a new workspace.
Graph.Of<Next> - Interface in org.jboss.dna.graph
The interface for defining the node upon which a request operates.
Graph.On<Next> - Interface in org.jboss.dna.graph
The interface for defining the node upon which a request operates.
Graph.SetValues<Next> - Interface in org.jboss.dna.graph
A component used to set the values on a property.
Graph.SetValuesTo<Next> - Interface in org.jboss.dna.graph
A component used to set the values on a property.
Graph.To<Next> - Interface in org.jboss.dna.graph
A component that defines the location to which a node should be copied or moved.
Graph.Under<Next> - Interface in org.jboss.dna.graph
The interface for defining the node under which which a request operates.
GraphBatchDestination - Class in org.jboss.dna.graph.io
A Destination that makes the changes to a graph via a Graph.Batch.
GraphBatchDestination(Graph.Batch) - Constructor for class org.jboss.dna.graph.io.GraphBatchDestination
Create a new instance that will use the specified batch.
GraphBatchDestination(Graph.Batch, boolean) - Constructor for class org.jboss.dna.graph.io.GraphBatchDestination
Create a new instance that will use the specified batch.
GraphI18n - Class in org.jboss.dna.graph
 
GraphI18n() - Constructor for class org.jboss.dna.graph.GraphI18n
 
GraphImporter - Class in org.jboss.dna.graph.io
 
GraphImporter(Graph) - Constructor for class org.jboss.dna.graph.io.GraphImporter
 
GraphNamespaceRegistry - Class in org.jboss.dna.graph.property.basic
A NamespaceRegistry implementation that stores the namespaces in a Graph as individual nodes for each namespace, under a parent supplied by the constructor.
GraphNamespaceRegistry(Graph, Path, Name, Property...) - Constructor for class org.jboss.dna.graph.property.basic.GraphNamespaceRegistry
 
group(int) - Method in class org.jboss.dna.graph.property.PathExpression.Matcher
 
groupCount() - Method in class org.jboss.dna.graph.property.PathExpression.Matcher
 
GZIP - Static variable in class org.jboss.dna.common.util.Base64
Specify that data should be gzip-compressed.

H

HAS_ORDERABLE_CHILD_NODES - Static variable in class org.jboss.dna.graph.JcrLexicon
 
hasChanged(ComponentConfig) - Method in class org.jboss.dna.common.component.ComponentConfig
Determine whether this component has changed with respect to the supplied component.
hasChanged(ComponentConfig) - Method in class org.jboss.dna.repository.rules.RuleSet
Determine whether this component has changed with respect to the supplied component.
hasChanged(SequencerConfig) - Method in class org.jboss.dna.repository.sequencer.SequencerConfig
 
hasChildren() - Method in interface org.jboss.dna.graph.Node
Return whether this node has children.
hasError() - Method in class org.jboss.dna.graph.request.Request
Return whether there is an error associated with this request
hasErrors() - Method in class org.jboss.dna.common.collection.AbstractProblems
 
hasErrors() - Method in interface org.jboss.dna.common.collection.Problems
 
hasErrors() - Method in class org.jboss.dna.common.collection.ThreadSafeProblems
hasExceptionsToRule() - Method in class org.jboss.dna.connector.federation.Projection.PathRule
Get whether this rule has any exceptions.
hasExecuted() - Method in class org.jboss.dna.graph.Graph.Batch
Return whether this batch has been executed.
hashCode() - Method in class org.jboss.dna.common.collection.ImmutableAppendedList
hashCode() - Method in class org.jboss.dna.common.collection.Problem
hashCode() - Method in class org.jboss.dna.common.collection.UnmodifiableProperties
hashCode() - Method in class org.jboss.dna.common.component.ComponentConfig
HashCode - Class in org.jboss.dna.common.util
Utilities for easily computing hash codes.
HashCode() - Constructor for class org.jboss.dna.common.util.HashCode
 
hashCode() - Method in class org.jboss.dna.connector.federation.contribution.Contribution
This implementation returns the hash code of the source name, and is compatible with the implementation of Contribution.equals(Object).
hashCode() - Method in class org.jboss.dna.connector.federation.contribution.ContributionStatistics.Data
hashCode() - Method in class org.jboss.dna.connector.federation.contribution.ContributionStatistics.Stats
hashCode() - Method in class org.jboss.dna.connector.federation.contribution.NonEmptyContribution

This implementation returns the hash code of the source name, and is compatible with the implementation of Contribution.equals(Object). This implementation returns the hash code of the source name, and is compatible with the implementation of NonEmptyContribution.equals(Object).

hashCode() - Method in class org.jboss.dna.connector.federation.FederatedRepositorySource
hashCode() - Method in class org.jboss.dna.connector.federation.FederatedWorkspace
hashCode() - Method in class org.jboss.dna.connector.federation.merge.FederatedNode
hashCode() - Method in class org.jboss.dna.connector.federation.merge.FiveContributionMergePlan
hashCode() - Method in class org.jboss.dna.connector.federation.merge.FourContributionMergePlan
hashCode() - Method in class org.jboss.dna.connector.federation.merge.MultipleContributionMergePlan
hashCode() - Method in class org.jboss.dna.connector.federation.merge.OneContributionMergePlan
hashCode() - Method in class org.jboss.dna.connector.federation.merge.ThreeContributionMergePlan
hashCode() - Method in class org.jboss.dna.connector.federation.merge.TwoContributionMergePlan
hashCode() - Method in class org.jboss.dna.connector.federation.Projection
hashCode() - Method in class org.jboss.dna.connector.federation.Projection.PathRule
hashCode() - Method in class org.jboss.dna.connector.store.jpa.model.basic.ChildEntity
hashCode() - Method in class org.jboss.dna.connector.store.jpa.model.basic.ChildId
hashCode() - Method in class org.jboss.dna.connector.store.jpa.model.basic.LargeValueEntity
hashCode() - Method in class org.jboss.dna.connector.store.jpa.model.basic.LargeValueId
hashCode() - Method in class org.jboss.dna.connector.store.jpa.model.basic.NodeId
hashCode() - Method in class org.jboss.dna.connector.store.jpa.model.basic.PropertiesEntity
hashCode() - Method in class org.jboss.dna.connector.store.jpa.model.basic.ReferenceEntity
hashCode() - Method in class org.jboss.dna.connector.store.jpa.model.basic.ReferenceId
hashCode() - Method in class org.jboss.dna.connector.store.jpa.model.basic.SubgraphNodeEntity
hashCode() - Method in class org.jboss.dna.connector.store.jpa.model.common.ChangeLogEntity
hashCode() - Method in class org.jboss.dna.connector.store.jpa.model.common.NamespaceEntity
hashCode() - Method in class org.jboss.dna.connector.store.jpa.model.common.WorkspaceEntity
hashCode() - Method in class org.jboss.dna.connector.store.jpa.Model
 
hashCode() - Method in class org.jboss.dna.connector.store.jpa.util.StoreOptionEntity
hashCode() - Method in class org.jboss.dna.graph.connector.inmemory.InMemoryNode
hashCode() - Method in class org.jboss.dna.graph.Location
hashCode() - Method in class org.jboss.dna.graph.property.basic.AbstractPath
hashCode() - Method in class org.jboss.dna.graph.property.basic.BasicName
hashCode() - Method in class org.jboss.dna.graph.property.basic.BasicNamespace
hashCode() - Method in class org.jboss.dna.graph.property.basic.BasicPathSegment
hashCode() - Method in class org.jboss.dna.graph.property.basic.BasicProperty
hashCode() - Method in class org.jboss.dna.graph.property.basic.InMemoryBinary
hashCode() - Method in class org.jboss.dna.graph.property.basic.JodaDateTime
hashCode() - Method in class org.jboss.dna.graph.property.PathExpression
hashCode() - Method in class org.jboss.dna.graph.property.PathExpression.Matcher
hashCode() - Method in class org.jboss.dna.graph.request.CloneWorkspaceRequest
hashCode() - Method in class org.jboss.dna.graph.request.CreateWorkspaceRequest
hashCode() - Method in class org.jboss.dna.graph.request.DestroyWorkspaceRequest
hashCode() - Method in class org.jboss.dna.graph.request.GetWorkspacesRequest
hashCode() - Method in class org.jboss.dna.graph.request.VerifyWorkspaceRequest
hashCode() - Method in class org.jboss.dna.jcr.cache.ChildNode
hashCode() - Method in class org.jboss.dna.jcr.cache.PropertyInfo
hashCode() - Method in class org.jboss.dna.jcr.NodeDefinitionId
hashCode() - Method in class org.jboss.dna.jcr.PropertyDefinitionId
hashCode() - Method in class org.jboss.dna.jcr.PropertyId
hashCode() - Method in class org.jboss.dna.maven.MavenDependency
hashCode() - Method in class org.jboss.dna.maven.MavenId
hashCode() - Method in class org.jboss.dna.maven.MavenId.Version
hashCode() - Method in class org.jboss.dna.repository.observation.NodeChange
hashCode() - Method in class org.jboss.dna.repository.sequencer.SequencerOutputMap.PropertyValue
hashCode() - Method in class org.jboss.dna.repository.sequencer.SequencerPathExpression
hashCode() - Method in class org.jboss.dna.repository.sequencer.SequencerPathExpression.Matcher
hashCode() - Method in class org.jboss.dna.repository.util.RepositoryNodePath
hasIdProperties() - Method in class org.jboss.dna.graph.Location
Return whether this location is defined (at least in part) with identification properties.
hasIndex() - Method in class org.jboss.dna.graph.property.basic.BasicPathSegment
Return whether this segment has an index.
hasIndex() - Method in interface org.jboss.dna.graph.property.Path.Segment
Return whether this segment has an index.
hasInfo() - Method in class org.jboss.dna.common.collection.AbstractProblems
 
hasInfo() - Method in interface org.jboss.dna.common.collection.Problems
 
hasInfo() - Method in class org.jboss.dna.common.collection.ThreadSafeProblems
hasNext() - Method in class org.jboss.dna.common.collection.EmptyIterator
hasNext() - Method in class org.jboss.dna.common.collection.ReadOnlyIterator
hasNoEffect() - Method in class org.jboss.dna.graph.request.MoveBranchRequest
Determine whether this move request can be determined to have no effect.
hasPath() - Method in class org.jboss.dna.graph.Location
Return whether this location is defined (at least in part) by a path.
hasProblem() - Method in class org.jboss.dna.common.i18n.I18n
 
hasProblem(Locale) - Method in class org.jboss.dna.common.i18n.I18n
 
hasProblems() - Method in class org.jboss.dna.common.collection.AbstractProblems
 
hasProblems() - Method in interface org.jboss.dna.common.collection.Problems
 
hasProblems() - Method in class org.jboss.dna.common.collection.ThreadSafeProblems
hasProperties() - Method in class org.jboss.dna.jcr.cache.ChangedNodeInfo
Return true of this node has at least one property.
hasProperties() - Method in class org.jboss.dna.jcr.cache.ImmutableNodeInfo
Return true of this node has at least one property.
hasProperties() - Method in interface org.jboss.dna.jcr.cache.NodeInfo
Return true of this node has at least one property.
hasRequests() - Method in class org.jboss.dna.graph.request.BatchRequestBuilder
Determine whether this builder has built any requests.
hasSameAncestor(Path) - Method in class org.jboss.dna.graph.property.basic.AbstractPath
Determine whether this path and the supplied path have the same immediate ancestor.
hasSameAncestor(Path) - Method in class org.jboss.dna.graph.property.basic.ChildPath
Determine whether this path and the supplied path have the same immediate ancestor. In other words, this method determines whether the node represented by this path is a sibling of the node represented by the supplied path.
hasSameAncestor(Path) - Method in class org.jboss.dna.graph.property.basic.RootPath
Determine whether this path and the supplied path have the same immediate ancestor. In other words, this method determines whether the node represented by this path is a sibling of the node represented by the supplied path.
hasSameAncestor(Path) - Method in interface org.jboss.dna.graph.property.Path
Determine whether this path and the supplied path have the same immediate ancestor.
hasSizeOfAtLeast(Collection<?>, int, String) - Static method in class org.jboss.dna.common.util.CheckArg
Check that the collection contains at least the supplied number of elements
hasSizeOfAtLeast(Map<?, ?>, int, String) - Static method in class org.jboss.dna.common.util.CheckArg
Check that the map contains at least the supplied number of entries
hasSizeOfAtLeast(Object[], int, String) - Static method in class org.jboss.dna.common.util.CheckArg
Check that the array contains at least the supplied number of elements
hasSizeOfAtMost(Collection<?>, int, String) - Static method in class org.jboss.dna.common.util.CheckArg
Check that the collection contains no more than the supplied number of elements
hasSizeOfAtMost(Map<?, ?>, int, String) - Static method in class org.jboss.dna.common.util.CheckArg
Check that the map contains no more than the supplied number of entries
hasSizeOfAtMost(Object[], int, String) - Static method in class org.jboss.dna.common.util.CheckArg
Check that the array contains no more than the supplied number of elements
hasWarnings() - Method in class org.jboss.dna.common.collection.AbstractProblems
 
hasWarnings() - Method in interface org.jboss.dna.common.collection.Problems
 
hasWarnings() - Method in class org.jboss.dna.common.collection.ThreadSafeProblems
HIERARCHY_NODE - Static variable in class org.jboss.dna.jcr.JcrNtLexicon
 
Histogram<T extends Number> - Class in org.jboss.dna.common.statistic
 
Histogram(MathOperations<T>, List<T>) - Constructor for class org.jboss.dna.common.statistic.Histogram
 
Histogram(MathOperations<T>, T...) - Constructor for class org.jboss.dna.common.statistic.Histogram
 
Histogram.Bucket - Class in org.jboss.dna.common.statistic
Represents a bucket in a histogram.
Histogram.BucketingStrategy - Class in org.jboss.dna.common.statistic
 
Histogram.BucketingStrategy() - Constructor for class org.jboss.dna.common.statistic.Histogram.BucketingStrategy
 
Histogram.DefaultBucketingStrategy - Class in org.jboss.dna.common.statistic
 
Histogram.DefaultBucketingStrategy() - Constructor for class org.jboss.dna.common.statistic.Histogram.DefaultBucketingStrategy
 
Histogram.ExplicitBucketingStrategy - Class in org.jboss.dna.common.statistic
 
Histogram.StandardDeviationBucketingStrategy - Class in org.jboss.dna.common.statistic
 
humanize(String, String...) - Method in class org.jboss.dna.common.text.Inflector
Capitalizes the first word and turns underscores into spaces and strips trailing "_id" and any supplied removable tokens.

I

I18n - Class in org.jboss.dna.common.i18n
Manages the initialization of internationalization (i18n) files, substitution of values within i18n message placeholders, and dynamically reading properties from i18n property files.
i18nClassInterface - Static variable in class org.jboss.dna.common.CommonI18n
 
i18nClassNotPublic - Static variable in class org.jboss.dna.common.CommonI18n
 
i18nFieldFinal - Static variable in class org.jboss.dna.common.CommonI18n
 
i18nFieldInvalidType - Static variable in class org.jboss.dna.common.CommonI18n
 
i18nFieldNotPublic - Static variable in class org.jboss.dna.common.CommonI18n
 
i18nFieldNotStatic - Static variable in class org.jboss.dna.common.CommonI18n
 
i18nLocalizationFileNotFound - Static variable in class org.jboss.dna.common.CommonI18n
 
i18nLocalizationProblems - Static variable in class org.jboss.dna.common.CommonI18n
 
i18nPropertyDuplicate - Static variable in class org.jboss.dna.common.CommonI18n
 
i18nPropertyMissing - Static variable in class org.jboss.dna.common.CommonI18n
 
i18nPropertyUnused - Static variable in class org.jboss.dna.common.CommonI18n
 
i18nRequiredToSuppliedParameterMismatch - Static variable in class org.jboss.dna.common.CommonI18n
 
id() - Method in class org.jboss.dna.common.i18n.I18n
 
IMAGE_BITS_PER_PIXEL - Static variable in class org.jboss.dna.sequencer.image.ImageMetadataSequencer
 
IMAGE_ENCODING - Static variable in class org.jboss.dna.sequencer.image.ImageMetadataSequencer
 
IMAGE_FORMAT_NAME - Static variable in class org.jboss.dna.sequencer.image.ImageMetadataSequencer
 
IMAGE_HEIGHT - Static variable in class org.jboss.dna.sequencer.image.ImageMetadataSequencer
 
IMAGE_MIME_TYPE - Static variable in class org.jboss.dna.sequencer.image.ImageMetadataSequencer
 
IMAGE_MIXINS - Static variable in class org.jboss.dna.sequencer.image.ImageMetadataSequencer
 
IMAGE_NUMBER_OF_IMAGES - Static variable in class org.jboss.dna.sequencer.image.ImageMetadataSequencer
 
IMAGE_PHYSICAL_HEIGHT_DPI - Static variable in class org.jboss.dna.sequencer.image.ImageMetadataSequencer
 
IMAGE_PHYSICAL_HEIGHT_INCHES - Static variable in class org.jboss.dna.sequencer.image.ImageMetadataSequencer
 
IMAGE_PHYSICAL_WIDTH_DPI - Static variable in class org.jboss.dna.sequencer.image.ImageMetadataSequencer
 
IMAGE_PHYSICAL_WIDTH_INCHES - Static variable in class org.jboss.dna.sequencer.image.ImageMetadataSequencer
 
IMAGE_PRIMARY_TYPE - Static variable in class org.jboss.dna.sequencer.image.ImageMetadataSequencer
 
IMAGE_PROGRESSIVE - Static variable in class org.jboss.dna.sequencer.image.ImageMetadataSequencer
 
IMAGE_WIDTH - Static variable in class org.jboss.dna.sequencer.image.ImageMetadataSequencer
 
ImageMetadata - Class in org.jboss.dna.sequencer.image
Get file format, image resolution, number of bits per pixel and optionally number of images, comments and physical resolution from JPEG, GIF, BMP, PCX, PNG, IFF, RAS, PBM, PGM, PPM and PSD files (or input streams).
ImageMetadata() - Constructor for class org.jboss.dna.sequencer.image.ImageMetadata
 
ImageMetadataSequencer - Class in org.jboss.dna.sequencer.image
A sequencer that processes the binary content of an image file, extracts the metadata for the image, and then writes that image metadata to the repository.
ImageMetadataSequencer() - Constructor for class org.jboss.dna.sequencer.image.ImageMetadataSequencer
 
ImageSequencerI18n - Class in org.jboss.dna.sequencer.image
 
ImageSequencerI18n() - Constructor for class org.jboss.dna.sequencer.image.ImageSequencerI18n
 
ImmutableAppendedList<T> - Class in org.jboss.dna.common.collection
An immutable List that consists of a single element appended to another existing List.
ImmutableAppendedList(List<T>, T) - Constructor for class org.jboss.dna.common.collection.ImmutableAppendedList
Create an instance using the supplied parent list and an element to be virtually appended to the parent.
ImmutableCachePolicy - Class in org.jboss.dna.graph.cache
 
ImmutableCachePolicy(long) - Constructor for class org.jboss.dna.graph.cache.ImmutableCachePolicy
 
ImmutableChildren - Class in org.jboss.dna.jcr.cache
An immutable implementation of Children.
ImmutableChildren(UUID, Iterable<Location>) - Constructor for class org.jboss.dna.jcr.cache.ImmutableChildren
 
ImmutableChildren(UUID) - Constructor for class org.jboss.dna.jcr.cache.ImmutableChildren
 
ImmutableNodeInfo - Class in org.jboss.dna.jcr.cache
The information that describes a node.
ImmutableNodeInfo(Location, Name, List<Name>, NodeDefinitionId, UUID, Children, Map<Name, PropertyInfo>) - Constructor for class org.jboss.dna.jcr.cache.ImmutableNodeInfo
Create an immutable NodeInfo instance.
importFrom(InputStream, Problems, String) - Method in class org.jboss.dna.cnd.CndImporter
Import the CND content from the supplied stream, placing the content into the importer's destination.
importFrom(String, Problems, String) - Method in class org.jboss.dna.cnd.CndImporter
Import the CND content from the supplied stream, placing the content into the importer's destination.
importFrom(File, Problems) - Method in class org.jboss.dna.cnd.CndImporter
Import the CND content from the supplied stream, placing the content into the importer's destination.
ImportMetadata - Class in org.jboss.dna.sequencer.java.metadata
 
ImportMetadata() - Constructor for class org.jboss.dna.sequencer.java.metadata.ImportMetadata
 
ImportOnDemandMetadata - Class in org.jboss.dna.sequencer.java.metadata
 
ImportOnDemandMetadata() - Constructor for class org.jboss.dna.sequencer.java.metadata.ImportOnDemandMetadata
 
importXml(URI, Location) - Method in class org.jboss.dna.graph.io.GraphImporter
Read the content from the supplied URI and import into the repository at the supplied location.
importXml(URI, Location, boolean) - Method in class org.jboss.dna.graph.io.GraphImporter
Read the content from the supplied URI and import into the repository at the supplied location.
importXml(InputStream, Location) - Method in class org.jboss.dna.graph.io.GraphImporter
Read the content from the supplied URI and import into the repository at the supplied location.
importXml(InputStream, Location, boolean) - Method in class org.jboss.dna.graph.io.GraphImporter
Read the content from the supplied URI and import into the repository at the supplied location.
importXmlFrom(URI) - Method in class org.jboss.dna.graph.Graph
Import the content from the XML file at the supplied URI, specifying via the returned object where the content is to be imported.
importXmlFrom(String) - Method in class org.jboss.dna.graph.Graph
Import the content from the XML file at the supplied file location, specifying via the returned object where the content is to be imported.
importXmlFrom(File) - Method in class org.jboss.dna.graph.Graph
Import the content from the XML file at the supplied file, specifying via the returned object where the content is to be imported.
inBlockOf(int) - Method in interface org.jboss.dna.graph.Graph.Children
Specify that a block of children are to be retreived, and in particular the number of children that are to be returned.
includes(String) - Method in interface org.jboss.dna.graph.Graph.BaseResults
Return whether these results include a node at the supplied location.
includes(Path) - Method in interface org.jboss.dna.graph.Graph.BaseResults
Return whether this subgraph has a node at the supplied location.
includes(Location) - Method in interface org.jboss.dna.graph.Graph.BaseResults
Return whether this subgraph has a node at the supplied location.
includes(Location) - Method in class org.jboss.dna.graph.request.ReadBranchRequest
Return whether this branch contains the specified location.
includes(Path) - Method in class org.jboss.dna.graph.request.ReadBranchRequest
Return whether this branch contains the specified path.
includes(String) - Method in interface org.jboss.dna.graph.Results
Return whether these results include a node at the supplied location.
includes(Path) - Method in interface org.jboss.dna.graph.Results
Return whether this subgraph has a node at the supplied location.
includes(Location) - Method in interface org.jboss.dna.graph.Results
Return whether this subgraph has a node at the supplied location.
includesAllEventTypes(int...) - Method in class org.jboss.dna.repository.observation.NodeChange
 
includesEventTypes(int...) - Method in class org.jboss.dna.repository.observation.NodeChange
 
increment(Double) - Method in class org.jboss.dna.common.math.DoubleOperations
 
increment(Duration) - Method in class org.jboss.dna.common.math.DurationOperations
 
increment(Float) - Method in class org.jboss.dna.common.math.FloatOperations
 
increment(Integer) - Method in class org.jboss.dna.common.math.IntegerOperations
 
increment(Long) - Method in class org.jboss.dna.common.math.LongOperations
 
increment(T) - Method in interface org.jboss.dna.common.math.MathOperations
Increment the supplied operand by 1.
increment(Short) - Method in class org.jboss.dna.common.math.ShortOperations
 
Index - Interface in org.jboss.dna.common.jdbc.model.api
Provides all database table's index specific metadata.
INDEX_NOT_USED - Static variable in class org.jboss.dna.graph.request.ReadBlockOfChildrenRequest
 
INDEX_NOT_USED - Static variable in class org.jboss.dna.graph.request.ReadNextBlockOfChildrenRequest
 
IndexBean - Class in org.jboss.dna.common.jdbc.model.spi
Provides all database table's index specific metadata.
IndexBean() - Constructor for class org.jboss.dna.common.jdbc.model.spi.IndexBean
Default constructor
IndexColumn - Interface in org.jboss.dna.common.jdbc.model.api
Provides all database table index column specific metadata.
IndexColumnBean - Class in org.jboss.dna.common.jdbc.model.spi
Provides all database table index column specific metadata.
IndexColumnBean() - Constructor for class org.jboss.dna.common.jdbc.model.spi.IndexColumnBean
Default constructor
indexOf(Object) - Method in class org.jboss.dna.common.collection.ImmutableAppendedList
IndexType - Enum in org.jboss.dna.common.jdbc.model.api
Provides RDBMS supported standard index types as enumeration set.
Inflector - Class in org.jboss.dna.common.text
Transforms words to singular, plural, humanized (human readable), underscore, camel case, or ordinal form.
Inflector() - Constructor for class org.jboss.dna.common.text.Inflector
 
info(I18n, Object...) - Method in class org.jboss.dna.common.util.Logger
Log a message at the INFO level according to the specified format and (optional) parameters.
info(Throwable, I18n, Object...) - Method in class org.jboss.dna.common.util.Logger
Log an exception (throwable) at the INFO level with an accompanying message.
InheritingXmlSequencer - Class in org.jboss.dna.sequencer.xml
An XML sequencer that is a specialization of XmlSequencer by inheriting unqualified attribute namespaces from the element rather than from the default namespace.
InheritingXmlSequencer() - Constructor for class org.jboss.dna.sequencer.xml.InheritingXmlSequencer
 
initialActivityMonitorTaskName - Static variable in class org.jboss.dna.common.CommonI18n
 
initialize(Class<?>) - Static method in class org.jboss.dna.common.i18n.I18n
Initializes the internationalization fields declared on the supplied class.
initialize(RepositoryContext) - Method in class org.jboss.dna.connector.federation.FederatedRepositorySource
Initialize this source to use the supplied RepositoryContext, from which this source can obtain connections to other sources as well as execution contexts.
initialize(RepositoryContext) - Method in class org.jboss.dna.connector.filesystem.FileSystemSource
Initialize this source to use the supplied RepositoryContext, from which this source can obtain connections to other sources as well as execution contexts.
initialize(RepositoryContext) - Method in class org.jboss.dna.connector.jbosscache.JBossCacheSource
Initialize this source to use the supplied RepositoryContext, from which this source can obtain connections to other sources as well as execution contexts.
initialize(RepositoryContext) - Method in class org.jboss.dna.connector.jdbc.JdbcRepositorySource
Initialize this source to use the supplied RepositoryContext, from which this source can obtain connections to other sources as well as execution contexts.
initialize(RepositoryContext) - Method in class org.jboss.dna.connector.store.jpa.JpaSource
Initialize this source to use the supplied RepositoryContext, from which this source can obtain connections to other sources as well as execution contexts.
initialize(RepositoryContext) - Method in class org.jboss.dna.connector.svn.SVNRepositorySource
Initialize this source to use the supplied RepositoryContext, from which this source can obtain connections to other sources as well as execution contexts.
initialize(RepositoryContext) - Method in class org.jboss.dna.graph.connector.inmemory.InMemoryRepositorySource
Initialize this source to use the supplied RepositoryContext, from which this source can obtain connections to other sources as well as execution contexts.
initialize(RepositoryContext) - Method in interface org.jboss.dna.graph.connector.RepositorySource
Initialize this source to use the supplied RepositoryContext, from which this source can obtain connections to other sources as well as execution contexts.
INMEMORY_REPOSITORY_SOURCE_CLASSNAME - Static variable in class org.jboss.example.dna.repository.RepositoryClient
 
InMemoryBinary - Class in org.jboss.dna.graph.property.basic
An implementation of Binary that keeps the binary data in-memory.
InMemoryBinary(byte[]) - Constructor for class org.jboss.dna.graph.property.basic.InMemoryBinary
 
InMemoryBinaryValueFactory - Class in org.jboss.dna.graph.property.basic
The ValueFactory for in-memory PropertyType.BINARY values.
InMemoryBinaryValueFactory(TextDecoder, ValueFactory<String>) - Constructor for class org.jboss.dna.graph.property.basic.InMemoryBinaryValueFactory
 
inMemoryConnectorName - Static variable in class org.jboss.dna.graph.GraphI18n
 
inMemoryConnectorRequestsMustHavePathOrUuid - Static variable in class org.jboss.dna.graph.GraphI18n
 
InMemoryNode - Class in org.jboss.dna.graph.connector.inmemory
 
InMemoryNode(UUID) - Constructor for class org.jboss.dna.graph.connector.inmemory.InMemoryNode
 
inMemoryNodeDoesNotExist - Static variable in class org.jboss.dna.graph.GraphI18n
 
InMemoryRepository - Class in org.jboss.dna.graph.connector.inmemory
 
InMemoryRepository(String, UUID) - Constructor for class org.jboss.dna.graph.connector.inmemory.InMemoryRepository
 
InMemoryRepository(String, UUID, String) - Constructor for class org.jboss.dna.graph.connector.inmemory.InMemoryRepository
 
InMemoryRepositoryConnection - Class in org.jboss.dna.graph.connector.inmemory
 
InMemoryRepositorySource - Class in org.jboss.dna.graph.connector.inmemory
A RepositorySource for an in-memory repository.
InMemoryRepositorySource() - Constructor for class org.jboss.dna.graph.connector.inmemory.InMemoryRepositorySource
Create a repository source instance.
InMemoryRequestProcessor - Class in org.jboss.dna.graph.connector.inmemory
A RequestProcessor implementation that operates on an InMemoryRepository and its workspaces.
inputStreamConsumed - Static variable in class org.jboss.dna.jcr.JcrI18n
 
INSTANCE - Static variable in class org.jboss.dna.graph.property.basic.RootPath
 
instance(InputStream, long, String) - Static method in class org.jboss.dna.sequencer.java.metadata.JavaMetadata
Creates a new instance of JavaMetadata, that will be used to get informations of a compilation unit.
instance(InputStream) - Static method in class org.jboss.dna.sequencer.jpdl3.JPDL3Metadata
Create an instance of JPDL3Metadata with all data of a specific jpdl xml document.
instance(InputStream) - Static method in class org.jboss.dna.sequencer.mp3.Mp3Metadata
 
instance(InputStream) - Static method in class org.jboss.dna.sequencer.msoffice.excel.ExcelMetadataReader
 
instance(InputStream) - Static method in class org.jboss.dna.sequencer.msoffice.MSOfficeMetadataReader
 
instance(InputStream) - Static method in class org.jboss.dna.sequencer.msoffice.powerpoint.PowerPointMetadataReader
 
instance(InputStream) - Static method in class org.jboss.dna.sequencer.msoffice.word.WordMetadataReader
 
IntegerOperations - Class in org.jboss.dna.common.math
 
IntegerOperations() - Constructor for class org.jboss.dna.common.math.IntegerOperations
 
InterfaceMetadata - Class in org.jboss.dna.sequencer.java.metadata
 
InterfaceMetadata() - Constructor for class org.jboss.dna.sequencer.java.metadata.InterfaceMetadata
 
internalEntityDecl(String, String) - Method in class org.jboss.dna.sequencer.xml.XmlSequencerHandler
into(Location) - Method in interface org.jboss.dna.graph.Graph.ImportInto
Finish the import by specifying the Location.create into which the node should be copied/moved.
into(String) - Method in interface org.jboss.dna.graph.Graph.ImportInto
Finish the import by specifying the Location.create into which the node should be copied/moved.
into(Path) - Method in interface org.jboss.dna.graph.Graph.ImportInto
Finish the import by specifying the Location.create into which the node should be copied/moved.
into(UUID) - Method in interface org.jboss.dna.graph.Graph.ImportInto
Finish the import by specifying the Location.create into which the node should be copied/moved.
into(Property) - Method in interface org.jboss.dna.graph.Graph.ImportInto
Finish the import by specifying the Location.create into which the node should be copied/moved.
into(Property, Property...) - Method in interface org.jboss.dna.graph.Graph.ImportInto
Finish the import by specifying the Location.create into which the node should be copied/moved.
into(Iterable<Property>) - Method in interface org.jboss.dna.graph.Graph.ImportInto
Finish the import by specifying the Location.create into which the node should be copied/moved.
into(Location) - Method in interface org.jboss.dna.graph.Graph.Into
Finish the request by specifying the location of the parent into which the node should be copied/moved.
into(String) - Method in interface org.jboss.dna.graph.Graph.Into
Finish the request by specifying the location of the parent into which the node should be copied/moved.
into(Path) - Method in interface org.jboss.dna.graph.Graph.Into
Finish the request by specifying the location of the parent into which the node should be copied/moved.
into(UUID) - Method in interface org.jboss.dna.graph.Graph.Into
Finish the request by specifying the location of the parent into which the node should be copied/moved.
into(Property) - Method in interface org.jboss.dna.graph.Graph.Into
Finish the request by specifying the location of the parent into which the node should be copied/moved.
into(Property, Property...) - Method in interface org.jboss.dna.graph.Graph.Into
Finish the request by specifying the location of the parent into which the node should be copied/moved.
into() - Method in class org.jboss.dna.graph.request.CopyBranchRequest
Get the location defining the parent where the new copy is to be placed
into() - Method in class org.jboss.dna.graph.request.MoveBranchRequest
Get the location defining the parent where the branch is to be placed
intoWorkspace() - Method in class org.jboss.dna.graph.request.CopyBranchRequest
Get the name of the workspace where the copy is to be placed
intValue(Double) - Method in class org.jboss.dna.common.math.DoubleOperations
 
intValue() - Method in class org.jboss.dna.common.math.Duration
intValue(Duration) - Method in class org.jboss.dna.common.math.DurationOperations
 
intValue(Float) - Method in class org.jboss.dna.common.math.FloatOperations
 
intValue(Integer) - Method in class org.jboss.dna.common.math.IntegerOperations
 
intValue(Long) - Method in class org.jboss.dna.common.math.LongOperations
 
intValue(T) - Method in interface org.jboss.dna.common.math.MathOperations
Convert the value to an integer.
intValue(Short) - Method in class org.jboss.dna.common.math.ShortOperations
 
invalidIndexInSegmentName - Static variable in class org.jboss.dna.graph.GraphI18n
 
invalidNamePattern - Static variable in class org.jboss.dna.jcr.JcrI18n
 
invalidNodeTypeName - Static variable in class org.jboss.dna.jcr.JcrI18n
 
invalidNodeTypeNameParameter - Static variable in class org.jboss.dna.jcr.JcrI18n
 
InvalidPathException - Exception in org.jboss.dna.graph.property
 
InvalidPathException() - Constructor for exception org.jboss.dna.graph.property.InvalidPathException
 
InvalidPathException(String) - Constructor for exception org.jboss.dna.graph.property.InvalidPathException
 
InvalidPathException(Throwable) - Constructor for exception org.jboss.dna.graph.property.InvalidPathException
 
InvalidPathException(String, Throwable) - Constructor for exception org.jboss.dna.graph.property.InvalidPathException
 
InvalidPathExpressionException - Exception in org.jboss.dna.graph.property
 
InvalidPathExpressionException() - Constructor for exception org.jboss.dna.graph.property.InvalidPathExpressionException
 
InvalidPathExpressionException(String) - Constructor for exception org.jboss.dna.graph.property.InvalidPathExpressionException
 
InvalidPathExpressionException(Throwable) - Constructor for exception org.jboss.dna.graph.property.InvalidPathExpressionException
 
InvalidPathExpressionException(String, Throwable) - Constructor for exception org.jboss.dna.graph.property.InvalidPathExpressionException
 
invalidPathParameter - Static variable in class org.jboss.dna.jcr.JcrI18n
 
invalidPrimaryItemName - Static variable in class org.jboss.dna.jcr.JcrI18n
 
invalidPrimaryTypeName - Static variable in class org.jboss.dna.jcr.JcrI18n
 
invalidQualifiedNameString - Static variable in class org.jboss.dna.graph.GraphI18n
 
invalidQueryLanguage - Static variable in class org.jboss.dna.jcr.JcrI18n
 
invalidReferences - Static variable in class org.jboss.dna.connector.store.jpa.JpaConnectorI18n
 
invalidRelativePath - Static variable in class org.jboss.dna.jcr.JcrI18n
 
invalidRepositoryNodePath - Static variable in class org.jboss.dna.repository.RepositoryI18n
 
InvalidRequestException - Exception in org.jboss.dna.graph.request
Specifies that the request was invalid and could not be completed.
InvalidRequestException() - Constructor for exception org.jboss.dna.graph.request.InvalidRequestException
 
InvalidRequestException(String) - Constructor for exception org.jboss.dna.graph.request.InvalidRequestException
 
InvalidRequestException(Throwable) - Constructor for exception org.jboss.dna.graph.request.InvalidRequestException
 
InvalidRequestException(String, Throwable) - Constructor for exception org.jboss.dna.graph.request.InvalidRequestException
 
InvalidRuleSetException - Exception in org.jboss.dna.repository.rules
 
InvalidRuleSetException() - Constructor for exception org.jboss.dna.repository.rules.InvalidRuleSetException
 
InvalidRuleSetException(String) - Constructor for exception org.jboss.dna.repository.rules.InvalidRuleSetException
 
InvalidRuleSetException(Throwable) - Constructor for exception org.jboss.dna.repository.rules.InvalidRuleSetException
 
InvalidRuleSetException(String, Throwable) - Constructor for exception org.jboss.dna.repository.rules.InvalidRuleSetException
 
InvalidSequencerPathExpression - Exception in org.jboss.dna.repository.sequencer
 
InvalidSequencerPathExpression() - Constructor for exception org.jboss.dna.repository.sequencer.InvalidSequencerPathExpression
 
InvalidSequencerPathExpression(String) - Constructor for exception org.jboss.dna.repository.sequencer.InvalidSequencerPathExpression
 
InvalidSequencerPathExpression(Throwable) - Constructor for exception org.jboss.dna.repository.sequencer.InvalidSequencerPathExpression
 
InvalidSequencerPathExpression(String, Throwable) - Constructor for exception org.jboss.dna.repository.sequencer.InvalidSequencerPathExpression
 
invalidStateString - Static variable in class org.jboss.dna.repository.RepositoryI18n
 
invalidSupertypeName - Static variable in class org.jboss.dna.jcr.JcrI18n
 
InvalidWorkspaceException - Exception in org.jboss.dna.graph.request
Specifies that the request was invalid and could not be completed.
InvalidWorkspaceException() - Constructor for exception org.jboss.dna.graph.request.InvalidWorkspaceException
 
InvalidWorkspaceException(String) - Constructor for exception org.jboss.dna.graph.request.InvalidWorkspaceException
 
InvalidWorkspaceException(Throwable) - Constructor for exception org.jboss.dna.graph.request.InvalidWorkspaceException
 
InvalidWorkspaceException(String, Throwable) - Constructor for exception org.jboss.dna.graph.request.InvalidWorkspaceException
 
invokeBestMethodOnTarget(String[], Object, Object...) - Method in class org.jboss.dna.common.util.Reflection
Find and execute the best method on the target class that matches the signature specified with one of the specified names and the list of arguments.
invokeGetterMethodOnTarget(String, Object) - Method in class org.jboss.dna.common.util.Reflection
Find and execute the getter method on the target class for the supplied property name.
invokeSetterMethodOnTarget(String, Object, Object) - Method in class org.jboss.dna.common.util.Reflection
Find and execute the best setter method on the target class for the supplied property name and the supplied list of arguments.
inWorkspace() - Method in class org.jboss.dna.graph.request.CreateNodeRequest
Get the name of the workspace in which the node is to be createde
inWorkspace() - Method in class org.jboss.dna.graph.request.DeleteBranchRequest
Get the name of the workspace in which the branch exists.
inWorkspace() - Method in class org.jboss.dna.graph.request.MoveBranchRequest
Get the name of the workspace in which the branch exists.
inWorkspace() - Method in class org.jboss.dna.graph.request.ReadAllChildrenRequest
Get the name of the workspace in which the parent and children exist.
inWorkspace() - Method in class org.jboss.dna.graph.request.ReadAllPropertiesRequest
Get the name of the workspace in which the node exists.
inWorkspace() - Method in class org.jboss.dna.graph.request.ReadBlockOfChildrenRequest
Get the name of the workspace in which the parent and children exist.
inWorkspace() - Method in class org.jboss.dna.graph.request.ReadBranchRequest
Get the name of the workspace in which the branch exists.
inWorkspace() - Method in class org.jboss.dna.graph.request.ReadNextBlockOfChildrenRequest
Get the name of the workspace in which the parent and children exist.
inWorkspace() - Method in class org.jboss.dna.graph.request.ReadNodeRequest
Get the name of the workspace in which the node exists.
inWorkspace() - Method in class org.jboss.dna.graph.request.ReadPropertyRequest
Get the name of the workspace in which the node exists.
inWorkspace() - Method in class org.jboss.dna.graph.request.RemovePropertyRequest
Get the name of the workspace in which the node exists.
inWorkspace() - Method in class org.jboss.dna.graph.request.RenameNodeRequest
Get the name of the workspace in which the node exists.
inWorkspace() - Method in class org.jboss.dna.graph.request.SetPropertyRequest
Get the name of the workspace in which the node exists.
inWorkspace() - Method in class org.jboss.dna.graph.request.UpdatePropertiesRequest
Get the name of the workspace in which the node exists.
inWorkspace() - Method in class org.jboss.dna.graph.request.VerifyNodeExistsRequest
Get the name of the workspace in which the node exists.
IoException - Exception in org.jboss.dna.graph.property
 
IoException() - Constructor for exception org.jboss.dna.graph.property.IoException
 
IoException(String) - Constructor for exception org.jboss.dna.graph.property.IoException
 
IoException(Throwable) - Constructor for exception org.jboss.dna.graph.property.IoException
 
IoException(String, Throwable) - Constructor for exception org.jboss.dna.graph.property.IoException
 
IoUtil - Class in org.jboss.dna.common.util
 
IS_ABSTRACT - Static variable in class org.jboss.dna.graph.JcrLexicon
 
IS_CHECKED_OUT - Static variable in class org.jboss.dna.jcr.JcrLexicon
 
IS_FULL_TEXT_SEARCHABLE - Static variable in class org.jboss.dna.graph.JcrLexicon
 
IS_MIXIN - Static variable in class org.jboss.dna.graph.JcrLexicon
 
IS_QUERY_ORDERABLE - Static variable in class org.jboss.dna.graph.JcrLexicon
 
IS_QUERYABLE - Static variable in class org.jboss.dna.graph.JcrLexicon
 
isAbsolute() - Method in class org.jboss.dna.graph.property.basic.BasicPath
Return whether this path is an absolute path.
isAbsolute() - Method in class org.jboss.dna.graph.property.basic.ChildPath
Return whether this path is an absolute path.
isAbsolute() - Method in class org.jboss.dna.graph.property.basic.RootPath
Return whether this path is an absolute path.
isAbsolute() - Method in interface org.jboss.dna.graph.property.Path
Return whether this path is an absolute path.
isAfter(DateTime) - Method in class org.jboss.dna.graph.property.basic.JodaDateTime
Return whether this date-time is later than the supplied date-time.
isAfter(DateTime) - Method in interface org.jboss.dna.graph.property.DateTime
Return whether this date-time is later than the supplied date-time.
isAlias(String) - Method in interface org.jboss.dna.common.jdbc.model.api.TableType
Is table type represents ALIAS
isAlias() - Method in interface org.jboss.dna.common.jdbc.model.api.TableType
Is current table type represents ALIAS
isAlias(String) - Method in class org.jboss.dna.common.jdbc.model.spi.TableTypeBean
Is table type represents ALIAS
isAlias() - Method in class org.jboss.dna.common.jdbc.model.spi.TableTypeBean
Is current table type represents ALIAS
isAllProceduresAreCallable() - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Retrieves whether the current user can call all the procedures returned by the method DatabaseMetaData.getProcedures.
isAllProceduresAreCallable() - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Retrieves whether the current user can call all the procedures returned by the method DatabaseMetaData.getProcedures.
isAllTablesAreSelectable() - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Retrieves whether the current user can use all the tables returned by the method DatabaseMetaData.getTables in a SELECT statement.
isAllTablesAreSelectable() - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Retrieves whether the current user can use all the tables returned by the method DatabaseMetaData.getTables in a SELECT statement.
isAncestorOf(Path) - Method in class org.jboss.dna.graph.property.basic.AbstractPath
Determine whether this path is an ancestor of the supplied path.
isAncestorOf(Path) - Method in class org.jboss.dna.graph.property.basic.RootPath
Determine whether this path is an ancestor of the supplied path. A path is considered an ancestor of another path if the the ancestor path appears in its entirety at the beginning of the decendant path, and where the decendant path contains at least one additional segment.
isAncestorOf(Path) - Method in interface org.jboss.dna.graph.property.Path
Determine whether this path is an ancestor of the supplied path.
isAnyVersion() - Method in class org.jboss.dna.maven.MavenId.Version
 
isArrayType() - Method in class org.jboss.dna.sequencer.java.metadata.ArrayTypeFieldMetadata
Find out if a field is a array type or not.
isArrayType() - Method in class org.jboss.dna.sequencer.java.metadata.FieldMetadata
Find out if a field is a array type or not.
isAtOrAbove(Path) - Method in class org.jboss.dna.graph.property.basic.AbstractPath
Determine whether this path is the same as to or a ancestor of the supplied path.
isAtOrAbove(Path) - Method in class org.jboss.dna.graph.property.basic.RootPath
Determine whether this path is the same as to or a ancestor of the supplied path. This method is equivalent to (but may be more efficient than) calling isSame(other) || isAncestor(other), and is a convenience method that is identical to calling other.isAtOrBelow(this).
isAtOrAbove(Path) - Method in interface org.jboss.dna.graph.property.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.property.basic.AbstractPath
Determine whether this path is the same as to or a decendant of the supplied path.
isAtOrBelow(Path) - Method in class org.jboss.dna.graph.property.basic.ChildPath
Determine whether this path is the same as to or a decendant of the supplied path. This method is equivalent to (but may be more efficient than) calling isSame(other) || isAncestor(other).
isAtOrBelow(Path) - Method in class org.jboss.dna.graph.property.basic.RootPath
Determine whether this path is the same as to or a decendant of the supplied path. This method is equivalent to (but may be more efficient than) calling isSame(other) || isAncestor(other).
isAtOrBelow(Path) - Method in interface org.jboss.dna.graph.property.Path
Determine whether this path is the same as to or a decendant of the supplied path.
isAutoIncrement() - Method in interface org.jboss.dna.common.jdbc.model.api.SqlTypeInfo
Returns true if sql type can be used for an auto-increment value.
isAutoIncrement() - Method in class org.jboss.dna.common.jdbc.model.spi.SqlTypeInfoBean
Returns true if sql type can be used for an auto-increment value.
isBefore(DateTime) - Method in class org.jboss.dna.graph.property.basic.JodaDateTime
Return whether this date-time is earlier than the supplied date-time.
isBefore(DateTime) - Method in interface org.jboss.dna.graph.property.DateTime
Return whether this date-time is earlier than the supplied date-time.
isBestRowIdentifier() - Method in interface org.jboss.dna.common.jdbc.model.api.TableColumn
Is this column the part of Best Row Identifier in any scope?
isBestRowIdentifier() - Method in class org.jboss.dna.common.jdbc.model.spi.TableColumnBean
Is this column the part of Best Row Identifier in any scope?
isCancelled() - Method in class org.jboss.dna.graph.request.Request
Check whether this request has been cancelled.
isCaseSensitive() - Method in interface org.jboss.dna.common.jdbc.model.api.SqlTypeInfo
Is sql type case sensitive
isCaseSensitive() - Method in class org.jboss.dna.common.jdbc.model.spi.SqlTypeInfoBean
Is sql type case sensitive
isCatalogAtStart() - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Retrieves whether a catalog appears at the start of a fully qualified table name.
isCatalogAtStart() - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Retrieves whether a catalog appears at the start of a fully qualified table name.
isCompressData() - Method in class org.jboss.dna.connector.store.jpa.JpaSource
 
isCompressed() - Method in class org.jboss.dna.connector.store.jpa.model.basic.LargeValueEntity
 
isCompressed() - Method in class org.jboss.dna.connector.store.jpa.model.basic.PropertiesEntity
 
isContructor() - Method in class org.jboss.dna.sequencer.java.metadata.ConstructorMetadata
isContructor() - Method in class org.jboss.dna.sequencer.java.metadata.MethodMetadata
 
isContructor() - Method in class org.jboss.dna.sequencer.java.metadata.MethodTypeMemberMetadata
isCreatingWorkspacesAllowed() - Method in class org.jboss.dna.connector.filesystem.FileSystemSource
Get whether this source allows workspaces to be created dynamically.
isCreatingWorkspacesAllowed() - Method in class org.jboss.dna.connector.jbosscache.JBossCacheSource
Get whether this source allows workspaces to be created dynamically.
isCreatingWorkspacesAllowed() - Method in class org.jboss.dna.connector.store.jpa.JpaSource
Get whether this source allows workspaces to be created dynamically.
isDatabaseMetaDataMethodFailed(String) - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Checks that specified database metadata method of provider is failed or not
isDatabaseMetaDataMethodFailed(String) - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Checks that specified database metadata method of provider is failed or not
isDataDefinitionCausesTransactionCommit() - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Retrieves whether a data definition statement within a transaction forces the transaction to commit.
isDataDefinitionCausesTransactionCommit() - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Retrieves whether a data definition statement within a transaction forces the transaction to commit.
isDataDefinitionIgnoredInTransactions() - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Retrieves whether this database ignores a data definition statement within a transaction.
isDataDefinitionIgnoredInTransactions() - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Retrieves whether this database ignores a data definition statement within a transaction.
isDebugEnabled() - Method in class org.jboss.dna.common.util.Logger
Return whether messages at the DEBUG level are being logged.
isDecendantOf(Path) - Method in class org.jboss.dna.graph.property.basic.AbstractPath
Determine whether this path is an decendant of the supplied path.
isDecendantOf(Path) - Method in class org.jboss.dna.graph.property.basic.ChildPath
Determine whether this path is an decendant of the supplied path. A path is considered a decendant of another path if the the decendant path starts exactly with the entire ancestor path but contains at least one additional segment.
isDecendantOf(Path) - Method in class org.jboss.dna.graph.property.basic.RootPath
Determine whether this path is an decendant of the supplied path. A path is considered a decendant of another path if the the decendant path starts exactly with the entire ancestor path but contains at least one additional segment.
isDecendantOf(Path) - Method in interface org.jboss.dna.graph.property.Path
Determine whether this path is an decendant of the supplied path.
isDeep() - Method in class org.jboss.dna.repository.observation.ObservationService.WorkspaceListener
 
isDetailedStatistics() - Method in class org.jboss.dna.common.statistic.Stopwatch
Return true if detailed statistics are being kept.
isEmpty() - Method in class org.jboss.dna.common.collection.AbstractProblems
 
isEmpty() - Method in class org.jboss.dna.common.collection.ImmutableAppendedList
isEmpty() - Method in interface org.jboss.dna.common.collection.Problems
 
isEmpty() - Method in class org.jboss.dna.common.collection.ThreadSafeProblems
isEmpty() - Method in class org.jboss.dna.common.collection.UnmodifiableProperties
isEmpty(Object[], String) - Static method in class org.jboss.dna.common.util.CheckArg
Check that the array is empty
isEmpty() - Method in class org.jboss.dna.connector.federation.contribution.Contribution
Return whether this contribution is an empty contribution.
isEmpty() - Method in class org.jboss.dna.connector.federation.contribution.EmptyContribution
Return whether this contribution is an empty contribution.
isEmpty() - Method in class org.jboss.dna.graph.cache.BasicCachePolicy
 
isEmpty() - Method in class org.jboss.dna.graph.property.basic.BasicEmptyProperty
Determine whether this property has no actual values.
isEmpty() - Method in class org.jboss.dna.graph.property.basic.BasicMultiValueProperty
Determine whether this property has no actual values.
isEmpty() - Method in class org.jboss.dna.graph.property.basic.BasicSingleValueProperty
Determine whether this property has no actual values.
isEmpty() - Method in interface org.jboss.dna.graph.property.Property
Determine whether this property has no actual values.
isEmpty() - Method in class org.jboss.dna.repository.sequencer.SequencerOutputMap
Return whether there are no entries
isEquals(T, String, T, String) - Static method in class org.jboss.dna.common.util.CheckArg
Asserts that the specified first object is equal to the specified second object.
isExecuteRequired() - Method in class org.jboss.dna.graph.Graph.Batch
Determine whether this batch needs to be executed (there are requests and the batch has not been executed yet).
isExpired(DateTime) - Method in class org.jboss.dna.connector.federation.contribution.Contribution
Determine whether this contribution has expired given the supplied current time.
isExpired(DateTime) - Method in class org.jboss.dna.connector.federation.merge.MergePlan
Determine whether this merge plan has expired given the supplied current time.
isFixedPrecisionScale() - Method in interface org.jboss.dna.common.jdbc.model.api.SqlTypeInfo
Returns true if sql type can be a money value, for instance
isFixedPrecisionScale() - Method in class org.jboss.dna.common.jdbc.model.spi.SqlTypeInfoBean
Returns true if sql type can be a money value, for instance
isForeignKeyColumn() - Method in interface org.jboss.dna.common.jdbc.model.api.TableColumn
Retrieves true if column is part of foreign key.
isForeignKeyColumn() - Method in class org.jboss.dna.common.jdbc.model.spi.TableColumnBean
Retrieves true if column is part of foreign key.
isForwardOnlyResultInsertsAreDetected() - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Retrieves whether or not a visible row insert can be detected by calling the method ResultSet.rowInserted.
isForwardOnlyResultInsertsAreDetected() - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Retrieves whether or not a visible row insert can be detected by calling the method ResultSet.rowInserted.
isForwardOnlyResultSetDeletesAreDetected() - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Retrieves whether or not a visible row delete can be detected by calling the method ResultSet.rowDeleted.
isForwardOnlyResultSetDeletesAreDetected() - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Retrieves whether or not a visible row delete can be detected by calling the method ResultSet.rowDeleted.
isForwardOnlyResultSetOthersDeletesAreVisible() - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Retrieves whether deletes made by others are visible.
isForwardOnlyResultSetOthersDeletesAreVisible() - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Retrieves whether deletes made by others are visible.
isForwardOnlyResultSetOthersInsertsAreVisible() - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Retrieves whether inserts made by others are visible.
isForwardOnlyResultSetOthersInsertsAreVisible() - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Retrieves whether inserts made by others are visible.
isForwardOnlyResultSetOthersUpdatesAreVisible() - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Retrieves whether updates made by others are visible.
isForwardOnlyResultSetOthersUpdatesAreVisible() - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Retrieves whether updates made by others are visible.
isForwardOnlyResultSetOwnDeletesAreVisible() - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Retrieves whether a result set's own deletes are visible.
isForwardOnlyResultSetOwnDeletesAreVisible() - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Retrieves whether a result set's own deletes are visible.
isForwardOnlyResultSetOwnInsertsAreVisible() - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Retrieves whether a result set's own inserts are visible.
isForwardOnlyResultSetOwnInsertsAreVisible() - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Retrieves whether a result set's own inserts are visible.
isForwardOnlyResultSetOwnUpdatesAreVisible() - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Retrieves whether for the given type of ResultSet object, the result set's own updates are visible.
isForwardOnlyResultSetOwnUpdatesAreVisible() - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Retrieves whether for the given type of ResultSet object, the result set's own updates are visible.
isForwardOnlyResultSetUpdatesAreDetected() - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Retrieves whether or not a visible row update can be detected by calling the method ResultSet.rowUpdated.
isForwardOnlyResultSetUpdatesAreDetected() - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Retrieves whether or not a visible row update can be detected by calling the method ResultSet.rowUpdated.
isFullyQualifiedClassname(String) - Static method in class org.jboss.dna.common.util.ClassUtil
Determine whether the supplied string represents a well-formed fully-qualified Java classname.
isGlobalTemporary(String) - Method in interface org.jboss.dna.common.jdbc.model.api.TableType
Is current table type represents GLOBAL TEMPORARY
isGlobalTemporary() - Method in interface org.jboss.dna.common.jdbc.model.api.TableType
Is current table type represents GLOBAL TEMPORARY
isGlobalTemporary(String) - Method in class org.jboss.dna.common.jdbc.model.spi.TableTypeBean
Is current table type represents GLOBAL TEMPORARY
isGlobalTemporary() - Method in class org.jboss.dna.common.jdbc.model.spi.TableTypeBean
Is current table type represents GLOBAL TEMPORARY
isGrantable() - Method in interface org.jboss.dna.common.jdbc.model.api.Privilege
Return true if grantee is permitted to grant to others, false otherwise (even if unknown).
isGrantable() - Method in class org.jboss.dna.common.jdbc.model.spi.PrivilegeBean
Return true if grantee is permitted to grant to others, false otherwise (even if unknown).
isGreaterThan(int, int, String) - Static method in class org.jboss.dna.common.util.CheckArg
Check that the argument is greater than the supplied value
isGreaterThan(double, double, String) - Static method in class org.jboss.dna.common.util.CheckArg
Check that the argument is greater than the supplied value
isGreaterThanOrEqualTo(int, int, String) - Static method in class org.jboss.dna.common.util.CheckArg
Check that the argument is greater than or equal to the supplied value
isIndexColumn() - Method in interface org.jboss.dna.common.jdbc.model.api.TableColumn
Retrieves true if column is part of any index.
isIndexColumn() - Method in class org.jboss.dna.common.jdbc.model.spi.TableColumnBean
Retrieves true if column is part of any index.
isInstanceOf(Object, Class<?>, String) - Static method in class org.jboss.dna.common.util.CheckArg
Check that the object is an instance of the specified Class
isLessThan(int, int, String) - Static method in class org.jboss.dna.common.util.CheckArg
Check that the argument is less than the supplied value
isLessThanOrEqualTo(int, int, String) - Static method in class org.jboss.dna.common.util.CheckArg
Check that the argument is less than or equal to the supplied value
islocalTemporary(String) - Method in interface org.jboss.dna.common.jdbc.model.api.TableType
Is table type represents LOCAL TEMPORARY
isLocalTemporary() - Method in interface org.jboss.dna.common.jdbc.model.api.TableType
Is current table type represents LOCAL TEMPORARY
islocalTemporary(String) - Method in class org.jboss.dna.common.jdbc.model.spi.TableTypeBean
Is table type represents LOCAL TEMPORARY
isLocalTemporary() - Method in class org.jboss.dna.common.jdbc.model.spi.TableTypeBean
Is current table type represents LOCAL TEMPORARY
isLocatorsUpdateCopy() - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Indicates whether updates made to a LOB are made on a copy or directly to the LOB.
isLocatorsUpdateCopy() - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Indicates whether updates made to a LOB are made on a copy or directly to the LOB.
isMarker() - Method in class org.jboss.dna.sequencer.java.metadata.MarkerAnnotationMetadata
 
isMaxRowSizeIncludeBlobs() - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Retrieves whether the return value for the method getMaxRowSize includes the SQL data types LONGVARCHAR and LONGVARBINARY.
isMaxRowSizeIncludeBlobs() - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Retrieves whether the return value for the method getMaxRowSize includes the SQL data types LONGVARCHAR and LONGVARBINARY.
isModified() - Method in class org.jboss.dna.jcr.cache.ChangedNodeInfo
Indicates whether the node represented by this NodeInfo is modified (i.e., exists in the persistent repository with different child items).
isModified() - Method in class org.jboss.dna.jcr.cache.ImmutableNodeInfo
Indicates whether the node represented by this NodeInfo is modified (i.e., exists in the persistent repository with different child items).
isModified() - Method in class org.jboss.dna.jcr.cache.NewNodeInfo
Indicates whether the node represented by this NodeInfo is modified (i.e., exists in the persistent repository with different child items). Always returns false, since a new node is not persisted yet.
isModified() - Method in interface org.jboss.dna.jcr.cache.NodeInfo
Indicates whether the node represented by this NodeInfo is modified (i.e., exists in the persistent repository with different child items).
isModified() - Method in class org.jboss.dna.jcr.cache.PropertyInfo
Indicates whether this property/value combination is modified (i.e., exists in the persistent repository with a different value or values).
isMultiple() - Method in class org.jboss.dna.graph.property.basic.BasicEmptyProperty
Determine whether the property currently has multiple values.
isMultiple() - Method in class org.jboss.dna.graph.property.basic.BasicMultiValueProperty
Determine whether the property currently has multiple values.
isMultiple() - Method in class org.jboss.dna.graph.property.basic.BasicSingleValueProperty
Determine whether the property currently has multiple values.
isMultiple() - Method in interface org.jboss.dna.graph.property.Property
Determine whether the property currently has multiple values.
isMultiValued() - Method in class org.jboss.dna.jcr.cache.PropertyInfo
 
isNegative(int, String) - Static method in class org.jboss.dna.common.util.CheckArg
Check that the argument is negative (<0).
isNegative(long, String) - Static method in class org.jboss.dna.common.util.CheckArg
Check that the argument is negative (<0).
isNegative(double, String) - Static method in class org.jboss.dna.common.util.CheckArg
Check that the argument is negative (<0).
isNew() - Method in class org.jboss.dna.jcr.cache.ChangedNodeInfo
Indicates whether the node represented by this NodeInfo is new (i.e., does not yet exist in the persistent repository).
isNew() - Method in class org.jboss.dna.jcr.cache.ImmutableNodeInfo
Indicates whether the node represented by this NodeInfo is new (i.e., does not yet exist in the persistent repository).
isNew() - Method in class org.jboss.dna.jcr.cache.NewNodeInfo
Indicates whether the node represented by this NodeInfo is new (i.e., does not yet exist in the persistent repository). Always returns true.
isNew() - Method in interface org.jboss.dna.jcr.cache.NodeInfo
Indicates whether the node represented by this NodeInfo is new (i.e., does not yet exist in the persistent repository).
isNew() - Method in class org.jboss.dna.jcr.cache.PropertyInfo
Indicates whether this property/value combination is new (i.e., does not yet exist in the persistent repository).
isNoLocal() - Method in class org.jboss.dna.repository.observation.ObservationService.WorkspaceListener
 
isNonNegative(int, String) - Static method in class org.jboss.dna.common.util.CheckArg
Check that the argument is non-negative (>=0).
isNonNegative(long, String) - Static method in class org.jboss.dna.common.util.CheckArg
Check that the argument is non-negative (>=0).
isNonNegative(double, String) - Static method in class org.jboss.dna.common.util.CheckArg
Check that the argument is non-negative (>=0).
isNonPositive(int, String) - Static method in class org.jboss.dna.common.util.CheckArg
Check that the argument is non-positive (<=0).
isNonPositive(long, String) - Static method in class org.jboss.dna.common.util.CheckArg
Check that the argument is non-positive (<=0).
isNonPositive(double, String) - Static method in class org.jboss.dna.common.util.CheckArg
Check that the argument is non-positive (<=0).
isNormal() - Method in class org.jboss.dna.sequencer.java.metadata.NormalAnnotationMetadata
 
isNormalized() - Method in class org.jboss.dna.graph.property.basic.BasicPath
Return whether this path is normalized and contains no "." segments and as few ".." segments as possible.
isNormalized() - Method in class org.jboss.dna.graph.property.basic.ChildPath
Return whether this path is normalized and contains no "." segments and as few ".." segments as possible.
isNormalized() - Method in class org.jboss.dna.graph.property.basic.RootPath
Return whether this path is normalized and contains no "." segments and as few ".." segments as possible.
isNormalized() - Method in interface org.jboss.dna.graph.property.Path
Return whether this path is normalized and contains no "." segments and as few ".." segments as possible.
isNotEmpty(String, String) - Static method in class org.jboss.dna.common.util.CheckArg
Check that the string is not empty, is not null, and does not contain only whitespace.
isNotEmpty(Iterator<?>, String) - Static method in class org.jboss.dna.common.util.CheckArg
Checks that the iterator is not empty, and throws an exception if it is.
isNotEmpty(Collection<?>, String) - Static method in class org.jboss.dna.common.util.CheckArg
Check that the collection is not empty
isNotEmpty(Map<?, ?>, String) - Static method in class org.jboss.dna.common.util.CheckArg
Check that the map is not empty
isNotEmpty(Object[], String) - Static method in class org.jboss.dna.common.util.CheckArg
Check that the array is not empty
isNotEquals(T, String, T, String) - Static method in class org.jboss.dna.common.util.CheckArg
Asserts that the specified first object is not equal to the specified second object.
isNotGreaterThan(int, int, String) - Static method in class org.jboss.dna.common.util.CheckArg
Check that the argument is not greater than the supplied value
isNotLessThan(int, int, String) - Static method in class org.jboss.dna.common.util.CheckArg
Check that the argument is not less than the supplied value
isNotNan(double, String) - Static method in class org.jboss.dna.common.util.CheckArg
Check that the argument is not NaN.
isNotNull(Object, String) - Static method in class org.jboss.dna.common.util.CheckArg
Check that the specified argument is non-null
isNotOnPath(String) - Method in class org.jboss.dna.repository.observation.NodeChange
Return whether this node change occurs on a node on a different path than that supplied.
isNotSame(T, String, T, String) - Static method in class org.jboss.dna.common.util.CheckArg
Asserts that the specified first object is not the same as (==) the specified second object.
isNotZeroLength(String, String) - Static method in class org.jboss.dna.common.util.CheckArg
Check that the string is non-null and has length > 0
isNull(Object, String) - Static method in class org.jboss.dna.common.util.CheckArg
Check that the argument is null
isNullPlusNonNullIsNull() - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Retrieves whether this database supports concatenations between NULL and non-NULL values being NULL.
isNullPlusNonNullIsNull() - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Retrieves whether this database supports concatenations between NULL and non-NULL values being NULL.
isNullsAreSortedAtEnd() - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Retrieves whether NULL values are sorted at the end regardless of sort order.
isNullsAreSortedAtEnd() - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Retrieves whether NULL values are sorted at the end regardless of sort order.
isNullsAreSortedAtStart() - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Retrieves whether NULL values are sorted at the start regardless of sort order.
isNullsAreSortedAtStart() - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Retrieves whether NULL values are sorted at the start regardless of sort order.
isNullsAreSortedHigh() - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Retrieves whether NULL values are sorted high.
isNullsAreSortedHigh() - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Retrieves whether NULL values are sorted high.
isNullsAreSortedLow() - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Retrieves whether NULL values are sorted low.
isNullsAreSortedLow() - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Retrieves whether NULL values are sorted low.
isNumericFunctionSupported(String) - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Is Numeric function supported
isNumericFunctionSupported(String) - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Is Numeric function supported
isOnPath(String) - Method in class org.jboss.dna.repository.observation.NodeChange
Return whether this node change occurs on a node on the supplied path.
isOptional() - Method in class org.jboss.dna.maven.MavenDependency
Indicates the dependency is optional for use of this library.
isParameterizedType() - Method in class org.jboss.dna.sequencer.java.metadata.FieldMetadata
Find out if a field is a parameterized type or not.
isParameterizedType() - Method in class org.jboss.dna.sequencer.java.metadata.ParameterizedTypeFieldMetadata
Find out if a field is a parameterized type or not.
isParentReference() - Method in class org.jboss.dna.graph.property.basic.BasicPathSegment
Return whether this segment is a reference to a parent.
isParentReference() - Method in interface org.jboss.dna.graph.property.Path.Segment
Return whether this segment is a reference to a parent.
isPaused() - Method in class org.jboss.dna.repository.service.AbstractServiceAdministrator
Return whether this service is currently paused.
isPaused() - Method in interface org.jboss.dna.repository.service.ServiceAdministrator
Return whether this system is currently paused.
isPlaceholder() - Method in class org.jboss.dna.connector.federation.contribution.Contribution
Determine whether this contribution is considered a placeholder necessary solely because the same source has contributions at or below the children.
isPlaceholder() - Method in class org.jboss.dna.connector.federation.contribution.PlaceholderContribution
Determine whether this contribution is considered a placeholder necessary solely because the same source has contributions at or below the children.
isPositive(int, String) - Static method in class org.jboss.dna.common.util.CheckArg
Check that the argument is positive (>0).
isPositive(long, String) - Static method in class org.jboss.dna.common.util.CheckArg
Check that the argument is positive (>0).
isPositive(double, String) - Static method in class org.jboss.dna.common.util.CheckArg
Check that the argument is positive (>0).
isPrimaryKeyColumn() - Method in interface org.jboss.dna.common.jdbc.model.api.TableColumn
Retrieves true if column is part of primary key.
isPrimaryKeyColumn() - Method in class org.jboss.dna.common.jdbc.model.spi.TableColumnBean
Retrieves true if column is part of primary key.
isPrimitiveType() - Method in class org.jboss.dna.sequencer.java.metadata.FieldMetadata
Find out if a field is primitive type or not.
isProgressive() - Method in class org.jboss.dna.sequencer.image.ImageMetadata
Returns whether the image is stored in a progressive (also called: interlaced) way.
isPropertyModified(String) - Method in class org.jboss.dna.repository.observation.NodeChange
Determine whether this node change includes the setting of new value(s) for the supplied property.
isPropertyRemoved(String) - Method in class org.jboss.dna.repository.observation.NodeChange
Determine whether this node change includes the removal of the supplied property.
isQualifiedType() - Method in class org.jboss.dna.sequencer.java.metadata.FieldMetadata
Find out if a field is a qualified type or not.
isQualifiedType() - Method in class org.jboss.dna.sequencer.java.metadata.QualifiedTypeFieldMetadata
Find out if a field is a qualified type or not.
isReadOnly() - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Retrieves whether this database is in read-only mode.
isReadOnly() - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Retrieves whether this database is in read-only mode.
isReadOnly() - Method in class org.jboss.dna.graph.request.CloneWorkspaceRequest
Return whether this request only reads information.
isReadOnly() - Method in class org.jboss.dna.graph.request.CompositeRequest
Return whether this request only reads information.
isReadOnly() - Method in class org.jboss.dna.graph.request.CopyBranchRequest
Return whether this request only reads information.
isReadOnly() - Method in class org.jboss.dna.graph.request.CreateNodeRequest
Return whether this request only reads information.
isReadOnly() - Method in class org.jboss.dna.graph.request.CreateWorkspaceRequest
Return whether this request only reads information.
isReadOnly() - Method in class org.jboss.dna.graph.request.DeleteBranchRequest
Return whether this request only reads information.
isReadOnly() - Method in class org.jboss.dna.graph.request.DestroyWorkspaceRequest
Return whether this request only reads information.
isReadOnly() - Method in class org.jboss.dna.graph.request.GetWorkspacesRequest
Return whether this request only reads information.
isReadOnly() - Method in class org.jboss.dna.graph.request.MoveBranchRequest
Return whether this request only reads information.
isReadOnly() - Method in class org.jboss.dna.graph.request.ReadAllChildrenRequest
Return whether this request only reads information.
isReadOnly() - Method in class org.jboss.dna.graph.request.ReadAllPropertiesRequest
Return whether this request only reads information.
isReadOnly() - Method in class org.jboss.dna.graph.request.ReadBlockOfChildrenRequest
Return whether this request only reads information.
isReadOnly() - Method in class org.jboss.dna.graph.request.ReadBranchRequest
Return whether this request only reads information.
isReadOnly() - Method in class org.jboss.dna.graph.request.ReadNextBlockOfChildrenRequest
Return whether this request only reads information.
isReadOnly() - Method in class org.jboss.dna.graph.request.ReadNodeRequest
Return whether this request only reads information.
isReadOnly() - Method in class org.jboss.dna.graph.request.ReadPropertyRequest
Return whether this request only reads information.
isReadOnly() - Method in class org.jboss.dna.graph.request.RemovePropertyRequest
Return whether this request only reads information.
isReadOnly() - Method in class org.jboss.dna.graph.request.RenameNodeRequest
Return whether this request only reads information.
isReadOnly() - Method in class org.jboss.dna.graph.request.Request
Return whether this request only reads information.
isReadOnly() - Method in class org.jboss.dna.graph.request.SetPropertyRequest
Return whether this request only reads information.
isReadOnly() - Method in class org.jboss.dna.graph.request.UpdatePropertiesRequest
Return whether this request only reads information.
isReadOnly() - Method in class org.jboss.dna.graph.request.VerifyNodeExistsRequest
Return whether this request only reads information.
isReadOnly() - Method in class org.jboss.dna.graph.request.VerifyWorkspaceRequest
Return whether this request only reads information.
isRecording() - Method in class org.jboss.dna.connector.federation.contribution.ContributionStatistics
 
isReferentialIntegrityEnforced() - Method in class org.jboss.dna.connector.store.jpa.JpaSource
 
isReferentialIntegrityEnforced() - Method in class org.jboss.dna.connector.store.jpa.model.basic.PropertiesEntity
 
isRegistered() - Method in class org.jboss.dna.repository.observation.ObservationService.WorkspaceListener
 
isRegisteredNamespaceUri(String) - Method in class org.jboss.dna.graph.property.basic.GraphNamespaceRegistry
Return whether there is a registered prefix for the supplied namespace URI.
isRegisteredNamespaceUri(String) - Method in class org.jboss.dna.graph.property.basic.LocalNamespaceRegistry
Return whether there is a registered prefix for the supplied namespace URI.
isRegisteredNamespaceUri(String) - Method in class org.jboss.dna.graph.property.basic.SimpleNamespaceRegistry
Return whether there is a registered prefix for the supplied namespace URI.
isRegisteredNamespaceUri(String) - Method in class org.jboss.dna.graph.property.basic.ThreadSafeNamespaceRegistry
Return whether there is a registered prefix for the supplied namespace URI.
isRegisteredNamespaceUri(String) - Method in interface org.jboss.dna.graph.property.NamespaceRegistry
Return whether there is a registered prefix for the supplied namespace URI.
isRegisteredNamespaceUri(String) - Method in class org.jboss.dna.repository.util.JcrNamespaceRegistry
Return whether there is a registered prefix for the supplied namespace URI.
isRemoveDuplicateProperties() - Method in class org.jboss.dna.connector.federation.merge.strategy.SimpleMergeStrategy
 
isRoot() - Method in class org.jboss.dna.graph.property.basic.BasicPath
Return whether this path represents the root path.
isRoot() - Method in class org.jboss.dna.graph.property.basic.ChildPath
Return whether this path represents the root path.
isRoot() - Method in class org.jboss.dna.graph.property.basic.RootPath
Return whether this path represents the root path.
isRoot() - Method in interface org.jboss.dna.graph.property.Path
Return whether this path represents the root path.
isRunning() - Method in class org.jboss.dna.common.statistic.Stopwatch
Return whether this stopwatch is currently running.
isRunning() - Method in class org.jboss.dna.connector.federation.FederatedRepository
Return true if this federated repository is running and ready for connections.
isRunning() - Method in class org.jboss.dna.graph.connector.RepositoryConnectionPool
Return whether this connection pool is running and is able to provide connections.
isSame(T, String, T, String) - Static method in class org.jboss.dna.common.util.CheckArg
Asserts that the specified first object is the same as (==) the specified second object.
isSame(InputStream, InputStream) - Static method in class org.jboss.dna.common.util.IoUtil
Write the entire contents of the supplied string to the given stream.
isSame(Location) - Method in class org.jboss.dna.graph.Location
Compare this location to the supplied location, and determine whether the two locations represent the same logical location.
isSame(Location, boolean) - Method in class org.jboss.dna.graph.Location
Compare this location to the supplied location, and determine whether the two locations represent the same logical location.
isSameAs(Path) - Method in class org.jboss.dna.graph.property.basic.AbstractPath
Determine whether this path represents the same as the supplied path.
isSameAs(DateTime) - Method in class org.jboss.dna.graph.property.basic.JodaDateTime
Return whether this date-time is at the same time as the supplied date-time.
isSameAs(Path) - Method in class org.jboss.dna.graph.property.basic.RootPath
Determine whether this path represents the same as the supplied path. This is equivalent to calling this.compareTo(other) == 0 .
isSameAs(DateTime) - Method in interface org.jboss.dna.graph.property.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.property.Path
Determine whether this path represents the same as the supplied path.
isSameNode(NodeChange) - Method in class org.jboss.dna.repository.observation.NodeChange
 
isSameWorkspace() - Method in class org.jboss.dna.graph.request.CopyBranchRequest
Determine whether this copy operation is within the same workspace.
isScrollInsensitiveResultInsertsAreDetected() - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Retrieves whether or not a visible row insert can be detected by calling the method ResultSet.rowInserted.
isScrollInsensitiveResultInsertsAreDetected() - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Retrieves whether or not a visible row insert can be detected by calling the method ResultSet.rowInserted.
isScrollInsensitiveResultSetDeletesAreDetected() - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Retrieves whether or not a visible row delete can be detected by calling the method ResultSet.rowDeleted.
isScrollInsensitiveResultSetDeletesAreDetected() - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Retrieves whether or not a visible row delete can be detected by calling the method ResultSet.rowDeleted.
isScrollInsensitiveResultSetOthersDeletesAreVisible() - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Retrieves whether deletes made by others are visible.
isScrollInsensitiveResultSetOthersDeletesAreVisible() - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Retrieves whether deletes made by others are visible.
isScrollInsensitiveResultSetOthersInsertsAreVisible() - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Retrieves whether inserts made by others are visible.
isScrollInsensitiveResultSetOthersInsertsAreVisible() - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Retrieves whether inserts made by others are visible.
isScrollInsensitiveResultSetOthersUpdatesAreVisible() - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Retrieves whether updates made by others are visible.
isScrollInsensitiveResultSetOthersUpdatesAreVisible() - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Retrieves whether updates made by others are visible.
isScrollInsensitiveResultSetOwnDeletesAreVisible() - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Retrieves whether a result set's own deletes are visible.
isScrollInsensitiveResultSetOwnDeletesAreVisible() - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Retrieves whether a result set's own deletes are visible.
isScrollInsensitiveResultSetOwnInsertsAreVisible() - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Retrieves whether a result set's own inserts are visible.
isScrollInsensitiveResultSetOwnInsertsAreVisible() - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Retrieves whether a result set's own inserts are visible.
isScrollInsensitiveResultSetOwnUpdatesAreVisible() - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Retrieves whether for the given type of ResultSet object, the result set's own updates are visible.
isScrollInsensitiveResultSetOwnUpdatesAreVisible() - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Retrieves whether for the given type of ResultSet object, the result set's own updates are visible.
isScrollInsensitiveResultSetUpdatesAreDetected() - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Retrieves whether or not a visible row update can be detected by calling the method ResultSet.rowUpdated.
isScrollInsensitiveResultSetUpdatesAreDetected() - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Retrieves whether or not a visible row update can be detected by calling the method ResultSet.rowUpdated.
isScrollSensitiveResultInsertsAreDetected() - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Retrieves whether or not a visible row insert can be detected by calling the method ResultSet.rowInserted.
isScrollSensitiveResultInsertsAreDetected() - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Retrieves whether or not a visible row insert can be detected by calling the method ResultSet.rowInserted.
isScrollSensitiveResultSetDeletesAreDetected() - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Retrieves whether or not a visible row delete can be detected by calling the method ResultSet.rowDeleted.
isScrollSensitiveResultSetDeletesAreDetected() - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Retrieves whether or not a visible row delete can be detected by calling the method ResultSet.rowDeleted.
isScrollSensitiveResultSetOthersDeletesAreVisible() - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Retrieves whether deletes made by others are visible.
isScrollSensitiveResultSetOthersDeletesAreVisible() - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Retrieves whether deletes made by others are visible.
isScrollSensitiveResultSetOthersInsertsAreVisible() - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Retrieves whether inserts made by others are visible.
isScrollSensitiveResultSetOthersInsertsAreVisible() - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Retrieves whether inserts made by others are visible.
isScrollSensitiveResultSetOthersUpdatesAreVisible() - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Retrieves whether updates made by others are visible.
isScrollSensitiveResultSetOthersUpdatesAreVisible() - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Retrieves whether updates made by others are visible.
isScrollSensitiveResultSetOwnDeletesAreVisible() - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Retrieves whether a result set's own deletes are visible.
isScrollSensitiveResultSetOwnDeletesAreVisible() - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Retrieves whether a result set's own deletes are visible.
isScrollSensitiveResultSetOwnInsertsAreVisible() - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Retrieves whether a result set's own inserts are visible.
isScrollSensitiveResultSetOwnInsertsAreVisible() - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Retrieves whether a result set's own inserts are visible.
isScrollSensitiveResultSetOwnUpdatesAreVisible() - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Retrieves whether for the given type of ResultSet object, the result set's own updates are visible.
isScrollSensitiveResultSetOwnUpdatesAreVisible() - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Retrieves whether for the given type of ResultSet object, the result set's own updates are visible.
isScrollSensitiveResultSetUpdatesAreDetected() - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Retrieves whether or not a visible row update can be detected by calling the method ResultSet.rowUpdated.
isScrollSensitiveResultSetUpdatesAreDetected() - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Retrieves whether or not a visible row update can be detected by calling the method ResultSet.rowUpdated.
isSelfReference() - Method in class org.jboss.dna.graph.property.basic.BasicPathSegment
Return whether this segment is a self-reference.
isSelfReference() - Method in interface org.jboss.dna.graph.property.Path.Segment
Return whether this segment is a self-reference.
isShutdown() - Method in class org.jboss.dna.graph.connector.RepositoryConnectionPool
Return whether this connection pool is in the process of shutting down or has already been shut down.
isShutdown() - Method in class org.jboss.dna.repository.service.AbstractServiceAdministrator
Return whether this service is stopped and unable to be restarted.
isShutdown() - Method in interface org.jboss.dna.repository.service.ServiceAdministrator
Return whether this system has been shut down.
isSimple() - Method in class org.jboss.dna.connector.federation.Projection
Determine whether this project is a simple projection that only involves for any one repository path no more than a single source path.
isSimpleType() - Method in class org.jboss.dna.sequencer.java.metadata.FieldMetadata
Find out if a field is a simple type or not.
isSimpleType() - Method in class org.jboss.dna.sequencer.java.metadata.SimpleTypeFieldMetadata
Find out if a field is a simple type or not.
isSingle() - Method in class org.jboss.dna.graph.property.basic.BasicEmptyProperty
Determine whether the property currently has a single value.
isSingle() - Method in class org.jboss.dna.graph.property.basic.BasicMultiValueProperty
Determine whether the property currently has a single value.
isSingle() - Method in class org.jboss.dna.graph.property.basic.BasicSingleValueProperty
Determine whether the property currently has a single value.
isSingle() - Method in interface org.jboss.dna.graph.property.Property
Determine whether the property currently has a single value.
isSingle() - Method in class org.jboss.dna.sequencer.java.metadata.SingleMemberAnnotationMetadata
 
isSlashEncoded() - Method in class org.jboss.dna.common.text.UrlEncoder
 
isSource(String) - Method in class org.jboss.dna.connector.federation.merge.FiveContributionMergePlan
Return whether the named source was consulted for a contribution.
isSource(String) - Method in class org.jboss.dna.connector.federation.merge.FourContributionMergePlan
Return whether the named source was consulted for a contribution.
isSource(String) - Method in class org.jboss.dna.connector.federation.merge.MergePlan
Return whether the named source was consulted for a contribution.
isSource(String) - Method in class org.jboss.dna.connector.federation.merge.MultipleContributionMergePlan
Return whether the named source was consulted for a contribution.
isSource(String) - Method in class org.jboss.dna.connector.federation.merge.OneContributionMergePlan
Return whether the named source was consulted for a contribution.
isSource(String) - Method in class org.jboss.dna.connector.federation.merge.ThreeContributionMergePlan
Return whether the named source was consulted for a contribution.
isSource(String) - Method in class org.jboss.dna.connector.federation.merge.TwoContributionMergePlan
Return whether the named source was consulted for a contribution.
isSQLKeywordSupported(String) - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Is SQL keyword supported
isSQLKeywordSupported(String) - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Is SQL keyword supported
isStarted() - Method in class org.jboss.dna.repository.service.AbstractServiceAdministrator
Return whether this service has been started and is currently running.
isStarted() - Method in interface org.jboss.dna.repository.service.ServiceAdministrator
Return whether this system has been started and is currently running.
isStoresLowerCaseIdentifiers() - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Retrieves whether this database treats mixed case unquoted SQL identifiers as case insensitive and stores them in lower case.
isStoresLowerCaseIdentifiers() - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Retrieves whether this database treats mixed case unquoted SQL identifiers as case insensitive and stores them in lower case.
isStoresLowerCaseQuotedIdentifiers() - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Retrieves whether this database treats mixed case quoted SQL identifiers as case insensitive and stores them in lower case.
isStoresLowerCaseQuotedIdentifiers() - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Retrieves whether this database treats mixed case quoted SQL identifiers as case insensitive and stores them in lower case.
isStoresMixedCaseIdentifiers() - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Retrieves whether this database treats mixed case unquoted SQL identifiers as case insensitive and stores them in mixed case.
isStoresMixedCaseIdentifiers() - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Retrieves whether this database treats mixed case unquoted SQL identifiers as case insensitive and stores them in mixed case.
isStoresMixedCaseQuotedIdentifiers() - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Retrieves whether this database treats mixed case quoted SQL identifiers as case insensitive and stores them in mixed case.
isStoresMixedCaseQuotedIdentifiers() - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Retrieves whether this database treats mixed case quoted SQL identifiers as case insensitive and stores them in mixed case.
isStoresUpperCaseIdentifiers() - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Retrieves whether this database treats mixed case unquoted SQL identifiers as case insensitive and stores them in upper case.
isStoresUpperCaseIdentifiers() - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Retrieves whether this database treats mixed case unquoted SQL identifiers as case insensitive and stores them in upper case.
isStoresUpperCaseQuotedIdentifiers() - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Retrieves whether this database treats mixed case quoted SQL identifiers as case insensitive and stores them in upper case.
isStoresUpperCaseQuotedIdentifiers() - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Retrieves whether this database treats mixed case quoted SQL identifiers as case insensitive and stores them in upper case.
isStringFunctionSupported(String) - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Is String function supported
isStringFunctionSupported(String) - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Is String function supported
isSubmitIgnored() - Method in class org.jboss.dna.graph.io.GraphBatchDestination
Return whether this instance is ignoring calls to GraphBatchDestination.submit().
isSupportedTransactionIsolationLevelType(TransactionIsolationLevelType) - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Is supported TransactionIsolationLevelType
isSupportedTransactionIsolationLevelType(TransactionIsolationLevelType) - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Is supported TransactionIsolationLevelType
isSupportsAlterTableWithAddColumn() - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Retrieves whether this database supports ALTER TABLE with add column.
isSupportsAlterTableWithAddColumn() - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Retrieves whether this database supports ALTER TABLE with add column.
isSupportsAlterTableWithDropColumn() - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Retrieves whether this database supports ALTER TABLE with drop column.
isSupportsAlterTableWithDropColumn() - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Retrieves whether this database supports ALTER TABLE with drop column.
isSupportsANSI92EntryLevelSQL() - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Retrieves whether this database supports the ANSI92 entry level SQL grammar.
isSupportsANSI92EntryLevelSQL() - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Retrieves whether this database supports the ANSI92 entry level SQL grammar.
isSupportsANSI92FullSQL() - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Retrieves whether this database supports the ANSI92 full SQL grammar supported.
isSupportsANSI92FullSQL() - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Retrieves whether this database supports the ANSI92 full SQL grammar supported.
isSupportsANSI92IntermediateSQL() - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Retrieves whether this database supports the ANSI92 intermediate SQL grammar supported.
isSupportsANSI92IntermediateSQL() - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Retrieves whether this database supports the ANSI92 intermediate SQL grammar supported.
isSupportsBatchUpdates() - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Retrieves whether this database supports batch updates.
isSupportsBatchUpdates() - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Retrieves whether this database supports batch updates.
isSupportsCatalogsInDataManipulation() - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Retrieves whether a catalog name can be used in a data manipulation statement.
isSupportsCatalogsInDataManipulation() - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Retrieves whether a catalog name can be used in a data manipulation statement.
isSupportsCatalogsInIndexDefinitions() - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Retrieves whether a catalog name can be used in an index definition statement.
isSupportsCatalogsInIndexDefinitions() - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Retrieves whether a catalog name can be used in an index definition statement.
isSupportsCatalogsInPrivilegeDefinitions() - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Retrieves whether a catalog name can be used in a privilege definition statement.
isSupportsCatalogsInPrivilegeDefinitions() - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Retrieves whether a catalog name can be used in a privilege definition statement.
isSupportsCatalogsInProcedureCalls() - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Retrieves whether a catalog name can be used in a procedure call statement.
isSupportsCatalogsInProcedureCalls() - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Retrieves whether a catalog name can be used in a procedure call statement.
isSupportsCatalogsInTableDefinitions() - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Retrieves whether a catalog name can be used in a table definition statement.
isSupportsCatalogsInTableDefinitions() - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Retrieves whether a catalog name can be used in a table definition statement.
isSupportsColumnAliasing() - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Retrieves whether this database supports column aliasing.
isSupportsColumnAliasing() - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Retrieves whether this database supports column aliasing.
isSupportsConvert() - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Retrieves whether this database supports the CONVERT function between SQL types.
isSupportsConvert() - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Retrieves whether this database supports the CONVERT function between SQL types.
isSupportsCoreSQLGrammar() - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Retrieves whether this database supports the ODBC Core SQL grammar.
isSupportsCoreSQLGrammar() - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Retrieves whether this database supports the ODBC Core SQL grammar.
isSupportsCorrelatedSubqueries() - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Retrieves whether this database supports correlated subqueries.
isSupportsCorrelatedSubqueries() - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Retrieves whether this database supports correlated subqueries.
isSupportsDataDefinitionAndDataManipulationTransactions() - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Retrieves whether this database supports both data definition and data manipulation statements within a transaction.
isSupportsDataDefinitionAndDataManipulationTransactions() - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Retrieves whether this database supports both data definition and data manipulation statements within a transaction.
isSupportsDataManipulationTransactionsOnly() - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Retrieves whether this database supports only data manipulation statements within a transaction.
isSupportsDataManipulationTransactionsOnly() - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Retrieves whether this database supports only data manipulation statements within a transaction.
isSupportsDifferentTableCorrelationNames() - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Retrieves whether, when table correlation names are supported, they are restricted to being different from the names of the tables.
isSupportsDifferentTableCorrelationNames() - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Retrieves whether, when table correlation names are supported, they are restricted to being different from the names of the tables.
isSupportsExpressionsInOrderBy() - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Retrieves whether this database supports expressions in ORDER BY lists.
isSupportsExpressionsInOrderBy() - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Retrieves whether this database supports expressions in ORDER BY lists.
isSupportsExtendedSQLGrammar() - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Retrieves whether this database supports the ODBC Extended SQL grammar.
isSupportsExtendedSQLGrammar() - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Retrieves whether this database supports the ODBC Extended SQL grammar.
isSupportsFullOuterJoins() - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Retrieves whether this database supports full nested outer joins.
isSupportsFullOuterJoins() - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Retrieves whether this database supports full nested outer joins.
isSupportsGetGeneratedKeys() - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Retrieves whether auto-generated keys can be retrieved after a statement has been executed.
isSupportsGetGeneratedKeys() - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Retrieves whether auto-generated keys can be retrieved after a statement has been executed.
isSupportsGroupBy() - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Retrieves whether this database supports some form of GROUP BY clause.
isSupportsGroupBy() - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Retrieves whether this database supports some form of GROUP BY clause.
isSupportsGroupByBeyondSelect() - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Retrieves whether this database supports using columns not included in the SELECT statement in a GROUP BY clause provided that all of the columns in the SELECT statement are included in the GROUP BY clause.
isSupportsGroupByBeyondSelect() - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Retrieves whether this database supports using columns not included in the SELECT statement in a GROUP BY clause provided that all of the columns in the SELECT statement are included in the GROUP BY clause.
isSupportsGroupByUnrelated() - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Retrieves whether this database supports using a column that is not in the SELECT statement in a GROUP BY clause.
isSupportsGroupByUnrelated() - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Retrieves whether this database supports using a column that is not in the SELECT statement in a GROUP BY clause.
isSupportsIntegrityEnhancementFacility() - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Retrieves whether this database supports the SQL Integrity Enhancement Facility.
isSupportsIntegrityEnhancementFacility() - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Retrieves whether this database supports the SQL Integrity Enhancement Facility.
isSupportsLikeEscapeClause() - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Retrieves whether this database supports specifying a LIKE escape clause.
isSupportsLikeEscapeClause() - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Retrieves whether this database supports specifying a LIKE escape clause.
isSupportsLimitedOuterJoins() - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Retrieves whether this database provides limited support for outer joins.
isSupportsLimitedOuterJoins() - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Retrieves whether this database provides limited support for outer joins.
isSupportsMinimumSQLGrammar() - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Retrieves whether this database supports the ODBC Minimum SQL grammar.
isSupportsMinimumSQLGrammar() - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Retrieves whether this database supports the ODBC Minimum SQL grammar.
isSupportsMixedCaseIdentifiers() - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Retrieves whether this database treats mixed case unquoted SQL identifiers as case sensitive and as a result stores them in mixed case.
isSupportsMixedCaseIdentifiers() - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Retrieves whether this database treats mixed case unquoted SQL identifiers as case sensitive and as a result stores them in mixed case.
isSupportsMixedCaseQuotedIdentifiers() - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Retrieves whether this database treats mixed case quoted SQL identifiers as case sensitive and as a result stores them in mixed case.
isSupportsMixedCaseQuotedIdentifiers() - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Retrieves whether this database treats mixed case quoted SQL identifiers as case sensitive and as a result stores them in mixed case.
isSupportsMultipleOpenResults() - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Retrieves whether it is possible to have multiple ResultSet objects returned from a CallableStatement object simultaneously.
isSupportsMultipleOpenResults() - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Retrieves whether it is possible to have multiple ResultSet objects returned from a CallableStatement object simultaneously.
isSupportsMultipleResultSets() - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Retrieves whether this database supports getting multiple ResultSet objects from a single call to the method execute.
isSupportsMultipleResultSets() - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Retrieves whether this database supports getting multiple ResultSet objects from a single call to the method execute.
isSupportsMultipleTransactions() - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Retrieves whether this database allows having multiple transactions open at once (on different connections).
isSupportsMultipleTransactions() - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Retrieves whether this database allows having multiple transactions open at once (on different connections).
isSupportsNamedParameters() - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Retrieves whether this database supports named parameters to callable statements.
isSupportsNamedParameters() - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Retrieves whether this database supports named parameters to callable statements.
isSupportsNonNullableColumns() - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Retrieves whether columns in this database may be defined as non-nullable.
isSupportsNonNullableColumns() - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Retrieves whether columns in this database may be defined as non-nullable.
isSupportsOpenCursorsAcrossCommit() - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Retrieves whether this database supports keeping cursors open across commits.
isSupportsOpenCursorsAcrossCommit() - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Retrieves whether this database supports keeping cursors open across commits.
isSupportsOpenCursorsAcrossRollback() - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Retrieves whether this database supports keeping cursors open across rollbacks.
isSupportsOpenCursorsAcrossRollback() - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Retrieves whether this database supports keeping cursors open across rollbacks.
isSupportsOpenStatementsAcrossCommit() - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Retrieves whether this database supports keeping statements open across commits.
isSupportsOpenStatementsAcrossCommit() - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Retrieves whether this database supports keeping statements open across commits.
isSupportsOpenStatementsAcrossRollback() - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Retrieves whether this database supports keeping statements open across rollbacks.
isSupportsOpenStatementsAcrossRollback() - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Retrieves whether this database supports keeping statements open across rollbacks.
isSupportsOrderByUnrelated() - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Retrieves whether this database supports using a column that is not in the SELECT statement in an ORDER BY clause.
isSupportsOrderByUnrelated() - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Retrieves whether this database supports using a column that is not in the SELECT statement in an ORDER BY clause.
isSupportsOuterJoins() - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Retrieves whether this database supports some form of outer join.
isSupportsOuterJoins() - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Retrieves whether this database supports some form of outer join.
isSupportsPositionedDelete() - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Retrieves whether this database supports positioned DELETE statements.
isSupportsPositionedDelete() - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Retrieves whether this database supports positioned DELETE statements.
isSupportsPositionedUpdate() - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Retrieves whether this database supports positioned UPDATE statements.
isSupportsPositionedUpdate() - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Retrieves whether this database supports positioned UPDATE statements.
isSupportsResultSetCloseCurrorsAtCommitHoldability() - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Retrieves whether this database supports the given result set holdability.
isSupportsResultSetCloseCurrorsAtCommitHoldability() - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Retrieves whether this database supports the given result set holdability.
isSupportsResultSetHoldCurrorsOverCommitHoldability() - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Retrieves whether this database supports the given result set holdability.
isSupportsResultSetHoldCurrorsOverCommitHoldability() - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Retrieves whether this database supports the given result set holdability.
isSupportsSavepoints() - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Retrieves whether this database supports savepoints.
isSupportsSavepoints() - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Retrieves whether this database supports savepoints.
isSupportsSchemasInDataManipulation() - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Retrieves whether a schema name can be used in a data manipulation statement.
isSupportsSchemasInDataManipulation() - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Retrieves whether a schema name can be used in a data manipulation statement.
isSupportsSchemasInIndexDefinitions() - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Retrieves whether a schema name can be used in an index definition statement.
isSupportsSchemasInIndexDefinitions() - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Retrieves whether a schema name can be used in an index definition statement.
isSupportsSchemasInPrivilegeDefinitions() - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Retrieves whether a schema name can be used in a privilege definition statement.
isSupportsSchemasInPrivilegeDefinitions() - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Retrieves whether a schema name can be used in a privilege definition statement.
isSupportsSchemasInProcedureCalls() - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Retrieves whether a schema name can be used in a procedure call statement.
isSupportsSchemasInProcedureCalls() - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Retrieves whether a schema name can be used in a procedure call statement.
isSupportsSchemasInTableDefinitions() - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Retrieves whether a schema name can be used in a table definition statement.
isSupportsSchemasInTableDefinitions() - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Retrieves whether a schema name can be used in a table definition statement.
isSupportsSelectForUpdate() - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Retrieves whether this database supports SELECT FOR UPDATE statements.
isSupportsSelectForUpdate() - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Retrieves whether this database supports SELECT FOR UPDATE statements.
isSupportsStatementPooling() - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Retrieves whether this database supports statement pooling.
isSupportsStatementPooling() - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Retrieves whether this database supports statement pooling.
isSupportsStoredProcedures() - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Retrieves whether this database supports stored procedure calls that use the stored procedure escape syntax.
isSupportsStoredProcedures() - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Retrieves whether this database supports stored procedure calls that use the stored procedure escape syntax.
isSupportsSubqueriesInComparisons() - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Retrieves whether this database supports subqueries in comparison expressions.
isSupportsSubqueriesInComparisons() - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Retrieves whether this database supports subqueries in comparison expressions.
isSupportsSubqueriesInExists() - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Retrieves whether this database supports subqueries in EXISTS expressions.
isSupportsSubqueriesInExists() - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Retrieves whether this database supports subqueries in EXISTS expressions.
isSupportsSubqueriesInIns() - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Retrieves whether this database supports subqueries in IN statements.
isSupportsSubqueriesInIns() - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Retrieves whether this database supports subqueries in IN statements.
isSupportsSubqueriesInQuantifieds() - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Retrieves whether this database supports subqueries in quantified expressions.
isSupportsSubqueriesInQuantifieds() - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Retrieves whether this database supports subqueries in quantified expressions.
isSupportsTableCorrelationNames() - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Retrieves whether this database supports table correlation names.
isSupportsTableCorrelationNames() - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Retrieves whether this database supports table correlation names.
isSupportsTransactions() - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Retrieves whether this database supports transactions.
isSupportsTransactions() - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Retrieves whether this database supports transactions.
isSupportsUnion() - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Retrieves whether this database supports SQL UNION.
isSupportsUnion() - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Retrieves whether this database supports SQL UNION.
isSupportsUnionAll() - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Retrieves whether this database supports SQL UNION ALL.
isSupportsUnionAll() - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Retrieves whether this database supports SQL UNION ALL.
isSynonym(String) - Method in interface org.jboss.dna.common.jdbc.model.api.TableType
Is table type represents SYNONYM
isSynonym() - Method in interface org.jboss.dna.common.jdbc.model.api.TableType
Is current table type represents SYNONYM
isSynonym(String) - Method in class org.jboss.dna.common.jdbc.model.spi.TableTypeBean
Is table type represents SYNONYM
isSynonym() - Method in class org.jboss.dna.common.jdbc.model.spi.TableTypeBean
Is current table type represents SYNONYM
isSystemFunctionSupported(String) - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Is System function supported
isSystemFunctionSupported(String) - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Is System function supported
isSystemTable(String) - Method in interface org.jboss.dna.common.jdbc.model.api.TableType
Is table type represents SYSTEM TABLE
isSystemTable() - Method in interface org.jboss.dna.common.jdbc.model.api.TableType
Is current table type represents SYSTEM TABLE
isSystemTable(String) - Method in class org.jboss.dna.common.jdbc.model.spi.TableTypeBean
Is table type represents SYSTEM TABLE
isSystemTable() - Method in class org.jboss.dna.common.jdbc.model.spi.TableTypeBean
Is current table type represents SYSTEM TABLE
isTable(String) - Method in interface org.jboss.dna.common.jdbc.model.api.TableType
Is table type represents TABLE
isTable() - Method in interface org.jboss.dna.common.jdbc.model.api.TableType
Is current table type represents TABLE
isTable(String) - Method in class org.jboss.dna.common.jdbc.model.spi.TableTypeBean
Is table type represents TABLE
isTable() - Method in class org.jboss.dna.common.jdbc.model.spi.TableTypeBean
Is current table type represents TABLE
isTerminated() - Method in class org.jboss.dna.connector.federation.FederatedRepository
Return true if this federated repository has completed its termination and no longer has any open connections.
isTerminated() - Method in class org.jboss.dna.graph.connector.RepositoryConnectionPool
Return true if this pool has completed its termination and no longer has any open connections.
isTerminated() - Method in class org.jboss.dna.repository.RepositoryLibrary
Return true if this federated repository has completed its termination and no longer has any open connections.
isTerminated() - Method in class org.jboss.dna.repository.service.AbstractServiceAdministrator
Return whether this system has finished shutting down.
isTerminated() - Method in interface org.jboss.dna.repository.service.ServiceAdministrator
Return whether this system has finished shutting down.
isTerminating() - Method in class org.jboss.dna.graph.connector.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.
isTerminating() - Method in class org.jboss.dna.repository.RepositoryLibrary
Returns true if this federated repository is in the process of terminating after ServiceAdministrator.shutdown() has been called on the administrator, but the federated repository has connections that have not yet normally been closed.
isTimeDateFunctionSupported(String) - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Is Time/Date function supported
isTimeDateFunctionSupported(String) - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Is Time/Date function supported
isTraceEnabled() - Method in class org.jboss.dna.common.util.Logger
Return whether messages at the TRACE level are being logged.
isTypeFor(Object) - Method in enum org.jboss.dna.graph.property.PropertyType
 
isTypeForEach(Iterable<?>) - Method in enum org.jboss.dna.graph.property.PropertyType
 
isTypeForEach(Iterator<?>) - Method in enum org.jboss.dna.graph.property.PropertyType
 
isUncountable(String) - Method in class org.jboss.dna.common.text.Inflector
Determine whether the supplied word is considered uncountable by the pluralize and singularize methods.
isUnique() - Method in interface org.jboss.dna.common.jdbc.model.api.Index
Can index values be non-unique. false when TYPE is tableIndexStatistic.
isUnique() - Method in class org.jboss.dna.common.jdbc.model.spi.IndexBean
Can index values be non-unique. false when TYPE is tableIndexStatistic.
isUnknownGrantable() - Method in interface org.jboss.dna.common.jdbc.model.api.Privilege
Return true if it is unknown: grantee is permitted to grant to others or not
isUnknownGrantable() - Method in class org.jboss.dna.common.jdbc.model.spi.PrivilegeBean
Return true if it is unknown: grantee is permitted to grant to others or not
isUnsigned() - Method in interface org.jboss.dna.common.jdbc.model.api.SqlTypeInfo
Returns true if sql type is unsigned
isUnsigned() - Method in class org.jboss.dna.common.jdbc.model.spi.SqlTypeInfoBean
Returns true if sql type is unsigned
isUsesLocalFilePerTable() - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Retrieves whether this database uses a file for each table.
isUsesLocalFilePerTable() - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Retrieves whether this database uses a file for each table.
isUsesLocalFiles() - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Retrieves whether this database stores tables in a local file.
isUsesLocalFiles() - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Retrieves whether this database stores tables in a local file.
isValid(int) - Static method in class org.jboss.dna.common.xml.XmlCharacters
Determine whether the supplied character is a valid character in XML.
isValidContent(int) - Static method in class org.jboss.dna.common.xml.XmlCharacters
Determine whether the supplied character is a valid character in XML content
isValidName(int) - Static method in class org.jboss.dna.common.xml.XmlCharacters
Determine whether the supplied character is a valid non-first character in an XML Name.
isValidName(String) - Static method in class org.jboss.dna.common.xml.XmlCharacters
Determine if the supplied name is a valid XML Name.
isValidNameStart(int) - Static method in class org.jboss.dna.common.xml.XmlCharacters
Determine whether the supplied character is a valid first character in an XML Name.
isValidNcName(int) - Static method in class org.jboss.dna.common.xml.XmlCharacters
Determine whether the supplied character is a valid non-first character in an XML NCName.
isValidNcName(String) - Static method in class org.jboss.dna.common.xml.XmlCharacters
Determine if the supplied name is a valid XML NCName.
isValidNcNameStart(int) - Static method in class org.jboss.dna.common.xml.XmlCharacters
Determine whether the supplied character is a valid first character in an XML NCName.
isValidPubid(int) - Static method in class org.jboss.dna.common.xml.XmlCharacters
Determine whether the supplied character is a valid character in an XML Pubid.
isValidSpace(int) - Static method in class org.jboss.dna.common.xml.XmlCharacters
Determine whether the supplied character is a valid whitespace character in XML
isVersionColumn() - Method in interface org.jboss.dna.common.jdbc.model.api.TableColumn
Retrieves true if column is automatically updated when any value in a row is updated.
isVersionColumn() - Method in class org.jboss.dna.common.jdbc.model.spi.TableColumnBean
Retrieves true if column is automatically updated when any value in a row is updated.
isView(String) - Method in interface org.jboss.dna.common.jdbc.model.api.TableType
Is table type represents VIEW
isView() - Method in interface org.jboss.dna.common.jdbc.model.api.TableType
Is current table type represents VIEW
isView(String) - Method in class org.jboss.dna.common.jdbc.model.spi.TableTypeBean
Is table type represents VIEW
isView() - Method in class org.jboss.dna.common.jdbc.model.spi.TableTypeBean
Is current table type represents VIEW
isWildcardType() - Method in class org.jboss.dna.sequencer.java.metadata.FieldMetadata
Find out if a field is a wild card type or not.
isWildcardType() - Method in class org.jboss.dna.sequencer.java.metadata.WildcardTypeFieldMetadata
Find out if a field is a wild card type or not.
itemNotFoundAtPath - Static variable in class org.jboss.dna.jcr.JcrI18n
 
itemNotFoundAtPathRelativeToReferenceNode - Static variable in class org.jboss.dna.jcr.JcrI18n
 
itemNotFoundWithUuid - Static variable in class org.jboss.dna.jcr.JcrI18n
 
iterator() - Static method in enum org.jboss.dna.cnd.QueryOperator
Return an iterator over all the operator enumeration literals.
iterator() - Method in class org.jboss.dna.common.collection.AbstractProblems

iterator() - Method in class org.jboss.dna.common.collection.ImmutableAppendedList
iterator() - Method in interface org.jboss.dna.common.collection.Problems
iterator() - Method in class org.jboss.dna.connector.federation.merge.FiveContributionMergePlan
iterator() - Method in class org.jboss.dna.connector.federation.merge.FourContributionMergePlan
iterator() - Method in class org.jboss.dna.connector.federation.merge.MultipleContributionMergePlan
iterator() - Method in class org.jboss.dna.connector.federation.merge.OneContributionMergePlan
iterator() - Method in class org.jboss.dna.connector.federation.merge.ThreeContributionMergePlan
iterator() - Method in class org.jboss.dna.connector.federation.merge.TwoContributionMergePlan
iterator() - Method in class org.jboss.dna.graph.Location
iterator() - Method in class org.jboss.dna.graph.property.basic.AbstractPath
iterator() - Method in class org.jboss.dna.graph.property.basic.AbstractValueFactories
This implementation always iterates over the instances return by the get*Factory() methods.
iterator() - Method in class org.jboss.dna.graph.property.basic.BasicEmptyProperty
iterator() - Method in class org.jboss.dna.graph.property.basic.BasicMultiValueProperty
iterator() - Method in class org.jboss.dna.graph.property.basic.BasicSingleValueProperty
iterator() - Method in class org.jboss.dna.graph.property.basic.ChildPath
iterator() - Method in class org.jboss.dna.graph.property.basic.RootPath
iterator() - Method in interface org.jboss.dna.graph.property.Path
iterator() - Static method in enum org.jboss.dna.graph.property.PropertyType
Return an iterator over all the property type enumeration literals.
iterator() - Method in class org.jboss.dna.graph.request.CompositeRequest
iterator() - Method in class org.jboss.dna.graph.request.CreateNodeRequest
iterator() - Method in class org.jboss.dna.graph.request.ReadAllChildrenRequest
iterator() - Method in class org.jboss.dna.graph.request.ReadAllPropertiesRequest
iterator() - Method in class org.jboss.dna.graph.request.ReadBranchRequest
The resulting iterator accesses the Location objects in the branch, in pre-order traversal order.
iterator() - Method in class org.jboss.dna.graph.request.ReadNodeRequest
iterator() - Method in class org.jboss.dna.jcr.cache.EmptyChildren
iterator() - Method in class org.jboss.dna.jcr.cache.ImmutableChildren
iterator() - Method in class org.jboss.dna.repository.observation.NodeChanges
iterator() - Method in class org.jboss.dna.repository.sequencer.SequencerOutputMap
Return the entries in this output in an order with shorter paths first.

J

JAAS_LOGIN_CONTEXT_NAME - Static variable in class org.jboss.example.dna.repository.RepositoryClient
 
JAVA_ANNOTATION_CHILD_NODE - Static variable in interface org.jboss.dna.sequencer.java.JavaSourceCndDefinition
 
JAVA_ANNOTATION_DECLARATION_CHILD_NODE - Static variable in interface org.jboss.dna.sequencer.java.JavaSourceCndDefinition
 
JAVA_ANNOTATION_TYPE_CHILD_NODE - Static variable in interface org.jboss.dna.sequencer.java.JavaSourceCndDefinition
 
JAVA_ARRAY_TYPE_CHILD_NODE - Static variable in interface org.jboss.dna.sequencer.java.JavaSourceCndDefinition
 
JAVA_ARRAY_TYPE_DESCRIPTION - Static variable in interface org.jboss.dna.sequencer.java.JavaSourceCndDefinition
 
JAVA_ARRAY_TYPE_MODIFIER_CHILD_NODE - Static variable in interface org.jboss.dna.sequencer.java.JavaSourceCndDefinition
 
JAVA_ARRAY_TYPE_NAME - Static variable in interface org.jboss.dna.sequencer.java.JavaSourceCndDefinition
 
JAVA_ARRAY_TYPE_VARIABLE - Static variable in interface org.jboss.dna.sequencer.java.JavaSourceCndDefinition
 
JAVA_CLASS_DECLARATION_CHILD_NODE - Static variable in interface org.jboss.dna.sequencer.java.JavaSourceCndDefinition
 
JAVA_COMPILATION_UNIT_NODE - Static variable in interface org.jboss.dna.sequencer.java.JavaSourceCndDefinition
 
JAVA_COMPILATION_UNIT_PRIMARY_TYPE - Static variable in interface org.jboss.dna.sequencer.java.JavaSourceCndDefinition
 
JAVA_CONSTRUCTOR_CHILD_NODE - Static variable in interface org.jboss.dna.sequencer.java.JavaSourceCndDefinition
 
JAVA_CONSTRUCTOR_DECLARATION_CHILD_NODE - Static variable in interface org.jboss.dna.sequencer.java.JavaSourceCndDefinition
 
JAVA_CONSTRUCTOR_NAME - Static variable in interface org.jboss.dna.sequencer.java.JavaSourceCndDefinition
 
JAVA_FIELD_CHILD_NODE - Static variable in interface org.jboss.dna.sequencer.java.JavaSourceCndDefinition
 
JAVA_FIELD_TYPE_CHILD_NODE - Static variable in interface org.jboss.dna.sequencer.java.JavaSourceCndDefinition
 
JAVA_FORMAL_PARAMETER - Static variable in interface org.jboss.dna.sequencer.java.JavaSourceCndDefinition
 
JAVA_IMPORT_CHILD_NODE - Static variable in interface org.jboss.dna.sequencer.java.JavaSourceCndDefinition
 
JAVA_IMPORT_DECLARATION_CHILD_NODE - Static variable in interface org.jboss.dna.sequencer.java.JavaSourceCndDefinition
 
JAVA_MARKER_ANNOTATION_CHILD_NODE - Static variable in interface org.jboss.dna.sequencer.java.JavaSourceCndDefinition
 
JAVA_MARKER_ANNOTATION_NAME - Static variable in interface org.jboss.dna.sequencer.java.JavaSourceCndDefinition
 
JAVA_METHOD_CHILD_NODE - Static variable in interface org.jboss.dna.sequencer.java.JavaSourceCndDefinition
 
JAVA_METHOD_DECLARATION_CHILD_NODE - Static variable in interface org.jboss.dna.sequencer.java.JavaSourceCndDefinition
 
JAVA_METHOD_NAME - Static variable in interface org.jboss.dna.sequencer.java.JavaSourceCndDefinition
 
JAVA_MODIFIER_CHILD_NODE - Static variable in interface org.jboss.dna.sequencer.java.JavaSourceCndDefinition
 
JAVA_MODIFIER_DECLARATION_CHILD_NODE - Static variable in interface org.jboss.dna.sequencer.java.JavaSourceCndDefinition
 
JAVA_MODIFIER_NAME - Static variable in interface org.jboss.dna.sequencer.java.JavaSourceCndDefinition
 
JAVA_NORMAL_ANNOTATION_CHILD_NODE - Static variable in interface org.jboss.dna.sequencer.java.JavaSourceCndDefinition
 
JAVA_NORMAL_CLASS_CHILD_NODE - Static variable in interface org.jboss.dna.sequencer.java.JavaSourceCndDefinition
 
JAVA_NORMAL_CLASS_DECLARATION_CHILD_NODE - Static variable in interface org.jboss.dna.sequencer.java.JavaSourceCndDefinition
 
JAVA_NORMAL_CLASS_NAME - Static variable in interface org.jboss.dna.sequencer.java.JavaSourceCndDefinition
 
JAVA_NORMALANNOTATION_NAME - Static variable in interface org.jboss.dna.sequencer.java.JavaSourceCndDefinition
 
JAVA_ON_DEMAND_IMPORT_CHILD_NODE - Static variable in interface org.jboss.dna.sequencer.java.JavaSourceCndDefinition
 
JAVA_ON_DEMAND_IMPORT_NAME - Static variable in interface org.jboss.dna.sequencer.java.JavaSourceCndDefinition
 
JAVA_ON_DEMAND_IMPORT_TYPE_DECLARATION_CHILD_NODE - Static variable in interface org.jboss.dna.sequencer.java.JavaSourceCndDefinition
 
JAVA_PACKAGE_CHILD_NODE - Static variable in interface org.jboss.dna.sequencer.java.JavaSourceCndDefinition
 
JAVA_PACKAGE_DECLARATION_CHILD_NODE - Static variable in interface org.jboss.dna.sequencer.java.JavaSourceCndDefinition
 
JAVA_PACKAGE_NAME - Static variable in interface org.jboss.dna.sequencer.java.JavaSourceCndDefinition
 
JAVA_PARAMETER - Static variable in interface org.jboss.dna.sequencer.java.JavaSourceCndDefinition
 
JAVA_PARAMETER_NAME - Static variable in interface org.jboss.dna.sequencer.java.JavaSourceCndDefinition
 
JAVA_PARAMETERIZED_TYPE_CHILD_NODE - Static variable in interface org.jboss.dna.sequencer.java.JavaSourceCndDefinition
 
JAVA_PARAMETERIZED_TYPE_DESCRIPTION - Static variable in interface org.jboss.dna.sequencer.java.JavaSourceCndDefinition
 
JAVA_PARAMETERIZED_TYPE_MODIFIER_CHILD_NODE - Static variable in interface org.jboss.dna.sequencer.java.JavaSourceCndDefinition
 
JAVA_PARAMETERIZED_TYPE_NAME - Static variable in interface org.jboss.dna.sequencer.java.JavaSourceCndDefinition
 
JAVA_PARAMETERIZED_TYPE_VARIABLE - Static variable in interface org.jboss.dna.sequencer.java.JavaSourceCndDefinition
 
JAVA_PRIMITIVE_TYPE_CHILD_NODE - Static variable in interface org.jboss.dna.sequencer.java.JavaSourceCndDefinition
 
JAVA_PRIMITIVE_TYPE_NAME - Static variable in interface org.jboss.dna.sequencer.java.JavaSourceCndDefinition
 
JAVA_PRIMITIVE_TYPE_VARIABLE - Static variable in interface org.jboss.dna.sequencer.java.JavaSourceCndDefinition
 
JAVA_RETURN_TYPE - Static variable in interface org.jboss.dna.sequencer.java.JavaSourceCndDefinition
 
JAVA_SIMPLE_TYPE_CHILD_NODE - Static variable in interface org.jboss.dna.sequencer.java.JavaSourceCndDefinition
 
JAVA_SIMPLE_TYPE_DESCRIPTION - Static variable in interface org.jboss.dna.sequencer.java.JavaSourceCndDefinition
 
JAVA_SIMPLE_TYPE_MODIFIER_CHILD_NODE - Static variable in interface org.jboss.dna.sequencer.java.JavaSourceCndDefinition
 
JAVA_SIMPLE_TYPE_NAME - Static variable in interface org.jboss.dna.sequencer.java.JavaSourceCndDefinition
 
JAVA_SIMPLE_TYPE_VARIABLE - Static variable in interface org.jboss.dna.sequencer.java.JavaSourceCndDefinition
 
JAVA_SINGLE_ANNOTATION_NAME - Static variable in interface org.jboss.dna.sequencer.java.JavaSourceCndDefinition
 
JAVA_SINGLE_ELEMENT_ANNOTATION_CHILD_NODE - Static variable in interface org.jboss.dna.sequencer.java.JavaSourceCndDefinition
 
JAVA_SINGLE_IMPORT_CHILD_NODE - Static variable in interface org.jboss.dna.sequencer.java.JavaSourceCndDefinition
 
JAVA_SINGLE_IMPORT_NAME - Static variable in interface org.jboss.dna.sequencer.java.JavaSourceCndDefinition
 
JAVA_SINGLE_IMPORT_TYPE_DECLARATION_CHILD_NODE - Static variable in interface org.jboss.dna.sequencer.java.JavaSourceCndDefinition
 
JAVA_TYPE_CHILD_NODE - Static variable in interface org.jboss.dna.sequencer.java.JavaSourceCndDefinition
 
JAVA_UNIT_TYPE_CHILD_NODE - Static variable in interface org.jboss.dna.sequencer.java.JavaSourceCndDefinition
 
JAVA_VARIABLE - Static variable in interface org.jboss.dna.sequencer.java.JavaSourceCndDefinition
 
JAVA_VARIABLE_NAME - Static variable in interface org.jboss.dna.sequencer.java.JavaSourceCndDefinition
 
JavadocMetadata - Class in org.jboss.dna.sequencer.java.metadata
 
JavadocMetadata() - Constructor for class org.jboss.dna.sequencer.java.metadata.JavadocMetadata
 
JavaInfo - Class in org.jboss.example.dna.sequencer
 
JavaMetadata - Class in org.jboss.dna.sequencer.java.metadata
 
JavaMetadataI18n - Class in org.jboss.dna.sequencer.java
 
JavaMetadataI18n() - Constructor for class org.jboss.dna.sequencer.java.JavaMetadataI18n
 
JavaMetadataSequencer - Class in org.jboss.dna.sequencer.java
A Java sequencer that processes a compilation unit, extracts the meta data for the compilation unit, and then writes these informations to the repository.
JavaMetadataSequencer() - Constructor for class org.jboss.dna.sequencer.java.JavaMetadataSequencer
 
JavaMetadataUtil - Class in org.jboss.dna.sequencer.java
 
JavaSourceCndDefinition - Interface in org.jboss.dna.sequencer.java
JavaSourceCndDefinition defines each elements and sub elements, that must be found in the java source cnd document.
JBossCacheConnection - Class in org.jboss.dna.connector.jbosscache
The repository connection to a JBoss Cache instance.
JBossCacheConnectorI18n - Class in org.jboss.dna.connector.jbosscache
 
JBossCacheConnectorI18n() - Constructor for class org.jboss.dna.connector.jbosscache.JBossCacheConnectorI18n
 
JBossCacheLexicon - Class in org.jboss.dna.connector.jbosscache
The namespace and property names used within a JBossCacheSource to store internal information.
JBossCacheLexicon() - Constructor for class org.jboss.dna.connector.jbosscache.JBossCacheLexicon
 
JBossCacheLexicon.Namespace - Class in org.jboss.dna.connector.jbosscache
 
JBossCacheLexicon.Namespace() - Constructor for class org.jboss.dna.connector.jbosscache.JBossCacheLexicon.Namespace
 
JBossCacheRequestProcessor - Class in org.jboss.dna.connector.jbosscache
A RequestProcessor implementation that operates upon a JBoss Cache instance for each workspace in the source.
JBossCacheSource - Class in org.jboss.dna.connector.jbosscache
A repository source that uses a JBoss Cache instance to manage the content.
JBossCacheSource() - Constructor for class org.jboss.dna.connector.jbosscache.JBossCacheSource
Create a repository source instance.
JBossCacheWorkspaces - Class in org.jboss.dna.connector.jbosscache
This class represents a set of workspaces used by the JBoss Cache connector.
JBossCacheWorkspaces(String, CacheFactory<Name, Object>, String, Set<String>, Context) - Constructor for class org.jboss.dna.connector.jbosscache.JBossCacheWorkspaces
Create a new instance of the workspace and cache manager for the JBoss Cache connector.
JCR_PROTOCOL - Static variable in class org.jboss.dna.maven.MavenUrl
 
JcrConfiguration - Class in org.jboss.dna.jcr
A configuration builder for a JcrEngine.
JcrConfiguration() - Constructor for class org.jboss.dna.jcr.JcrConfiguration
Create a new configuration for DNA.
JcrConfiguration(ExecutionContext) - Constructor for class org.jboss.dna.jcr.JcrConfiguration
Specify a new ExecutionContext that should be used for this DNA instance.
JcrEngine - Class in org.jboss.dna.jcr
The basic component that encapsulates the JBoss DNA services, including the Repository instances.
JcrExecutionContext - Class in org.jboss.dna.repository.util
The context of an execution within a JCR environment.
JcrExecutionContext(ExecutionContext, SessionFactory, String) - Constructor for class org.jboss.dna.repository.util.JcrExecutionContext
 
JcrExecutionContext(SessionFactory, String) - Constructor for class org.jboss.dna.repository.util.JcrExecutionContext
 
JcrI18n - Class in org.jboss.dna.jcr
 
JcrI18n() - Constructor for class org.jboss.dna.jcr.JcrI18n
 
JcrLexicon - Class in org.jboss.dna.graph
 
JcrLexicon() - Constructor for class org.jboss.dna.graph.JcrLexicon
 
JcrLexicon - Class in org.jboss.dna.jcr
Lexicon of names from the standard JCR "http://www.jcp.org/jcr/1.0" namespace.
JcrLexicon() - Constructor for class org.jboss.dna.jcr.JcrLexicon
 
JcrLexicon.Namespace - Class in org.jboss.dna.graph
 
JcrLexicon.Namespace() - Constructor for class org.jboss.dna.graph.JcrLexicon.Namespace
 
JcrMavenUrlProvider - Class in org.jboss.dna.maven.spi
Base class for providers that work against a JCR repository.
JcrMavenUrlProvider() - Constructor for class org.jboss.dna.maven.spi.JcrMavenUrlProvider
 
JcrMixLexicon - Class in org.jboss.dna.graph
 
JcrMixLexicon() - Constructor for class org.jboss.dna.graph.JcrMixLexicon
 
JcrMixLexicon - Class in org.jboss.dna.jcr
Lexicon of names from the standard JCR "http://www.jcp.org/jcr/mix/1.0" namespace.
JcrMixLexicon() - Constructor for class org.jboss.dna.jcr.JcrMixLexicon
 
JcrMixLexicon.Namespace - Class in org.jboss.dna.graph
 
JcrMixLexicon.Namespace() - Constructor for class org.jboss.dna.graph.JcrMixLexicon.Namespace
 
JcrNamespaceRegistry - Class in org.jboss.dna.repository.util
 
JcrNamespaceRegistry(SessionFactory, String) - Constructor for class org.jboss.dna.repository.util.JcrNamespaceRegistry
 
JcrNodeTypeSource - Interface in org.jboss.dna.jcr
Interface for any potential provider of JcrNodeType definitions, the DNA implementation of NodeType.
JcrNtLexicon - Class in org.jboss.dna.graph
 
JcrNtLexicon() - Constructor for class org.jboss.dna.graph.JcrNtLexicon
 
JcrNtLexicon - Class in org.jboss.dna.jcr
Lexicon of names from the standard JCR "http://www.jcp.org/jcr/nt/1.0" namespace.
JcrNtLexicon() - Constructor for class org.jboss.dna.jcr.JcrNtLexicon
 
JcrNtLexicon.Namespace - Class in org.jboss.dna.graph
 
JcrNtLexicon.Namespace() - Constructor for class org.jboss.dna.graph.JcrNtLexicon.Namespace
 
JcrRepository - Class in org.jboss.dna.jcr
Creates JCR sessions to an underlying repository (which may be a federated repository).
JcrRepository(ExecutionContext, RepositoryConnectionFactory, String) - Constructor for class org.jboss.dna.jcr.JcrRepository
Creates a JCR repository that uses the supplied repository connection factory to establish sessions to the underlying repository source upon login.
JcrRepository(ExecutionContext, RepositoryConnectionFactory, String, Map<String, String>, Map<JcrRepository.Options, String>) - Constructor for class org.jboss.dna.jcr.JcrRepository
Creates a JCR repository that uses the supplied repository connection factory to establish sessions to the underlying repository source upon login.
JcrRepository.DefaultOptions - Class in org.jboss.dna.jcr
The default values for each of the JcrRepository.Options.
JcrRepository.DefaultOptions() - Constructor for class org.jboss.dna.jcr.JcrRepository.DefaultOptions
 
JcrRepository.Options - Enum in org.jboss.dna.jcr
The available options for the JcrRepository.
JcrSvLexicon - Class in org.jboss.dna.jcr
Lexicon of names from the standard JCR "http://www.jcp.org/jcr/sv/1.0" namespace.
JcrSvLexicon() - Constructor for class org.jboss.dna.jcr.JcrSvLexicon
 
JcrSvLexicon.Namespace - Class in org.jboss.dna.jcr
 
JcrSvLexicon.Namespace() - Constructor for class org.jboss.dna.jcr.JcrSvLexicon.Namespace
 
JcrTools - Class in org.jboss.dna.repository.util
 
JcrTools() - Constructor for class org.jboss.dna.repository.util.JcrTools
 
JdbcConnection - Class in org.jboss.dna.connector.jdbc
JDBC connection wrapper
JdbcMetadataI18n - Class in org.jboss.dna.common.jdbc
Sergiy Litsenko
JdbcMetadataI18n() - Constructor for class org.jboss.dna.common.jdbc.JdbcMetadataI18n
 
JdbcMetadataI18n - Class in org.jboss.dna.connector.jdbc
I18N
JdbcMetadataI18n() - Constructor for class org.jboss.dna.connector.jdbc.JdbcMetadataI18n
 
JdbcRepositoryLexicon - Class in org.jboss.dna.connector.jdbc
The namespace and property names used within a JdbcRepositorySource to store internal information.
JdbcRepositoryLexicon() - Constructor for class org.jboss.dna.connector.jdbc.JdbcRepositoryLexicon
 
JdbcRepositoryLexicon.Namespace - Class in org.jboss.dna.connector.jdbc
 
JdbcRepositoryLexicon.Namespace() - Constructor for class org.jboss.dna.connector.jdbc.JdbcRepositoryLexicon.Namespace
 
JdbcRepositorySource - Class in org.jboss.dna.connector.jdbc
A description of a JDBC resource that can be used to access database information.
JdbcRepositorySource() - Constructor for class org.jboss.dna.connector.jdbc.JdbcRepositorySource
default constructor
JdbcRequestProcesor - Class in org.jboss.dna.connector.jdbc
JDBC request processor
JdbcRequestProcesor(String, ExecutionContext, Connection, UUID) - Constructor for class org.jboss.dna.connector.jdbc.JdbcRequestProcesor
 
JdbcRequestProcesor(String, ExecutionContext, Connection, UUID, DateTime) - Constructor for class org.jboss.dna.connector.jdbc.JdbcRequestProcesor
 
JdbcSequencer - Interface in org.jboss.dna.graph.sequencers
The interface for a DNA sequencer that processes a JDBC connection (for instance, JDBC Metadata) and stores in the repository.
JndiSessionFactory - Class in org.jboss.dna.repository.util
A SessionFactory implementation that creates Session instances using Repository instances registered in JNDI.
JndiSessionFactory() - Constructor for class org.jboss.dna.repository.util.JndiSessionFactory
Create an instance of the factory by creating a new InitialContext.
JndiSessionFactory(char...) - Constructor for class org.jboss.dna.repository.util.JndiSessionFactory
Create an instance of the factory by supplying the characters that may be used to delimit the workspace name from the repository name.
JndiSessionFactory(Context) - Constructor for class org.jboss.dna.repository.util.JndiSessionFactory
Create an instance of the factory using the supplied JNDI context.
JndiSessionFactory(Context, char...) - Constructor for class org.jboss.dna.repository.util.JndiSessionFactory
Create an instance of the factory by supplying naming context and the characters that may be used to delimit the workspace name from the repository name.
JodaDateTime - Class in org.jboss.dna.graph.property.basic
Implementation of DateTime based upon the Joda-Time library.
JodaDateTime() - Constructor for class org.jboss.dna.graph.property.basic.JodaDateTime
 
JodaDateTime(String) - Constructor for class org.jboss.dna.graph.property.basic.JodaDateTime
 
JodaDateTime(String, String) - Constructor for class org.jboss.dna.graph.property.basic.JodaDateTime
 
JodaDateTime(long) - Constructor for class org.jboss.dna.graph.property.basic.JodaDateTime
 
JodaDateTime(long, Chronology) - Constructor for class org.jboss.dna.graph.property.basic.JodaDateTime
 
JodaDateTime(long, String) - Constructor for class org.jboss.dna.graph.property.basic.JodaDateTime
 
JodaDateTime(DateTimeZone) - Constructor for class org.jboss.dna.graph.property.basic.JodaDateTime
 
JodaDateTime(int, int, int, int, int, int, int) - Constructor for class org.jboss.dna.graph.property.basic.JodaDateTime
 
JodaDateTime(int, int, int, int, int, int, int, Chronology) - Constructor for class org.jboss.dna.graph.property.basic.JodaDateTime
 
JodaDateTime(int, int, int, int, int, int, int, DateTimeZone) - Constructor for class org.jboss.dna.graph.property.basic.JodaDateTime
 
JodaDateTime(int, int, int, int, int, int, int, int) - Constructor for class org.jboss.dna.graph.property.basic.JodaDateTime
 
JodaDateTime(int, int, int, int, int, int, int, String) - Constructor for class org.jboss.dna.graph.property.basic.JodaDateTime
 
JodaDateTime(Date) - Constructor for class org.jboss.dna.graph.property.basic.JodaDateTime
 
JodaDateTime(Calendar) - Constructor for class org.jboss.dna.graph.property.basic.JodaDateTime
 
JodaDateTime(DateTime) - Constructor for class org.jboss.dna.graph.property.basic.JodaDateTime
 
JodaDateTimeValueFactory - Class in org.jboss.dna.graph.property.basic
The standard ValueFactory for PropertyType.DATE values.
JodaDateTimeValueFactory(TextDecoder, ValueFactory<String>) - Constructor for class org.jboss.dna.graph.property.basic.JodaDateTimeValueFactory
 
JpaConnection - Class in org.jboss.dna.connector.store.jpa
 
JpaConnectorI18n - Class in org.jboss.dna.connector.store.jpa
 
JpaConnectorI18n() - Constructor for class org.jboss.dna.connector.store.jpa.JpaConnectorI18n
 
JpaSource - Class in org.jboss.dna.connector.store.jpa
The RepositorySource for the connector that stores content in a (custom) relational database.
JpaSource() - Constructor for class org.jboss.dna.connector.store.jpa.JpaSource
 
JpaSource.Models - Class in org.jboss.dna.connector.store.jpa
This source is capable of using different database schemas
JpaSource.Models() - Constructor for class org.jboss.dna.connector.store.jpa.JpaSource.Models
 
JPDL3AssignmentMetadata - Class in org.jboss.dna.sequencer.jpdl3
 
JPDL3AssignmentMetadata() - Constructor for class org.jboss.dna.sequencer.jpdl3.JPDL3AssignmentMetadata
 
JPDL3EndStateMetadata - Class in org.jboss.dna.sequencer.jpdl3
 
JPDL3EndStateMetadata() - Constructor for class org.jboss.dna.sequencer.jpdl3.JPDL3EndStateMetadata
 
JPDL3Metadata - Class in org.jboss.dna.sequencer.jpdl3
The jBPM Process definition language meta data.
JPDL3MetadataConstants - Class in org.jboss.dna.sequencer.jpdl3
 
JPDL3MetadataConstants() - Constructor for class org.jboss.dna.sequencer.jpdl3.JPDL3MetadataConstants
 
JPDL3StartStateMetadata - Class in org.jboss.dna.sequencer.jpdl3
 
JPDL3StartStateMetadata() - Constructor for class org.jboss.dna.sequencer.jpdl3.JPDL3StartStateMetadata
 
JPDL3SwimlaneMetadata - Class in org.jboss.dna.sequencer.jpdl3
Metdata class represent a swimlane in a jpdl xml file.
JPDL3SwimlaneMetadata() - Constructor for class org.jboss.dna.sequencer.jpdl3.JPDL3SwimlaneMetadata
 
JPDL3TaskMetadata - Class in org.jboss.dna.sequencer.jpdl3
This represent a task for a human.
JPDL3TaskMetadata() - Constructor for class org.jboss.dna.sequencer.jpdl3.JPDL3TaskMetadata
 
JPDL3TaskNodeMetadata - Class in org.jboss.dna.sequencer.jpdl3
This a task node.
JPDL3TaskNodeMetadata() - Constructor for class org.jboss.dna.sequencer.jpdl3.JPDL3TaskNodeMetadata
 
JPDL3TransitionMetadata - Class in org.jboss.dna.sequencer.jpdl3
The transition.
JPDL3TransitionMetadata() - Constructor for class org.jboss.dna.sequencer.jpdl3.JPDL3TransitionMetadata
 
JSR283_DECODER - Static variable in interface org.jboss.dna.graph.property.Path
The text decoder that decodes according to JSR-283.
JSR283_ENCODER - Static variable in interface org.jboss.dna.graph.property.Path
The text encoder that encodes according to JSR-283.
Jsr283Encoder - Class in org.jboss.dna.common.text
Encoder that escapes characters that are not allowed in JCR names.
Jsr283Encoder() - Constructor for class org.jboss.dna.common.text.Jsr283Encoder
 
justifyCenter(String, int, char) - Static method in class org.jboss.dna.common.util.StringUtil
Center the contents of the string.
justifyLeft(String, int, char) - Static method in class org.jboss.dna.common.util.StringUtil
Left justify the contents of the string, ensuring that the supplied string begins at the first character and that the resulting string is of the desired length.
justifyRight(String, int, char) - Static method in class org.jboss.dna.common.util.StringUtil
Right justify the contents of the string, ensuring that the string ends at the last character.

K

keepSignificantFigures(Double, int) - Method in class org.jboss.dna.common.math.DoubleOperations
 
keepSignificantFigures(Duration, int) - Method in class org.jboss.dna.common.math.DurationOperations
 
keepSignificantFigures(Float, int) - Method in class org.jboss.dna.common.math.FloatOperations
 
keepSignificantFigures(Integer, int) - Method in class org.jboss.dna.common.math.IntegerOperations
 
keepSignificantFigures(Long, int) - Method in class org.jboss.dna.common.math.LongOperations
 
keepSignificantFigures(T, int) - Method in interface org.jboss.dna.common.math.MathOperations
 
keepSignificantFigures(Short, int) - Method in class org.jboss.dna.common.math.ShortOperations
 
KeyColumn - Interface in org.jboss.dna.common.jdbc.model.api
Provides all database table key column specific metadata.
KeyColumnBean - Class in org.jboss.dna.common.jdbc.model.spi
Provides all database table key column specific metadata.
KeyColumnBean() - Constructor for class org.jboss.dna.common.jdbc.model.spi.KeyColumnBean
Default constructor
KeyDeferrabilityType - Enum in org.jboss.dna.common.jdbc.model.api
Provides RDBMS supported key deferrability types as enumeration set.
KeyModifyRuleType - Enum in org.jboss.dna.common.jdbc.model.api
Provides RDBMS supported keys update/delete rule types as enumeration set.
keys() - Method in class org.jboss.dna.common.collection.UnmodifiableProperties
keySet() - Method in class org.jboss.dna.common.collection.UnmodifiableProperties

L

LANGUAGE - Static variable in class org.jboss.dna.jcr.JcrLexicon
 
LargeValueEntity - Class in org.jboss.dna.connector.store.jpa.model.basic
A single property value that is too large to be stored on the individual node, and which will be shared among all properties that have the same value.
LargeValueEntity() - Constructor for class org.jboss.dna.connector.store.jpa.model.basic.LargeValueEntity
 
LargeValueId - Class in org.jboss.dna.connector.store.jpa.model.basic
A unique identifer for a large value, which is the 160-bit SHA-1 hash of this value, in hex form (40-bytes).
LargeValueId() - Constructor for class org.jboss.dna.connector.store.jpa.model.basic.LargeValueId
 
LargeValueId(String) - Constructor for class org.jboss.dna.connector.store.jpa.model.basic.LargeValueId
 
LAST_MODIFIED - Static variable in class org.jboss.dna.graph.JcrLexicon
 
LAST_MODIFIED - Static variable in class org.jboss.dna.jcr.JcrLexicon
 
lastIndexOf(Object) - Method in class org.jboss.dna.common.collection.ImmutableAppendedList
length(InputStream) - Static method in class org.jboss.dna.sequencer.java.JavaMetadataUtil
Get the length of the input stream.
LINKED_FILE - Static variable in class org.jboss.dna.jcr.JcrNtLexicon
 
list(PrintStream) - Method in class org.jboss.dna.common.collection.UnmodifiableProperties
list(PrintWriter) - Method in class org.jboss.dna.common.collection.UnmodifiableProperties
listIterator() - Method in class org.jboss.dna.common.collection.ImmutableAppendedList
listIterator(int) - Method in class org.jboss.dna.common.collection.ImmutableAppendedList
load(InputStream) - Method in class org.jboss.dna.common.collection.UnmodifiableProperties
loadedFrom(String...) - Method in interface org.jboss.dna.repository.Configurator.LoadedFrom
Specify the names of the classloaders that form the classpath for the component, from which the component's class (and its dependencies) can be loaded.
loadedFromClasspath() - Method in interface org.jboss.dna.repository.Configurator.LoadedFrom
Specify that the component (and its dependencies) will be found on the current (or current context) classloader.
loadFromXML(InputStream) - Method in class org.jboss.dna.common.collection.UnmodifiableProperties
loadProperties(Node, Problems) - Method in class org.jboss.dna.repository.util.JcrTools
 
loadProperties(Node, Map<String, Object>, Problems) - Method in class org.jboss.dna.repository.util.JcrTools
 
LocalizationRepository - Interface in org.jboss.dna.common.i18n
A repository of localized property files used by the internationalization framework.
LocalNamespaceRegistry - Class in org.jboss.dna.graph.property.basic
 
LocalNamespaceRegistry(NamespaceRegistry) - Constructor for class org.jboss.dna.graph.property.basic.LocalNamespaceRegistry
 
LocalNamespaceRegistry(NamespaceRegistry, String) - Constructor for class org.jboss.dna.graph.property.basic.LocalNamespaceRegistry
 
Location - Class in org.jboss.dna.graph
The location of a node, as specified by either its path, UUID, and/or identification properties.
Location() - Constructor for class org.jboss.dna.graph.Location
 
locationFromLineNumberAndCharacter - Static variable in class org.jboss.dna.cnd.CndI18n
 
locationInRequestMustHavePath - Static variable in class org.jboss.dna.connector.filesystem.FileSystemI18n
 
locationInRequestMustHavePath - Static variable in class org.jboss.dna.connector.jdbc.JdbcMetadataI18n
 
locationInRequestMustHavePath - Static variable in class org.jboss.dna.connector.svn.SVNRepositoryConnectorI18n
 
locationShouldHavePathAndOrProperty - Static variable in class org.jboss.dna.connector.store.jpa.JpaConnectorI18n
 
locationsMustHavePath - Static variable in class org.jboss.dna.connector.jbosscache.JBossCacheConnectorI18n
 
LOCK_IS_DEEP - Static variable in class org.jboss.dna.jcr.JcrLexicon
 
LOCK_OWNER - Static variable in class org.jboss.dna.jcr.JcrLexicon
 
LOCKABLE - Static variable in class org.jboss.dna.graph.JcrMixLexicon
 
log(Logger.Level, I18n, Object...) - Method in class org.jboss.dna.common.util.Logger
Log a message at the suplied level according to the specified format and (optional) parameters.
log(Logger.Level, Throwable, I18n, Object...) - Method in class org.jboss.dna.common.util.Logger
Log an exception (throwable) at the supplied level with an accompanying message.
LogContext - Class in org.jboss.dna.common.util
Provides a "mapped diagnostic context" (MDC) for use in capturing extra context information to be included in logs of multithreaded applications.
LogContext() - Constructor for class org.jboss.dna.common.util.LogContext
 
Logger - Class in org.jboss.dna.common.util
A simple logging interface that is fully compatible with multiple logging implementations.
Logger.Level - Enum in org.jboss.dna.common.util
 
LoggingRequestProcessor - Class in org.jboss.dna.graph.request.processor
A RequestProcessor implementation that wraps another and that logs messages at the supplied level.
LoggingRequestProcessor(RequestProcessor, Logger, Logger.Level) - Constructor for class org.jboss.dna.graph.request.processor.LoggingRequestProcessor
 
login() - Method in class org.jboss.dna.jcr.JcrRepository
login(Credentials) - Method in class org.jboss.dna.jcr.JcrRepository
login(String) - Method in class org.jboss.dna.jcr.JcrRepository
login(Credentials, String) - Method in class org.jboss.dna.jcr.JcrRepository
logout() - Method in class org.jboss.example.dna.repository.RepositoryClient
Calling this will lose the context
LONG_COMPARATOR - Static variable in class org.jboss.dna.graph.property.ValueComparators
A comparator of long values.
LongOperations - Class in org.jboss.dna.common.math
 
LongOperations() - Constructor for class org.jboss.dna.common.math.LongOperations
 
longValue(Double) - Method in class org.jboss.dna.common.math.DoubleOperations
 
longValue() - Method in class org.jboss.dna.common.math.Duration
longValue(Duration) - Method in class org.jboss.dna.common.math.DurationOperations
 
longValue(Float) - Method in class org.jboss.dna.common.math.FloatOperations
 
longValue(Integer) - Method in class org.jboss.dna.common.math.IntegerOperations
 
longValue(Long) - Method in class org.jboss.dna.common.math.LongOperations
 
longValue(T) - Method in interface org.jboss.dna.common.math.MathOperations
Convert the value to a long integer.
longValue(Short) - Method in class org.jboss.dna.common.math.ShortOperations
 
LongValueFactory - Class in org.jboss.dna.graph.property.basic
The standard ValueFactory for PropertyType.LONG values.
LongValueFactory(TextDecoder, ValueFactory<String>) - Constructor for class org.jboss.dna.graph.property.basic.LongValueFactory
 
lowerCamelCase(String, char...) - Method in class org.jboss.dna.common.text.Inflector
Converts strings to lowerCamelCase.

M

main(String[]) - Static method in class org.jboss.dna.sequencer.image.ImageMetadata
To use this class as a command line application, give it either some file names as parameters (information on them will be printed to standard output, one line per file) or call it with no parameters.
main(String[]) - Static method in class org.jboss.example.dna.repository.RepositoryClient
 
main(String[]) - Static method in class org.jboss.example.dna.sequencer.SequencingClient
 
makeAccessible(AccessibleObject) - Static method in class org.jboss.dna.common.util.ClassUtil
 
MANDATORY - Static variable in class org.jboss.dna.graph.JcrLexicon
 
MarkerAnnotationMetadata - Class in org.jboss.dna.sequencer.java.metadata
 
MarkerAnnotationMetadata() - Constructor for class org.jboss.dna.sequencer.java.metadata.MarkerAnnotationMetadata
 
matcher(String) - Method in class org.jboss.dna.graph.property.PathExpression
 
matcher(String) - Method in class org.jboss.dna.repository.sequencer.SequencerPathExpression
 
matches() - Method in class org.jboss.dna.graph.property.PathExpression.Matcher
 
matches() - Method in class org.jboss.dna.repository.sequencer.SequencerPathExpression.Matcher
 
matchesAnything() - Method in class org.jboss.dna.graph.property.PathExpression
Return whether this expression matches anything and therefore is not restrictive.
MathOperations<T> - Interface in org.jboss.dna.common.math
The set of mathematic operations for a particular class of values.
MavenDependency - Class in org.jboss.dna.maven
The cornerstone of Maven is its dependency list.
MavenDependency(String) - Constructor for class org.jboss.dna.maven.MavenDependency
 
MavenDependency(MavenId) - Constructor for class org.jboss.dna.maven.MavenDependency
 
MavenDependency(String, String, String) - Constructor for class org.jboss.dna.maven.MavenDependency
 
MavenDependency(String, String, String, String) - Constructor for class org.jboss.dna.maven.MavenDependency
 
MavenDependency.Scope - Enum in org.jboss.dna.maven
The scope of the dependency - compile, runtime, test, system, and provided.
MavenI18n - Class in org.jboss.dna.maven
 
MavenI18n() - Constructor for class org.jboss.dna.maven.MavenI18n
 
MavenId - Class in org.jboss.dna.maven
Identifier of a Maven 2 artifact.
MavenId(String) - Constructor for class org.jboss.dna.maven.MavenId
Create an Maven ID from the supplied string containing the coordinates for a Maven artifact.
MavenId(String, String) - Constructor for class org.jboss.dna.maven.MavenId
Create a Maven ID from the supplied group and artifact IDs.
MavenId(String, String, String) - Constructor for class org.jboss.dna.maven.MavenId
Create a Maven ID from the supplied group and artifact IDs and the version.
MavenId(String, String, String, String) - Constructor for class org.jboss.dna.maven.MavenId
Create a Maven ID from the supplied group ID, artifact ID, version, and classifier.
MavenId.Version - Class in org.jboss.dna.maven
 
MavenRepository - Class in org.jboss.dna.maven
A Maven 2 repository that can be used to store and access artifacts like JARs and source archives within a running application.
MavenRepository(MavenUrlProvider) - Constructor for class org.jboss.dna.maven.MavenRepository
 
MavenRepositoryException - Exception in org.jboss.dna.maven
An configuration or system failure exception.
MavenRepositoryException() - Constructor for exception org.jboss.dna.maven.MavenRepositoryException
 
MavenRepositoryException(String, Throwable) - Constructor for exception org.jboss.dna.maven.MavenRepositoryException
 
MavenRepositoryException(String) - Constructor for exception org.jboss.dna.maven.MavenRepositoryException
 
MavenRepositoryException(Throwable) - Constructor for exception org.jboss.dna.maven.MavenRepositoryException
 
MavenUrl - Class in org.jboss.dna.maven
Wrapper for a URL that uses a format for referencing JCR nodes and content.
MavenUrl() - Constructor for class org.jboss.dna.maven.MavenUrl
 
MavenUrlProvider - Interface in org.jboss.dna.maven.spi
 
maximum(Double, Double) - Method in class org.jboss.dna.common.math.DoubleOperations
 
maximum(Duration, Duration) - Method in class org.jboss.dna.common.math.DurationOperations
 
maximum(Float, Float) - Method in class org.jboss.dna.common.math.FloatOperations
 
maximum(Integer, Integer) - Method in class org.jboss.dna.common.math.IntegerOperations
 
maximum(Long, Long) - Method in class org.jboss.dna.common.math.LongOperations
 
maximum(T, T) - Method in interface org.jboss.dna.common.math.MathOperations
Compare the two operands and return the one that is larger.
maximum(Short, Short) - Method in class org.jboss.dna.common.math.ShortOperations
 
maximumDepth() - Method in class org.jboss.dna.graph.request.ReadBranchRequest
Get the maximum depth of the branch that is to be read.
maximumPoolSizeMayNotBeSmallerThanCorePoolSize - Static variable in class org.jboss.dna.graph.GraphI18n
 
MediaInfo - Class in org.jboss.example.dna.sequencer
 
merge(FederatedNode, List<Contribution>, ExecutionContext) - Method in interface org.jboss.dna.connector.federation.merge.strategy.MergeStrategy
Merge the contributions into a single
merge(FederatedNode, List<Contribution>, ExecutionContext) - Method in class org.jboss.dna.connector.federation.merge.strategy.OneContributionMergeStrategy
Merge the contributions into a single This method only uses the one and only one non-null Contribution in the contributions.
merge(FederatedNode, List<Contribution>, ExecutionContext) - Method in class org.jboss.dna.connector.federation.merge.strategy.SimpleMergeStrategy
Merge the contributions into a single
MERGE_FAILED - Static variable in class org.jboss.dna.jcr.JcrLexicon
 
MERGE_PLAN - Static variable in class org.jboss.dna.graph.DnaLexicon
 
MergePlan - Class in org.jboss.dna.connector.federation.merge
This class represents the details about how information from different sources are merged into a single federated node.
MergeStrategy - Interface in org.jboss.dna.connector.federation.merge.strategy
 
messageDigestNotFound - Static variable in class org.jboss.dna.graph.GraphI18n
 
METADATA_NODE - Static variable in class org.jboss.dna.sequencer.image.ImageMetadataSequencer
 
METADATA_NODE - Static variable in class org.jboss.dna.sequencer.mp3.Mp3MetadataSequencer
 
METADATA_NODE - Static variable in class org.jboss.dna.sequencer.msoffice.MSOfficeMetadataSequencer
 
METHOD_FAILED - Static variable in exception org.jboss.dna.common.jdbc.model.api.DatabaseMetaDataMethodException
 
MethodMetadata - Class in org.jboss.dna.sequencer.java.metadata
Represent the MethodMetadata
MethodMetadata() - Constructor for class org.jboss.dna.sequencer.java.metadata.MethodMetadata
 
MethodMetadataSequencer - Class in org.jboss.dna.sequencer.java
Sequencer for a MethodMetadata.
MethodTypeMemberMetadata - Class in org.jboss.dna.sequencer.java.metadata
 
MethodTypeMemberMetadata() - Constructor for class org.jboss.dna.sequencer.java.metadata.MethodTypeMemberMetadata
 
MIME_TYPE_DETECTOR - Static variable in class org.jboss.dna.repository.DnaLexicon
 
MIME_TYPE_DETECTORS - Static variable in class org.jboss.dna.repository.DnaLexicon
 
MIME_TYPE_EXTENSIONS_RESOURCE_PATH - Static variable in class org.jboss.dna.graph.mimetype.ExtensionBasedMimeTypeDetector
The default location of the properties file containing the extension patterns to MIME types.
MIMETYPE - Static variable in class org.jboss.dna.graph.JcrLexicon
 
MimeType - Class in org.jboss.dna.repository.mimetype
Convenience class for working with the default MIME-type detectors.
MimeType() - Constructor for class org.jboss.dna.repository.mimetype.MimeType
 
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.
MimeTypeDetectorConfig - Class in org.jboss.dna.repository.mimetype
 
MimeTypeDetectorConfig(String, String, Map<String, Object>, String, String[]) - Constructor for class org.jboss.dna.repository.mimetype.MimeTypeDetectorConfig
 
MimeTypeDetectors - Class in org.jboss.dna.repository.mimetype
Facility for managing MimeTypeDetectorConfigs.
MimeTypeDetectors() - Constructor for class org.jboss.dna.repository.mimetype.MimeTypeDetectors
 
mimeTypeOf(String, InputStream) - Method in class org.jboss.dna.graph.mimetype.ExtensionBasedMimeTypeDetector
Returns the MIME-type of a data source, using its supplied content and/or its supplied name, depending upon the implementation.
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.
mimeTypeOf(String, InputStream) - Method in class org.jboss.dna.mimetype.aperture.ApertureMimeTypeDetector
Returns the MIME-type of a data source, using its supplied content and/or its supplied name, depending upon the implementation.
mimeTypeOf(String, InputStream) - Method in class org.jboss.dna.repository.mimetype.MimeTypeDetectors
Returns the first non-null result of iterating over the registered MIME-type detectors in the reverse order in which they were registered to determine the MIME-type of a data source, using its supplied content and/or its supplied name, depending upon the implementation.
minimum(Double, Double) - Method in class org.jboss.dna.common.math.DoubleOperations
 
minimum(Duration, Duration) - Method in class org.jboss.dna.common.math.DurationOperations
 
minimum(Float, Float) - Method in class org.jboss.dna.common.math.FloatOperations
 
minimum(Integer, Integer) - Method in class org.jboss.dna.common.math.IntegerOperations
 
minimum(Long, Long) - Method in class org.jboss.dna.common.math.LongOperations
 
minimum(T, T) - Method in interface org.jboss.dna.common.math.MathOperations
Compare the two operands and return the one that is smaller.
minimum(Short, Short) - Method in class org.jboss.dna.common.math.ShortOperations
 
minus(long, TimeUnit) - Method in class org.jboss.dna.graph.property.basic.JodaDateTime
Subtract the specified about of time in the supplied units.
minus(long, TimeUnit) - Method in interface org.jboss.dna.graph.property.DateTime
Subtract the specified about of time in the supplied units.
minusDays(int) - Method in class org.jboss.dna.graph.property.basic.JodaDateTime
Subtract the specified number of days from this time instant.
minusDays(int) - Method in interface org.jboss.dna.graph.property.DateTime
Subtract the specified number of days from this time instant.
minusHours(int) - Method in class org.jboss.dna.graph.property.basic.JodaDateTime
Subtract the specified number of hours from this time instant.
minusHours(int) - Method in interface org.jboss.dna.graph.property.DateTime
Subtract the specified number of hours from this time instant.
minusMillis(int) - Method in class org.jboss.dna.graph.property.basic.JodaDateTime
Subtract the specified number of milliseconds from this time instant.
minusMillis(int) - Method in interface org.jboss.dna.graph.property.DateTime
Subtract the specified number of milliseconds from this time instant.
minusMinutes(int) - Method in class org.jboss.dna.graph.property.basic.JodaDateTime
Subtract the specified number of minutes from this time instant.
minusMinutes(int) - Method in interface org.jboss.dna.graph.property.DateTime
Subtract the specified number of minutes from this time instant.
minusMonths(int) - Method in class org.jboss.dna.graph.property.basic.JodaDateTime
Subtract the specified number of months from this time instant.
minusMonths(int) - Method in interface org.jboss.dna.graph.property.DateTime
Subtract the specified number of months from this time instant.
minusSeconds(int) - Method in class org.jboss.dna.graph.property.basic.JodaDateTime
Subtract the specified number of seconds from this time instant.
minusSeconds(int) - Method in interface org.jboss.dna.graph.property.DateTime
Subtract the specified number of seconds from this time instant.
minusWeeks(int) - Method in class org.jboss.dna.graph.property.basic.JodaDateTime
Subtract the specified number of weeks from this time instant.
minusWeeks(int) - Method in interface org.jboss.dna.graph.property.DateTime
Subtract the specified number of weeks from this time instant.
minusYears(int) - Method in class org.jboss.dna.graph.property.basic.JodaDateTime
Subtract the specified number of years from this time instant.
minusYears(int) - Method in interface org.jboss.dna.graph.property.DateTime
Subtract the specified number of years from this time instant.
missingEndBracketInSegmentName - Static variable in class org.jboss.dna.graph.GraphI18n
 
missingMandatoryItem - Static variable in class org.jboss.dna.jcr.JcrI18n
 
missingNodeTypeForExistingNode - Static variable in class org.jboss.dna.jcr.JcrI18n
 
MIXIN_TYPES - Static variable in class org.jboss.dna.graph.JcrLexicon
 
Model - Class in org.jboss.dna.connector.store.jpa
A descriptor of a schema used by this connector.
MODEL - Static variable in class org.jboss.dna.connector.store.jpa.util.StoreOptions
 
ModelFactory - Interface in org.jboss.dna.common.jdbc.model
Database metadata objects creation factory
ModifierMetadata - Class in org.jboss.dna.sequencer.java.metadata
 
ModifierMetadata() - Constructor for class org.jboss.dna.sequencer.java.metadata.ModifierMetadata
 
monitor(String, String, int, boolean, String[], String[], boolean) - Method in class org.jboss.dna.repository.observation.ObservationService
Monitor the supplied workspace for events of the given type on any node at or under the supplied path.
monitor(String, String, String...) - Method in class org.jboss.dna.repository.observation.ObservationService
Monitor the supplied workspace for default event types on any node at or under the supplied path.
monitor(String, int, String...) - Method in class org.jboss.dna.repository.observation.ObservationService
Monitor the supplied workspace for the supplied event types on any node in the workspace.
move(Node) - Method in class org.jboss.dna.graph.Graph.Batch
Begin the request to move the specified node into a parent node at a different location, which is specified via the into(...)
move(Location) - Method in class org.jboss.dna.graph.Graph.Batch
Begin the request to move a node at the specified location into a parent node at a different location, which is specified via the into(...)
move(String) - Method in class org.jboss.dna.graph.Graph.Batch
Begin the request to move a node located at the supplied path into a parent node at a different location, which is specified via the into(...)
move(Path) - Method in class org.jboss.dna.graph.Graph.Batch
Begin the request to move a node located at the supplied path into a parent node at a different location, which is specified via the into(...)
move(UUID) - Method in class org.jboss.dna.graph.Graph.Batch
Begin the request to move a node with the specified unique identifier into a parent node at a different location, which is specified via the into(...)
move(Property) - Method in class org.jboss.dna.graph.Graph.Batch
Begin the request to move a node with the specified unique identification property into a parent node at a different location, which is specified via the into(...)
move(Property, Property...) - Method in class org.jboss.dna.graph.Graph.Batch
Begin the request to move a node with the specified identification properties into a parent node at a different location, which is specified via the into(...)
move(Iterable<Property>) - Method in class org.jboss.dna.graph.Graph.Batch
Begin the request to move a node with the specified identification properties into a parent node at a different location, which is specified via the into(...)
move(Node) - Method in class org.jboss.dna.graph.Graph
Begin the request to move the specified node into a parent node at a different location, which is specified via the into(...)
move(Location) - Method in class org.jboss.dna.graph.Graph
Begin the request to move a node at the specified location into a parent node at a different location, which is specified via the into(...)
move(String) - Method in class org.jboss.dna.graph.Graph
Begin the request to move a node located at the supplied path into a parent node at a different location, which is specified via the into(...)
move(Path) - Method in class org.jboss.dna.graph.Graph
Begin the request to move a node located at the supplied path into a parent node at a different location, which is specified via the into(...)
move(UUID) - Method in class org.jboss.dna.graph.Graph
Begin the request to move a node with the specified unique identifier into a parent node at a different location, which is specified via the into(...)
move(Property) - Method in class org.jboss.dna.graph.Graph
Begin the request to move a node with the specified unique identification property into a parent node at a different location, which is specified via the into(...)
move(Property, Property...) - Method in class org.jboss.dna.graph.Graph
Begin the request to move a node with the specified identification properties into a parent node at a different location, which is specified via the into(...)
moveBranch(Location, Location, String) - Method in class org.jboss.dna.graph.request.BatchRequestBuilder
Create a request to move a branch from one location into another.
moveBranch(Location, Location, String, Name) - Method in class org.jboss.dna.graph.request.BatchRequestBuilder
Create a request to move a branch from one location into another.
moveBranch(Location, Location, String, NodeConflictBehavior) - Method in class org.jboss.dna.graph.request.BatchRequestBuilder
Create a request to move a branch from one location into another.
moveBranch(Location, Location, String) - Method in class org.jboss.dna.graph.request.RequestBuilder
Create a request to move a branch from one location into another.
moveBranch(Location, Location, String, Name) - Method in class org.jboss.dna.graph.request.RequestBuilder
Create a request to move a branch from one location into another.
moveBranch(Location, Location, String, Name, NodeConflictBehavior) - Method in class org.jboss.dna.graph.request.RequestBuilder
Create a request to move a branch from one location into another.
moveBranch(Location, Location, String, NodeConflictBehavior) - Method in class org.jboss.dna.graph.request.RequestBuilder
Create a request to move a branch from one location into another.
MoveBranchRequest - Class in org.jboss.dna.graph.request
Instruction that a branch be moved from one location into another.
MoveBranchRequest(Location, Location, String) - Constructor for class org.jboss.dna.graph.request.MoveBranchRequest
Create a request to move a branch from one location into another.
MoveBranchRequest(Location, Location, String, Name) - Constructor for class org.jboss.dna.graph.request.MoveBranchRequest
Create a request to move a branch from one location into another.
MoveBranchRequest(Location, Location, String, NodeConflictBehavior) - Constructor for class org.jboss.dna.graph.request.MoveBranchRequest
Create a request to move a branch from one location into another.
MoveBranchRequest(Location, Location, String, Name, NodeConflictBehavior) - Constructor for class org.jboss.dna.graph.request.MoveBranchRequest
Create a request to move a branch from one location into another.
moveNode(Long, Location, int, Location) - Method in class org.jboss.dna.connector.store.jpa.util.RequestProcessorCache
 
moveNode(Location, int, Location) - Method in class org.jboss.dna.connector.store.jpa.util.RequestProcessorCache.WorkspaceCache
 
MP3_ALBUM - Static variable in class org.jboss.dna.sequencer.mp3.Mp3MetadataSequencer
 
MP3_AUTHOR - Static variable in class org.jboss.dna.sequencer.mp3.Mp3MetadataSequencer
 
MP3_COMMENT - Static variable in class org.jboss.dna.sequencer.mp3.Mp3MetadataSequencer
 
MP3_PRIMARY_TYPE - Static variable in class org.jboss.dna.sequencer.mp3.Mp3MetadataSequencer
 
MP3_TITLE - Static variable in class org.jboss.dna.sequencer.mp3.Mp3MetadataSequencer
 
MP3_YEAR - Static variable in class org.jboss.dna.sequencer.mp3.Mp3MetadataSequencer
 
Mp3Metadata - Class in org.jboss.dna.sequencer.mp3
Utility for extracting metadata from MP3 files.
Mp3MetadataSequencer - Class in org.jboss.dna.sequencer.mp3
A sequencer that processes the binary content of an MP3 audio file, extracts the metadata for the file, and then writes that audio metadata to the repository.
Mp3MetadataSequencer() - Constructor for class org.jboss.dna.sequencer.mp3.Mp3MetadataSequencer
 
MSOFFICE_AUTHOR - Static variable in class org.jboss.dna.sequencer.msoffice.MSOfficeMetadataSequencer
 
MSOFFICE_CHARACTERS - Static variable in class org.jboss.dna.sequencer.msoffice.MSOfficeMetadataSequencer
 
MSOFFICE_COMMENT - Static variable in class org.jboss.dna.sequencer.msoffice.MSOfficeMetadataSequencer
 
MSOFFICE_CREATED - Static variable in class org.jboss.dna.sequencer.msoffice.MSOfficeMetadataSequencer
 
MSOFFICE_CREATING_APPLICATION - Static variable in class org.jboss.dna.sequencer.msoffice.MSOfficeMetadataSequencer
 
MSOFFICE_KEYWORDS - Static variable in class org.jboss.dna.sequencer.msoffice.MSOfficeMetadataSequencer
 
MSOFFICE_LAST_PRINTED - Static variable in class org.jboss.dna.sequencer.msoffice.MSOfficeMetadataSequencer
 
MSOFFICE_LAST_SAVED_BY - Static variable in class org.jboss.dna.sequencer.msoffice.MSOfficeMetadataSequencer
 
MSOFFICE_PAGES - Static variable in class org.jboss.dna.sequencer.msoffice.MSOfficeMetadataSequencer
 
MSOFFICE_PRIMARY_TYPE - Static variable in class org.jboss.dna.sequencer.msoffice.MSOfficeMetadataSequencer
 
MSOFFICE_REVISION - Static variable in class org.jboss.dna.sequencer.msoffice.MSOfficeMetadataSequencer
 
MSOFFICE_SAVED - Static variable in class org.jboss.dna.sequencer.msoffice.MSOfficeMetadataSequencer
 
MSOFFICE_SUBJECT - Static variable in class org.jboss.dna.sequencer.msoffice.MSOfficeMetadataSequencer
 
MSOFFICE_TEMPLATE - Static variable in class org.jboss.dna.sequencer.msoffice.MSOfficeMetadataSequencer
 
MSOFFICE_THUMBNAIL - Static variable in class org.jboss.dna.sequencer.msoffice.MSOfficeMetadataSequencer
 
MSOFFICE_TITLE - Static variable in class org.jboss.dna.sequencer.msoffice.MSOfficeMetadataSequencer
 
MSOFFICE_TOTAL_EDITING_TIME - Static variable in class org.jboss.dna.sequencer.msoffice.MSOfficeMetadataSequencer
 
MSOFFICE_WORDS - Static variable in class org.jboss.dna.sequencer.msoffice.MSOfficeMetadataSequencer
 
MSOfficeMetadata - Class in org.jboss.dna.sequencer.msoffice
 
MSOfficeMetadata() - Constructor for class org.jboss.dna.sequencer.msoffice.MSOfficeMetadata
 
MSOfficeMetadataI18n - Class in org.jboss.dna.sequencer.msoffice
 
MSOfficeMetadataI18n() - Constructor for class org.jboss.dna.sequencer.msoffice.MSOfficeMetadataI18n
 
MSOfficeMetadataReader - Class in org.jboss.dna.sequencer.msoffice
Utility for extracting metadata from Excel files
MSOfficeMetadataReader() - Constructor for class org.jboss.dna.sequencer.msoffice.MSOfficeMetadataReader
 
MSOfficeMetadataSequencer - Class in org.jboss.dna.sequencer.msoffice
A sequencer that processes the content of an MS Office document, extracts the metadata for the file, and then writes that metadata to the repository.
MSOfficeMetadataSequencer() - Constructor for class org.jboss.dna.sequencer.msoffice.MSOfficeMetadataSequencer
 
MULTI_VALUED_PROPERTIES - Static variable in class org.jboss.dna.jcr.DnaIntLexicon
 
MultiChildContribution - Class in org.jboss.dna.connector.federation.contribution
The contribution of a source to the information for a single federated node.
MultiChildContribution(String, String, Location, DateTime, Iterable<Location>) - Constructor for class org.jboss.dna.connector.federation.contribution.MultiChildContribution
Create a contribution of children from the source with the supplied name.
MULTIPLE - Static variable in class org.jboss.dna.graph.JcrLexicon
 
MultipleContributionMergePlan - Class in org.jboss.dna.connector.federation.merge
 
multipleErrorsWhileExecutingRequests - Static variable in class org.jboss.dna.graph.GraphI18n
 
multiply(Double, Double) - Method in class org.jboss.dna.common.math.DoubleOperations
 
multiply(long) - Method in class org.jboss.dna.common.math.Duration
Multiply the duration by the supplied scale factor, and return the result.
multiply(Duration, Duration) - Method in class org.jboss.dna.common.math.DurationOperations
 
multiply(Float, Float) - Method in class org.jboss.dna.common.math.FloatOperations
 
multiply(Integer, Integer) - Method in class org.jboss.dna.common.math.IntegerOperations
 
multiply(Long, Long) - Method in class org.jboss.dna.common.math.LongOperations
 
multiply(T, T) - Method in interface org.jboss.dna.common.math.MathOperations
Multiply the two operands and return the product.
multiply(Short, Short) - Method in class org.jboss.dna.common.math.ShortOperations
 
MultiPropertyContribution - Class in org.jboss.dna.connector.federation.contribution
The record of a source contributing only properties to a node.
MultiPropertyContribution(String, String, Location, DateTime, Iterable<Property>) - Constructor for class org.jboss.dna.connector.federation.contribution.MultiPropertyContribution
Create a contribution of node properties from the source with the supplied name.

N

NAME - Static variable in class org.jboss.dna.graph.JcrLexicon
 
Name - Interface in org.jboss.dna.graph.property
A qualified name consisting of a namespace and a local name.
NAME - Static variable in class org.jboss.dna.jcr.JcrSvLexicon
 
NAME - Static variable in class org.jboss.dna.sequencer.xml.DnaDtdLexicon
 
NAME_COMPARATOR - Static variable in class org.jboss.dna.graph.property.ValueComparators
A comparator of name values.
named(String) - Method in interface org.jboss.dna.graph.Graph.NameWorkspace
Specify the name of the new workspace that is to be created.
named() - Method in class org.jboss.dna.graph.request.CreateNodeRequest
Get the name for the new child.
named() - Method in class org.jboss.dna.graph.request.ReadPropertyRequest
Get the name of the property that is to be read
named(String) - Method in interface org.jboss.dna.repository.Configurator.SetName
Specify the human-readable name for this component.
namedSomethingLike(String) - Method in interface org.jboss.dna.graph.Graph.NameWorkspace
Specify the name of the new workspace that is to be created.
NameFactory - Interface in org.jboss.dna.graph.property
A factory for creating names.
nameOfWorkspaceToBeCloned() - Method in class org.jboss.dna.graph.request.CloneWorkspaceRequest
Get the name of the existing workspace that is to be cloned into the new workspace.
NAMESPACE - Static variable in class org.jboss.dna.jcr.DnaLexicon
 
NAMESPACE_URI - Static variable in class org.jboss.dna.graph.DnaLexicon
 
NamespaceEntity - Class in org.jboss.dna.connector.store.jpa.model.common
A NamespaceEntity represents a namespace that has been used in the store.
NamespaceEntity() - Constructor for class org.jboss.dna.connector.store.jpa.model.common.NamespaceEntity
 
NamespaceEntity(String) - Constructor for class org.jboss.dna.connector.store.jpa.model.common.NamespaceEntity
 
NamespaceException - Exception in org.jboss.dna.graph.property
 
NamespaceException() - Constructor for exception org.jboss.dna.graph.property.NamespaceException
 
NamespaceException(String) - Constructor for exception org.jboss.dna.graph.property.NamespaceException
 
NamespaceException(Throwable) - Constructor for exception org.jboss.dna.graph.property.NamespaceException
 
NamespaceException(String, Throwable) - Constructor for exception org.jboss.dna.graph.property.NamespaceException
 
NamespaceRegistry - Interface in org.jboss.dna.graph.property
Registry of namespaces, which are used to provide isolated and independent domains for names.
NamespaceRegistry.Namespace - Interface in org.jboss.dna.graph.property
Representation of a single namespace at a single point in time.
Namespaces - Class in org.jboss.dna.connector.store.jpa.util
 
Namespaces(EntityManager) - Constructor for class org.jboss.dna.connector.store.jpa.util.Namespaces
 
NAMESPACES - Static variable in class org.jboss.dna.graph.DnaLexicon
 
NameValueFactory - Class in org.jboss.dna.graph.property.basic
The standard ValueFactory for PropertyType.NAME values.
NameValueFactory(NamespaceRegistry, TextDecoder, ValueFactory<String>) - Constructor for class org.jboss.dna.graph.property.basic.NameValueFactory
 
negate(Double) - Method in class org.jboss.dna.common.math.DoubleOperations
 
negate(Duration) - Method in class org.jboss.dna.common.math.DurationOperations
 
negate(Float) - Method in class org.jboss.dna.common.math.FloatOperations
 
negate(Integer) - Method in class org.jboss.dna.common.math.IntegerOperations
 
negate(Long) - Method in class org.jboss.dna.common.math.LongOperations
 
negate(T) - Method in interface org.jboss.dna.common.math.MathOperations
Negate the supplied operand.
negate(Short) - Method in class org.jboss.dna.common.math.ShortOperations
 
NewNodeInfo - Class in org.jboss.dna.jcr.cache
 
NewNodeInfo(Location, Name, NodeDefinitionId, UUID, Map<Name, PropertyInfo>) - Constructor for class org.jboss.dna.jcr.cache.NewNodeInfo
Create an immutable NodeInfo instance.
next() - Method in class org.jboss.dna.common.collection.EmptyIterator
next() - Method in class org.jboss.dna.common.collection.ReadOnlyIterator
NO_LARGE_VALUES - Static variable in class org.jboss.dna.connector.store.jpa.util.Serializer
 
NO_MAXIMUM_DEPTH - Static variable in class org.jboss.dna.graph.request.ReadBranchRequest
 
NO_OP_DECODER - Static variable in interface org.jboss.dna.graph.property.Path
The text decoder that does nothing.
NO_OP_ENCODER - Static variable in interface org.jboss.dna.graph.property.Path
The text encoder that does nothing.
NO_OP_PROBLEM_LOG - Static variable in class org.jboss.dna.repository.observation.ObservationService
 
NO_OPTIONS - Static variable in class org.jboss.dna.common.util.Base64
No options specified.
NO_PORT - Static variable in class org.jboss.dna.maven.MavenUrl
 
NO_REFERENCES_VALUES - Static variable in class org.jboss.dna.connector.store.jpa.util.Serializer
 
node(String, Property...) - Method in interface org.jboss.dna.graph.Graph.CreateNode
Specify the name of the node that is to be created.
node(String, Iterator<Property>) - Method in interface org.jboss.dna.graph.Graph.CreateNode
Specify the name of the node that is to be created.
node(String, Iterable<Property>) - Method in interface org.jboss.dna.graph.Graph.CreateNode
Specify the name of the node that is to be created.
Node - Interface in org.jboss.dna.graph
A node in a graph, with methods to access the properties and children.
NODE - Static variable in class org.jboss.dna.jcr.JcrSvLexicon
 
NODE_DEFINITON - Static variable in class org.jboss.dna.jcr.DnaIntLexicon
 
NODE_TYPE - Static variable in class org.jboss.dna.graph.JcrNtLexicon
 
NODE_TYPE_NAME - Static variable in class org.jboss.dna.jcr.JcrLexicon
 
NODE_TYPES - Static variable in class org.jboss.dna.jcr.DnaLexicon
 
NODE_TYPES - Static variable in class org.jboss.dna.jcr.JcrLexicon
 
NodeChange - Class in org.jboss.dna.repository.observation
A notification of changes to a node.
NodeChange(String, String, int, Set<String>, Set<String>) - Constructor for class org.jboss.dna.repository.observation.NodeChange
 
NodeChangeListener - Interface in org.jboss.dna.repository.observation
 
NodeChanges - Class in org.jboss.dna.repository.observation
A utility class that builds node changes from a sequence of events.
NodeConflictBehavior - Enum in org.jboss.dna.graph
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.
NodeContribution - Class in org.jboss.dna.connector.federation.contribution
The contribution of a source to the information for a single federated node.
NodeContribution(String, String, Location, DateTime, Iterable<Property>, Iterable<Location>) - Constructor for class org.jboss.dna.connector.federation.contribution.NodeContribution
Create a contribution of node properties and children from the source with the supplied name.
nodeDefinitionCouldNotBeDeterminedForNode - Static variable in class org.jboss.dna.jcr.JcrI18n
 
NodeDefinitionId - Class in org.jboss.dna.jcr
An immutable identifier for a node definition.
NodeDefinitionId(Name, Name, Name[]) - Constructor for class org.jboss.dna.jcr.NodeDefinitionId
Create an identifier for a node definition.
nodeDoesNotExist - Static variable in class org.jboss.dna.connector.jbosscache.JBossCacheConnectorI18n
 
nodeDoesNotExist - Static variable in class org.jboss.dna.connector.jdbc.JdbcMetadataI18n
 
nodeDoesNotExist - Static variable in class org.jboss.dna.connector.store.jpa.JpaConnectorI18n
 
nodeDoesNotExist - Static variable in class org.jboss.dna.connector.svn.SVNRepositoryConnectorI18n
 
nodeDoesNotExistAtLocation - Static variable in class org.jboss.dna.connector.federation.FederationI18n
 
nodeDoesNotExistAtPath - Static variable in class org.jboss.dna.connector.federation.FederationI18n
 
noDefaultWorkspace - Static variable in class org.jboss.dna.connector.federation.FederationI18n
 
noDefinition - Static variable in class org.jboss.dna.jcr.JcrI18n
 
nodeHasAlreadyBeenRemovedFromThisSession - Static variable in class org.jboss.dna.jcr.JcrI18n
 
NodeId - Class in org.jboss.dna.connector.store.jpa.model.basic
An identifier for a node, comprised of a single UUID, and embeddable in a persistent entity.
NodeId() - Constructor for class org.jboss.dna.connector.store.jpa.model.basic.NodeId
 
NodeId(Long, String) - Constructor for class org.jboss.dna.connector.store.jpa.model.basic.NodeId
 
NodeInfo - Interface in org.jboss.dna.jcr.cache
A representation of a node.
nodeIsActuallyUnknow - Static variable in class org.jboss.dna.connector.svn.SVNRepositoryConnectorI18n
 
nodeNamed(String) - Method in interface org.jboss.dna.graph.Graph.CreateNodeNamed
Specify the name of the node that is to be created.
nodeNamed(Name) - Method in interface org.jboss.dna.graph.Graph.CreateNodeNamed
Specify the name of the node that is to be created.
nodeNotFoundAtPathRelativeToReferenceNode - Static variable in class org.jboss.dna.jcr.JcrI18n
 
nodeTypeAlreadyExists - Static variable in class org.jboss.dna.jcr.JcrI18n
 
nodeTypeIsNotSupported - Static variable in class org.jboss.dna.connector.jdbc.JdbcMetadataI18n
 
nodeTypeIsNotSupported - Static variable in class org.jboss.dna.connector.svn.SVNRepositoryConnectorI18n
 
noNamespaceRegisteredForPrefix - Static variable in class org.jboss.dna.graph.GraphI18n
 
noNamespaceWithPrefix - Static variable in class org.jboss.dna.jcr.JcrI18n
 
noNamespaceWithUri - Static variable in class org.jboss.dna.jcr.JcrI18n
 
noNegativeDepth - Static variable in class org.jboss.dna.jcr.JcrI18n
 
NonEmptyContribution - Class in org.jboss.dna.connector.federation.contribution
The record of a non-empty source contribution from a single location within the source.
nonInputStreamConsumed - Static variable in class org.jboss.dna.jcr.JcrI18n
 
nonPackageQualifiedName(Class<?>) - Static method in class org.jboss.dna.common.util.ClassUtil
 
nonPackageQualifiedName(Object) - Static method in class org.jboss.dna.common.util.ClassUtil
 
NoOpEncoder - Class in org.jboss.dna.common.text
An encoder implementation that does nothing.
NoOpEncoder() - Constructor for class org.jboss.dna.common.text.NoOpEncoder
 
noPrimaryItemNameDefinedOnPrimaryType - Static variable in class org.jboss.dna.jcr.JcrI18n
 
NormalAnnotationMetadata - Class in org.jboss.dna.sequencer.java.metadata
 
NormalAnnotationMetadata() - Constructor for class org.jboss.dna.sequencer.java.metadata.NormalAnnotationMetadata
 
normalize(String) - Static method in class org.jboss.dna.common.util.StringUtil
Removes leading and trailing whitespace from the supplied text, and reduces other consecutive whitespace characters to a single space.
noSnsDefinition - Static variable in class org.jboss.dna.jcr.JcrI18n
 
noSnsDefinitionForNode - Static variable in class org.jboss.dna.jcr.JcrI18n
 
notify(String, Object...) - Method in interface org.jboss.dna.graph.connector.RepositorySourceListener
 
notStoredQuery - Static variable in class org.jboss.dna.jcr.JcrI18n
 
NullabilityType - Enum in org.jboss.dna.common.jdbc.model.api
Provides RDBMS supported nullability as enumeration set.
nullActivityMonitorTaskName - Static variable in class org.jboss.dna.common.CommonI18n
 

O

OBJECT_COMPARATOR - Static variable in class org.jboss.dna.graph.property.ValueComparators
A comparator of other values.
objectFoundInJndiWasNotCache - Static variable in class org.jboss.dna.connector.jbosscache.JBossCacheConnectorI18n
 
objectFoundInJndiWasNotCache - Static variable in class org.jboss.dna.connector.svn.SVNRepositoryConnectorI18n
 
objectFoundInJndiWasNotCacheFactory - Static variable in class org.jboss.dna.connector.jbosscache.JBossCacheConnectorI18n
 
objectFoundInJndiWasNotCacheFactory - Static variable in class org.jboss.dna.connector.svn.SVNRepositoryConnectorI18n
 
ObjectValueFactory - Class in org.jboss.dna.graph.property.basic
The standard ValueFactory for PropertyType.OBJECT values.
ObjectValueFactory(TextDecoder, ValueFactory<String>, ValueFactory<Binary>) - Constructor for class org.jboss.dna.graph.property.basic.ObjectValueFactory
 
ObservationService - Class in org.jboss.dna.repository.observation
 
ObservationService(SessionFactory) - Constructor for class org.jboss.dna.repository.observation.ObservationService
 
ObservationService.DefaultProblemLog - Class in org.jboss.dna.repository.observation
Problem log implementation that records problems in the log.
ObservationService.DefaultProblemLog() - Constructor for class org.jboss.dna.repository.observation.ObservationService.DefaultProblemLog
 
ObservationService.ProblemLog - Interface in org.jboss.dna.repository.observation
Interface to which problems with particular events are logged.
ObservationService.Statistics - Class in org.jboss.dna.repository.observation
The statistics for the system.
ObservationService.WorkspaceListener - Class in org.jboss.dna.repository.observation
Implementation of the JCR EventListener interface, returned by the sequencing system.
observationServiceName - Static variable in class org.jboss.dna.repository.RepositoryI18n
 
of(Location) - Method in interface org.jboss.dna.graph.Graph.Of
Specify the location of the node upon which the request is to operate.
of(String) - Method in interface org.jboss.dna.graph.Graph.Of
Specify the path of the node upon which the request is to operate.
of(Path) - Method in interface org.jboss.dna.graph.Graph.Of
Specify the path of the node upon which the request is to operate.
of(UUID) - Method in interface org.jboss.dna.graph.Graph.Of
Specify the UUID of the node upon which the request is to operate.
of(Property) - Method in interface org.jboss.dna.graph.Graph.Of
Specify the unique identification property that identifies the node upon which the request is to operate.
of(Property, Property...) - Method in interface org.jboss.dna.graph.Graph.Of
Specify the unique identification properties that identify the node upon which the request is to operate.
of(Iterable<Property>) - Method in interface org.jboss.dna.graph.Graph.Of
Specify the unique identification properties that identify the node upon which the request is to operate.
of() - Method in class org.jboss.dna.graph.request.ReadAllChildrenRequest
Get the location defining the node whose children are to be read.
of() - Method in class org.jboss.dna.graph.request.ReadBlockOfChildrenRequest
Get the location defining the node whose children are to be read.
of(String, InputStream) - Static method in class org.jboss.dna.repository.mimetype.MimeType
 
on(Location) - Method in interface org.jboss.dna.graph.Graph.On
Specify the location of the node upon which the request is to operate.
on(String) - Method in interface org.jboss.dna.graph.Graph.On
Specify the path of the node upon which the request is to operate.
on(Path) - Method in interface org.jboss.dna.graph.Graph.On
Specify the path of the node upon which the request is to operate.
on(UUID) - Method in interface org.jboss.dna.graph.Graph.On
Specify the UUID of the node upon which the request is to operate.
on(Property) - Method in interface org.jboss.dna.graph.Graph.On
Specify the unique identification property that identifies the node upon which the request is to operate.
on(Property, Property...) - Method in interface org.jboss.dna.graph.Graph.On
Specify the unique identification properties that identify the node upon which the request is to operate.
on(Iterable<Property>) - Method in interface org.jboss.dna.graph.Graph.On
Specify the unique identification properties that identify the node upon which the request is to operate.
on() - Method in class org.jboss.dna.graph.request.ReadPropertyRequest
Get the location defining the node that is to be read.
on() - Method in class org.jboss.dna.graph.request.SetPropertyRequest
Get the location defining the node that is to be updated.
on() - Method in class org.jboss.dna.graph.request.UpdatePropertiesRequest
Get the location defining the node that is to be updated.
ON_PARENT_VERSION - Static variable in class org.jboss.dna.graph.JcrLexicon
 
OneChildContribution - Class in org.jboss.dna.connector.federation.contribution
The record of a source contributing only a single child to a node.
OneChildContribution(String, String, Location, DateTime, Location) - Constructor for class org.jboss.dna.connector.federation.contribution.OneChildContribution
Create a contribution of a single child from the source with the supplied name.
OneContributionMergePlan - Class in org.jboss.dna.connector.federation.merge
 
OneContributionMergeStrategy - Class in org.jboss.dna.connector.federation.merge.strategy
A merge strategy that is optimized for merging when there is a single contribution.
OneContributionMergeStrategy() - Constructor for class org.jboss.dna.connector.federation.merge.strategy.OneContributionMergeStrategy
 
oneOfPropertiesIsRequired - Static variable in class org.jboss.dna.connector.jdbc.JdbcMetadataI18n
 
OnePropertyContribution - Class in org.jboss.dna.connector.federation.contribution
The record of a source contributing only properties to a node.
OnePropertyContribution(String, String, Location, DateTime, Property) - Constructor for class org.jboss.dna.connector.federation.contribution.OnePropertyContribution
Create a contribution of node properties from the source with the supplied name.
onEvent(EventIterator) - Method in class org.jboss.dna.repository.observation.ObservationService.WorkspaceListener
onlyTheDefaultNamespaceIsAllowed - Static variable in class org.jboss.dna.connector.filesystem.FileSystemI18n
 
onNodeChanges(NodeChanges) - Method in interface org.jboss.dna.repository.observation.NodeChangeListener
 
onNodeChanges(NodeChanges) - Method in class org.jboss.dna.repository.rules.RuleSetRepositoryMonitor
onNodeChanges(NodeChanges) - Method in class org.jboss.dna.repository.sequencer.SequencingService
optionalPropertyOnNodeCouldNotBeRead - Static variable in class org.jboss.dna.repository.RepositoryI18n
 
optionalPropertyOnNodeWasExpectedToBeStringArrayValue - Static variable in class org.jboss.dna.repository.RepositoryI18n
 
optionalPropertyOnNodeWasExpectedToBeStringValue - Static variable in class org.jboss.dna.repository.RepositoryI18n
 
ORDERED - Static variable in class org.jboss.dna.common.util.Base64
Encode using the special "ordered" dialect of Base64 described here: http://www.faqs.org/qa/rfcc-1940.html.
ordinalize(int) - Method in class org.jboss.dna.common.text.Inflector
Turns a non-negative number into an ordinal string used to denote the position in an ordered sequence, such as 1st, 2nd, 3rd, 4th.
org.jboss.dna.cnd - package org.jboss.dna.cnd
 
org.jboss.dna.common - package org.jboss.dna.common
 
org.jboss.dna.common.collection - package org.jboss.dna.common.collection
 
org.jboss.dna.common.component - package org.jboss.dna.common.component
 
org.jboss.dna.common.i18n - package org.jboss.dna.common.i18n
 
org.jboss.dna.common.jdbc - package org.jboss.dna.common.jdbc
 
org.jboss.dna.common.jdbc.model - package org.jboss.dna.common.jdbc.model
 
org.jboss.dna.common.jdbc.model.api - package org.jboss.dna.common.jdbc.model.api
 
org.jboss.dna.common.jdbc.model.spi - package org.jboss.dna.common.jdbc.model.spi
 
org.jboss.dna.common.jdbc.provider - package org.jboss.dna.common.jdbc.provider
 
org.jboss.dna.common.jdbc.util - package org.jboss.dna.common.jdbc.util
 
org.jboss.dna.common.math - package org.jboss.dna.common.math
 
org.jboss.dna.common.statistic - package org.jboss.dna.common.statistic
 
org.jboss.dna.common.text - package org.jboss.dna.common.text
 
org.jboss.dna.common.util - package org.jboss.dna.common.util
 
org.jboss.dna.common.xml - package org.jboss.dna.common.xml
 
org.jboss.dna.connector.federation - package org.jboss.dna.connector.federation
 
org.jboss.dna.connector.federation.contribution - package org.jboss.dna.connector.federation.contribution
 
org.jboss.dna.connector.federation.merge - package org.jboss.dna.connector.federation.merge
 
org.jboss.dna.connector.federation.merge.strategy - package org.jboss.dna.connector.federation.merge.strategy
 
org.jboss.dna.connector.filesystem - package org.jboss.dna.connector.filesystem
 
org.jboss.dna.connector.jbosscache - package org.jboss.dna.connector.jbosscache
 
org.jboss.dna.connector.jdbc - package org.jboss.dna.connector.jdbc
 
org.jboss.dna.connector.scm - package org.jboss.dna.connector.scm
 
org.jboss.dna.connector.store.jpa - package org.jboss.dna.connector.store.jpa
 
org.jboss.dna.connector.store.jpa.model.basic - package org.jboss.dna.connector.store.jpa.model.basic
 
org.jboss.dna.connector.store.jpa.model.common - package org.jboss.dna.connector.store.jpa.model.common
 
org.jboss.dna.connector.store.jpa.util - package org.jboss.dna.connector.store.jpa.util
 
org.jboss.dna.connector.svn - package org.jboss.dna.connector.svn
 
org.jboss.dna.graph - package org.jboss.dna.graph
The JBoss DNA Graph API defines the types that allow you to work with content organized as a graph.
org.jboss.dna.graph.cache - package org.jboss.dna.graph.cache
Caching of graph content is controlled with cache policies, and these are used in connectors and in requests (among other places).
org.jboss.dna.graph.connector - package org.jboss.dna.graph.connector
JBoss DNA uses connectors to access information from external systems (such as databases, other repositories, services, applications, etc.) and create graph representations of that information.
org.jboss.dna.graph.connector.inmemory - package org.jboss.dna.graph.connector.inmemory
The In-Memory Connector represents a connector that maintains a graph in transient in-process memory.
org.jboss.dna.graph.io - package org.jboss.dna.graph.io
 
org.jboss.dna.graph.mimetype - package org.jboss.dna.graph.mimetype
This package defines an interface for the MIME type detector, which represents a component that is able to determine the MIME type for a stream of data and/or the name of the file containing the data.
org.jboss.dna.graph.property - package org.jboss.dna.graph.property
Nodes in a graph contain properties, and this package defines the interfaces, classes and exceptions for representing and working with properties and their values.
org.jboss.dna.graph.property.basic - package org.jboss.dna.graph.property.basic
A set of basic implementations of the various interfaces defined in org.jboss.dna.graph.property.
org.jboss.dna.graph.request - package org.jboss.dna.graph.request
Sometimes its useful to work with a graph using objects that represent individual commands on the graph.
org.jboss.dna.graph.request.processor - package org.jboss.dna.graph.request.processor
This portion of the JBoss DNA Graph API defines the processor for requests.
org.jboss.dna.graph.sequencer - package org.jboss.dna.graph.sequencer
A sequencer in JBoss DNA is a component that is able to process information (usually the content of a file, or a property value on a node) and recreate that information as a graph of structured content.
org.jboss.dna.graph.sequencers - package org.jboss.dna.graph.sequencers
 
org.jboss.dna.graph.xml - package org.jboss.dna.graph.xml
Graph content can often be represented in XML, so this part of the JBoss DNA Graph API defines the classes that provide the binding between graph and XML content.
org.jboss.dna.jcr - package org.jboss.dna.jcr
 
org.jboss.dna.jcr.cache - package org.jboss.dna.jcr.cache
 
org.jboss.dna.maven - package org.jboss.dna.maven
 
org.jboss.dna.maven.spi - package org.jboss.dna.maven.spi
 
org.jboss.dna.mimetype.aperture - package org.jboss.dna.mimetype.aperture
 
org.jboss.dna.repository - package org.jboss.dna.repository
 
org.jboss.dna.repository.mimetype - package org.jboss.dna.repository.mimetype
 
org.jboss.dna.repository.observation - package org.jboss.dna.repository.observation
 
org.jboss.dna.repository.rules - package org.jboss.dna.repository.rules
 
org.jboss.dna.repository.sequencer - package org.jboss.dna.repository.sequencer
 
org.jboss.dna.repository.service - package org.jboss.dna.repository.service
 
org.jboss.dna.repository.util - package org.jboss.dna.repository.util
 
org.jboss.dna.sequencer.cnd - package org.jboss.dna.sequencer.cnd
 
org.jboss.dna.sequencer.image - package org.jboss.dna.sequencer.image
 
org.jboss.dna.sequencer.java - package org.jboss.dna.sequencer.java
 
org.jboss.dna.sequencer.java.metadata - package org.jboss.dna.sequencer.java.metadata
 
org.jboss.dna.sequencer.jpdl3 - package org.jboss.dna.sequencer.jpdl3
 
org.jboss.dna.sequencer.mp3 - package org.jboss.dna.sequencer.mp3
 
org.jboss.dna.sequencer.msoffice - package org.jboss.dna.sequencer.msoffice
 
org.jboss.dna.sequencer.msoffice.excel - package org.jboss.dna.sequencer.msoffice.excel
 
org.jboss.dna.sequencer.msoffice.powerpoint - package org.jboss.dna.sequencer.msoffice.powerpoint
 
org.jboss.dna.sequencer.msoffice.word - package org.jboss.dna.sequencer.msoffice.word
 
org.jboss.dna.sequencer.xml - package org.jboss.dna.sequencer.xml
 
org.jboss.dna.sequencer.zip - package org.jboss.dna.sequencer.zip
 
org.jboss.example.dna.repository - package org.jboss.example.dna.repository
 
org.jboss.example.dna.sequencer - package org.jboss.example.dna.sequencer
 

P

PackageMetadata - Class in org.jboss.dna.sequencer.java.metadata
Package meta data.
PackageMetadata() - Constructor for class org.jboss.dna.sequencer.java.metadata.PackageMetadata
 
PackageMetadata(String) - Constructor for class org.jboss.dna.sequencer.java.metadata.PackageMetadata
 
Parameter - Interface in org.jboss.dna.common.jdbc.model.api
Provides all SP column specific metadata.
ParameterBean - Class in org.jboss.dna.common.jdbc.model.spi
Provides all SP column specific metadata.
ParameterBean() - Constructor for class org.jboss.dna.common.jdbc.model.spi.ParameterBean
Default constructor
ParameterIoType - Enum in org.jboss.dna.common.jdbc.model.api
Provides RDBMS supported stored procedure parameter types as enumeration set.
ParameterizedTypeFieldMetadata - Class in org.jboss.dna.sequencer.java.metadata
ParameterizedTypeFieldMetadata is a meta data for a parameterized type.
ParameterizedTypeFieldMetadata() - Constructor for class org.jboss.dna.sequencer.java.metadata.ParameterizedTypeFieldMetadata
 
ParameterizedTypeFieldMetadataSequencer - Class in org.jboss.dna.sequencer.java
Sequencer for all paths of a ParameterizedTypeFieldMetadata.
PARENT - Static variable in interface org.jboss.dna.graph.property.Path
String representation of the segment that references a parent.
PARENT_NAME - Static variable in interface org.jboss.dna.graph.property.Path
Singleton instance of the name referencing a parent, provided as a convenience.
PARENT_PATH - Static variable in class org.jboss.dna.graph.property.basic.BasicPath
 
PARENT_SEGMENT - Static variable in interface org.jboss.dna.graph.property.Path
Singleton instance of the path segment referencing a parent, provided as a convenience.
parse(String, TextDecoder) - Static method in class org.jboss.dna.maven.MavenUrl
Parse the supplied URL and determine if the URL fits the JCR URL format.
parse(URL, TextDecoder) - Static method in class org.jboss.dna.maven.MavenUrl
Parse the supplied URL and determine if the URL fits the JCR URL format.
parse(String, String) - Static method in class org.jboss.dna.repository.util.RepositoryNodePath
 
parsePathRule(String, ExecutionContext) - Static method in class org.jboss.dna.connector.federation.Projection
Parse the string definition of a Projection.PathRule.
passthrough - Static variable in class org.jboss.dna.cnd.CndI18n
 
PASSWORD - Static variable in class org.jboss.dna.maven.spi.JcrMavenUrlProvider
 
Path - Interface in org.jboss.dna.graph.property
An object representation of a node path within a repository.
Path.Segment - Interface in org.jboss.dna.graph.property
Representation of the segments that occur within a path.
PATH_COMPARATOR - Static variable in class org.jboss.dna.graph.property.ValueComparators
A comparator of path values.
PATH_EXPRESSIONS - Static variable in class org.jboss.dna.repository.DnaLexicon
 
pathAncestorDegreeIsInvalid - Static variable in class org.jboss.dna.common.CommonI18n
 
pathAncestorDegreeIsInvalid - Static variable in class org.jboss.dna.graph.GraphI18n
 
pathCannotBeNormalized - Static variable in class org.jboss.dna.common.CommonI18n
 
pathCannotBeNormalized - Static variable in class org.jboss.dna.graph.GraphI18n
 
PathExpression - Class in org.jboss.dna.graph.property
An expression that defines an acceptable path using a regular-expression-like language.
PathExpression(String) - Constructor for class org.jboss.dna.graph.property.PathExpression
Create the supplied expression.
PathExpression.Matcher - Class in org.jboss.dna.graph.property
 
pathExpressionHasInvalidMatch - Static variable in class org.jboss.dna.graph.GraphI18n
 
pathExpressionHasInvalidMatch - Static variable in class org.jboss.dna.repository.RepositoryI18n
 
pathExpressionHasInvalidSelect - Static variable in class org.jboss.dna.graph.GraphI18n
 
pathExpressionHasInvalidSelect - Static variable in class org.jboss.dna.repository.RepositoryI18n
 
pathExpressionIsInvalid - Static variable in class org.jboss.dna.graph.GraphI18n
 
pathExpressionIsInvalid - Static variable in class org.jboss.dna.repository.RepositoryI18n
 
pathExpressionIsInvalidOnSequencer - Static variable in class org.jboss.dna.repository.RepositoryI18n
 
pathExpressionMayNotBeBlank - Static variable in class org.jboss.dna.graph.GraphI18n
 
pathExpressionMayNotBeBlank - Static variable in class org.jboss.dna.repository.RepositoryI18n
 
PathFactory - Interface in org.jboss.dna.graph.property
A factory for creating paths.
pathForDefaultWorkspaceCannotBeRead - Static variable in class org.jboss.dna.connector.filesystem.FileSystemI18n
 
pathForDefaultWorkspaceDoesNotExist - Static variable in class org.jboss.dna.connector.filesystem.FileSystemI18n
 
pathForDefaultWorkspaceIsNotDirectory - Static variable in class org.jboss.dna.connector.filesystem.FileSystemI18n
 
pathForPredefinedWorkspaceCannotBeRead - Static variable in class org.jboss.dna.connector.filesystem.FileSystemI18n
 
pathForPredefinedWorkspaceDoesNotExist - Static variable in class org.jboss.dna.connector.filesystem.FileSystemI18n
 
pathForPredefinedWorkspaceIsNotDirectory - Static variable in class org.jboss.dna.connector.filesystem.FileSystemI18n
 
pathInProjection - Static variable in class org.jboss.dna.connector.federation.FederationI18n
 
pathIsAlreadyAbsolute - Static variable in class org.jboss.dna.common.CommonI18n
 
pathIsAlreadyAbsolute - Static variable in class org.jboss.dna.graph.GraphI18n
 
pathIsNotAbsolute - Static variable in class org.jboss.dna.common.CommonI18n
 
pathIsNotAbsolute - Static variable in class org.jboss.dna.graph.GraphI18n
 
pathIsNotRelative - Static variable in class org.jboss.dna.common.CommonI18n
 
pathIsNotRelative - Static variable in class org.jboss.dna.graph.GraphI18n
 
pathNotFound - Static variable in class org.jboss.dna.jcr.JcrI18n
 
PathNotFoundException - Exception in org.jboss.dna.graph.property
 
PathNotFoundException(Location, Path) - Constructor for exception org.jboss.dna.graph.property.PathNotFoundException
 
PathNotFoundException(Location, Path, String) - Constructor for exception org.jboss.dna.graph.property.PathNotFoundException
 
PathNotFoundException(Location, Path, Throwable) - Constructor for exception org.jboss.dna.graph.property.PathNotFoundException
 
PathNotFoundException(Location, Path, String, Throwable) - Constructor for exception org.jboss.dna.graph.property.PathNotFoundException
 
pathNotFoundExceptionLowestExistingLocationFound - Static variable in class org.jboss.dna.graph.GraphI18n
 
pathNotFoundRelativeTo - Static variable in class org.jboss.dna.jcr.JcrI18n
 
pathsFromRoot() - Method in class org.jboss.dna.graph.property.basic.AbstractPath
Return an iterator that walks the paths from the root path down to this path.
pathsFromRoot() - Method in class org.jboss.dna.graph.property.basic.RootPath
Return an iterator that walks the paths from the root path down to this path. This method always returns at least one path (the root returns an iterator containing itself).
pathsFromRoot() - Method in interface org.jboss.dna.graph.property.Path
Return an iterator that walks the paths from the root path down to this path.
pathsInProjection - Static variable in class org.jboss.dna.connector.federation.FederationI18n
 
PathValueFactory - Class in org.jboss.dna.graph.property.basic
The standard ValueFactory for PropertyType.NAME values.
PathValueFactory(TextDecoder, ValueFactory<String>, ValueFactory<Name>) - Constructor for class org.jboss.dna.graph.property.basic.PathValueFactory
 
pause() - Method in class org.jboss.dna.repository.service.AbstractServiceAdministrator
Temporarily stop monitoring and sequencing events.
pause() - Method in interface org.jboss.dna.repository.service.ServiceAdministrator
Temporarily stop monitoring and sequencing events.
permissionDenied - Static variable in class org.jboss.dna.jcr.JcrI18n
 
ping(long, TimeUnit) - Method in class org.jboss.dna.connector.federation.FederatedRepositoryConnection
Ping the underlying system to determine if the connection is still valid and alive.
ping(long, TimeUnit) - Method in class org.jboss.dna.connector.filesystem.FileSystemConnection
Ping the underlying system to determine if the connection is still valid and alive.
ping(long, TimeUnit) - Method in class org.jboss.dna.connector.jbosscache.JBossCacheConnection
Ping the underlying system to determine if the connection is still valid and alive.
ping(long, TimeUnit) - Method in class org.jboss.dna.connector.jdbc.JdbcConnection
Ping the underlying system to determine if the connection is still valid and alive.
ping(long, TimeUnit) - Method in class org.jboss.dna.connector.store.jpa.JpaConnection
Ping the underlying system to determine if the connection is still valid and alive.
ping(long, TimeUnit) - Method in class org.jboss.dna.connector.svn.SVNRepositoryConnection
Ping the underlying system to determine if the connection is still valid and alive.
ping(long, TimeUnit) - Method in class org.jboss.dna.graph.connector.inmemory.InMemoryRepositoryConnection
Ping the underlying system to determine if the connection is still valid and alive.
ping(long, TimeUnit) - Method in interface org.jboss.dna.graph.connector.RepositoryConnection
Ping the underlying system to determine if the connection is still valid and alive.
PlaceholderContribution - Class in org.jboss.dna.connector.federation.contribution
A placeholder contribution needed because of a source's contribution below the specified children.
PlaceholderContribution(String, String, Location, DateTime, Iterable<Location>) - Constructor for class org.jboss.dna.connector.federation.contribution.PlaceholderContribution
Create a contribution of children from the source with the supplied name.
pluralize(Object) - Method in class org.jboss.dna.common.text.Inflector
Returns the plural form of the word in the string.
pluralize(Object, int) - Method in class org.jboss.dna.common.text.Inflector
 
plus(long, TimeUnit) - Method in class org.jboss.dna.graph.property.basic.JodaDateTime
Add the specified about of time in the supplied units.
plus(long, TimeUnit) - Method in interface org.jboss.dna.graph.property.DateTime
Add the specified about of time in the supplied units.
plusDays(int) - Method in class org.jboss.dna.graph.property.basic.JodaDateTime
Add the specified number of days from this time instant.
plusDays(int) - Method in interface org.jboss.dna.graph.property.DateTime
Add the specified number of days from this time instant.
plusHours(int) - Method in class org.jboss.dna.graph.property.basic.JodaDateTime
Add the specified number of hours from this time instant.
plusHours(int) - Method in interface org.jboss.dna.graph.property.DateTime
Add the specified number of hours from this time instant.
plusMillis(int) - Method in class org.jboss.dna.graph.property.basic.JodaDateTime
Add the specified number of milliseconds from this time instant.
plusMillis(int) - Method in interface org.jboss.dna.graph.property.DateTime
Add the specified number of milliseconds from this time instant.
plusMinutes(int) - Method in class org.jboss.dna.graph.property.basic.JodaDateTime
Add the specified number of minutes from this time instant.
plusMinutes(int) - Method in interface org.jboss.dna.graph.property.DateTime
Add the specified number of minutes from this time instant.
plusMonths(int) - Method in class org.jboss.dna.graph.property.basic.JodaDateTime
Add the specified number of months from this time instant.
plusMonths(int) - Method in interface org.jboss.dna.graph.property.DateTime
Add the specified number of months from this time instant.
plusSeconds(int) - Method in class org.jboss.dna.graph.property.basic.JodaDateTime
Add the specified number of seconds from this time instant.
plusSeconds(int) - Method in interface org.jboss.dna.graph.property.DateTime
Add the specified number of seconds from this time instant.
plusWeeks(int) - Method in class org.jboss.dna.graph.property.basic.JodaDateTime
Add the specified number of weeks from this time instant.
plusWeeks(int) - Method in interface org.jboss.dna.graph.property.DateTime
Add the specified number of weeks from this time instant.
plusYears(int) - Method in class org.jboss.dna.graph.property.basic.JodaDateTime
Add the specified number of years from this time instant.
plusYears(int) - Method in interface org.jboss.dna.graph.property.DateTime
Add the specified number of years from this time instant.
pomFileContainsUnexpectedId - Static variable in class org.jboss.dna.maven.MavenI18n
 
pomFileIsInvalid - Static variable in class org.jboss.dna.maven.MavenI18n
 
pop() - Method in class org.jboss.dna.graph.request.BatchRequestBuilder
Remove and return any requests that have been built by this builder since the last call to this method.
populateBestRowIdentifier(ModelFactory, ResultSet, Logger, boolean, Database, Table) - Static method in class org.jboss.dna.common.jdbc.util.DatabaseUtil
Creates table best row identifier based on current record in result set; adds best row identifier to the table
populateCatalog(ModelFactory, ResultSet, Logger, boolean, Database) - Static method in class org.jboss.dna.common.jdbc.util.DatabaseUtil
Creates catalog based on current record in result set; adds catalog to the database
populateForeignKeys(ModelFactory, ResultSet, Logger, boolean, Database, Table) - Static method in class org.jboss.dna.common.jdbc.util.DatabaseUtil
Creates table's foreign keys based on ALL records in result set; adds fk columns to the table's foreing key
populateIndexes(ModelFactory, ResultSet, Logger, boolean, Database, Table) - Static method in class org.jboss.dna.common.jdbc.util.DatabaseUtil
Creates table's indexes based on ALL records in result set; adds columns to the table's index
populatePrimaryKey(ModelFactory, ResultSet, Logger, boolean, Database, Table) - Static method in class org.jboss.dna.common.jdbc.util.DatabaseUtil
Creates table's primary key based on ALL records in result set; adds pk columns to the table's primary key
populateSchema(ModelFactory, ResultSet, Logger, boolean, Database) - Static method in class org.jboss.dna.common.jdbc.util.DatabaseUtil
Creates schema based on current record in result set; adds schema to the database
populateSqlTypeInfo(ModelFactory, ResultSet, Logger, boolean, Database) - Static method in class org.jboss.dna.common.jdbc.util.DatabaseUtil
Creates SQL type info based on current record in result set; adds SQL type info to the database
populateStoredProcedure(ModelFactory, ResultSet, Logger, boolean, Database) - Static method in class org.jboss.dna.common.jdbc.util.DatabaseUtil
Creates stored procedure based on current record in result set; adds SP to the database
populateStoredProcedureParameter(ModelFactory, ResultSet, Logger, boolean, Database, StoredProcedure, int) - Static method in class org.jboss.dna.common.jdbc.util.DatabaseUtil
Creates stored procedure parameter based on current record in result set; adds SP parameter to the SP
populateTable(ModelFactory, ResultSet, Logger, boolean, Database) - Static method in class org.jboss.dna.common.jdbc.util.DatabaseUtil
Creates table based on current record in result set; adds table to the database
populateTableColumn(ModelFactory, ResultSet, Logger, boolean, Database, Table) - Static method in class org.jboss.dna.common.jdbc.util.DatabaseUtil
Creates table column based on current record in result set; adds column to the table
populateTableColumnPrivileges(ModelFactory, ResultSet, Logger, boolean, Database, Table, TableColumn) - Static method in class org.jboss.dna.common.jdbc.util.DatabaseUtil
Creates table's column privileges based on ALL records in result set;
populateTablePrivileges(ModelFactory, ResultSet, Logger, boolean, Database, Table) - Static method in class org.jboss.dna.common.jdbc.util.DatabaseUtil
Creates table's privileges based on ALL records in result set;
populateTableType(ModelFactory, ResultSet, Logger, boolean, Database) - Static method in class org.jboss.dna.common.jdbc.util.DatabaseUtil
Creates table types based on current record in result set; adds table types to the database
populateUDT(ModelFactory, ResultSet, Logger, boolean, Database) - Static method in class org.jboss.dna.common.jdbc.util.DatabaseUtil
Creates UDT based on current record in result set; adds UDT to the database
populateUDTAttribute(ModelFactory, ResultSet, Logger, boolean, Database, UserDefinedType) - Static method in class org.jboss.dna.common.jdbc.util.DatabaseUtil
Creates UDT attribute based on current record in result set; adds attribute to the UDT
populateVersionColumn(ModelFactory, ResultSet, Logger, boolean, Database, Table) - Static method in class org.jboss.dna.common.jdbc.util.DatabaseUtil
Creates table's version column (if pseudo) based on current record in result set; adds column to the table
POWERPOINT_SLIDE_NODE - Static variable in class org.jboss.dna.sequencer.msoffice.MSOfficeMetadataSequencer
 
PowerPointMetadataReader - Class in org.jboss.dna.sequencer.msoffice.powerpoint
Utility for extracting metadata from PowerPoint files
PowerPointMetadataReader() - Constructor for class org.jboss.dna.sequencer.msoffice.powerpoint.PowerPointMetadataReader
 
PREDECESSORS - Static variable in class org.jboss.dna.jcr.JcrLexicon
 
PREFIX - Static variable in class org.jboss.dna.connector.jbosscache.JBossCacheLexicon.Namespace
 
PREFIX - Static variable in class org.jboss.dna.connector.jdbc.JdbcRepositoryLexicon.Namespace
 
PREFIX - Static variable in class org.jboss.dna.connector.svn.SVNRepositoryLexicon.Namespace
 
PREFIX - Static variable in class org.jboss.dna.graph.DnaLexicon.Namespace
 
PREFIX - Static variable in class org.jboss.dna.graph.JcrLexicon.Namespace
 
PREFIX - Static variable in class org.jboss.dna.graph.JcrMixLexicon.Namespace
 
PREFIX - Static variable in class org.jboss.dna.graph.JcrNtLexicon.Namespace
 
PREFIX - Static variable in class org.jboss.dna.jcr.DnaIntLexicon.Namespace
 
PREFIX - Static variable in class org.jboss.dna.jcr.JcrSvLexicon.Namespace
 
PREFIX - Static variable in class org.jboss.dna.sequencer.xml.DnaDtdLexicon.Namespace
 
PREFIX - Static variable in class org.jboss.dna.sequencer.xml.DnaXmlLexicon.Namespace
 
prestartAllCoreConnections() - Method in class org.jboss.dna.graph.connector.RepositoryConnectionPool
Starts all core connections, causing them to idly wait for use.
prestartCoreConnection() - Method in class org.jboss.dna.graph.connector.RepositoryConnectionPool
Starts a core connection, causing it to idly wait for use.
PRIMARY_ITEM_NAME - Static variable in class org.jboss.dna.graph.JcrLexicon
 
PRIMARY_TYPE - Static variable in class org.jboss.dna.graph.JcrLexicon
 
primaryItemDoesNotExist - Static variable in class org.jboss.dna.jcr.JcrI18n
 
primaryItemNameForPrimaryTypeIsNotValid - Static variable in class org.jboss.dna.jcr.JcrI18n
 
PrimaryKey - Interface in org.jboss.dna.common.jdbc.model.api
Provides database table's primary key specific metadata.
PrimaryKeyBean - Class in org.jboss.dna.common.jdbc.model.spi
Provides database table's primary key specific metadata.
PrimaryKeyBean() - Constructor for class org.jboss.dna.common.jdbc.model.spi.PrimaryKeyBean
Default constructor
PrimaryKeyColumn - Interface in org.jboss.dna.common.jdbc.model.api
Provides all database table primary key column specific metadata.
PrimaryKeyColumnBean - Class in org.jboss.dna.common.jdbc.model.spi
Provides all database table primary key column specific metadata.
PrimaryKeyColumnBean() - Constructor for class org.jboss.dna.common.jdbc.model.spi.PrimaryKeyColumnBean
Default constructor
PrimitiveFieldMetadata - Class in org.jboss.dna.sequencer.java.metadata
FieldMetadata for primitive types
PrimitiveFieldMetadata() - Constructor for class org.jboss.dna.sequencer.java.metadata.PrimitiveFieldMetadata
 
Privilege - Interface in org.jboss.dna.common.jdbc.model.api
Provides all database privilege specific metadata.
PrivilegeBean - Class in org.jboss.dna.common.jdbc.model.spi
Provides all database privilege specific metadata.
PrivilegeBean() - Constructor for class org.jboss.dna.common.jdbc.model.spi.PrivilegeBean
Default constructor
PrivilegeType - Enum in org.jboss.dna.common.jdbc.model.api
Provides RDBMS supported privilege types as enumeration set.
Problem - Class in org.jboss.dna.common.collection
 
Problem(Problem.Status, int, I18n, Object[], String, String, Throwable) - Constructor for class org.jboss.dna.common.collection.Problem
 
problem() - Method in class org.jboss.dna.common.i18n.I18n
 
problem(Locale) - Method in class org.jboss.dna.common.i18n.I18n
 
Problem.Status - Enum in org.jboss.dna.common.collection
 
Problems - Interface in org.jboss.dna.common.collection
 
process(ReadAllChildrenRequest) - Method in class org.jboss.dna.connector.federation.FederatingRequestProcessor
Process a request to read all of the children of a node.
process(ReadAllPropertiesRequest) - Method in class org.jboss.dna.connector.federation.FederatingRequestProcessor
Process a request to read the properties of a node at the supplied location.
process(ReadNodeRequest) - Method in class org.jboss.dna.connector.federation.FederatingRequestProcessor
Process a request to read the properties and children of a node at the supplied location.
process(CreateNodeRequest) - Method in class org.jboss.dna.connector.federation.FederatingRequestProcessor
Process a request to create a node at a specified location.
process(DeleteBranchRequest) - Method in class org.jboss.dna.connector.federation.FederatingRequestProcessor
Process a request to delete a branch at a specified location.
process(CopyBranchRequest) - Method in class org.jboss.dna.connector.federation.FederatingRequestProcessor
Process a request to copy a branch into another location.
process(MoveBranchRequest) - Method in class org.jboss.dna.connector.federation.FederatingRequestProcessor
Process a request to move a branch at a specified location into a different location.
process(UpdatePropertiesRequest) - Method in class org.jboss.dna.connector.federation.FederatingRequestProcessor
Process a request to remove the specified properties from a node.
process(VerifyWorkspaceRequest) - Method in class org.jboss.dna.connector.federation.FederatingRequestProcessor
Process a request to verify a named workspace.
process(GetWorkspacesRequest) - Method in class org.jboss.dna.connector.federation.FederatingRequestProcessor
Process a request to get the information about the available workspaces.
process(CreateWorkspaceRequest) - Method in class org.jboss.dna.connector.federation.FederatingRequestProcessor
Process a request to create a new workspace.
process(CloneWorkspaceRequest) - Method in class org.jboss.dna.connector.federation.FederatingRequestProcessor
Process a request to clone an existing workspace as a new workspace.
process(DestroyWorkspaceRequest) - Method in class org.jboss.dna.connector.federation.FederatingRequestProcessor
Process a request to permanently destroy a workspace.
process(ReadAllChildrenRequest) - Method in class org.jboss.dna.connector.filesystem.FileSystemRequestProcessor
Process a request to read all of the children of a node.
process(ReadAllPropertiesRequest) - Method in class org.jboss.dna.connector.filesystem.FileSystemRequestProcessor
Process a request to read the properties of a node at the supplied location.
process(CreateNodeRequest) - Method in class org.jboss.dna.connector.filesystem.FileSystemRequestProcessor
Process a request to create a node at a specified location.
process(UpdatePropertiesRequest) - Method in class org.jboss.dna.connector.filesystem.FileSystemRequestProcessor
Process a request to remove the specified properties from a node.
process(CopyBranchRequest) - Method in class org.jboss.dna.connector.filesystem.FileSystemRequestProcessor
Process a request to copy a branch into another location.
process(DeleteBranchRequest) - Method in class org.jboss.dna.connector.filesystem.FileSystemRequestProcessor
Process a request to delete a branch at a specified location.
process(MoveBranchRequest) - Method in class org.jboss.dna.connector.filesystem.FileSystemRequestProcessor
Process a request to move a branch at a specified location into a different location.
process(RenameNodeRequest) - Method in class org.jboss.dna.connector.filesystem.FileSystemRequestProcessor
Process a request to rename a node specified location into a different location.
process(VerifyWorkspaceRequest) - Method in class org.jboss.dna.connector.filesystem.FileSystemRequestProcessor
Process a request to verify a named workspace.
process(GetWorkspacesRequest) - Method in class org.jboss.dna.connector.filesystem.FileSystemRequestProcessor
Process a request to get the information about the available workspaces.
process(CloneWorkspaceRequest) - Method in class org.jboss.dna.connector.filesystem.FileSystemRequestProcessor
Process a request to clone an existing workspace as a new workspace.
process(CreateWorkspaceRequest) - Method in class org.jboss.dna.connector.filesystem.FileSystemRequestProcessor
Process a request to create a new workspace.
process(DestroyWorkspaceRequest) - Method in class org.jboss.dna.connector.filesystem.FileSystemRequestProcessor
Process a request to permanently destroy a workspace.
process(ReadAllChildrenRequest) - Method in class org.jboss.dna.connector.jbosscache.JBossCacheRequestProcessor
 
process(ReadAllPropertiesRequest) - Method in class org.jboss.dna.connector.jbosscache.JBossCacheRequestProcessor
 
process(CreateNodeRequest) - Method in class org.jboss.dna.connector.jbosscache.JBossCacheRequestProcessor
 
process(UpdatePropertiesRequest) - Method in class org.jboss.dna.connector.jbosscache.JBossCacheRequestProcessor
 
process(CopyBranchRequest) - Method in class org.jboss.dna.connector.jbosscache.JBossCacheRequestProcessor
 
process(DeleteBranchRequest) - Method in class org.jboss.dna.connector.jbosscache.JBossCacheRequestProcessor
 
process(MoveBranchRequest) - Method in class org.jboss.dna.connector.jbosscache.JBossCacheRequestProcessor
 
process(VerifyWorkspaceRequest) - Method in class org.jboss.dna.connector.jbosscache.JBossCacheRequestProcessor
Process a request to verify a named workspace.
process(GetWorkspacesRequest) - Method in class org.jboss.dna.connector.jbosscache.JBossCacheRequestProcessor
Process a request to get the information about the available workspaces.
process(CreateWorkspaceRequest) - Method in class org.jboss.dna.connector.jbosscache.JBossCacheRequestProcessor
Process a request to create a new workspace.
process(CloneWorkspaceRequest) - Method in class org.jboss.dna.connector.jbosscache.JBossCacheRequestProcessor
Process a request to clone an existing workspace as a new workspace.
process(DestroyWorkspaceRequest) - Method in class org.jboss.dna.connector.jbosscache.JBossCacheRequestProcessor
Process a request to permanently destroy a workspace.
process(CopyBranchRequest) - Method in class org.jboss.dna.connector.jdbc.JdbcRequestProcesor
Process a request to copy a branch into another location.
process(CreateNodeRequest) - Method in class org.jboss.dna.connector.jdbc.JdbcRequestProcesor
Process a request to create a node at a specified location.
process(DeleteBranchRequest) - Method in class org.jboss.dna.connector.jdbc.JdbcRequestProcesor
Process a request to delete a branch at a specified location.
process(MoveBranchRequest) - Method in class org.jboss.dna.connector.jdbc.JdbcRequestProcesor
Process a request to move a branch at a specified location into a different location.
process(ReadAllChildrenRequest) - Method in class org.jboss.dna.connector.jdbc.JdbcRequestProcesor
Process a request to read all of the children of a node.
process(ReadAllPropertiesRequest) - Method in class org.jboss.dna.connector.jdbc.JdbcRequestProcesor
Process a request to read the properties of a node at the supplied location.
process(UpdatePropertiesRequest) - Method in class org.jboss.dna.connector.jdbc.JdbcRequestProcesor
Process a request to remove the specified properties from a node.
process(VerifyWorkspaceRequest) - Method in class org.jboss.dna.connector.jdbc.JdbcRequestProcesor
Process a request to verify a named workspace.
process(GetWorkspacesRequest) - Method in class org.jboss.dna.connector.jdbc.JdbcRequestProcesor
Process a request to get the information about the available workspaces.
process(CreateWorkspaceRequest) - Method in class org.jboss.dna.connector.jdbc.JdbcRequestProcesor
Process a request to create a new workspace.
process(CloneWorkspaceRequest) - Method in class org.jboss.dna.connector.jdbc.JdbcRequestProcesor
Process a request to clone an existing workspace as a new workspace.
process(DestroyWorkspaceRequest) - Method in class org.jboss.dna.connector.jdbc.JdbcRequestProcesor
Process a request to permanently destroy a workspace.
process(CreateNodeRequest) - Method in class org.jboss.dna.connector.store.jpa.model.basic.BasicRequestProcessor
Process a request to create a node at a specified location.
process(ReadNodeRequest) - Method in class org.jboss.dna.connector.store.jpa.model.basic.BasicRequestProcessor
Process a request to read the properties and children of a node at the supplied location.
process(ReadAllChildrenRequest) - Method in class org.jboss.dna.connector.store.jpa.model.basic.BasicRequestProcessor
Process a request to read all of the children of a node.
process(ReadBlockOfChildrenRequest) - Method in class org.jboss.dna.connector.store.jpa.model.basic.BasicRequestProcessor
Process a request to read a block of the children of a node.
process(ReadNextBlockOfChildrenRequest) - Method in class org.jboss.dna.connector.store.jpa.model.basic.BasicRequestProcessor
Process a request to read the next block of the children of a node, starting after a previously-retrieved child.
process(ReadAllPropertiesRequest) - Method in class org.jboss.dna.connector.store.jpa.model.basic.BasicRequestProcessor
Process a request to read the properties of a node at the supplied location.
process(ReadPropertyRequest) - Method in class org.jboss.dna.connector.store.jpa.model.basic.BasicRequestProcessor
Process a request to read a single property of a node at the supplied location.
process(UpdatePropertiesRequest) - Method in class org.jboss.dna.connector.store.jpa.model.basic.BasicRequestProcessor
Process a request to remove the specified properties from a node.
process(ReadBranchRequest) - Method in class org.jboss.dna.connector.store.jpa.model.basic.BasicRequestProcessor
Process a request to read a branch or subgraph that's below a node at a specified location.
process(CopyBranchRequest) - Method in class org.jboss.dna.connector.store.jpa.model.basic.BasicRequestProcessor
Process a request to copy a branch into another location.
process(DeleteBranchRequest) - Method in class org.jboss.dna.connector.store.jpa.model.basic.BasicRequestProcessor
Process a request to delete a branch at a specified location.
process(MoveBranchRequest) - Method in class org.jboss.dna.connector.store.jpa.model.basic.BasicRequestProcessor
Process a request to move a branch at a specified location into a different location.
process(VerifyWorkspaceRequest) - Method in class org.jboss.dna.connector.store.jpa.model.basic.BasicRequestProcessor
Process a request to verify a named workspace.
process(GetWorkspacesRequest) - Method in class org.jboss.dna.connector.store.jpa.model.basic.BasicRequestProcessor
Process a request to get the information about the available workspaces.
process(CreateWorkspaceRequest) - Method in class org.jboss.dna.connector.store.jpa.model.basic.BasicRequestProcessor
Process a request to create a new workspace.
process(CloneWorkspaceRequest) - Method in class org.jboss.dna.connector.store.jpa.model.basic.BasicRequestProcessor
Process a request to clone an existing workspace as a new workspace.
process(DestroyWorkspaceRequest) - Method in class org.jboss.dna.connector.store.jpa.model.basic.BasicRequestProcessor
Process a request to permanently destroy a workspace.
process(CopyBranchRequest) - Method in class org.jboss.dna.connector.svn.SVNRepositoryRequestProcessor
Process a request to copy a branch into another location.
process(CreateNodeRequest) - Method in class org.jboss.dna.connector.svn.SVNRepositoryRequestProcessor
Process a request to create a node at a specified location.
process(DeleteBranchRequest) - Method in class org.jboss.dna.connector.svn.SVNRepositoryRequestProcessor
Process a request to delete a branch at a specified location.
process(MoveBranchRequest) - Method in class org.jboss.dna.connector.svn.SVNRepositoryRequestProcessor
Process a request to move a branch at a specified location into a different location.
process(ReadAllChildrenRequest) - Method in class org.jboss.dna.connector.svn.SVNRepositoryRequestProcessor
Process a request to read all of the children of a node.
process(ReadAllPropertiesRequest) - Method in class org.jboss.dna.connector.svn.SVNRepositoryRequestProcessor
Process a request to read the properties of a node at the supplied location.
process(RenameNodeRequest) - Method in class org.jboss.dna.connector.svn.SVNRepositoryRequestProcessor
Process a request to rename a node specified location into a different location.
process(UpdatePropertiesRequest) - Method in class org.jboss.dna.connector.svn.SVNRepositoryRequestProcessor
Process a request to remove the specified properties from a node.
process(VerifyWorkspaceRequest) - Method in class org.jboss.dna.connector.svn.SVNRepositoryRequestProcessor
Process a request to verify a named workspace.
process(GetWorkspacesRequest) - Method in class org.jboss.dna.connector.svn.SVNRepositoryRequestProcessor
Process a request to get the information about the available workspaces.
process(CreateWorkspaceRequest) - Method in class org.jboss.dna.connector.svn.SVNRepositoryRequestProcessor
Process a request to create a new workspace.
process(CloneWorkspaceRequest) - Method in class org.jboss.dna.connector.svn.SVNRepositoryRequestProcessor
Process a request to clone an existing workspace as a new workspace.
process(DestroyWorkspaceRequest) - Method in class org.jboss.dna.connector.svn.SVNRepositoryRequestProcessor
Process a request to permanently destroy a workspace.
process(ReadAllChildrenRequest) - Method in class org.jboss.dna.graph.connector.inmemory.InMemoryRequestProcessor
 
process(ReadAllPropertiesRequest) - Method in class org.jboss.dna.graph.connector.inmemory.InMemoryRequestProcessor
 
process(CopyBranchRequest) - Method in class org.jboss.dna.graph.connector.inmemory.InMemoryRequestProcessor
 
process(CreateNodeRequest) - Method in class org.jboss.dna.graph.connector.inmemory.InMemoryRequestProcessor
 
process(DeleteBranchRequest) - Method in class org.jboss.dna.graph.connector.inmemory.InMemoryRequestProcessor
 
process(MoveBranchRequest) - Method in class org.jboss.dna.graph.connector.inmemory.InMemoryRequestProcessor
 
process(UpdatePropertiesRequest) - Method in class org.jboss.dna.graph.connector.inmemory.InMemoryRequestProcessor
 
process(CreateWorkspaceRequest) - Method in class org.jboss.dna.graph.connector.inmemory.InMemoryRequestProcessor
Process a request to create a new workspace.
process(DestroyWorkspaceRequest) - Method in class org.jboss.dna.graph.connector.inmemory.InMemoryRequestProcessor
Process a request to permanently destroy a workspace.
process(GetWorkspacesRequest) - Method in class org.jboss.dna.graph.connector.inmemory.InMemoryRequestProcessor
Process a request to get the information about the available workspaces.
process(VerifyWorkspaceRequest) - Method in class org.jboss.dna.graph.connector.inmemory.InMemoryRequestProcessor
Process a request to verify a named workspace.
process(CloneWorkspaceRequest) - Method in class org.jboss.dna.graph.connector.inmemory.InMemoryRequestProcessor
Process a request to clone an existing workspace as a new workspace.
process(VerifyWorkspaceRequest) - Method in class org.jboss.dna.graph.request.processor.LoggingRequestProcessor
Process a request to verify a named workspace.
process(GetWorkspacesRequest) - Method in class org.jboss.dna.graph.request.processor.LoggingRequestProcessor
Process a request to get the information about the available workspaces.
process(CreateWorkspaceRequest) - Method in class org.jboss.dna.graph.request.processor.LoggingRequestProcessor
Process a request to create a new workspace.
process(CloneWorkspaceRequest) - Method in class org.jboss.dna.graph.request.processor.LoggingRequestProcessor
Process a request to clone an existing workspace as a new workspace.
process(DestroyWorkspaceRequest) - Method in class org.jboss.dna.graph.request.processor.LoggingRequestProcessor
Process a request to permanently destroy a workspace.
process(CopyBranchRequest) - Method in class org.jboss.dna.graph.request.processor.LoggingRequestProcessor
Process a request to copy a branch into another location.
process(CreateNodeRequest) - Method in class org.jboss.dna.graph.request.processor.LoggingRequestProcessor
Process a request to create a node at a specified location.
process(DeleteBranchRequest) - Method in class org.jboss.dna.graph.request.processor.LoggingRequestProcessor
Process a request to delete a branch at a specified location.
process(MoveBranchRequest) - Method in class org.jboss.dna.graph.request.processor.LoggingRequestProcessor
Process a request to move a branch at a specified location into a different location.
process(VerifyNodeExistsRequest) - Method in class org.jboss.dna.graph.request.processor.LoggingRequestProcessor
Process a request to verify that a node exists at the supplied location.
process(ReadAllChildrenRequest) - Method in class org.jboss.dna.graph.request.processor.LoggingRequestProcessor
Process a request to read all of the children of a node.
process(ReadAllPropertiesRequest) - Method in class org.jboss.dna.graph.request.processor.LoggingRequestProcessor
Process a request to read the properties of a node at the supplied location.
process(UpdatePropertiesRequest) - Method in class org.jboss.dna.graph.request.processor.LoggingRequestProcessor
Process a request to remove the specified properties from a node.
process(CompositeRequest) - Method in class org.jboss.dna.graph.request.processor.LoggingRequestProcessor
Process a request that is composed of multiple other (non-composite) requests.
process(ReadBlockOfChildrenRequest) - Method in class org.jboss.dna.graph.request.processor.LoggingRequestProcessor
Process a request to read a block of the children of a node.
process(ReadNextBlockOfChildrenRequest) - Method in class org.jboss.dna.graph.request.processor.LoggingRequestProcessor
Process a request to read the next block of the children of a node, starting after a previously-retrieved child.
process(ReadBranchRequest) - Method in class org.jboss.dna.graph.request.processor.LoggingRequestProcessor
Process a request to read a branch or subgraph that's below a node at a specified location.
process(ReadNodeRequest) - Method in class org.jboss.dna.graph.request.processor.LoggingRequestProcessor
Process a request to read the properties and children of a node at the supplied location.
process(ReadPropertyRequest) - Method in class org.jboss.dna.graph.request.processor.LoggingRequestProcessor
Process a request to read a single property of a node at the supplied location.
process(SetPropertyRequest) - Method in class org.jboss.dna.graph.request.processor.LoggingRequestProcessor
Process a request to set the specified property on a node.
process(RemovePropertyRequest) - Method in class org.jboss.dna.graph.request.processor.LoggingRequestProcessor
Process a request to remove the specified property from a node.
process(RenameNodeRequest) - Method in class org.jboss.dna.graph.request.processor.LoggingRequestProcessor
Process a request to rename a node specified location into a different location.
process(Request) - Method in class org.jboss.dna.graph.request.processor.LoggingRequestProcessor
Process a request by determining the type of request and delegating to the appropriate process method for that type.
process(Request) - Method in class org.jboss.dna.graph.request.processor.RequestProcessor
Process a request by determining the type of request and delegating to the appropriate process method for that type.
process(CompositeRequest) - Method in class org.jboss.dna.graph.request.processor.RequestProcessor
Process a request that is composed of multiple other (non-composite) requests.
process(VerifyWorkspaceRequest) - Method in class org.jboss.dna.graph.request.processor.RequestProcessor
Process a request to verify a named workspace.
process(GetWorkspacesRequest) - Method in class org.jboss.dna.graph.request.processor.RequestProcessor
Process a request to get the information about the available workspaces.
process(CreateWorkspaceRequest) - Method in class org.jboss.dna.graph.request.processor.RequestProcessor
Process a request to create a new workspace.
process(CloneWorkspaceRequest) - Method in class org.jboss.dna.graph.request.processor.RequestProcessor
Process a request to clone an existing workspace as a new workspace.
process(DestroyWorkspaceRequest) - Method in class org.jboss.dna.graph.request.processor.RequestProcessor
Process a request to permanently destroy a workspace.
process(CopyBranchRequest) - Method in class org.jboss.dna.graph.request.processor.RequestProcessor
Process a request to copy a branch into another location.
process(CreateNodeRequest) - Method in class org.jboss.dna.graph.request.processor.RequestProcessor
Process a request to create a node at a specified location.
process(DeleteBranchRequest) - Method in class org.jboss.dna.graph.request.processor.RequestProcessor
Process a request to delete a branch at a specified location.
process(MoveBranchRequest) - Method in class org.jboss.dna.graph.request.processor.RequestProcessor
Process a request to move a branch at a specified location into a different location.
process(ReadAllChildrenRequest) - Method in class org.jboss.dna.graph.request.processor.RequestProcessor
Process a request to read all of the children of a node.
process(ReadBlockOfChildrenRequest) - Method in class org.jboss.dna.graph.request.processor.RequestProcessor
Process a request to read a block of the children of a node.
process(ReadNextBlockOfChildrenRequest) - Method in class org.jboss.dna.graph.request.processor.RequestProcessor
Process a request to read the next block of the children of a node, starting after a previously-retrieved child.
process(ReadBranchRequest) - Method in class org.jboss.dna.graph.request.processor.RequestProcessor
Process a request to read a branch or subgraph that's below a node at a specified location.
process(ReadAllPropertiesRequest) - Method in class org.jboss.dna.graph.request.processor.RequestProcessor
Process a request to read the properties of a node at the supplied location.
process(ReadNodeRequest) - Method in class org.jboss.dna.graph.request.processor.RequestProcessor
Process a request to read the properties and children of a node at the supplied location.
process(ReadPropertyRequest) - Method in class org.jboss.dna.graph.request.processor.RequestProcessor
Process a request to read a single property of a node at the supplied location.
process(VerifyNodeExistsRequest) - Method in class org.jboss.dna.graph.request.processor.RequestProcessor
Process a request to verify that a node exists at the supplied location.
process(RemovePropertyRequest) - Method in class org.jboss.dna.graph.request.processor.RequestProcessor
Process a request to remove the specified property from a node.
process(SetPropertyRequest) - Method in class org.jboss.dna.graph.request.processor.RequestProcessor
Process a request to set the specified property on a node.
process(UpdatePropertiesRequest) - Method in class org.jboss.dna.graph.request.processor.RequestProcessor
Process a request to remove the specified properties from a node.
process(RenameNodeRequest) - Method in class org.jboss.dna.graph.request.processor.RequestProcessor
Process a request to rename a node specified location into a different location.
PROCESSING_INSTRUCTION - Static variable in class org.jboss.dna.sequencer.xml.DnaXmlLexicon
 
PROCESSING_INSTRUCTION_CONTENT - Static variable in class org.jboss.dna.sequencer.xml.DnaXmlLexicon
 
processingInstruction(String, String) - Method in class org.jboss.dna.sequencer.xml.XmlSequencerHandler
processPOIFSReaderEvent(POIFSReaderEvent) - Method in class org.jboss.dna.sequencer.msoffice.MSOfficeMetadata
 
PROJECT_NODE_TYPES - Static variable in class org.jboss.dna.jcr.JcrRepository.DefaultOptions
The default value for the JcrRepository.Options.PROJECT_NODE_TYPES option is .
PROJECTION - Static variable in class org.jboss.dna.connector.federation.FederatedLexicon
 
Projection - Class in org.jboss.dna.connector.federation
A projection of content from a source into the integrated/federated repository.
Projection(String, String, Projection.Rule...) - Constructor for class org.jboss.dna.connector.federation.Projection
Create a new federated projection for the supplied source, using the supplied rules.
Projection.PathRule - Class in org.jboss.dna.connector.federation
A rule that is defined with a single path in source and a single path in repository, and which has a set of path exceptions (relative paths below the path in source).
Projection.PathRule(Path, Path) - Constructor for class org.jboss.dna.connector.federation.Projection.PathRule
 
Projection.PathRule(Path, Path, Path...) - Constructor for class org.jboss.dna.connector.federation.Projection.PathRule
 
Projection.PathRule(Path, Path, List<Path>) - Constructor for class org.jboss.dna.connector.federation.Projection.PathRule
 
Projection.Rule - Class in org.jboss.dna.connector.federation
A rule used within a project do define how content within a source is projected into the federated repository.
Projection.Rule() - Constructor for class org.jboss.dna.connector.federation.Projection.Rule
 
PROJECTION_RULES - Static variable in class org.jboss.dna.graph.DnaLexicon
 
ProjectionParser - Class in org.jboss.dna.connector.federation
A parser library for projections and projection rules.
ProjectionParser() - Constructor for class org.jboss.dna.connector.federation.ProjectionParser
 
PROJECTIONS - Static variable in class org.jboss.dna.connector.federation.FederatedLexicon
 
properties() - Method in class org.jboss.dna.graph.request.CreateNodeRequest
Get the properties for the node.
properties() - Method in class org.jboss.dna.graph.request.UpdatePropertiesRequest
Get the map of properties for the node, keyed by property name.
PropertiesEntity - Class in org.jboss.dna.connector.store.jpa.model.basic
Represents the packed properties of a single node.
PropertiesEntity() - Constructor for class org.jboss.dna.connector.store.jpa.model.basic.PropertiesEntity
 
PropertiesEntity(NodeId) - Constructor for class org.jboss.dna.connector.store.jpa.model.basic.PropertiesEntity
 
Property - Interface in org.jboss.dna.graph.property
Representation of a property consisting of a name and value(s).
property() - Method in class org.jboss.dna.graph.request.SetPropertyRequest
Get the property that is being set.
PROPERTY - Static variable in class org.jboss.dna.jcr.JcrSvLexicon
 
PROPERTY_DEFINITION - Static variable in class org.jboss.dna.graph.JcrLexicon
 
PROPERTY_DEFINITION - Static variable in class org.jboss.dna.graph.JcrNtLexicon
 
PropertyDefinitionId - Class in org.jboss.dna.jcr
An immutable identifier for a property definition.
PropertyDefinitionId(Name, Name, int, boolean) - Constructor for class org.jboss.dna.jcr.PropertyDefinitionId
Create a new identifier for a property definition.
PropertyFactory - Interface in org.jboss.dna.graph.property
 
PropertyId - Class in org.jboss.dna.jcr
An immutable identifier for a property, often used to reference information a property held within the SessionCache.
PropertyId(UUID, Name) - Constructor for class org.jboss.dna.jcr.PropertyId
Create a new property identifier.
PropertyInfo - Class in org.jboss.dna.jcr.cache
An immutable representation of the name and current value(s) for a property, along with the JCR metadata for the property, including the property definition and property type.
PropertyInfo(PropertyId, PropertyDefinitionId, int, Property, boolean, boolean, boolean) - Constructor for class org.jboss.dna.jcr.cache.PropertyInfo
 
propertyIsRequired - Static variable in class org.jboss.dna.connector.federation.FederationI18n
 
propertyIsRequired - Static variable in class org.jboss.dna.connector.filesystem.FileSystemI18n
 
propertyIsRequired - Static variable in class org.jboss.dna.connector.jbosscache.JBossCacheConnectorI18n
 
propertyIsRequired - Static variable in class org.jboss.dna.connector.jdbc.JdbcMetadataI18n
 
propertyIsRequired - Static variable in class org.jboss.dna.connector.store.jpa.JpaConnectorI18n
 
propertyIsRequired - Static variable in class org.jboss.dna.connector.svn.SVNRepositoryConnectorI18n
 
propertyName() - Method in class org.jboss.dna.graph.request.RemovePropertyRequest
Get the name of the property that is being removed.
propertyNames() - Method in class org.jboss.dna.common.collection.UnmodifiableProperties
propertyNotFoundAtPathRelativeToReferenceNode - Static variable in class org.jboss.dna.jcr.JcrI18n
 
propertyNotFoundOnNode - Static variable in class org.jboss.dna.jcr.JcrI18n
 
PropertyType - Enum in org.jboss.dna.graph.property
 
PROTECTED - Static variable in class org.jboss.dna.graph.JcrLexicon
 
PUBLIC_ID - Static variable in class org.jboss.dna.sequencer.xml.DnaDtdLexicon
 
PUBLIC_MODIFIER - Static variable in class org.jboss.dna.sequencer.java.metadata.TypeMetadata
 
put(Object, Object) - Method in class org.jboss.dna.common.collection.UnmodifiableProperties
putAll(Map<? extends Object, ? extends Object>) - Method in class org.jboss.dna.common.collection.UnmodifiableProperties

Q

QualifiedTypeFieldMetadata - Class in org.jboss.dna.sequencer.java.metadata
QualifiedTypeFieldMetadata meta data for a qualified type.
QualifiedTypeFieldMetadata() - Constructor for class org.jboss.dna.sequencer.java.metadata.QualifiedTypeFieldMetadata
 
QUERY - Static variable in class org.jboss.dna.jcr.JcrNtLexicon
 
QueryOperator - Enum in org.jboss.dna.cnd
Enumeration of the query operators allowed in a CND file.

R

random(Double, Double, Random) - Method in class org.jboss.dna.common.math.DoubleOperations
 
random(Duration, Duration, Random) - Method in class org.jboss.dna.common.math.DurationOperations
 
random(Float, Float, Random) - Method in class org.jboss.dna.common.math.FloatOperations
 
random(Integer, Integer, Random) - Method in class org.jboss.dna.common.math.IntegerOperations
 
random(Long, Long, Random) - Method in class org.jboss.dna.common.math.LongOperations
 
random(T, T, Random) - Method in interface org.jboss.dna.common.math.MathOperations
Generate a random instance within the specified range.
random(Short, Short, Random) - Method in class org.jboss.dna.common.math.ShortOperations
 
read() - Method in class org.jboss.dna.common.util.Base64.InputStream
Reads enough of the input stream to convert to/from Base64 and returns the next byte.
read(byte[], int, int) - Method in class org.jboss.dna.common.util.Base64.InputStream
Calls Base64.InputStream.read() repeatedly until the end of stream is reached or len bytes are read.
read(Reader) - Static method in class org.jboss.dna.common.util.IoUtil
Read and return the entire contents of the supplied Reader.
read(InputStream) - Static method in class org.jboss.dna.common.util.IoUtil
Read and return the entire contents of the supplied InputStream.
read(File) - Static method in class org.jboss.dna.common.util.IoUtil
Read and return the entire contents of the supplied File.
read(Reader) - Static method in class org.jboss.dna.common.util.StringUtil
Read and return the entire contents of the supplied Reader.
read(InputStream) - Static method in class org.jboss.dna.common.util.StringUtil
Read and return the entire contents of the supplied InputStream.
read(ValueFactories, byte[], long) - Method in interface org.jboss.dna.connector.store.jpa.util.Serializer.LargeValues
 
read(Reference) - Method in interface org.jboss.dna.connector.store.jpa.util.Serializer.ReferenceValues
 
read(UUID) - Method in class org.jboss.dna.graph.Graph.Batch
Request to read the node with the supplied UUID.
read(Location) - Method in class org.jboss.dna.graph.Graph.Batch
Request to read the node at the supplied location.
read(String) - Method in class org.jboss.dna.graph.Graph.Batch
Request to read the node at the supplied path.
read(Path) - Method in class org.jboss.dna.graph.Graph.Batch
Request to read the node at the supplied path.
read(Property) - Method in class org.jboss.dna.graph.Graph.Batch
Request to read the node with the supplied unique identifier property.
read(Property, Property...) - Method in class org.jboss.dna.graph.Graph.Batch
Request to read the node with the supplied unique identifier properties.
read(Iterable<Property>) - Method in class org.jboss.dna.graph.Graph.Batch
Request to read the node with the supplied unique identifier properties.
READABLE_NAME - Static variable in class org.jboss.dna.repository.DnaLexicon
 
readAllChildren(Location, String) - Method in class org.jboss.dna.graph.request.BatchRequestBuilder
Add a request to read the children of a node at the supplied location in the designated workspace.
readAllChildren(Location, String) - Method in class org.jboss.dna.graph.request.RequestBuilder
Add a request to read the children of a node at the supplied location in the designated workspace.
ReadAllChildrenRequest - Class in org.jboss.dna.graph.request
Instruction to read all of the children of a node at a specific location.
ReadAllChildrenRequest(Location, String) - Constructor for class org.jboss.dna.graph.request.ReadAllChildrenRequest
Create a request to read the children of a node at the supplied location in the designated workspace.
readAllProperties(Location, String) - Method in class org.jboss.dna.graph.request.BatchRequestBuilder
Add a request to read the properties and number of children of a node at the supplied location.
readAllProperties(Location, String) - Method in class org.jboss.dna.graph.request.RequestBuilder
Add a request to read the properties and number of children of a node at the supplied location.
ReadAllPropertiesRequest - Class in org.jboss.dna.graph.request
Instruction to read the properties and the number of children of the node at the specifed location.
ReadAllPropertiesRequest(Location, String) - Constructor for class org.jboss.dna.graph.request.ReadAllPropertiesRequest
Create a request to read the properties and number of children of a node at the supplied location.
readBlockOfChildren(Location, String, int, int) - Method in class org.jboss.dna.graph.request.BatchRequestBuilder
Add a request to read a block of the children of a node at the supplied location.
readBlockOfChildren(Location, String, int, int) - Method in class org.jboss.dna.graph.request.RequestBuilder
Add a request to read a block of the children of a node at the supplied location.
ReadBlockOfChildrenRequest - Class in org.jboss.dna.graph.request
Instruction to read a block of the children of a node, where the block is dictated by the starting index and the maximum number of children to include in the block.
ReadBlockOfChildrenRequest(Location, String, int, int) - Constructor for class org.jboss.dna.graph.request.ReadBlockOfChildrenRequest
Create a request to read a block of the children of a node at the supplied location.
readBranch(Location, String) - Method in class org.jboss.dna.graph.request.BatchRequestBuilder
Add a request to read the branch at the supplied location, to a maximum depth of 2.
readBranch(Location, String, int) - Method in class org.jboss.dna.graph.request.BatchRequestBuilder
Add a request to read the branch (of given depth) at the supplied location.
readBranch(Location, String) - Method in class org.jboss.dna.graph.request.RequestBuilder
Add a request to read the branch at the supplied location, to a maximum depth of 2.
readBranch(Location, String, int) - Method in class org.jboss.dna.graph.request.RequestBuilder
Add a request to read the branch (of given depth) at the supplied location.
ReadBranchRequest - Class in org.jboss.dna.graph.request
Instruction to read the properties and children of the nodes in the branch at the supplied location.
ReadBranchRequest(Location, String) - Constructor for class org.jboss.dna.graph.request.ReadBranchRequest
Create a request to read the branch at the supplied location, to a maximum depth of 2.
ReadBranchRequest(Location, String, int) - Constructor for class org.jboss.dna.graph.request.ReadBranchRequest
Create a request to read the branch (of given depth) at the supplied location.
readBytes(InputStream) - Static method in class org.jboss.dna.common.util.IoUtil
Read and return the entire contents of the supplied stream.
readBytes(File) - Static method in class org.jboss.dna.common.util.IoUtil
Read and return the entire contents of the supplied file.
readChildren() - Method in class org.jboss.dna.graph.Graph.Batch
Request that the children be read on the node defined via the of(...)
readNextBlockOfChildren(Location, String, int) - Method in class org.jboss.dna.graph.request.BatchRequestBuilder
Add a request to read those children of a node that are immediately after a supplied sibling node.
readNextBlockOfChildren(Location, String, int) - Method in class org.jboss.dna.graph.request.RequestBuilder
Add a request to read those children of a node that are immediately after a supplied sibling node.
ReadNextBlockOfChildrenRequest - Class in org.jboss.dna.graph.request
Instruction to read a block of the children of a node, where the block is dictated by the location of the child preceding the block and the maximum number of children to include in the block.
ReadNextBlockOfChildrenRequest(Location, String, int) - Constructor for class org.jboss.dna.graph.request.ReadNextBlockOfChildrenRequest
Create a request to read those children of a node that are immediately after a supplied sibling node.
readNode(Location, String) - Method in class org.jboss.dna.graph.request.BatchRequestBuilder
Add a request to read the properties and number of children of a node at the supplied location.
readNode(Location, String) - Method in class org.jboss.dna.graph.request.RequestBuilder
Add a request to read the properties and number of children of a node at the supplied location.
ReadNodeRequest - Class in org.jboss.dna.graph.request
Instruction to read the properties and children of the node at the specifed location.
ReadNodeRequest(Location, String) - Constructor for class org.jboss.dna.graph.request.ReadNodeRequest
Create a request to read the properties and number of children of a node at the supplied location.
ReadOnlyIterator<T> - Class in org.jboss.dna.common.collection
An Iterator implementation that only allows reading elements, used as a wrapper around another iterator to make the contents appear to be immutable.
ReadOnlyIterator(Iterator<T>) - Constructor for class org.jboss.dna.common.collection.ReadOnlyIterator
 
readProperties() - Method in class org.jboss.dna.graph.Graph.Batch
Request that the properties be read on the node defined via the on(...)
readProperty(String) - Method in class org.jboss.dna.graph.Graph.Batch
Request that the property with the given name be read on the node defined via the on(...)
readProperty(Name) - Method in class org.jboss.dna.graph.Graph.Batch
Request that the property with the given name be read on the node defined via the on(...)
readProperty(Location, String, Name) - Method in class org.jboss.dna.graph.request.BatchRequestBuilder
Add a request to read the properties and number of children of a node at the supplied location.
readProperty(Location, String, Name) - Method in class org.jboss.dna.graph.request.RequestBuilder
Add a request to read the properties and number of children of a node at the supplied location.
ReadPropertyRequest - Class in org.jboss.dna.graph.request
Instruction to read a single property on the node at the specified location.
ReadPropertyRequest(Location, String, Name) - Constructor for class org.jboss.dna.graph.request.ReadPropertyRequest
Create a request to read the properties and number of children of a node at the supplied location.
readSubgraphOfDepth(int) - Method in class org.jboss.dna.graph.Graph.Batch
Request to read a subgraph of the specified depth, rooted at a location that will be specified via at(...)
Reference - Interface in org.jboss.dna.common.jdbc.model.api
Provides all database table REF column specific metadata.
Reference - Interface in org.jboss.dna.graph.property
A representation of a reference to another node.
REFERENCE_COMPARATOR - Static variable in class org.jboss.dna.graph.property.ValueComparators
A comparator of reference values.
REFERENCEABLE - Static variable in class org.jboss.dna.graph.JcrMixLexicon
 
ReferenceBean - Class in org.jboss.dna.common.jdbc.model.spi
Provides all database table REF column specific metadata.
ReferenceBean() - Constructor for class org.jboss.dna.common.jdbc.model.spi.ReferenceBean
Default constructor
ReferenceEntity - Class in org.jboss.dna.connector.store.jpa.model.basic
A record of a reference from one node to another.
ReferenceEntity() - Constructor for class org.jboss.dna.connector.store.jpa.model.basic.ReferenceEntity
 
ReferenceEntity(ReferenceId) - Constructor for class org.jboss.dna.connector.store.jpa.model.basic.ReferenceEntity
 
ReferenceId - Class in org.jboss.dna.connector.store.jpa.model.basic
An identifier for a reference, comprised of a single NodeId of the node containing the reference and a single NodeId of the node being referenced.
ReferenceId() - Constructor for class org.jboss.dna.connector.store.jpa.model.basic.ReferenceId
 
ReferenceId(Long, String, String) - Constructor for class org.jboss.dna.connector.store.jpa.model.basic.ReferenceId
 
ReferentialIntegrityException - Exception in org.jboss.dna.graph.property
 
ReferentialIntegrityException(Location, Reference...) - Constructor for exception org.jboss.dna.graph.property.ReferentialIntegrityException
 
ReferentialIntegrityException(Map<Location, List<Reference>>) - Constructor for exception org.jboss.dna.graph.property.ReferentialIntegrityException
 
ReferentialIntegrityException(Map<Location, List<Reference>>, String) - Constructor for exception org.jboss.dna.graph.property.ReferentialIntegrityException
 
ReferentialIntegrityException(Map<Location, List<Reference>>, Throwable) - Constructor for exception org.jboss.dna.graph.property.ReferentialIntegrityException
 
ReferentialIntegrityException(Map<Location, List<Reference>>, String, Throwable) - Constructor for exception org.jboss.dna.graph.property.ReferentialIntegrityException
 
Reflection - Class in org.jboss.dna.common.util
Utility class for working reflectively with objects.
Reflection(Class<?>) - Constructor for class org.jboss.dna.common.util.Reflection
Construct a Reflection instance that cache's some information about the target class.
refresh() - Method in class org.jboss.dna.graph.property.basic.GraphNamespaceRegistry
 
refreshInstances() - Method in class org.jboss.dna.common.component.ComponentLibrary
Refresh the instances by attempting to re-instantiate each registered configuration.
register(String, String) - Method in class org.jboss.dna.graph.property.basic.GraphNamespaceRegistry
Register a new namespace using the supplied prefix, returning the namespace URI previously registered under that prefix.
register(String, String) - Method in class org.jboss.dna.graph.property.basic.LocalNamespaceRegistry
Register a new namespace using the supplied prefix, returning the namespace URI previously registered under that prefix.
register(String, String) - Method in class org.jboss.dna.graph.property.basic.SimpleNamespaceRegistry
Register a new namespace using the supplied prefix, returning the namespace URI previously registered under that prefix.
register(String, String) - Method in class org.jboss.dna.graph.property.basic.ThreadSafeNamespaceRegistry
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.property.NamespaceRegistry
Register a new namespace using the supplied prefix, returning the namespace URI previously registered under that prefix.
register() - Method in class org.jboss.dna.repository.observation.ObservationService.WorkspaceListener
 
register(String, String) - Method in class org.jboss.dna.repository.util.JcrNamespaceRegistry
Register a new namespace using the supplied prefix, returning the namespace URI previously registered under that prefix.
registerCredentials(String, String, char[]) - Method in class org.jboss.dna.repository.util.AbstractSessionFactory
Register the credentials for the repository and workspace given by the supplied name, username and password.
registerCredentials(String, Credentials) - Method in class org.jboss.dna.repository.util.AbstractSessionFactory
Register the credentials to be used for the named repository and workspace.
registerRepository(String, Repository) - Method in class org.jboss.dna.repository.util.AbstractSessionFactory
Convenience method to bind a repository in JNDI.
relativeTo(Path) - Method in class org.jboss.dna.graph.property.basic.AbstractPath
Get a relative path from the supplied path to this path.
relativeTo(Path) - Method in interface org.jboss.dna.graph.property.Path
Get a relative path from the supplied path to this path.
release(boolean) - Method in interface org.jboss.dna.common.jdbc.provider.DatabaseMetadataProvider
Releases database resources
release(boolean) - Method in class org.jboss.dna.common.jdbc.provider.DefaultDatabaseMetadataProvider
Releases database resources
release() - Method in class org.jboss.dna.graph.property.basic.InMemoryBinary
Release any acquired resources.
release() - Method in interface org.jboss.dna.graph.property.Binary
Release any acquired resources.
remove() - Method in class org.jboss.dna.common.collection.EmptyIterator
remove(Object) - Method in class org.jboss.dna.common.collection.ImmutableAppendedList
remove(int) - Method in class org.jboss.dna.common.collection.ImmutableAppendedList
remove() - Method in class org.jboss.dna.common.collection.ReadOnlyIterator
remove(Object) - Method in class org.jboss.dna.common.collection.UnmodifiableProperties
remove(ConfigType) - Method in class org.jboss.dna.common.component.ComponentLibrary
Remove the configuration for a sequencer.
remove(String) - Static method in class org.jboss.dna.common.util.LogContext
Remove the the context identified by the key parameter using the underlying system's MDC implementation.
remove(Reference) - Method in interface org.jboss.dna.connector.store.jpa.util.Serializer.ReferenceValues
 
remove(Name...) - Method in class org.jboss.dna.graph.Graph.Batch
Remove properties from the node at the given location.
remove(String...) - Method in class org.jboss.dna.graph.Graph.Batch
Remove properties from the node at the given location.
remove(Name...) - Method in class org.jboss.dna.graph.Graph
Remove properties from the node at the given location.
remove(String...) - Method in class org.jboss.dna.graph.Graph
Remove properties from the node at the given location.
removeAll(Collection<?>) - Method in class org.jboss.dna.common.collection.ImmutableAppendedList
removeAllChildren(Node) - Method in class org.jboss.dna.repository.util.JcrTools
 
removeBranch(Long, Iterable<Location>) - Method in class org.jboss.dna.connector.store.jpa.util.RequestProcessorCache
 
removeBranch(Iterable<Location>) - Method in class org.jboss.dna.connector.store.jpa.util.RequestProcessorCache.WorkspaceCache
 
removeChild(UUID, PathFactory) - Method in class org.jboss.dna.jcr.cache.ChangedNodeInfo
Remove a child from the children.
removeCredentials(String) - Method in class org.jboss.dna.repository.util.AbstractSessionFactory
Remove any credentials associated with the named repository and workspace.
removeDetector(MimeTypeDetectorConfig) - Static method in class org.jboss.dna.repository.mimetype.MimeType
 
removeDetector(MimeTypeDetectorConfig) - Method in class org.jboss.dna.repository.mimetype.MimeTypeDetectors
Removes the configuration for a MIME-type detector.
removeListener(RepositorySourceListener) - Method in class org.jboss.dna.connector.federation.FederatedRepository
Remove the supplied listener.
removeListener(EventListener) - Method in class org.jboss.dna.repository.observation.ObservationService
 
removeListener(NodeChangeListener) - Method in class org.jboss.dna.repository.observation.ObservationService
 
removeOption(String) - Method in class org.jboss.dna.connector.store.jpa.util.StoreOptions
 
removeProblems(Node) - Method in class org.jboss.dna.repository.util.JcrTools
 
removeProperties(Location, String, Name...) - Method in class org.jboss.dna.graph.request.BatchRequestBuilder
Add a request to remove from the node the properties with the supplied names.
removeProperties(Location, String, Name...) - Method in class org.jboss.dna.graph.request.RequestBuilder
Add a request to remove from the node the properties with the supplied names.
removeProperty(Location, String, Name) - Method in class org.jboss.dna.graph.request.BatchRequestBuilder
Add a request to remove the property with the supplied name from the given node.
removeProperty(Location, String, Name) - Method in class org.jboss.dna.graph.request.RequestBuilder
Add a request to remove the property with the supplied name from the given node.
removeProperty(Name) - Method in class org.jboss.dna.jcr.cache.ChangedNodeInfo
 
RemovePropertyRequest - Class in org.jboss.dna.graph.request
Instruction to remove the property with the supplied name from the node at the given location.
RemovePropertyRequest(Location, String, Name) - Constructor for class org.jboss.dna.graph.request.RemovePropertyRequest
Create a request to remove a named property from the node at the supplied location.
removeRuleParser(Method) - Static method in class org.jboss.dna.connector.federation.Projection
Remove the rule parser method.
removeRuleParser(String, String) - Static method in class org.jboss.dna.connector.federation.Projection
Remove the rule parser method.
removeRuleParser(Method) - Method in class org.jboss.dna.connector.federation.ProjectionParser
Remove the rule parser method.
removeRuleParser(String, String) - Method in class org.jboss.dna.connector.federation.ProjectionParser
Remove the rule parser method.
removeRuleSet(String) - Method in class org.jboss.dna.repository.rules.RuleService
Remove a rule set.
removeSequencer(SequencerConfig) - Method in class org.jboss.dna.repository.sequencer.SequencingService
Remove the configuration for a sequencer.
removeSingleMultiProperty(Name) - Method in class org.jboss.dna.jcr.cache.ChangedNodeInfo
 
removeSource(RepositorySource, long, TimeUnit) - Method in class org.jboss.dna.repository.RepositoryLibrary
Remove from this federated repository the supplied source (or a source with the same name as that supplied).
removeSource(String, long, TimeUnit) - Method in class org.jboss.dna.repository.RepositoryLibrary
Remove from this federated repository the source with the supplied name.
removeWorkspace(String) - Method in class org.jboss.dna.connector.jbosscache.JBossCacheWorkspaces
Remove the cache that corresponds to the supplied workspace name as no longer being available.
renameNode(Location, String, Name) - Method in class org.jboss.dna.graph.request.BatchRequestBuilder
Add a request to rename the node at the supplied location.
renameNode(Location, String, Name) - Method in class org.jboss.dna.graph.request.RequestBuilder
Add a request to rename the node at the supplied location.
RenameNodeRequest - Class in org.jboss.dna.graph.request
Instruction to rename an existing node (but keep it under the same parent).
RenameNodeRequest(Location, String, Name) - Constructor for class org.jboss.dna.graph.request.RenameNodeRequest
Create a request to rename the node at the supplied location.
REP_NAME_DESC - Static variable in class org.jboss.dna.jcr.JcrI18n
 
REP_VENDOR_DESC - Static variable in class org.jboss.dna.jcr.JcrI18n
 
REPOSITORY_PATH - Static variable in class org.jboss.dna.maven.spi.JcrMavenUrlProvider
 
RepositoryClient - Class in org.jboss.example.dna.repository
 
RepositoryClient() - Constructor for class org.jboss.example.dna.repository.RepositoryClient
 
RepositoryClient.Api - Enum in org.jboss.example.dna.repository
 
RepositoryConnection - Interface in org.jboss.dna.graph.connector
A connection to a repository source.
RepositoryConnectionFactory - Interface in org.jboss.dna.graph.connector
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.connector
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.connector.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.connector.RepositoryConnectionPool
Create the pool to use the supplied connection factory, which is typically a RepositorySource.
repositoryConnectionPoolIsNotRunning - Static variable in class org.jboss.dna.graph.GraphI18n
 
RepositoryContext - Interface in org.jboss.dna.graph.connector
The context for a repository.
repositoryDoesNotExist - Static variable in class org.jboss.dna.jcr.JcrI18n
 
repositoryHasBeenShutDown - Static variable in class org.jboss.dna.connector.federation.FederationI18n
 
RepositoryI18n - Class in org.jboss.dna.repository
 
RepositoryI18n() - Constructor for class org.jboss.dna.repository.RepositoryI18n
 
RepositoryLibrary - Class in org.jboss.dna.repository
A library of RepositorySource instances and the RepositoryConnectionPool used to manage the connections for each.
RepositoryLibrary() - Constructor for class org.jboss.dna.repository.RepositoryLibrary
Create a new manager instance.
RepositoryLibrary(RepositoryConnectionFactory) - Constructor for class org.jboss.dna.repository.RepositoryLibrary
Create a new manager instance.
RepositoryLibrary(ExecutionContext) - Constructor for class org.jboss.dna.repository.RepositoryLibrary
Create a new manager instance.
RepositoryLibrary(ExecutionContext, RepositoryConnectionFactory) - Constructor for class org.jboss.dna.repository.RepositoryLibrary
Create a new manager instance.
repositoryMustBeConfigured - Static variable in class org.jboss.dna.jcr.JcrI18n
 
RepositoryNodePath - Class in org.jboss.dna.repository.util
 
RepositoryNodePath(String, String) - Constructor for class org.jboss.dna.repository.util.RepositoryNodePath
 
RepositoryService - Class in org.jboss.dna.repository
 
RepositoryService(RepositoryLibrary, String, String, ExecutionContext) - Constructor for class org.jboss.dna.repository.RepositoryService
Create a service instance, reading the configuration describing new RepositorySource instances from the source with the supplied name.
RepositoryService(RepositoryLibrary, String, String, Path, ExecutionContext) - Constructor for class org.jboss.dna.repository.RepositoryService
Create a service instance, reading the configuration describing new RepositorySource instances from the source with the supplied name and path within the repository.
RepositorySource - Interface in org.jboss.dna.graph.connector
A repository source is a description of a resource that can be used to access or store repository information.
RepositorySourceCapabilities - Class in org.jboss.dna.graph.connector
The capabilities of a RepositorySource.
RepositorySourceCapabilities() - Constructor for class org.jboss.dna.graph.connector.RepositorySourceCapabilities
Create a capabilities object using the defaults, .
RepositorySourceCapabilities(boolean, boolean) - Constructor for class org.jboss.dna.graph.connector.RepositorySourceCapabilities
 
RepositorySourceCapabilities(boolean, boolean, boolean, boolean, boolean) - Constructor for class org.jboss.dna.graph.connector.RepositorySourceCapabilities
 
RepositorySourceException - Exception in org.jboss.dna.graph.connector
 
RepositorySourceException(String) - Constructor for exception org.jboss.dna.graph.connector.RepositorySourceException
 
RepositorySourceException(String, String) - Constructor for exception org.jboss.dna.graph.connector.RepositorySourceException
 
RepositorySourceException(String, Throwable) - Constructor for exception org.jboss.dna.graph.connector.RepositorySourceException
 
RepositorySourceException(String, String, Throwable) - Constructor for exception org.jboss.dna.graph.connector.RepositorySourceException
 
RepositorySourceListener - Interface in org.jboss.dna.graph.connector
Interface for a component that wants to listen to changes occurring in a RepositorySource.
repositorySourceMustHaveName - Static variable in class org.jboss.dna.connector.store.jpa.JpaConnectorI18n
 
Request - Class in org.jboss.dna.graph.request
The abstract base class for all classes representing requests to be executed against a RepositoryConnection.
RequestBuilder - Class in org.jboss.dna.graph.request
A component that can be used to build requests while allowing different strategies for how requests are handled.
RequestProcessor - Class in org.jboss.dna.graph.request.processor
A component that is used to process and execute Requests.
RequestProcessorCache - Class in org.jboss.dna.connector.store.jpa.util
Represents a cache of the known node information, including a node's actual Location and the complete set of children.
RequestProcessorCache(PathFactory) - Constructor for class org.jboss.dna.connector.store.jpa.util.RequestProcessorCache
 
RequestProcessorCache.WorkspaceCache - Class in org.jboss.dna.connector.store.jpa.util
 
REQUIRED_PRIMARY_TYPES - Static variable in class org.jboss.dna.graph.JcrLexicon
 
REQUIRED_TYPE - Static variable in class org.jboss.dna.graph.JcrLexicon
 
requiredNodeDoesNotExistRelativeToNode - Static variable in class org.jboss.dna.connector.federation.FederationI18n
 
requiredNodeDoesNotExistRelativeToNode - Static variable in class org.jboss.dna.repository.RepositoryI18n
 
requiredPropertyIsMissingFromNode - Static variable in class org.jboss.dna.repository.RepositoryI18n
 
requiredPropertyOnNodeCouldNotBeRead - Static variable in class org.jboss.dna.repository.RepositoryI18n
 
requiredPropertyOnNodeWasExpectedToBeStringArrayValue - Static variable in class org.jboss.dna.repository.RepositoryI18n
 
requiredPropertyOnNodeWasExpectedToBeStringValue - Static variable in class org.jboss.dna.repository.RepositoryI18n
 
requiredToSuppliedParameterMismatch - Static variable in class org.jboss.dna.common.CommonI18n
 
reregister() - Method in class org.jboss.dna.repository.observation.ObservationService.WorkspaceListener
 
reserializeProperties(ObjectInputStream, ObjectOutputStream, Map<Name, Property>, Serializer.LargeValues, Serializer.LargeValues, Serializer.ReferenceValues) - Method in class org.jboss.dna.connector.store.jpa.util.Serializer
Deserialize the existing properties from the supplied input stream, update the properties, and then serialize the updated properties to the output stream.
reset() - Method in class org.jboss.dna.common.statistic.SimpleStatistics
Reset the statistics in this object, and clear out any stored information.
reset() - Method in class org.jboss.dna.common.statistic.Stopwatch
Reset this stopwatch and clear all statistics.
reset() - Method in class org.jboss.dna.repository.observation.ObservationService.Statistics
 
reset() - Method in class org.jboss.dna.repository.sequencer.SequencingService.Statistics
 
residualDefinitionsCannotBeMandatory - Static variable in class org.jboss.dna.jcr.JcrI18n
 
resolve(Reference) - Method in class org.jboss.dna.graph.Graph
Request to read the node given by the supplied reference value.
resolve(Path) - Method in class org.jboss.dna.graph.property.basic.AbstractPath
Get the absolute path by resolving the supplied relative (non-absolute) path against this absolute path.
resolve(Path) - Method in class org.jboss.dna.graph.property.basic.RootPath
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.property.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.property.basic.AbstractPath
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.property.Path
Get the absolute path by resolving this relative (non-absolute) path against the supplied absolute path.
RESOURCE - Static variable in class org.jboss.dna.graph.JcrNtLexicon
 
Results - Interface in org.jboss.dna.graph
A set of nodes returned from a graph, with methods to access the properties and children of the nodes in the result.
ResultSetConcurrencyType - Enum in org.jboss.dna.common.jdbc.model.api
Provides all supported database result set types as enumeration set.
ResultSetHoldabilityType - Enum in org.jboss.dna.common.jdbc.model.api
Provides all supported database result set holdability types as enumeration set.
ResultSetType - Enum in org.jboss.dna.common.jdbc.model.api
Provides all supported database result set types as enumeration set.
resumeEncoding() - Method in class org.jboss.dna.common.util.Base64.OutputStream
Resumes encoding of the stream.
retainAll(Collection<?>) - Method in class org.jboss.dna.common.collection.ImmutableAppendedList
RETRY_LIMIT - Static variable in class org.jboss.dna.repository.DnaLexicon
 
ROOT - Static variable in class org.jboss.dna.jcr.DnaLexicon
 
ROOT - Static variable in class org.jboss.dna.jcr.JcrLexicon
 
ROOT_NODE_UUID - Static variable in class org.jboss.dna.connector.store.jpa.util.StoreOptions
 
ROOT_VERSION - Static variable in class org.jboss.dna.jcr.JcrLexicon
 
RootPath - Class in org.jboss.dna.graph.property.basic
Optimized implementation of Path that serves as the root path.
roundDown(Double, int) - Method in class org.jboss.dna.common.math.DoubleOperations
 
roundDown(Duration, int) - Method in class org.jboss.dna.common.math.DurationOperations
 
roundDown(Float, int) - Method in class org.jboss.dna.common.math.FloatOperations
 
roundDown(Integer, int) - Method in class org.jboss.dna.common.math.IntegerOperations
 
roundDown(Long, int) - Method in class org.jboss.dna.common.math.LongOperations
 
roundDown(T, int) - Method in interface org.jboss.dna.common.math.MathOperations
Round down the supplied value to the desired scale.
roundDown(Short, int) - Method in class org.jboss.dna.common.math.ShortOperations
 
roundUp(Double, int) - Method in class org.jboss.dna.common.math.DoubleOperations
 
roundUp(Duration, int) - Method in class org.jboss.dna.common.math.DurationOperations
 
roundUp(Float, int) - Method in class org.jboss.dna.common.math.FloatOperations
 
roundUp(Integer, int) - Method in class org.jboss.dna.common.math.IntegerOperations
 
roundUp(Long, int) - Method in class org.jboss.dna.common.math.LongOperations
 
roundUp(T, int) - Method in interface org.jboss.dna.common.math.MathOperations
Round up the supplied value to the desired scale.
roundUp(Short, int) - Method in class org.jboss.dna.common.math.ShortOperations
 
ruleFromString(String, ExecutionContext) - Method in class org.jboss.dna.connector.federation.ProjectionParser
Parse the string form of a rule definition and return the rule
RuleService - Class in org.jboss.dna.repository.rules
A rule service that is capable of executing rule sets using one or more JSR-94 rule engines.
RuleService() - Constructor for class org.jboss.dna.repository.rules.RuleService
Create a new rule service, configured with no rule sets.
ruleServiceName - Static variable in class org.jboss.dna.repository.RepositoryI18n
 
RuleSet - Class in org.jboss.dna.repository.rules
A description of a set of rules compatible with a JSR-94 rule engine.
RuleSet(String, String, String, String[], String, String, String, Map<String, Object>) - Constructor for class org.jboss.dna.repository.rules.RuleSet
Create a JSR-94 rule set definition.
RuleSetRepositoryMonitor - Class in org.jboss.dna.repository.rules
A component that can listen to a JCR repository and keep the RuleSet instances of a RuleService synchronized with that repository.
RuleSetRepositoryMonitor(RuleService, String, JcrExecutionContext) - Constructor for class org.jboss.dna.repository.rules.RuleSetRepositoryMonitor
Create an instance that can listen to the RuleSet definitions stored in a JCR repository and ensure that the RuleSet instances of a RuleService reflect the definitions in the repository.
rulesFromString(ExecutionContext, String) - Method in class org.jboss.dna.connector.federation.ProjectionParser
Parse a single string containing one or more string forms of rule definitions, and return the rules.
rulesFromStrings(ExecutionContext, String...) - Method in class org.jboss.dna.connector.federation.ProjectionParser
Parse string forms of an arry of rule definitions and return the rules
runJLS3Conversion(char[], boolean) - Static method in class org.jboss.dna.sequencer.java.CompilationUnitParser
Parses and process the java source code as a compilation unit and the result it abstract syntax tree (AST) representation and this action uses the third edition of java Language Specification, that gets the possibility to support J2SE 5 during the parsing.

S

SAME_NAME_SIBLINGS - Static variable in class org.jboss.dna.graph.JcrLexicon
 
sameNameSiblingsAreNotAllowed - Static variable in class org.jboss.dna.connector.filesystem.FileSystemI18n
 
save(OutputStream, String) - Method in class org.jboss.dna.common.collection.UnmodifiableProperties
Deprecated.  
save() - Method in class org.jboss.dna.jcr.JcrConfiguration
Save any changes that have been made so far to the configuration.
save() - Method in class org.jboss.dna.repository.Configurator
Save any changes that have been made so far to the configuration.
save() - Method in class org.jboss.dna.repository.DnaConfiguration
Save any changes that have been made so far to the configuration.
Schema - Interface in org.jboss.dna.common.jdbc.model.api
Provides database schema specific metadata.
SchemaBean - Class in org.jboss.dna.common.jdbc.model.spi
Provides database schema specific metadata.
SchemaBean() - Constructor for class org.jboss.dna.common.jdbc.model.spi.SchemaBean
Default constructor
SchemaObject - Interface in org.jboss.dna.common.jdbc.model.api
Provides database schema object specific metadata.
SchemaObjectBean - Class in org.jboss.dna.common.jdbc.model.spi
Provides database schema object specific metadata.
SchemaObjectBean() - Constructor for class org.jboss.dna.common.jdbc.model.spi.SchemaObjectBean
Default constructor
ScmAction - Interface in org.jboss.dna.connector.scm
 
ScmActionExecutor - Interface in org.jboss.dna.connector.scm
 
ScmActionFactory - Interface in org.jboss.dna.connector.scm
 
search() - Method in class org.jboss.example.dna.sequencer.SequencingClient
Perform a search of the repository for all image metadata automatically created by the image sequencer.
SearchabilityType - Enum in org.jboss.dna.common.jdbc.model.api
Provides RDBMS supported search ability as enumeration set.
SecureHash - Class in org.jboss.dna.common.util
 
SecureHash() - Constructor for class org.jboss.dna.common.util.SecureHash
 
SecureHash.Algorithm - Enum in org.jboss.dna.common.util
Commonly-used hashing algorithms.
selectSequencers(List<Sequencer>, Node, NodeChange) - Method in interface org.jboss.dna.repository.sequencer.SequencingService.Selector
Select the sequencers that should be used to sequence the supplied node.
SELF - Static variable in interface org.jboss.dna.graph.property.Path
String representation of the segment that references the same segment.
SELF_NAME - Static variable in interface org.jboss.dna.graph.property.Path
Singleton instance of the name referencing a self, provided as a convenience.
SELF_PATH - Static variable in class org.jboss.dna.graph.property.basic.AbstractPath
 
SELF_PATH - Static variable in class org.jboss.dna.graph.property.basic.BasicPath
 
SELF_SEGMENT - Static variable in interface org.jboss.dna.graph.property.Path
Singleton instance of the path segment referencing a parent, provided as a convenience.
sequence(InputStream, SequencerOutput, SequencerContext) - Method in interface org.jboss.dna.graph.sequencer.StreamSequencer
Sequence the data found in the supplied stream, placing the output information into the supplied map.
sequence(Connection, SequencerOutput, SequencerContext) - Method in interface org.jboss.dna.graph.sequencers.JdbcSequencer
Sequence the data found in the a JDBC connection (for instance, JDBC Metadata).
sequence(InputStream, SequencerOutput, SequencerContext) - Method in class org.jboss.dna.sequencer.cnd.CndSequencer
Sequence the data found in the supplied stream, placing the output information into the supplied map.
sequence(InputStream, SequencerOutput, SequencerContext) - Method in class org.jboss.dna.sequencer.image.ImageMetadataSequencer
Sequence the data found in the supplied stream, placing the output information into the supplied map.
sequence(InputStream, SequencerOutput, SequencerContext) - Method in class org.jboss.dna.sequencer.java.JavaMetadataSequencer
Sequence the data found in the supplied stream, placing the output information into the supplied map.
sequence(InputStream, SequencerOutput, SequencerContext) - Method in class org.jboss.dna.sequencer.mp3.Mp3MetadataSequencer
Sequence the data found in the supplied stream, placing the output information into the supplied map.
sequence(InputStream, SequencerOutput, SequencerContext) - Method in class org.jboss.dna.sequencer.msoffice.MSOfficeMetadataSequencer
Sequence the data found in the supplied stream, placing the output information into the supplied map.
sequence(InputStream, SequencerOutput, SequencerContext) - Method in class org.jboss.dna.sequencer.xml.XmlSequencer
Sequence the data found in the supplied stream, placing the output information into the supplied map.
sequence(InputStream, SequencerOutput, SequencerContext) - Method in class org.jboss.dna.sequencer.zip.ZipSequencer
Sequence the data found in the supplied stream, placing the output information into the supplied map.
sequenceConstructorSimpleTypeName(SimpleTypeFieldMetadata, String, SequencerOutput, NameFactory, PathFactory) - Static method in class org.jboss.dna.sequencer.java.SimpleTypeMetadataSequencer
Sequence the type name of the simple type.
sequenceFieldMemberData(ArrayTypeFieldMetadata, PathFactory, NameFactory, SequencerOutput, String, int) - Static method in class org.jboss.dna.sequencer.java.ArrayTypeFieldMetadataSequencer
Sequence member data of array type.
sequenceMethodFormalParam(SequencerOutput, NameFactory, PathFactory, ArrayTypeFieldMetadata, String) - Static method in class org.jboss.dna.sequencer.java.ArrayTypeFieldMetadataSequencer
Sequence all formal parameters of a method.
sequenceMethodFormalParam(SequencerOutput, NameFactory, PathFactory, SimpleTypeFieldMetadata, String) - Static method in class org.jboss.dna.sequencer.java.SimpleTypeMetadataSequencer
 
sequenceMethodReturnType(SequencerOutput, NameFactory, PathFactory, SimpleTypeFieldMetadata, String) - Static method in class org.jboss.dna.sequencer.java.SimpleTypeMetadataSequencer
Sequence the return type of a method.
SEQUENCER - Static variable in class org.jboss.dna.repository.DnaLexicon
 
Sequencer - Interface in org.jboss.dna.repository.sequencer
The interface for a DNA sequencer, which sequences nodes and their content to extract additional information from the information.
SequencerConfig - Class in org.jboss.dna.repository.sequencer
 
SequencerConfig(String, String, String, String[], String...) - Constructor for class org.jboss.dna.repository.sequencer.SequencerConfig
 
SequencerConfig(String, String, Map<String, Object>, String, String[], String...) - Constructor for class org.jboss.dna.repository.sequencer.SequencerConfig
 
SequencerConfig(String, String, long, Map<String, Object>, String, String[], String...) - Constructor for class org.jboss.dna.repository.sequencer.SequencerConfig
 
SequencerContext - Class in org.jboss.dna.graph.sequencer
 
SequencerContext(ExecutionContext, Path, Set<Property>, String, Problems) - Constructor for class org.jboss.dna.graph.sequencer.SequencerContext
 
SequencerException - Exception in org.jboss.dna.repository.sequencer
 
SequencerException() - Constructor for exception org.jboss.dna.repository.sequencer.SequencerException
 
SequencerException(String) - Constructor for exception org.jboss.dna.repository.sequencer.SequencerException
 
SequencerException(Throwable) - Constructor for exception org.jboss.dna.repository.sequencer.SequencerException
 
SequencerException(String, Throwable) - Constructor for exception org.jboss.dna.repository.sequencer.SequencerException
 
SequencerLibrary - Class in org.jboss.dna.repository.sequencer
 
SequencerLibrary() - Constructor for class org.jboss.dna.repository.sequencer.SequencerLibrary
 
SequencerOutput - Interface in org.jboss.dna.graph.sequencer
Interface for sequencers to use to generate their output.
SequencerOutputMap - Class in org.jboss.dna.repository.sequencer
A basic SequencerOutput that records all information in-memory and which organizes the properties by node paths and provides access to the nodes in a natural path-order.
SequencerOutputMap(ValueFactories) - Constructor for class org.jboss.dna.repository.sequencer.SequencerOutputMap
 
SequencerOutputMap.Entry - Class in org.jboss.dna.repository.sequencer
An entry in a SequencerOutputMap, which contains the path of the node and the property values on the node.
SequencerOutputMap.PropertyValue - Class in org.jboss.dna.repository.sequencer
A property name and value pair.
SequencerPathExpression - Class in org.jboss.dna.repository.sequencer
An expression that defines a selection of some change in the repository that signals a sequencing operation should be run, and the location where the sequencing output should be placed.
SequencerPathExpression.Matcher - Class in org.jboss.dna.repository.sequencer
 
SEQUENCERS - Static variable in class org.jboss.dna.repository.DnaLexicon
 
sequencerTaskName - Static variable in class org.jboss.dna.sequencer.cnd.CndSequencerI18n
 
sequencerTaskName - Static variable in class org.jboss.dna.sequencer.image.ImageSequencerI18n
 
sequencerTaskName - Static variable in class org.jboss.dna.sequencer.java.JavaMetadataI18n
 
sequencerTaskName - Static variable in class org.jboss.dna.sequencer.msoffice.MSOfficeMetadataI18n
 
sequenceTheParameterizedTypeModifier(ModifierMetadata, String, PathFactory, NameFactory, SequencerOutput) - Static method in class org.jboss.dna.sequencer.java.ParameterizedTypeFieldMetadataSequencer
Sequences a modifier of this parameterized type.
sequenceTheParameterizedTypeName(ParameterizedTypeFieldMetadata, String, PathFactory, NameFactory, SequencerOutput) - Static method in class org.jboss.dna.sequencer.java.ParameterizedTypeFieldMetadataSequencer
Sequences the type name of the parameterized type.
sequenceTheVariable(SequencerOutput, NameFactory, Variable, Path) - Static method in class org.jboss.dna.sequencer.java.VariableSequencer
Sequence a variable.
SequencingClient - Class in org.jboss.example.dna.sequencer
 
SequencingClient() - Constructor for class org.jboss.example.dna.sequencer.SequencingClient
 
sequencingFrom(String) - Method in interface org.jboss.dna.repository.Configurator.SequencerDetails
Specify the input path expression represented as a string, which determines when this sequencer will be executed.
sequencingFrom(PathExpression) - Method in interface org.jboss.dna.repository.Configurator.SequencerDetails
Specify the input path expression, which determines when this sequencer will be executed.
SequencingService - Class in org.jboss.dna.repository.sequencer
A sequencing system is used to monitor changes in the content of JCR repositories and to sequence the content to extract or to generate structured information.
SequencingService() - Constructor for class org.jboss.dna.repository.sequencer.SequencingService
Create a new sequencing system, configured with no sequencers and not monitoring any workspaces.
SequencingService.NodeFilter - Interface in org.jboss.dna.repository.sequencer
Interface used to determine whether a NodeChange should be processed.
SequencingService.Selector - Interface in org.jboss.dna.repository.sequencer
Interface used to select the set of Sequencer instances that should be run.
SequencingService.Statistics - Class in org.jboss.dna.repository.sequencer
The statistics for the system.
sequencingServiceName - Static variable in class org.jboss.dna.repository.RepositoryI18n
 
serializeProperties(ObjectOutputStream, int, Iterable<Property>, Serializer.LargeValues, Serializer.ReferenceValues) - Method in class org.jboss.dna.connector.store.jpa.util.Serializer
Serialize the properties' values to the object stream.
serializeProperty(ObjectOutputStream, Property, Serializer.LargeValues, Serializer.ReferenceValues) - Method in class org.jboss.dna.connector.store.jpa.util.Serializer
Serialize the property's values to the object stream.
Serializer - Class in org.jboss.dna.connector.store.jpa.util
 
Serializer(ExecutionContext, boolean) - Constructor for class org.jboss.dna.connector.store.jpa.util.Serializer
 
Serializer.LargeValues - Interface in org.jboss.dna.connector.store.jpa.util
Interface that represents the location where "large" objects are stored.
Serializer.ReferenceValues - Interface in org.jboss.dna.connector.store.jpa.util
Interface used to record how Reference values are processed during serialization and deserialization.
ServiceAdministrator - Interface in org.jboss.dna.repository.service
Contract defining an administrative interface for controlling the running state of a service.
ServiceAdministrator.State - Enum in org.jboss.dna.repository.service
The available states.
serviceNotShutdowAndMayNotBeTerminated - Static variable in class org.jboss.dna.repository.RepositoryI18n
 
serviceShutdowAndMayNotBePaused - Static variable in class org.jboss.dna.repository.RepositoryI18n
 
serviceShutdowAndMayNotBeStarted - Static variable in class org.jboss.dna.repository.RepositoryI18n
 
SessionFactory - Interface in org.jboss.dna.repository.util
 
set(int, T) - Method in class org.jboss.dna.common.collection.ImmutableAppendedList
set(String, String) - Static method in class org.jboss.dna.common.util.LogContext
Put a context value (the val parameter) as identified with the key parameter into the current thread's context map.
set(Property...) - Method in class org.jboss.dna.graph.Graph.Batch
Set the properties on a node.
set(String) - Method in class org.jboss.dna.graph.Graph.Batch
Set a property on a node, starting with the name.
set(Name) - Method in class org.jboss.dna.graph.Graph.Batch
Set a property on a node, starting with the name.
set(Property...) - Method in class org.jboss.dna.graph.Graph
Set the properties on a node.
set(String) - Method in class org.jboss.dna.graph.Graph
Set a property on a node, starting with the name.
set(Name) - Method in class org.jboss.dna.graph.Graph
Set a property on a node, starting with the name.
setActorIdExpression(String) - Method in class org.jboss.dna.sequencer.jpdl3.JPDL3SwimlaneMetadata
 
setActualLocationOfNode(Location) - Method in class org.jboss.dna.graph.request.CreateNodeRequest
Sets the actual and complete location of the node being created.
setActualLocationOfNode(Location) - Method in class org.jboss.dna.graph.request.DeleteBranchRequest
Sets the actual and complete location of the node being deleted.
setActualLocationOfNode(Location) - Method in class org.jboss.dna.graph.request.ReadAllChildrenRequest
Sets the actual and complete location of the node whose children have been read.
setActualLocationOfNode(Location) - Method in class org.jboss.dna.graph.request.ReadAllPropertiesRequest
Sets the actual and complete location of the node whose properties have been read.
setActualLocationOfNode(Location) - Method in class org.jboss.dna.graph.request.ReadBlockOfChildrenRequest
Sets the actual and complete location of the node whose children have been read.
setActualLocationOfNode(Location) - Method in class org.jboss.dna.graph.request.ReadBranchRequest
Sets the actual and complete location of the node being read.
setActualLocationOfNode(Location) - Method in class org.jboss.dna.graph.request.ReadNodeRequest
Sets the actual and complete location of the node whose children and properties have been read.
setActualLocationOfNode(Location) - Method in class org.jboss.dna.graph.request.ReadPropertyRequest
Sets the actual and complete location of the node whose property has been read.
setActualLocationOfNode(Location) - Method in class org.jboss.dna.graph.request.RemovePropertyRequest
Sets the actual and complete location of the node being updated.
setActualLocationOfNode(Location) - Method in class org.jboss.dna.graph.request.SetPropertyRequest
Sets the actual and complete location of the node being updated.
setActualLocationOfNode(Location) - Method in class org.jboss.dna.graph.request.UpdatePropertiesRequest
Sets the actual and complete location of the node being updated.
setActualLocationOfNode(Location) - Method in class org.jboss.dna.graph.request.VerifyNodeExistsRequest
Sets the actual and complete location of the node whose properties have been read.
setActualLocationOfStartingAfterNode(Location) - Method in class org.jboss.dna.graph.request.ReadNextBlockOfChildrenRequest
Sets the actual and complete location of the node whose children have been read.
setActualLocations(Location, Location) - Method in class org.jboss.dna.graph.request.CopyBranchRequest
Sets the actual and complete location of the node being renamed and its new location.
setActualLocations(Location, Location) - Method in class org.jboss.dna.graph.request.MoveBranchRequest
Sets the actual and complete location of the node being renamed and its new location.
setActualLocations(Location, Location) - Method in class org.jboss.dna.graph.request.RenameNodeRequest
Sets the actual and complete location of the node being renamed and its new location.
setActualRootLocation(Location) - Method in class org.jboss.dna.graph.request.CloneWorkspaceRequest
Set the actual location of the root node in the new workspace.
setActualRootLocation(Location) - Method in class org.jboss.dna.graph.request.CreateWorkspaceRequest
Set the actual location of the root node in the new workspace.
setActualRootLocation(Location) - Method in class org.jboss.dna.graph.request.VerifyWorkspaceRequest
Set the actual location of the root node in the new workspace.
setActualWorkspaceName(String) - Method in class org.jboss.dna.graph.request.CloneWorkspaceRequest
Set the actual name of the workspace that was created.
setActualWorkspaceName(String) - Method in class org.jboss.dna.graph.request.CreateWorkspaceRequest
Set the actual name of the workspace that was created.
setActualWorkspaceName(String) - Method in class org.jboss.dna.graph.request.VerifyWorkspaceRequest
Set the actual name of the workspace.
setAllChildren(Long, Path, LinkedList<Location>) - Method in class org.jboss.dna.connector.store.jpa.util.RequestProcessorCache
 
setAllChildren(Path, LinkedList<Location>) - Method in class org.jboss.dna.connector.store.jpa.util.RequestProcessorCache.WorkspaceCache
 
setAllowsSameNameChildren(boolean) - Method in class org.jboss.dna.connector.store.jpa.model.basic.ChildEntity
 
setAllProceduresAreCallable(Boolean) - Method in interface org.jboss.dna.common.jdbc.model.api.Database
sets whether the current user can call all the procedures returned by the method DatabaseMetaData.getProcedures.
setAllProceduresAreCallable(Boolean) - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
sets whether the current user can call all the procedures returned by the method DatabaseMetaData.getProcedures.
setAllTablesAreSelectable(Boolean) - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Sets whether the current user can use all the tables returned by the method DatabaseMetaData.getTables in a SELECT statement.
setAllTablesAreSelectable(Boolean) - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Sets whether the current user can use all the tables returned by the method DatabaseMetaData.getTables in a SELECT statement.
setAnnotation(Property) - Method in class org.jboss.dna.connector.federation.merge.MergePlan
Set the plan annotation property.
setAnnotationMetada(List<AnnotationMetadata>) - Method in class org.jboss.dna.sequencer.java.metadata.PackageMetadata
 
setAnnotations(List<AnnotationMetadata>) - Method in class org.jboss.dna.sequencer.java.metadata.TypeMetadata
 
setApi(RepositoryClient.Api) - Method in class org.jboss.example.dna.repository.RepositoryClient
Set the API that this client should use to interact with the repositories.
setAssignment(JPDL3AssignmentMetadata) - Method in class org.jboss.dna.sequencer.jpdl3.JPDL3SwimlaneMetadata
Set the delegated instance, the assignment.
setAttributeScoping(XmlSequencer.AttributeScoping) - Method in class org.jboss.dna.sequencer.xml.XmlSequencer
 
setAutoIncrement(Boolean) - Method in interface org.jboss.dna.common.jdbc.model.api.SqlTypeInfo
Sets true if sql type can be used for an auto-increment value.
setAutoIncrement(Boolean) - Method in class org.jboss.dna.common.jdbc.model.spi.SqlTypeInfoBean
Sets true if sql type can be used for an auto-increment value.
setAvailableWorkspaceNames(Set<String>) - Method in class org.jboss.dna.graph.request.GetWorkspacesRequest
Set the names of the workspaces that are available (at least to the current user)
setBaseType(SqlType) - Method in interface org.jboss.dna.common.jdbc.model.api.UserDefinedType
Sets SQL base type from java.sql.Types.
setBaseType(SqlType) - Method in class org.jboss.dna.common.jdbc.model.spi.UserDefinedTypeBean
Sets SQL base type from java.sql.Types.
setBestRowIdentifier(Boolean) - Method in interface org.jboss.dna.common.jdbc.model.api.TableColumn
Is this column the part of Best Row Identifier in any scope?
setBestRowIdentifier(Boolean) - Method in class org.jboss.dna.common.jdbc.model.spi.TableColumnBean
Is this column the part of Best Row Identifier in any scope?
setBucketCount(int) - Method in class org.jboss.dna.common.statistic.Histogram
Set the number of buckets that this histogram will use.
setCacheConfigurationName(String) - Method in class org.jboss.dna.connector.jbosscache.JBossCacheSource
Get the name of the configuration that should be used if a cache is to be created using the CacheFactory found in JNDI or the DefaultCacheFactory if needed.
setCacheFactoryJndiName(String) - Method in class org.jboss.dna.connector.jbosscache.JBossCacheSource
Set the name in JNDI of a CacheFactory instance that should be used to obtain the Cache instance used by this source.
setCacheJndiName(String) - Method in class org.jboss.dna.connector.jbosscache.JBossCacheSource
Set the name in JNDI of a Cache instance that should be used by this source.
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.request.CacheableRequest
Set the caching policy for this object.
setCacheTimeToLiveInMilliseconds(int) - Method in class org.jboss.dna.connector.filesystem.FileSystemSource
Set the time in milliseconds that content returned from this source may used while in the cache.
setCacheTimeToLiveInMilliseconds(int) - Method in class org.jboss.dna.connector.store.jpa.JpaSource
Set the time in milliseconds that content returned from this source may used while in the cache.
setCardinality(Integer) - Method in interface org.jboss.dna.common.jdbc.model.api.Index
When TYPE is tableIndexStatistic, then this is the number of rows in the table; otherwise, it is the number of unique values in the index.
setCardinality(Integer) - Method in class org.jboss.dna.common.jdbc.model.spi.IndexBean
When TYPE is tableIndexStatistic, then this is the number of rows in the table; otherwise, it is the number of unique values in the index.
setCaseSensitive(Boolean) - Method in interface org.jboss.dna.common.jdbc.model.api.SqlTypeInfo
Is sql type case sensitive
setCaseSensitive(Boolean) - Method in class org.jboss.dna.common.jdbc.model.spi.SqlTypeInfoBean
Is sql type case sensitive
setCatalog(Catalog) - Method in interface org.jboss.dna.common.jdbc.model.api.Schema
Sets database catalog
setCatalog(Catalog) - Method in interface org.jboss.dna.common.jdbc.model.api.SchemaObject
Sets database catalog
setCatalog(Catalog) - Method in class org.jboss.dna.common.jdbc.model.spi.SchemaBean
Sets database catalog
setCatalog(Catalog) - Method in class org.jboss.dna.common.jdbc.model.spi.SchemaObjectBean
Sets database catalog
setCatalogAtStart(Boolean) - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Sets whether a catalog appears at the start of a fully qualified table name.
setCatalogAtStart(Boolean) - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Sets whether a catalog appears at the start of a fully qualified table name.
setCatalogSeparator(String) - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Sets the String that this database uses as the separator between a catalog and table name.
setCatalogSeparator(String) - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Sets the String that this database uses as the separator between a catalog and table name.
setCatalogTerm(String) - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Sets the database vendor's preferred term for "catalog".
setCatalogTerm(String) - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Sets the database vendor's preferred term for "catalog".
setCharOctetLength(Integer) - Method in interface org.jboss.dna.common.jdbc.model.api.Column
For char types sets the maximum number of bytes in the column.
setCharOctetLength(Integer) - Method in class org.jboss.dna.common.jdbc.model.spi.ColumnBean
For char types sets the maximum number of bytes in the column.
setChildName(String) - Method in class org.jboss.dna.connector.store.jpa.model.basic.ChildEntity
 
setChildNamespace(NamespaceEntity) - Method in class org.jboss.dna.connector.store.jpa.model.basic.ChildEntity
 
setChildren(Location, Location...) - Method in class org.jboss.dna.graph.request.ReadBranchRequest
Record the children for a parent node in the branch.
setChildren(Location, List<Location>) - Method in class org.jboss.dna.graph.request.ReadBranchRequest
Record the children for a parent node in the branch.
setClassLoaderFactory(ClassLoaderFactory) - Method in class org.jboss.dna.common.component.ComponentLibrary
Set the Maven Repository that should be used to load the sequencer classes.
setClassLoaderFactory(ClassLoaderFactory) - Static method in class org.jboss.dna.repository.mimetype.MimeType
 
setClassLoaderFactory(ClassLoaderFactory) - Method in class org.jboss.dna.repository.mimetype.MimeTypeDetectors
Sets the Maven Repository that should be used to load the MIME-type detectors.
setClassLoaderFactory(ClassLoaderFactory) - Method in class org.jboss.dna.repository.rules.RuleService
Set the Maven Repository that should be used to load the sequencer classes.
setClassName(String) - Method in interface org.jboss.dna.common.jdbc.model.api.UserDefinedType
Sets JAVA class name for UDT
setClassName(String) - Method in class org.jboss.dna.common.jdbc.model.spi.UserDefinedTypeBean
Sets JAVA class name for UDT
setCollectComments(boolean) - Method in class org.jboss.dna.sequencer.image.ImageMetadata
Specify whether textual comments are supposed to be extracted from input.
setComponentType(FieldMetadata) - Method in class org.jboss.dna.sequencer.java.metadata.ArrayTypeFieldMetadata
 
setCompressData(boolean) - Method in class org.jboss.dna.connector.store.jpa.JpaSource
 
setCompressed(boolean) - Method in class org.jboss.dna.connector.store.jpa.model.basic.LargeValueEntity
 
setCompressed(boolean) - Method in class org.jboss.dna.connector.store.jpa.model.basic.PropertiesEntity
 
setConfigType(String) - Method in class org.jboss.dna.sequencer.jpdl3.JPDL3AssignmentMetadata
 
setConfiguration(T) - Method in class org.jboss.dna.common.component.AbstractComponent
This method allows the implementation to initialize and configure itself using the supplied ComponentConfig information, and is called prior to any other class to this object.
setConfiguration(T) - Method in interface org.jboss.dna.common.component.Component
This method allows the implementation to initialize and configure itself using the supplied ComponentConfig information, and is called prior to any other class to this object.
setConfiguration(SequencerConfig) - Method in class org.jboss.dna.repository.sequencer.StreamSequencerAdapter
This method allows the implementation to initialize and configure itself using the supplied ComponentConfig information, and is called prior to any other class to this object.
setConfigurationSourceName(String) - Method in class org.jboss.dna.connector.federation.FederatedRepositorySource
Get the name of a RepositorySource instance that should be used by the federated repository as the configuration repository.
setConfigurationSourcePath(String) - Method in class org.jboss.dna.connector.federation.FederatedRepositorySource
Set the path in the source that will be subgraph below the /dna:system branch of the repository.
setConfigurationWorkspaceName(String) - Method in class org.jboss.dna.connector.federation.FederatedRepositorySource
Set the name of the workspace in the source used by the federated repository as the configuration repository.
setContent(MavenUrl, InputStream) - Method in class org.jboss.dna.maven.spi.JcrMavenUrlProvider
 
setCorePoolSize(int) - Method in class org.jboss.dna.graph.connector.RepositoryConnectionPool
Sets the core number of connections.
setCreateParams(String) - Method in interface org.jboss.dna.common.jdbc.model.api.SqlTypeInfo
Sets parameters used in creating the type (may be null)
setCreateParams(String) - Method in class org.jboss.dna.common.jdbc.model.spi.SqlTypeInfoBean
Sets parameters used in creating the type (may be null)
setCreatingWorkspacesAllowed(boolean) - Method in class org.jboss.dna.connector.filesystem.FileSystemSource
Set whether this source allows workspaces to be created dynamically.
setCreatingWorkspacesAllowed(boolean) - Method in class org.jboss.dna.connector.jbosscache.JBossCacheSource
Set whether this source allows workspaces to be created dynamically.
setCreatingWorkspacesAllowed(boolean) - Method in class org.jboss.dna.connector.store.jpa.JpaSource
Set whether this source allows workspaces to be created dynamically.
setCredentials(Credentials) - Method in class org.jboss.dna.maven.spi.JcrMavenUrlProvider
 
setData(byte[]) - Method in class org.jboss.dna.connector.store.jpa.model.basic.LargeValueEntity
 
setData(byte[]) - Method in class org.jboss.dna.connector.store.jpa.model.basic.PropertiesEntity
Set the data that represents the packed properties.
setDatabaseMajorVersion(Integer) - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Sets the major version number of the underlying database.
setDatabaseMajorVersion(Integer) - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Sets the major version number of the underlying database.
setDatabaseMinorVersion(Integer) - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Sets the minor version number of the underlying database.
setDatabaseMinorVersion(Integer) - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Sets the minor version number of the underlying database.
setDatabaseProductName(String) - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Sets the name of this database product.
setDatabaseProductName(String) - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Sets the name of this database product.
setDatabaseProductVersion(String) - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Sets the version number of this database product.
setDatabaseProductVersion(String) - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Sets the version number of this database product.
setDatabaseUrl(String) - Method in class org.jboss.dna.common.jdbc.provider.DefaultDriverDatabaseMetadataProvider
Sets the database URL as string
setDatabaseUrl(String) - Method in interface org.jboss.dna.common.jdbc.provider.DriverDatabaseMetadataProvider
Sets the database URL as string
setDatabaseUrl(String) - Method in class org.jboss.dna.connector.jdbc.JdbcRepositorySource
Sets the database URL as string
setDataDefinitionCausesTransactionCommit(Boolean) - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Sets whether a data definition statement within a transaction forces the transaction to commit.
setDataDefinitionCausesTransactionCommit(Boolean) - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Sets whether a data definition statement within a transaction forces the transaction to commit.
setDataDefinitionIgnoredInTransactions(Boolean) - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Sets whether this database ignores a data definition statement within a transaction.
setDataDefinitionIgnoredInTransactions(Boolean) - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Sets whether this database ignores a data definition statement within a transaction.
setDataSourceJndiName(String) - Method in class org.jboss.dna.connector.store.jpa.JpaSource
 
setDataSourceName(String) - Method in interface org.jboss.dna.common.jdbc.provider.DataSourceDatabaseMetadataProvider
Sets data source JNDI name
setDataSourceName(String) - Method in class org.jboss.dna.common.jdbc.provider.DefaultDataSourceDatabaseMetadataProvider
Sets data source JNDI name
setDataSourceName(String) - Method in class org.jboss.dna.connector.jdbc.JdbcRepositorySource
Sets data source JNDI name
setDefaultCachePolicy(CachePolicy) - Method in class org.jboss.dna.connector.jbosscache.JBossCacheSource
 
setDefaultCachePolicy(CachePolicy) - Method in class org.jboss.dna.connector.jdbc.JdbcRepositorySource
 
setDefaultCachePolicy(CachePolicy) - Method in class org.jboss.dna.connector.svn.SVNRepositorySource
 
setDefaultCachePolicy(CachePolicy) - Method in class org.jboss.dna.graph.connector.inmemory.InMemoryRepositorySource
 
setDefaultTransactionIsolation(Integer) - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Sets this database's default transaction isolation level.
setDefaultTransactionIsolation(Integer) - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Sets this database's default transaction isolation level.
setDefaultValue(String) - Method in interface org.jboss.dna.common.jdbc.model.api.Column
Sets default value (may be null)
setDefaultValue(String) - Method in class org.jboss.dna.common.jdbc.model.spi.ColumnBean
Sets default value (may be null)
setDefaultWorkspaceName(String) - Method in class org.jboss.dna.graph.connector.inmemory.InMemoryRepositorySource
Set the default workspace name.
setDeferrability(KeyDeferrabilityType) - Method in interface org.jboss.dna.common.jdbc.model.api.ForeignKey
Can the evaluation of foreign key constraints be deferred until commit
setDeferrability(KeyDeferrabilityType) - Method in class org.jboss.dna.common.jdbc.model.spi.ForeignKeyBean
Can the evaluation of foreign key constraints be deferred until commit
setDefinitionId(NodeDefinitionId) - Method in class org.jboss.dna.jcr.cache.ChangedNodeInfo
Set the identifier of the node definition for this node.
setDelegate(RepositoryConnectionFactory) - Method in class org.jboss.dna.repository.RepositoryLibrary
Set the delegate connection factory.
setDeleteRule(KeyModifyRuleType) - Method in interface org.jboss.dna.common.jdbc.model.api.ForeignKey
What happens to a foreign key when the primary key is deleted
setDeleteRule(KeyModifyRuleType) - Method in class org.jboss.dna.common.jdbc.model.spi.ForeignKeyBean
What happens to a foreign key when the primary key is deleted
setDestType(SqlType) - Method in interface org.jboss.dna.common.jdbc.model.api.SqlTypeConversionPair
Sets valid destination SQL Type
setDestType(SqlType) - Method in class org.jboss.dna.common.jdbc.model.spi.SqlTypeConversionPairBean
Sets valid destination SQL Type
setDetermineImageNumber(boolean) - Method in class org.jboss.dna.sequencer.image.ImageMetadata
Specify whether the number of images in a file is to be determined - default is false.
setDialect(String) - Method in class org.jboss.dna.connector.store.jpa.JpaSource
 
setDirectoryForDefaultWorkspace(String) - Method in class org.jboss.dna.connector.filesystem.FileSystemSource
Set the file system path to the existing directory that should be used for the default workspace.
setDriverClassloaderName(String) - Method in class org.jboss.dna.connector.store.jpa.JpaSource
 
setDriverClassName(String) - Method in class org.jboss.dna.common.jdbc.provider.DefaultDriverDatabaseMetadataProvider
Sets JDBC driver class name
setDriverClassName(String) - Method in interface org.jboss.dna.common.jdbc.provider.DriverDatabaseMetadataProvider
Sets JDBC driver class name
setDriverClassName(String) - Method in class org.jboss.dna.connector.jdbc.JdbcRepositorySource
Sets JDBC driver class name
setDriverClassName(String) - Method in class org.jboss.dna.connector.store.jpa.JpaSource
 
setDriverMajorVersion(Integer) - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Sets this JDBC driver's major version number.
setDriverMajorVersion(Integer) - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Sets this JDBC driver's major version number.
setDriverMinorVersion(Integer) - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Sets this JDBC driver's minor version number.
setDriverMinorVersion(Integer) - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Sets this JDBC driver's minor version number.
setDriverName(String) - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Sets the name of this JDBC driver.
setDriverName(String) - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Sets the name of this JDBC driver.
setDriverVersion(String) - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Sets the version number of this JDBC driver as a String.
setDriverVersion(String) - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Sets the version number of this JDBC driver as a String.
setDueDate(String) - Method in class org.jboss.dna.sequencer.jpdl3.JPDL3TaskMetadata
 
setElementType(FieldMetadata) - Method in class org.jboss.dna.sequencer.java.metadata.ArrayTypeFieldMetadata
 
setEmptyStringNotation(String) - Method in interface org.jboss.dna.common.jdbc.provider.DatabaseMetadataProvider
Set provider's notation for empty string
setEmptyStringNotation(String) - Method in class org.jboss.dna.common.jdbc.provider.DefaultDatabaseMetadataProvider
Set provider's notation for empty string
setEndStateMetadata(JPDL3EndStateMetadata) - Method in class org.jboss.dna.sequencer.jpdl3.JPDL3Metadata
 
setError(Throwable) - Method in class org.jboss.dna.graph.request.Request
Set the error for this request.
setExecutionContext(JcrExecutionContext) - Method in class org.jboss.dna.repository.sequencer.SequencingService
 
setExecutorService(ExecutorService) - Method in class org.jboss.dna.repository.sequencer.SequencingService
Set the executor service that should be used by this system.
setExpression(String) - Method in class org.jboss.dna.sequencer.jpdl3.JPDL3AssignmentMetadata
Set the expression.
setExtraNameCharacters(String) - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Sets all the "extra" characters that can be used in unquoted identifier names (those beyond a-z, A-Z, 0-9 and _).
setExtraNameCharacters(String) - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Sets all the "extra" characters that can be used in unquoted identifier names (those beyond a-z, A-Z, 0-9 and _).
setFields(List<FieldMetadata>) - Method in class org.jboss.dna.sequencer.java.metadata.TypeMetadata
 
setFilterCondition(String) - Method in interface org.jboss.dna.common.jdbc.model.api.Index
Sets the filter condition, if any.
setFilterCondition(String) - Method in class org.jboss.dna.common.jdbc.model.spi.IndexBean
Sets the filter condition, if any.
setFixedPrecisionScale(Boolean) - Method in interface org.jboss.dna.common.jdbc.model.api.SqlTypeInfo
Sets true if sql type can be a money value, for instance
setFixedPrecisionScale(Boolean) - Method in class org.jboss.dna.common.jdbc.model.spi.SqlTypeInfoBean
Sets true if sql type can be a money value, for instance
setForeignKeyColumn(Boolean) - Method in interface org.jboss.dna.common.jdbc.model.api.TableColumn
Sets true if column is part of foreign key.
setForeignKeyColumn(Boolean) - Method in class org.jboss.dna.common.jdbc.model.spi.TableColumnBean
Sets true if column is part of foreign key.
setForwardOnlyResultInsertsAreDetected(Boolean) - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Sets whether or not a visible row insert can be detected by calling the method ResultSet.rowInserted.
setForwardOnlyResultInsertsAreDetected(Boolean) - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Sets whether or not a visible row insert can be detected by calling the method ResultSet.rowInserted.
setForwardOnlyResultSetDeletesAreDetected(Boolean) - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Sets whether or not a visible row delete can be detected by calling the method ResultSet.rowDeleted.
setForwardOnlyResultSetDeletesAreDetected(Boolean) - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Sets whether or not a visible row delete can be detected by calling the method ResultSet.rowDeleted.
setForwardOnlyResultSetOthersDeletesAreVisible(Boolean) - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Sets whether deletes made by others are visible.
setForwardOnlyResultSetOthersDeletesAreVisible(Boolean) - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Sets whether deletes made by others are visible.
setForwardOnlyResultSetOthersInsertsAreVisible(Boolean) - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Sets whether inserts made by others are visible.
setForwardOnlyResultSetOthersInsertsAreVisible(Boolean) - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Sets whether inserts made by others are visible.
setForwardOnlyResultSetOthersUpdatesAreVisible(Boolean) - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Sets whether updates made by others are visible.
setForwardOnlyResultSetOthersUpdatesAreVisible(Boolean) - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Sets whether updates made by others are visible.
setForwardOnlyResultSetOwnDeletesAreVisible(Boolean) - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Sets whether a result set's own deletes are visible.
setForwardOnlyResultSetOwnDeletesAreVisible(Boolean) - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Sets whether a result set's own deletes are visible.
setForwardOnlyResultSetOwnInsertsAreVisible(Boolean) - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Sets whether a result set's own inserts are visible.
setForwardOnlyResultSetOwnInsertsAreVisible(Boolean) - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Sets whether a result set's own inserts are visible.
setForwardOnlyResultSetOwnUpdatesAreVisible(Boolean) - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Sets whether for the given type of ResultSet object, the result set's own updates are visible.
setForwardOnlyResultSetOwnUpdatesAreVisible(Boolean) - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Sets whether for the given type of ResultSet object, the result set's own updates are visible.
setForwardOnlyResultSetUpdatesAreDetected(Boolean) - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Sets whether or not a visible row update can be detected by calling the method ResultSet.rowUpdated.
setForwardOnlyResultSetUpdatesAreDetected(Boolean) - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Sets whether or not a visible row update can be detected by calling the method ResultSet.rowUpdated.
setFqClassName(String) - Method in class org.jboss.dna.sequencer.jpdl3.JPDL3AssignmentMetadata
Set the full qualified name of the class delegation.
setGeneratedPrefixTemplate(String) - Method in class org.jboss.dna.graph.property.basic.SimpleNamespaceRegistry
 
setGrantable(Boolean) - Method in interface org.jboss.dna.common.jdbc.model.api.Privilege
Sets true if grantee is permitted to grant to others, false otherwise (even if unknown).
setGrantable(Boolean) - Method in class org.jboss.dna.common.jdbc.model.spi.PrivilegeBean
Sets true if grantee is permitted to grant to others, false otherwise (even if unknown).
setGrantee(String) - Method in interface org.jboss.dna.common.jdbc.model.api.Privilege
Sets grantee of access (may be null)
setGrantee(String) - Method in class org.jboss.dna.common.jdbc.model.spi.PrivilegeBean
Sets grantee of access (may be null)
setGrantor(String) - Method in interface org.jboss.dna.common.jdbc.model.api.Privilege
Sets grantor of access (may be null)
setGrantor(String) - Method in class org.jboss.dna.common.jdbc.model.spi.PrivilegeBean
Sets grantor of access (may be null)
setHeaderLevel(int) - Method in class org.jboss.dna.sequencer.msoffice.word.WordMetadata.WordHeading
 
setHeadings(List<WordMetadata.WordHeading>) - Method in class org.jboss.dna.sequencer.msoffice.word.WordMetadata
 
setHostname(String) - Method in class org.jboss.dna.maven.MavenUrl
 
setId(ChildId) - Method in class org.jboss.dna.connector.store.jpa.model.basic.ChildEntity
 
setId(LargeValueId) - Method in class org.jboss.dna.connector.store.jpa.model.basic.LargeValueEntity
 
setId(NodeId) - Method in class org.jboss.dna.connector.store.jpa.model.basic.PropertiesEntity
Set the node's identifier.
setId(ReferenceId) - Method in class org.jboss.dna.connector.store.jpa.model.basic.ReferenceEntity
 
setId(Long) - Method in class org.jboss.dna.connector.store.jpa.model.common.NamespaceEntity
 
setId(Long) - Method in class org.jboss.dna.connector.store.jpa.model.common.WorkspaceEntity
 
setIdentifierQuoteString(String) - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Sets the string used to quote SQL identifiers.
setIdentifierQuoteString(String) - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Sets the string used to quote SQL identifiers.
setIdleTimeInSecondsBeforeTestingConnections(int) - Method in class org.jboss.dna.connector.store.jpa.JpaSource
 
setIndexColumn(Boolean) - Method in interface org.jboss.dna.common.jdbc.model.api.TableColumn
Sets true if column is part of any index.
setIndexColumn(Boolean) - Method in class org.jboss.dna.common.jdbc.model.spi.TableColumnBean
Sets true if column is part of any index.
setIndexInParent(int) - Method in class org.jboss.dna.connector.store.jpa.model.basic.ChildEntity
 
setIndexType(IndexType) - Method in interface org.jboss.dna.common.jdbc.model.api.Index
Sets index type
setIndexType(IndexType) - Method in class org.jboss.dna.common.jdbc.model.spi.IndexBean
Sets index type
setInput(DataInput) - Method in class org.jboss.dna.sequencer.image.ImageMetadata
Set the input stream to the argument stream (or file).
setInput(InputStream) - Method in class org.jboss.dna.sequencer.image.ImageMetadata
Set the input stream to the argument stream (or file).
setIoType(ParameterIoType) - Method in interface org.jboss.dna.common.jdbc.model.api.Parameter
Sets stored procedure parameter I/O type
setIoType(ParameterIoType) - Method in class org.jboss.dna.common.jdbc.model.spi.ParameterBean
Sets stored procedure parameter I/O type
setJaasContextName(String) - Method in class org.jboss.example.dna.repository.RepositoryClient
Set the JAAS context name that should be used.
setJavadocMetadata(JavadocMetadata) - Method in class org.jboss.dna.sequencer.java.metadata.PackageMetadata
 
setJDBCMajorVersion(Integer) - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Sets the major JDBC version number for this driver.
setJDBCMajorVersion(Integer) - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Sets the major JDBC version number for this driver.
setJDBCMinorVersion(Integer) - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Sets the minor JDBC version number for this driver.
setJDBCMinorVersion(Integer) - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Sets the minor JDBC version number for this driver.
setJndiName(String) - Method in class org.jboss.dna.graph.connector.inmemory.InMemoryRepositorySource
If you use this to set a JNDI name, this source will be bound to that name using the default InitialContext.
setJndiName(String, Context) - Method in class org.jboss.dna.graph.connector.inmemory.InMemoryRepositorySource
Register this source in JNDI under the supplied name using the supplied context. to set a JNDI name, this source will be bound to that name using the default InitialContext.
setKeepAliveTime(long, TimeUnit) - Method in class org.jboss.dna.graph.connector.RepositoryConnectionPool
Sets the time limit for which connections may remain idle before being closed.
setLargeValueSizeInBytes(long) - Method in class org.jboss.dna.connector.store.jpa.JpaSource
 
setLength(String, int, char) - Static method in class org.jboss.dna.common.util.StringUtil
Set the length of the string, padding with the supplied character if the supplied string is shorter than desired, or truncating the string if it is longer than desired.
setLength(long) - Method in class org.jboss.dna.connector.store.jpa.model.basic.LargeValueEntity
 
setListener(RepositorySourceListener) - Method in class org.jboss.dna.connector.federation.FederatedRepositoryConnection
Set the listener that is to receive notifications to changes to content within this source.
setListener(RepositorySourceListener) - Method in class org.jboss.dna.connector.filesystem.FileSystemConnection
Set the listener that is to receive notifications to changes to content within this source.
setListener(RepositorySourceListener) - Method in class org.jboss.dna.connector.jbosscache.JBossCacheConnection
Set the listener that is to receive notifications to changes to content within this source.
setListener(RepositorySourceListener) - Method in class org.jboss.dna.connector.jdbc.JdbcConnection
Set the listener that is to receive notifications to changes to content within this source.
setListener(RepositorySourceListener) - Method in class org.jboss.dna.connector.store.jpa.JpaConnection
Set the listener that is to receive notifications to changes to content within this source.
setListener(RepositorySourceListener) - Method in class org.jboss.dna.connector.svn.SVNRepositoryConnection
Set the listener that is to receive notifications to changes to content within this source.
setListener(RepositorySourceListener) - Method in class org.jboss.dna.graph.connector.inmemory.InMemoryRepositoryConnection
Set the listener that is to receive notifications to changes to content within this source.
setListener(RepositorySourceListener) - Method in interface org.jboss.dna.graph.connector.RepositoryConnection
Set the listener that is to receive notifications to changes to content within this source.
setLiteralPrefix(String) - Method in interface org.jboss.dna.common.jdbc.model.api.SqlTypeInfo
Sets prefix used to quote a literal (may be null)
setLiteralPrefix(String) - Method in class org.jboss.dna.common.jdbc.model.spi.SqlTypeInfoBean
Sets prefix used to quote a literal (may be null)
setLiteralSuffix(String) - Method in interface org.jboss.dna.common.jdbc.model.api.SqlTypeInfo
Sets suffix used to quote a literal (may be null)
setLiteralSuffix(String) - Method in class org.jboss.dna.common.jdbc.model.spi.SqlTypeInfoBean
Sets suffix used to quote a literal (may be null)
setLocalizationRepository(LocalizationRepository) - Static method in class org.jboss.dna.common.i18n.I18n
Set the repository of localized messages.
setLocalizedTypeName(String) - Method in interface org.jboss.dna.common.jdbc.model.api.SqlTypeInfo
Sets localized version of type name (may be null).
setLocalizedTypeName(String) - Method in class org.jboss.dna.common.jdbc.model.spi.SqlTypeInfoBean
Sets localized version of type name (may be null).
setLocatorsUpdateCopy(Boolean) - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Indicates whether updates made to a LOB are made on a copy or directly to the LOB.
setLocatorsUpdateCopy(Boolean) - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Indicates whether updates made to a LOB are made on a copy or directly to the LOB.
setLogger(Logger) - Method in class org.jboss.dna.repository.mimetype.MimeTypeDetectors
Sets the logger for this system.
setLogger(Logger) - Method in class org.jboss.dna.repository.observation.ObservationService
Set the logger for this system.
setLogger(Logger) - Method in class org.jboss.dna.repository.rules.RuleService
Set the logger for this system.
setLogger(Logger) - Method in class org.jboss.dna.repository.rules.RuleSetRepositoryMonitor
 
setLoggingLocale(Locale) - Static method in class org.jboss.dna.common.util.Logger
Set the locale used for the logs.
setMarker(boolean) - Method in class org.jboss.dna.sequencer.java.metadata.MarkerAnnotationMetadata
 
setMaxBinaryLiteralLength(Integer) - Method in interface org.jboss.dna.common.jdbc.model.api.Database
sets the maximum number of hex characters this database allows in an inline binary literal.
setMaxBinaryLiteralLength(Integer) - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
sets the maximum number of hex characters this database allows in an inline binary literal.
setMaxCatalogNameLength(Integer) - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Sets the maximum number of characters that this database allows in a catalog name.
setMaxCatalogNameLength(Integer) - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Sets the maximum number of characters that this database allows in a catalog name.
setMaxCharLiteralLength(Integer) - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Sets the maximum number of characters this database allows for a character literal.
setMaxCharLiteralLength(Integer) - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Sets the maximum number of characters this database allows for a character literal.
setMaxColumnNameLength(Integer) - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Sets the maximum number of characters this database allows for a column name.
setMaxColumnNameLength(Integer) - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Sets the maximum number of characters this database allows for a column name.
setMaxColumnsInGroupBy(Integer) - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Sets the maximum number of columns this database allows in a GROUP BY clause.
setMaxColumnsInGroupBy(Integer) - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Sets the maximum number of columns this database allows in a GROUP BY clause.
setMaxColumnsInIndex(Integer) - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Sets the maximum number of columns this database allows in an index.
setMaxColumnsInIndex(Integer) - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Sets the maximum number of columns this database allows in an index.
setMaxColumnsInOrderBy(Integer) - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Sets the maximum number of columns this database allows in an ORDER BY clause.
setMaxColumnsInOrderBy(Integer) - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Sets the maximum number of columns this database allows in an ORDER BY clause.
setMaxColumnsInSelect(Integer) - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Sets the maximum number of columns this database allows in a SELECT list.
setMaxColumnsInSelect(Integer) - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Sets the maximum number of columns this database allows in a SELECT list.
setMaxColumnsInTable(Integer) - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Sets the maximum number of columns this database allows in a table.
setMaxColumnsInTable(Integer) - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Sets the maximum number of columns this database allows in a table.
setMaxConnections(Integer) - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Sets the maximum number of concurrent connections to this database that are possible.
setMaxConnections(Integer) - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Sets the maximum number of concurrent connections to this database that are possible.
setMaxCursorNameLength(Integer) - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Sets the maximum number of characters that this database allows in a cursor name.
setMaxCursorNameLength(Integer) - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Sets the maximum number of characters that this database allows in a cursor name.
setMaxFailedAttemptsBeforeError(int) - Method in class org.jboss.dna.graph.connector.RepositoryConnectionPool
 
setMaximumConnectionIdleTimeInSeconds(int) - Method in class org.jboss.dna.connector.store.jpa.JpaSource
 
setMaximumConnectionsInPool(int) - Method in class org.jboss.dna.connector.store.jpa.JpaSource
 
setMaximumPoolSize(int) - Method in class org.jboss.dna.graph.connector.RepositoryConnectionPool
Sets the maximum allowed number of connections.
setMaximumSizeOfStatementCache(int) - Method in class org.jboss.dna.connector.store.jpa.JpaSource
 
setMaxIndexLength(Integer) - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Sets the maximum number of bytes this database allows for an index, including all of the parts of the index.
setMaxIndexLength(Integer) - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Sets the maximum number of bytes this database allows for an index, including all of the parts of the index.
setMaxProcedureNameLength(Integer) - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Sets the maximum number of characters that this database allows in a procedure name.
setMaxProcedureNameLength(Integer) - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Sets the maximum number of characters that this database allows in a procedure name.
setMaxRowSize(Integer) - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Sets the maximum number of bytes this database allows in a single row.
setMaxRowSize(Integer) - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Sets the maximum number of bytes this database allows in a single row.
setMaxRowSizeIncludeBlobs(Boolean) - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Sets whether the return value for the method getMaxRowSize includes the SQL data types LONGVARCHAR and LONGVARBINARY.
setMaxRowSizeIncludeBlobs(Boolean) - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Sets whether the return value for the method getMaxRowSize includes the SQL data types LONGVARCHAR and LONGVARBINARY.
setMaxScale(Integer) - Method in interface org.jboss.dna.common.jdbc.model.api.SqlTypeInfo
Sets maximum scale supported
setMaxScale(Integer) - Method in class org.jboss.dna.common.jdbc.model.spi.SqlTypeInfoBean
Sets maximum scale supported
setMaxSchemaNameLength(Integer) - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Sets the maximum number of characters that this database allows in a schema name.
setMaxSchemaNameLength(Integer) - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Sets the maximum number of characters that this database allows in a schema name.
setMaxStatementLength(Integer) - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Sets the maximum number of characters this database allows in an SQL statement.
setMaxStatementLength(Integer) - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Sets the maximum number of characters this database allows in an SQL statement.
setMaxStatements(Integer) - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Sets the maximum number of active statements to this database that can be open at the same time.
setMaxStatements(Integer) - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Sets the maximum number of active statements to this database that can be open at the same time.
setMaxTableNameLength(Integer) - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Sets the maximum number of characters this database allows in a table name.
setMaxTableNameLength(Integer) - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Sets the maximum number of characters this database allows in a table name.
setMaxTablesInSelect(Integer) - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Sets the maximum number of tables this database allows in a SELECT statement.
setMaxTablesInSelect(Integer) - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Sets the maximum number of tables this database allows in a SELECT statement.
setMaxUserNameLength(Integer) - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Sets the maximum number of characters this database allows in a user name.
setMaxUserNameLength(Integer) - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Sets the maximum number of characters this database allows in a user name.
setMergePlan(MergePlan) - Method in class org.jboss.dna.connector.federation.merge.FederatedNode
Set the merge plan for this federated node
setMethodName(String) - Method in exception org.jboss.dna.common.jdbc.model.api.DatabaseMetaDataMethodException
Sets the name of method that caused exception
setMethods(List<MethodMetadata>) - Method in class org.jboss.dna.sequencer.java.metadata.TypeMetadata
 
setMinimumConnectionsInPool(int) - Method in class org.jboss.dna.connector.store.jpa.JpaSource
 
setMinScale(Integer) - Method in interface org.jboss.dna.common.jdbc.model.api.SqlTypeInfo
Sets minimum scale supported
setMinScale(Integer) - Method in class org.jboss.dna.common.jdbc.model.spi.SqlTypeInfoBean
Sets minimum scale supported
setModel(String) - Method in class org.jboss.dna.connector.store.jpa.JpaSource
Set the model that should be used for this store.
setModelName(Model) - Method in class org.jboss.dna.connector.store.jpa.util.StoreOptions
 
setModifiers(List<ModifierMetadata>) - Method in class org.jboss.dna.sequencer.java.metadata.FieldMetadata
 
setModifiers(List<ModifierMetadata>) - Method in class org.jboss.dna.sequencer.java.metadata.MethodMetadata
 
setModifiers(List<ModifierMetadata>) - Method in class org.jboss.dna.sequencer.java.metadata.TypeMetadata
 
setName(String) - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Sets database name
setName(String) - Method in interface org.jboss.dna.common.jdbc.model.api.DatabaseNamedObject
Sets database named object name
setName(String) - Method in interface org.jboss.dna.common.jdbc.model.api.Privilege
Sets name of access allowed (SELECT, INSERT, UPDATE, REFRENCES, ...)
setName(String) - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Sets database name
setName(String) - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseNamedObjectBean
Sets database named object name
setName(String) - Method in class org.jboss.dna.common.jdbc.model.spi.PrivilegeBean
Sets name of access allowed (SELECT, INSERT, UPDATE, REFRENCES, ...)
setName(String) - Method in interface org.jboss.dna.common.jdbc.provider.DatabaseMetadataProvider
Sets the DatabaseMetadataProvider logical name
setName(String) - Method in class org.jboss.dna.common.jdbc.provider.DefaultDatabaseMetadataProvider
Sets the DatabaseMetadataProvider logical name
setName(String) - Method in class org.jboss.dna.connector.federation.FederatedRepositorySource
Set the name of this source.
setName(String) - Method in class org.jboss.dna.connector.filesystem.FileSystemSource
Set the name for the source
setName(String) - Method in class org.jboss.dna.connector.jbosscache.JBossCacheSource
Set the name of this source
setName(String) - Method in class org.jboss.dna.connector.jdbc.JdbcRepositorySource
Set the name of this source
setName(String) - Method in class org.jboss.dna.connector.store.jpa.JpaSource
Set the name for the source
setName(String) - Method in class org.jboss.dna.connector.store.jpa.model.common.WorkspaceEntity
 
setName(String) - Method in class org.jboss.dna.connector.store.jpa.util.StoreOptionEntity
 
setName(String) - Method in class org.jboss.dna.connector.svn.SVNRepositorySource
Set the name of this source
setName(String) - Method in class org.jboss.dna.graph.connector.inmemory.InMemoryRepositorySource
 
setName(String) - Method in class org.jboss.dna.sequencer.java.metadata.AnnotationMetadata
 
setName(String) - Method in class org.jboss.dna.sequencer.java.metadata.ImportMetadata
 
setName(String) - Method in class org.jboss.dna.sequencer.java.metadata.MethodMetadata
 
setName(String) - Method in class org.jboss.dna.sequencer.java.metadata.PackageMetadata
 
setName(String) - Method in class org.jboss.dna.sequencer.java.metadata.TypeMetadata
Set the name.
setName(String) - Method in class org.jboss.dna.sequencer.java.metadata.Variable
 
setName(String) - Method in class org.jboss.dna.sequencer.jpdl3.JPDL3EndStateMetadata
 
setName(String) - Method in class org.jboss.dna.sequencer.jpdl3.JPDL3StartStateMetadata
 
setName(String) - Method in class org.jboss.dna.sequencer.jpdl3.JPDL3SwimlaneMetadata
Set the name of the swimlane.
setName(String) - Method in class org.jboss.dna.sequencer.jpdl3.JPDL3TaskMetadata
 
setName(String) - Method in class org.jboss.dna.sequencer.jpdl3.JPDL3TaskNodeMetadata
 
setName(String) - Method in class org.jboss.dna.sequencer.jpdl3.JPDL3TransitionMetadata
 
setNameOfDefaultWorkspace(String) - Method in class org.jboss.dna.connector.jbosscache.JBossCacheSource
Set the name of the workspace that should be used when clients don't specify a workspace.
setNameOfDefaultWorkspace(String) - Method in class org.jboss.dna.connector.store.jpa.JpaSource
Set the name of the workspace that should be used when clients don't specify a workspace.
setNamespace(String, String) - Method in class org.jboss.dna.common.xml.SimpleNamespaceContext
 
setNodeFilter(SequencingService.NodeFilter) - Method in class org.jboss.dna.repository.sequencer.SequencingService
Set the filter that checks which nodes are to be sequenced, or null if the default node filter should be used.
setNormal(boolean) - Method in class org.jboss.dna.sequencer.java.metadata.NormalAnnotationMetadata
 
setNotes(String) - Method in class org.jboss.dna.sequencer.msoffice.powerpoint.SlideMetadata
 
setNullabilityType(NullabilityType) - Method in interface org.jboss.dna.common.jdbc.model.api.Column
Sets column nullability
setNullabilityType(NullabilityType) - Method in interface org.jboss.dna.common.jdbc.model.api.SqlTypeInfo
Sets SQL type nullability
setNullabilityType(NullabilityType) - Method in class org.jboss.dna.common.jdbc.model.spi.ColumnBean
Sets column nullability
setNullabilityType(NullabilityType) - Method in class org.jboss.dna.common.jdbc.model.spi.SqlTypeInfoBean
Sets SQL type nullability
setNullPlusNonNullIsNull(Boolean) - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Sets whether this database supports concatenations between NULL and non-NULL values being NULL.
setNullPlusNonNullIsNull(Boolean) - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Sets whether this database supports concatenations between NULL and non-NULL values being NULL.
setNullsAreSortedAtEnd(Boolean) - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Sets whether NULL values are sorted at the end regardless of sort order.
setNullsAreSortedAtEnd(Boolean) - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Sets whether NULL values are sorted at the end regardless of sort order.
setNullsAreSortedAtStart(Boolean) - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Sets whether NULL values are sorted at the start regardless of sort order.
setNullsAreSortedAtStart(Boolean) - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Sets whether NULL values are sorted at the start regardless of sort order.
setNullsAreSortedHigh(Boolean) - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Sets whether NULL values are sorted high.
setNullsAreSortedHigh(Boolean) - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Sets whether NULL values are sorted high.
setNullsAreSortedLow(Boolean) - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Sets whether NULL values are sorted low.
setNullsAreSortedLow(Boolean) - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Sets whether NULL values are sorted low.
setNullStringNotation(String) - Method in interface org.jboss.dna.common.jdbc.provider.DatabaseMetadataProvider
Set provider's notation for NULL string
setNullStringNotation(String) - Method in class org.jboss.dna.common.jdbc.provider.DefaultDatabaseMetadataProvider
Set provider's notation for NULL string
setNumberOfChildren(int) - Method in class org.jboss.dna.graph.request.ReadAllPropertiesRequest
Set the number of children for this node
setNumberOfConnectionsToAcquireAsNeeded(int) - Method in class org.jboss.dna.connector.store.jpa.JpaSource
 
setNumberPrecisionRadix(Integer) - Method in interface org.jboss.dna.common.jdbc.model.api.SqlTypeInfo
sets sql type precision radix (usually 2 or 10)
setNumberPrecisionRadix(Integer) - Method in class org.jboss.dna.common.jdbc.model.spi.SqlTypeInfoBean
sets sql type precision radix (usually 2 or 10)
setOption(String, String) - Method in class org.jboss.dna.connector.store.jpa.util.StoreOptions
 
setOptional(boolean) - Method in class org.jboss.dna.maven.MavenDependency
 
setOrdinalPosition(Integer) - Method in interface org.jboss.dna.common.jdbc.model.api.Column
Sets index of column starting at 1 - if applicable.
setOrdinalPosition(Integer) - Method in class org.jboss.dna.common.jdbc.model.spi.ColumnBean
Sets index of column starting at 1 - if applicable.
setOwner(SchemaObject) - Method in interface org.jboss.dna.common.jdbc.model.api.Column
Sets the owner of ColumnMetaData
setOwner(SchemaObject) - Method in class org.jboss.dna.common.jdbc.model.spi.ColumnBean
Sets the owner of ColumnMetaData
setPages(Integer) - Method in interface org.jboss.dna.common.jdbc.model.api.Index
When TYPE is tableIndexStatisic then this is the number of pages used for the table, otherwise it is the number of pages used for the current index.
setPages(Integer) - Method in class org.jboss.dna.common.jdbc.model.spi.IndexBean
When TYPE is tableIndexStatisic then this is the number of pages used for the table, otherwise it is the number of pages used for the current index.
setParameters(List<FieldMetadata>) - Method in class org.jboss.dna.sequencer.java.metadata.MethodMetadata
 
setParent(UUID) - Method in class org.jboss.dna.jcr.cache.ChangedNodeInfo
Record that this node has been moved under a new parent.
setPassword(String) - Method in class org.jboss.dna.common.jdbc.provider.DefaultDriverDatabaseMetadataProvider
Sets the user's password
setPassword(String) - Method in interface org.jboss.dna.common.jdbc.provider.DriverDatabaseMetadataProvider
Sets the user's password
setPassword(String) - Method in class org.jboss.dna.connector.federation.FederatedRepositorySource
Get the password that should be used when authenticating and creating connections.
setPassword(String) - Method in class org.jboss.dna.connector.jdbc.JdbcRepositorySource
Sets the user's password
setPassword(String) - Method in class org.jboss.dna.connector.store.jpa.JpaSource
 
setPath(String) - Method in class org.jboss.dna.maven.MavenUrl
 
setPathToTopOfRepository(String) - Method in class org.jboss.dna.maven.spi.JcrMavenUrlProvider
 
setPdName(String) - Method in class org.jboss.dna.sequencer.jpdl3.JPDL3Metadata
Set the name of process definition.
setPingTimeout(long, TimeUnit) - Method in class org.jboss.dna.graph.connector.RepositoryConnectionPool
 
setPooledActorsExpression(String) - Method in class org.jboss.dna.sequencer.jpdl3.JPDL3SwimlaneMetadata
 
setPort(int) - Method in class org.jboss.dna.maven.MavenUrl
 
setPrecision(Integer) - Method in interface org.jboss.dna.common.jdbc.model.api.Column
Sets precision if applicable otherwise 0.
setPrecision(Long) - Method in interface org.jboss.dna.common.jdbc.model.api.SqlTypeInfo
Sets precision (number of fractional digits/scale) if applicable otherwise 0.
setPrecision(Integer) - Method in class org.jboss.dna.common.jdbc.model.spi.ColumnBean
Sets precision if applicable otherwise 0.
setPrecision(Long) - Method in class org.jboss.dna.common.jdbc.model.spi.SqlTypeInfoBean
Sets precision (number of fractional digits/scale) if applicable otherwise 0.
setPredefinedWorkspaceNames(String[]) - Method in class org.jboss.dna.connector.filesystem.FileSystemSource
Sets the names of the workspaces that are available when this source is created.
setPredefinedWorkspaceNames(String[]) - Method in class org.jboss.dna.connector.jbosscache.JBossCacheSource
Sets the names of the workspaces that are available when this source is created.
setPredefinedWorkspaceNames(String[]) - Method in class org.jboss.dna.connector.store.jpa.JpaSource
Sets the names of the workspaces that are available when this source is created.
setPrimaryKey(PrimaryKey) - Method in interface org.jboss.dna.common.jdbc.model.api.Table
Sets a table primary key
setPrimaryKey(PrimaryKey) - Method in class org.jboss.dna.common.jdbc.model.spi.TableBean
Sets a table primary key
setPrimaryKeyColumn(Boolean) - Method in interface org.jboss.dna.common.jdbc.model.api.TableColumn
Sets true if column is part of primary key.
setPrimaryKeyColumn(Boolean) - Method in class org.jboss.dna.common.jdbc.model.spi.TableColumnBean
Sets true if column is part of primary key.
setPrivilegeType(PrivilegeType) - Method in interface org.jboss.dna.common.jdbc.model.api.Privilege
Sets privilege type
setPrivilegeType(PrivilegeType) - Method in class org.jboss.dna.common.jdbc.model.spi.PrivilegeBean
Sets privilege type
setProblemLog(ObservationService.ProblemLog) - Method in class org.jboss.dna.repository.observation.ObservationService
Set the problem log that will be notified of problems handling events.
setProcedureTerm(String) - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Sets the database vendor's preferred term for "procedure".
setProcedureTerm(String) - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Sets the database vendor's preferred term for "procedure".
setProperties(Properties) - Method in interface org.jboss.dna.common.jdbc.provider.DatabaseMetadataProvider
Sets the provider properties
setProperties(Properties) - Method in class org.jboss.dna.common.jdbc.provider.DefaultDatabaseMetadataProvider
Sets the provider properties
setProperties(Path, Property...) - Method in interface org.jboss.dna.graph.io.Destination
Sets the given properties on the node at the supplied path.
setProperties(Path, Property...) - Method in class org.jboss.dna.graph.io.GraphBatchDestination
Sets the given properties on the node at the supplied path.
setProperties(Location, String, Property...) - Method in class org.jboss.dna.graph.request.BatchRequestBuilder
Add a request to update the properties on the node at the supplied location.
setProperties(Location, Property...) - Method in class org.jboss.dna.graph.request.ReadBranchRequest
Add a node that was read from the RepositoryConnection.
setProperties(Location, Iterable<Property>) - Method in class org.jboss.dna.graph.request.ReadBranchRequest
Add a node that was read from the RepositoryConnection.
setProperties(Location, String, Property...) - Method in class org.jboss.dna.graph.request.RequestBuilder
Add a request to update the properties on the node at the supplied location.
setProperties(Properties) - Method in class org.jboss.dna.maven.spi.AbstractMavenUrlProvider
 
setProperty(String, String) - Method in class org.jboss.dna.common.collection.UnmodifiableProperties
setProperty(Property) - Method in class org.jboss.dna.graph.connector.inmemory.InMemoryNode
 
setProperty(ExecutionContext, String, Object...) - Method in class org.jboss.dna.graph.connector.inmemory.InMemoryNode
 
setProperty(Location, String, Property) - Method in class org.jboss.dna.graph.request.BatchRequestBuilder
Add a request to update the property on the node at the supplied location.
setProperty(Property) - Method in class org.jboss.dna.graph.request.ReadPropertyRequest
Set the property on the node as read from the RepositoryConnection
setProperty(Location, String, Property) - Method in class org.jboss.dna.graph.request.RequestBuilder
Add a request to update the property on the node at the supplied location.
setProperty(String, String, Object...) - Method in interface org.jboss.dna.graph.sequencer.SequencerOutput
Set the supplied property on the supplied node.
setProperty(Path, Name, Object...) - Method in interface org.jboss.dna.graph.sequencer.SequencerOutput
Set the supplied property on the supplied node.
setProperty(PropertyInfo, ValueFactories) - Method in class org.jboss.dna.jcr.cache.ChangedNodeInfo
 
setProperty(Path, Name, Object...) - Method in class org.jboss.dna.repository.sequencer.SequencerOutputMap
Set the supplied property on the supplied node.
setProperty(String, String, Object...) - Method in class org.jboss.dna.repository.sequencer.SequencerOutputMap
Set the supplied property on the supplied node.
setPropertyCount(int) - Method in class org.jboss.dna.connector.store.jpa.model.basic.PropertiesEntity
 
SetPropertyRequest - Class in org.jboss.dna.graph.request
Instruction to set a particular property on the node at the specified location.
SetPropertyRequest(Location, String, Property) - Constructor for class org.jboss.dna.graph.request.SetPropertyRequest
Create a request to set the property on the node at the supplied location.
setPseudoType(ColumnPseudoType) - Method in interface org.jboss.dna.common.jdbc.model.api.TableColumn
Sets column's pseudo type
setPseudoType(ColumnPseudoType) - Method in class org.jboss.dna.common.jdbc.model.spi.TableColumnBean
Sets column's pseudo type
setRadix(Integer) - Method in interface org.jboss.dna.common.jdbc.model.api.Column
Sets radix if applicable
setRadix(Integer) - Method in class org.jboss.dna.common.jdbc.model.spi.ColumnBean
Sets radix if applicable
setReadOnly(Boolean) - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Sets whether this database is in read-only mode.
setReadOnly(Boolean) - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Sets whether this database is in read-only mode.
setReference(Reference) - Method in interface org.jboss.dna.common.jdbc.model.api.Attribute
Sets reference
setReference(Reference) - Method in interface org.jboss.dna.common.jdbc.model.api.TableColumn
Sets column reference if datatype is REF
setReference(Reference) - Method in class org.jboss.dna.common.jdbc.model.spi.AttributeBean
Sets reference
setReference(Reference) - Method in class org.jboss.dna.common.jdbc.model.spi.TableColumnBean
Sets column reference if datatype is REF
setReference(String, String, String...) - Method in interface org.jboss.dna.graph.sequencer.SequencerOutput
Set the supplied reference on the supplied node.
setReference(String, String, String...) - Method in class org.jboss.dna.repository.sequencer.SequencerOutputMap
Set the supplied reference on the supplied node.
setReferenceGeneration(String) - Method in interface org.jboss.dna.common.jdbc.model.api.Table
specifies how values in getSelfReferencingColumnName () are created.
setReferenceGeneration(String) - Method in class org.jboss.dna.common.jdbc.model.spi.TableBean
specifies how values in getSelfReferencingColumnName () are created.
setReferentialIntegrityEnforced(boolean) - Method in class org.jboss.dna.connector.store.jpa.JpaSource
 
setReferentialIntegrityEnforced(boolean) - Method in class org.jboss.dna.connector.store.jpa.model.basic.PropertiesEntity
 
setRemarks(String) - Method in interface org.jboss.dna.common.jdbc.model.api.DatabaseNamedObject
Sets explanatory comment on the database named object
setRemarks(String) - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseNamedObjectBean
Sets explanatory comment on the database named object
setRemoveDuplicateProperties(boolean) - Method in class org.jboss.dna.connector.federation.merge.strategy.SimpleMergeStrategy
 
setRepository(Repository) - Method in class org.jboss.dna.maven.spi.JcrMavenUrlProvider
 
setRepositoryName(String) - Method in class org.jboss.dna.connector.federation.FederatedRepositorySource
Get the name of the federated repository.
setResultSetHoldabilityType(ResultSetHoldabilityType) - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Sets the default holdability of this ResultSet object.
setResultSetHoldabilityType(ResultSetHoldabilityType) - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Sets the default holdability of this ResultSet object.
setResultType(StoredProcedureResultType) - Method in interface org.jboss.dna.common.jdbc.model.api.StoredProcedure
Sets stored procedure result type
setResultType(StoredProcedureResultType) - Method in class org.jboss.dna.common.jdbc.model.spi.StoredProcedureBean
Sets stored procedure result type
setRetryLimit(int) - Method in class org.jboss.dna.connector.federation.FederatedRepositorySource
Set the maximum number of retries that may be performed on a given operation when using connections created by this source.
setRetryLimit(int) - Method in class org.jboss.dna.connector.filesystem.FileSystemSource
Set the maximum number of retries that may be performed on a given operation when using connections created by this source.
setRetryLimit(int) - Method in class org.jboss.dna.connector.jbosscache.JBossCacheSource
Set the maximum number of retries that may be performed on a given operation when using connections created by this source.
setRetryLimit(int) - Method in class org.jboss.dna.connector.jdbc.JdbcRepositorySource
Set the maximum number of retries that may be performed on a given operation when using connections created by this source.
setRetryLimit(int) - Method in class org.jboss.dna.connector.store.jpa.JpaSource
Set the maximum number of retries that may be performed on a given operation when using connections created by this source.
setRetryLimit(int) - Method in class org.jboss.dna.connector.svn.SVNRepositorySource
Set the maximum number of retries that may be performed on a given operation when using connections created by this source.
setRetryLimit(int) - Method in class org.jboss.dna.graph.connector.inmemory.InMemoryRepositorySource
Set the maximum number of retries that may be performed on a given operation when using connections created by this source.
setRetryLimit(int) - Method in interface org.jboss.dna.graph.connector.RepositorySource
Set the maximum number of retries that may be performed on a given operation when using connections created by this source.
setReturnType(FieldMetadata) - Method in class org.jboss.dna.sequencer.java.metadata.MethodMetadata
 
setRootNodeUuid(String) - Method in class org.jboss.dna.connector.jbosscache.JBossCacheSource
Set the UUID of the root node in this repository.
setRootNodeUuid(String) - Method in class org.jboss.dna.connector.jdbc.JdbcRepositorySource
 
setRootNodeUuid(String) - Method in class org.jboss.dna.connector.store.jpa.JpaSource
 
setRootNodeUuid(UUID) - Method in class org.jboss.dna.connector.store.jpa.util.StoreOptions
 
setRootNodeUuid(UUID) - Method in class org.jboss.dna.graph.connector.inmemory.InMemoryRepositorySource
 
setSameNameSiblingIndex(int) - Method in class org.jboss.dna.connector.store.jpa.model.basic.ChildEntity
 
setScale(Integer) - Method in interface org.jboss.dna.common.jdbc.model.api.Parameter
Sets parameter scale if appropriate
setScale(Integer) - Method in class org.jboss.dna.common.jdbc.model.spi.ParameterBean
Sets parameter scale if appropriate
setSchema(Schema) - Method in interface org.jboss.dna.common.jdbc.model.api.SchemaObject
Sets database schema
setSchema(Schema) - Method in class org.jboss.dna.common.jdbc.model.spi.SchemaObjectBean
Sets database schema
setSchemaTerm(String) - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Sets the database vendor's preferred term for "schema".
setSchemaTerm(String) - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Sets the database vendor's preferred term for "schema".
setScope(MavenDependency.Scope) - Method in class org.jboss.dna.maven.MavenDependency
 
setScope(String) - Method in class org.jboss.dna.maven.MavenDependency
 
setScopeType(BestRowIdentifierScopeType) - Method in interface org.jboss.dna.common.jdbc.model.api.BestRowIdentifier
Sets the scope of best row identifier
setScopeType(BestRowIdentifierScopeType) - Method in class org.jboss.dna.common.jdbc.model.spi.BestRowIdentifierBean
Sets the scope of best row identifier
setScrollInsensitiveResultInsertsAreDetected(Boolean) - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Sets whether or not a visible row insert can be detected by calling the method ResultSet.rowInserted.
setScrollInsensitiveResultInsertsAreDetected(Boolean) - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Sets whether or not a visible row insert can be detected by calling the method ResultSet.rowInserted.
setScrollInsensitiveResultSetDeletesAreDetected(Boolean) - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Sets whether or not a visible row delete can be detected by calling the method ResultSet.rowDeleted.
setScrollInsensitiveResultSetDeletesAreDetected(Boolean) - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Sets whether or not a visible row delete can be detected by calling the method ResultSet.rowDeleted.
setScrollInsensitiveResultSetOthersDeletesAreVisible(Boolean) - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Sets whether deletes made by others are visible.
setScrollInsensitiveResultSetOthersDeletesAreVisible(Boolean) - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Sets whether deletes made by others are visible.
setScrollInsensitiveResultSetOthersInsertsAreVisible(Boolean) - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Sets whether inserts made by others are visible.
setScrollInsensitiveResultSetOthersInsertsAreVisible(Boolean) - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Sets whether inserts made by others are visible.
setScrollInsensitiveResultSetOthersUpdatesAreVisible(Boolean) - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Sets whether updates made by others are visible.
setScrollInsensitiveResultSetOthersUpdatesAreVisible(Boolean) - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Sets whether updates made by others are visible.
setScrollInsensitiveResultSetOwnDeletesAreVisible(Boolean) - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Sets whether a result set's own deletes are visible.
setScrollInsensitiveResultSetOwnDeletesAreVisible(Boolean) - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Sets whether a result set's own deletes are visible.
setScrollInsensitiveResultSetOwnInsertsAreVisible(Boolean) - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Sets whether a result set's own inserts are visible.
setScrollInsensitiveResultSetOwnInsertsAreVisible(Boolean) - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Sets whether a result set's own inserts are visible.
setScrollInsensitiveResultSetOwnUpdatesAreVisible(Boolean) - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Sets whether for the given type of ResultSet object, the result set's own updates are visible.
setScrollInsensitiveResultSetOwnUpdatesAreVisible(Boolean) - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Sets whether for the given type of ResultSet object, the result set's own updates are visible.
setScrollInsensitiveResultSetUpdatesAreDetected(Boolean) - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Sets whether or not a visible row update can be detected by calling the method ResultSet.rowUpdated.
setScrollInsensitiveResultSetUpdatesAreDetected(Boolean) - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Sets whether or not a visible row update can be detected by calling the method ResultSet.rowUpdated.
setScrollSensitiveResultInsertsAreDetected(Boolean) - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Sets whether or not a visible row insert can be detected by calling the method ResultSet.rowInserted.
setScrollSensitiveResultInsertsAreDetected(Boolean) - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Sets whether or not a visible row insert can be detected by calling the method ResultSet.rowInserted.
setScrollSensitiveResultSetDeletesAreDetected(Boolean) - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Sets whether or not a visible row delete can be detected by calling the method ResultSet.rowDeleted.
setScrollSensitiveResultSetDeletesAreDetected(Boolean) - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Sets whether or not a visible row delete can be detected by calling the method ResultSet.rowDeleted.
setScrollSensitiveResultSetOthersDeletesAreVisible(Boolean) - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Sets whether deletes made by others are visible.
setScrollSensitiveResultSetOthersDeletesAreVisible(Boolean) - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Sets whether deletes made by others are visible.
setScrollSensitiveResultSetOthersInsertsAreVisible(Boolean) - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Sets whether inserts made by others are visible.
setScrollSensitiveResultSetOthersInsertsAreVisible(Boolean) - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Sets whether inserts made by others are visible.
setScrollSensitiveResultSetOthersUpdatesAreVisible(Boolean) - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Sets whether updates made by others are visible.
setScrollSensitiveResultSetOthersUpdatesAreVisible(Boolean) - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Sets whether updates made by others are visible.
setScrollSensitiveResultSetOwnDeletesAreVisible(Boolean) - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Sets whether a result set's own deletes are visible.
setScrollSensitiveResultSetOwnDeletesAreVisible(Boolean) - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Sets whether a result set's own deletes are visible.
setScrollSensitiveResultSetOwnInsertsAreVisible(Boolean) - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Sets whether a result set's own inserts are visible.
setScrollSensitiveResultSetOwnInsertsAreVisible(Boolean) - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Sets whether a result set's own inserts are visible.
setScrollSensitiveResultSetOwnUpdatesAreVisible(Boolean) - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Sets whether for the given type of ResultSet object, the result set's own updates are visible.
setScrollSensitiveResultSetOwnUpdatesAreVisible(Boolean) - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Sets whether for the given type of ResultSet object, the result set's own updates are visible.
setScrollSensitiveResultSetUpdatesAreDetected(Boolean) - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Sets whether or not a visible row update can be detected by calling the method ResultSet.rowUpdated.
setScrollSensitiveResultSetUpdatesAreDetected(Boolean) - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Sets whether or not a visible row update can be detected by calling the method ResultSet.rowUpdated.
setSearchabilityType(SearchabilityType) - Method in interface org.jboss.dna.common.jdbc.model.api.SqlTypeInfo
Sets sql type searchability
setSearchabilityType(SearchabilityType) - Method in class org.jboss.dna.common.jdbc.model.spi.SqlTypeInfoBean
Sets sql type searchability
setSearchStringEscape(String) - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Sets the string that can be used to escape wildcard characters.
setSearchStringEscape(String) - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Sets the string that can be used to escape wildcard characters.
setSecurityDomain(String) - Method in class org.jboss.dna.connector.federation.FederatedRepositorySource
Set the name of the security domain that should be used by JAAS to identify the application or security context.
setSelfReferencingColumnName(String) - Method in interface org.jboss.dna.common.jdbc.model.api.Table
Sets name of the designated "identifier" column of a typed table (may be null)
setSelfReferencingColumnName(String) - Method in class org.jboss.dna.common.jdbc.model.spi.TableBean
Sets name of the designated "identifier" column of a typed table (may be null)
setSequencerSelector(SequencingService.Selector) - Method in class org.jboss.dna.repository.sequencer.SequencingService
Set the sequencer selector, or null if the default sequencer selector should be used.
setSheets(List<String>) - Method in class org.jboss.dna.sequencer.msoffice.excel.ExcelMetadata
 
setSignificantFigures(int) - Method in class org.jboss.dna.common.statistic.Histogram
Set the number of significant figures used in the calculation of the bucket widths.
setSingle(boolean) - Method in class org.jboss.dna.sequencer.java.metadata.SingleMemberAnnotationMetadata
 
setSingleMultiProperty(Name) - Method in class org.jboss.dna.jcr.cache.ChangedNodeInfo
 
setSize(Integer) - Method in interface org.jboss.dna.common.jdbc.model.api.Column
Sets column size.
setSize(Integer) - Method in class org.jboss.dna.common.jdbc.model.spi.ColumnBean
Sets column size.
setSlashEncoded(boolean) - Method in class org.jboss.dna.common.text.UrlEncoder
 
setSortSequenceType(SortSequenceType) - Method in interface org.jboss.dna.common.jdbc.model.api.IndexColumn
Sets column sort sequence type
setSortSequenceType(SortSequenceType) - Method in class org.jboss.dna.common.jdbc.model.spi.IndexColumnBean
Sets column sort sequence type
setSourceColumn(TableColumn) - Method in interface org.jboss.dna.common.jdbc.model.api.ForeignKeyColumn
Sets mapped source column (in PK/source table) for this foreign key column
setSourceColumn(TableColumn) - Method in class org.jboss.dna.common.jdbc.model.spi.ForeignKeyColumnBean
Sets mapped source column (in PK/source table) for this foreign key column
setSourceDataType(SqlType) - Method in interface org.jboss.dna.common.jdbc.model.api.Reference
Sets source type of a distinct type or user-generated Ref type.
setSourceDataType(SqlType) - Method in class org.jboss.dna.common.jdbc.model.spi.ReferenceBean
Sets source type of a distinct type or user-generated Ref type.
setSourcePrimaryKey(PrimaryKey) - Method in interface org.jboss.dna.common.jdbc.model.api.ForeignKey
Sets the PK of scope table.
setSourcePrimaryKey(PrimaryKey) - Method in class org.jboss.dna.common.jdbc.model.spi.ForeignKeyBean
Sets the PK of scope table.
setSourceTable(Table) - Method in interface org.jboss.dna.common.jdbc.model.api.ForeignKey
Sets the scope table of a foreign key.
setSourceTable(Table) - Method in interface org.jboss.dna.common.jdbc.model.api.Reference
Sets table name that this the scope of a reference attribure
setSourceTable(Table) - Method in class org.jboss.dna.common.jdbc.model.spi.ForeignKeyBean
Sets the scope table of a foreign key.
setSourceTable(Table) - Method in class org.jboss.dna.common.jdbc.model.spi.ReferenceBean
Sets table name that this the scope of a reference attribure
setSQLStateType(SQLStateType) - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Indicates whether the SQLSTATE returned by SQLException.getSQLState is X/Open (now known as Open Group) SQL CLI or SQL99.
setSQLStateType(SQLStateType) - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Indicates whether the SQLSTATE returned by SQLException.getSQLState is X/Open (now known as Open Group) SQL CLI or SQL99.
setSqlType(SqlType) - Method in interface org.jboss.dna.common.jdbc.model.api.Column
Sets SQL type from java.sql.Types
setSqlType(SqlType) - Method in interface org.jboss.dna.common.jdbc.model.api.SqlTypeInfo
Sets SQL type from java.sql.Types
setSqlType(SqlType) - Method in interface org.jboss.dna.common.jdbc.model.api.UserDefinedType
Sets SQL type from java.sql.Types.
setSqlType(SqlType) - Method in class org.jboss.dna.common.jdbc.model.spi.ColumnBean
Sets SQL type from java.sql.Types
setSqlType(SqlType) - Method in class org.jboss.dna.common.jdbc.model.spi.SqlTypeInfoBean
Sets SQL type from java.sql.Types
setSqlType(SqlType) - Method in class org.jboss.dna.common.jdbc.model.spi.UserDefinedTypeBean
Sets SQL type from java.sql.Types.
setSrcType(SqlType) - Method in interface org.jboss.dna.common.jdbc.model.api.SqlTypeConversionPair
Sets valid source SQL Type
setSrcType(SqlType) - Method in class org.jboss.dna.common.jdbc.model.spi.SqlTypeConversionPairBean
Sets valid source SQL Type
setStartStateMetadata(JPDL3StartStateMetadata) - Method in class org.jboss.dna.sequencer.jpdl3.JPDL3Metadata
 
setState(ServiceAdministrator.State) - Method in class org.jboss.dna.repository.service.AbstractServiceAdministrator
Set the state of the service.
setState(String) - Method in class org.jboss.dna.repository.service.AbstractServiceAdministrator
Set the state of the service.
setState(ServiceAdministrator.State) - Method in interface org.jboss.dna.repository.service.ServiceAdministrator
Set the state of the system.
setState(String) - Method in interface org.jboss.dna.repository.service.ServiceAdministrator
Set the state of the system.
setStoresLowerCaseIdentifiers(Boolean) - Method in interface org.jboss.dna.common.jdbc.model.api.Database
sets whether this database treats mixed case unquoted SQL identifiers as case insensitive and stores them in lower case.
setStoresLowerCaseIdentifiers(Boolean) - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
sets whether this database treats mixed case unquoted SQL identifiers as case insensitive and stores them in lower case.
setStoresLowerCaseQuotedIdentifiers(Boolean) - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Sets whether this database treats mixed case quoted SQL identifiers as case insensitive and stores them in lower case.
setStoresLowerCaseQuotedIdentifiers(Boolean) - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Sets whether this database treats mixed case quoted SQL identifiers as case insensitive and stores them in lower case.
setStoresMixedCaseIdentifiers(Boolean) - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Sets whether this database treats mixed case unquoted SQL identifiers as case insensitive and stores them in mixed case.
setStoresMixedCaseIdentifiers(Boolean) - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Sets whether this database treats mixed case unquoted SQL identifiers as case insensitive and stores them in mixed case.
setStoresMixedCaseQuotedIdentifiers(Boolean) - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Sets whether this database treats mixed case quoted SQL identifiers as case insensitive and stores them in mixed case.
setStoresMixedCaseQuotedIdentifiers(Boolean) - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Sets whether this database treats mixed case quoted SQL identifiers as case insensitive and stores them in mixed case.
setStoresUpperCaseIdentifiers(Boolean) - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Sets whether this database treats mixed case unquoted SQL identifiers as case insensitive and stores them in upper case.
setStoresUpperCaseIdentifiers(Boolean) - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Sets whether this database treats mixed case unquoted SQL identifiers as case insensitive and stores them in upper case.
setStoresUpperCaseQuotedIdentifiers(Boolean) - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Sets whether this database treats mixed case quoted SQL identifiers as case insensitive and stores them in upper case.
setStoresUpperCaseQuotedIdentifiers(Boolean) - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Sets whether this database treats mixed case quoted SQL identifiers as case insensitive and stores them in upper case.
setStrategy(double, double, int) - Method in class org.jboss.dna.common.statistic.Histogram
Set the histogram to use the standard deviation to determine the bucket sizes.
setStrategy(T, T) - Method in class org.jboss.dna.common.statistic.Histogram
Set the histogram to use the supplied minimum and maximum values to determine the bucket size.
setStrategyToDefault() - Method in class org.jboss.dna.common.statistic.Histogram
Set the histogram to use the actual minimum and maximum values to determine the bucket sizes.
setSuperTable(Table) - Method in interface org.jboss.dna.common.jdbc.model.api.Table
Sets a description of the table hierarchies defined in a particular schema in this database.
setSuperTable(Table) - Method in class org.jboss.dna.common.jdbc.model.spi.TableBean
Sets a description of the table hierarchies defined in a particular schema in this database.
setSuperType(UserDefinedType) - Method in interface org.jboss.dna.common.jdbc.model.api.UserDefinedType
Sets a description of the user-defined type (UDT) hierarchies defined in a particular schema in this database.
setSuperType(UserDefinedType) - Method in class org.jboss.dna.common.jdbc.model.spi.UserDefinedTypeBean
Sets a description of the user-defined type (UDT) hierarchies defined in a particular schema in this database.
setSupportsAlterTableWithAddColumn(Boolean) - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Sets whether this database supports ALTER TABLE with add column.
setSupportsAlterTableWithAddColumn(Boolean) - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Sets whether this database supports ALTER TABLE with add column.
setSupportsAlterTableWithDropColumn(Boolean) - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Sets whether this database supports ALTER TABLE with drop column.
setSupportsAlterTableWithDropColumn(Boolean) - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Sets whether this database supports ALTER TABLE with drop column.
setSupportsANSI92EntryLevelSQL(Boolean) - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Sets whether this database supports the ANSI92 entry level SQL grammar.
setSupportsANSI92EntryLevelSQL(Boolean) - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Sets whether this database supports the ANSI92 entry level SQL grammar.
setSupportsANSI92FullSQL(Boolean) - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Sets whether this database supports the ANSI92 full SQL grammar supported.
setSupportsANSI92FullSQL(Boolean) - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Sets whether this database supports the ANSI92 full SQL grammar supported.
setSupportsANSI92IntermediateSQL(Boolean) - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Sets whether this database supports the ANSI92 intermediate SQL grammar supported.
setSupportsANSI92IntermediateSQL(Boolean) - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Sets whether this database supports the ANSI92 intermediate SQL grammar supported.
setSupportsBatchUpdates(Boolean) - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Sets whether this database supports batch updates.
setSupportsBatchUpdates(Boolean) - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Sets whether this database supports batch updates.
setSupportsCatalogsInDataManipulation(Boolean) - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Sets whether a catalog name can be used in a data manipulation statement.
setSupportsCatalogsInDataManipulation(Boolean) - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Sets whether a catalog name can be used in a data manipulation statement.
setSupportsCatalogsInIndexDefinitions(Boolean) - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Sets whether a catalog name can be used in an index definition statement.
setSupportsCatalogsInIndexDefinitions(Boolean) - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Sets whether a catalog name can be used in an index definition statement.
setSupportsCatalogsInPrivilegeDefinitions(Boolean) - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Sets whether a catalog name can be used in a privilege definition statement.
setSupportsCatalogsInPrivilegeDefinitions(Boolean) - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Sets whether a catalog name can be used in a privilege definition statement.
setSupportsCatalogsInProcedureCalls(Boolean) - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Sets whether a catalog name can be used in a procedure call statement.
setSupportsCatalogsInProcedureCalls(Boolean) - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Sets whether a catalog name can be used in a procedure call statement.
setSupportsCatalogsInTableDefinitions(Boolean) - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Sets whether a catalog name can be used in a table definition statement.
setSupportsCatalogsInTableDefinitions(Boolean) - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Sets whether a catalog name can be used in a table definition statement.
setSupportsColumnAliasing(Boolean) - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Sets whether this database supports column aliasing.
setSupportsColumnAliasing(Boolean) - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Sets whether this database supports column aliasing.
setSupportsConvert(Boolean) - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Sets whether this database supports the CONVERT function between SQL types.
setSupportsConvert(Boolean) - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Sets whether this database supports the CONVERT function between SQL types.
setSupportsCoreSQLGrammar(Boolean) - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Sets whether this database supports the ODBC Core SQL grammar.
setSupportsCoreSQLGrammar(Boolean) - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Sets whether this database supports the ODBC Core SQL grammar.
setSupportsCorrelatedSubqueries(Boolean) - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Sets whether this database supports correlated subqueries.
setSupportsCorrelatedSubqueries(Boolean) - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Sets whether this database supports correlated subqueries.
setSupportsDataDefinitionAndDataManipulationTransactions(Boolean) - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Sets whether this database supports both data definition and data manipulation statements within a transaction.
setSupportsDataDefinitionAndDataManipulationTransactions(Boolean) - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Sets whether this database supports both data definition and data manipulation statements within a transaction.
setSupportsDataManipulationTransactionsOnly(Boolean) - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Sets whether this database supports only data manipulation statements within a transaction.
setSupportsDataManipulationTransactionsOnly(Boolean) - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Sets whether this database supports only data manipulation statements within a transaction.
setSupportsDifferentTableCorrelationNames(Boolean) - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Sets whether, when table correlation names are supported, they are restricted to being different from the names of the tables.
setSupportsDifferentTableCorrelationNames(Boolean) - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Sets whether, when table correlation names are supported, they are restricted to being different from the names of the tables.
setSupportsExpressionsInOrderBy(Boolean) - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Sets whether this database supports expressions in ORDER BY lists.
setSupportsExpressionsInOrderBy(Boolean) - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Sets whether this database supports expressions in ORDER BY lists.
setSupportsExtendedSQLGrammar(Boolean) - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Sets whether this database supports the ODBC Extended SQL grammar.
setSupportsExtendedSQLGrammar(Boolean) - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Sets whether this database supports the ODBC Extended SQL grammar.
setSupportsFullOuterJoins(Boolean) - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Sets whether this database supports full nested outer joins.
setSupportsFullOuterJoins(Boolean) - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Sets whether this database supports full nested outer joins.
setSupportsGetGeneratedKeys(Boolean) - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Sets whether auto-generated keys can be retrieved after a statement has been executed.
setSupportsGetGeneratedKeys(Boolean) - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Sets whether auto-generated keys can be retrieved after a statement has been executed.
setSupportsGroupBy(Boolean) - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Sets whether this database supports some form of GROUP BY clause.
setSupportsGroupBy(Boolean) - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Sets whether this database supports some form of GROUP BY clause.
setSupportsGroupByBeyondSelect(Boolean) - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Sets whether this database supports using columns not included in the SELECT statement in a GROUP BY clause provided that all of the columns in the SELECT statement are included in the GROUP BY clause.
setSupportsGroupByBeyondSelect(Boolean) - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Sets whether this database supports using columns not included in the SELECT statement in a GROUP BY clause provided that all of the columns in the SELECT statement are included in the GROUP BY clause.
setSupportsGroupByUnrelated(Boolean) - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Sets whether this database supports using a column that is not in the SELECT statement in a GROUP BY clause.
setSupportsGroupByUnrelated(Boolean) - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Sets whether this database supports using a column that is not in the SELECT statement in a GROUP BY clause.
setSupportsIntegrityEnhancementFacility(Boolean) - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Sets whether this database supports the SQL Integrity Enhancement Facility.
setSupportsIntegrityEnhancementFacility(Boolean) - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Sets whether this database supports the SQL Integrity Enhancement Facility.
setSupportsLikeEscapeClause(Boolean) - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Sets whether this database supports specifying a LIKE escape clause.
setSupportsLikeEscapeClause(Boolean) - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Sets whether this database supports specifying a LIKE escape clause.
setSupportsLimitedOuterJoins(Boolean) - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Sets whether this database provides limited support for outer joins.
setSupportsLimitedOuterJoins(Boolean) - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Sets whether this database provides limited support for outer joins.
setSupportsMinimumSQLGrammar(Boolean) - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Sets whether this database supports the ODBC Minimum SQL grammar.
setSupportsMinimumSQLGrammar(Boolean) - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Sets whether this database supports the ODBC Minimum SQL grammar.
setSupportsMixedCaseIdentifiers(Boolean) - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Sets whether this database treats mixed case unquoted SQL identifiers as case sensitive and as a result stores them in mixed case.
setSupportsMixedCaseIdentifiers(Boolean) - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Sets whether this database treats mixed case unquoted SQL identifiers as case sensitive and as a result stores them in mixed case.
setSupportsMixedCaseQuotedIdentifiers(Boolean) - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Sets whether this database treats mixed case quoted SQL identifiers as case sensitive and as a result stores them in mixed case.
setSupportsMixedCaseQuotedIdentifiers(Boolean) - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Sets whether this database treats mixed case quoted SQL identifiers as case sensitive and as a result stores them in mixed case.
setSupportsMultipleOpenResults(Boolean) - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Sets whether it is possible to have multiple ResultSet objects returned from a CallableStatement object simultaneously.
setSupportsMultipleOpenResults(Boolean) - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Sets whether it is possible to have multiple ResultSet objects returned from a CallableStatement object simultaneously.
setSupportsMultipleResultSets(Boolean) - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Sets whether this database supports getting multiple ResultSet objects from a single call to the method execute.
setSupportsMultipleResultSets(Boolean) - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Sets whether this database supports getting multiple ResultSet objects from a single call to the method execute.
setSupportsMultipleTransactions(Boolean) - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Sets whether this database allows having multiple transactions open at once (on different connections).
setSupportsMultipleTransactions(Boolean) - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Sets whether this database allows having multiple transactions open at once (on different connections).
setSupportsNamedParameters(Boolean) - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Sets whether this database supports named parameters to callable statements.
setSupportsNamedParameters(Boolean) - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Sets whether this database supports named parameters to callable statements.
setSupportsNonNullableColumns(Boolean) - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Sets whether columns in this database may be defined as non-nullable.
setSupportsNonNullableColumns(Boolean) - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Sets whether columns in this database may be defined as non-nullable.
setSupportsOpenCursorsAcrossCommit(Boolean) - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Sets whether this database supports keeping cursors open across commits.
setSupportsOpenCursorsAcrossCommit(Boolean) - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Sets whether this database supports keeping cursors open across commits.
setSupportsOpenCursorsAcrossRollback(Boolean) - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Sets whether this database supports keeping cursors open across rollbacks.
setSupportsOpenCursorsAcrossRollback(Boolean) - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Sets whether this database supports keeping cursors open across rollbacks.
setSupportsOpenStatementsAcrossCommit(Boolean) - Method in interface org.jboss.dna.common.jdbc.model.api.Database
sets whether this database supports keeping statements open across commits.
setSupportsOpenStatementsAcrossCommit(Boolean) - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
sets whether this database supports keeping statements open across commits.
setSupportsOpenStatementsAcrossRollback(Boolean) - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Sets whether this database supports keeping statements open across rollbacks.
setSupportsOpenStatementsAcrossRollback(Boolean) - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Sets whether this database supports keeping statements open across rollbacks.
setSupportsOrderByUnrelated(Boolean) - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Sets whether this database supports using a column that is not in the SELECT statement in an ORDER BY clause.
setSupportsOrderByUnrelated(Boolean) - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Sets whether this database supports using a column that is not in the SELECT statement in an ORDER BY clause.
setSupportsOuterJoins(Boolean) - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Sets whether this database supports some form of outer join.
setSupportsOuterJoins(Boolean) - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Sets whether this database supports some form of outer join.
setSupportsPositionedDelete(Boolean) - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Sets whether this database supports positioned DELETE statements.
setSupportsPositionedDelete(Boolean) - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Sets whether this database supports positioned DELETE statements.
setSupportsPositionedUpdate(Boolean) - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Sets whether this database supports positioned UPDATE statements.
setSupportsPositionedUpdate(Boolean) - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Sets whether this database supports positioned UPDATE statements.
setSupportsResultSetCloseCurrorsAtCommitHoldability(Boolean) - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Sets whether this database supports the given result set holdability.
setSupportsResultSetCloseCurrorsAtCommitHoldability(Boolean) - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Sets whether this database supports the given result set holdability.
setSupportsResultSetHoldCurrorsOverCommitHoldability(Boolean) - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Sets whether this database supports the given result set holdability.
setSupportsResultSetHoldCurrorsOverCommitHoldability(Boolean) - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Sets whether this database supports the given result set holdability.
setSupportsSavepoints(Boolean) - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Sets whether this database supports savepoints.
setSupportsSavepoints(Boolean) - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Sets whether this database supports savepoints.
setSupportsSchemasInDataManipulation(Boolean) - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Sets whether a schema name can be used in a data manipulation statement.
setSupportsSchemasInDataManipulation(Boolean) - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Sets whether a schema name can be used in a data manipulation statement.
setSupportsSchemasInIndexDefinitions(Boolean) - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Sets whether a schema name can be used in an index definition statement.
setSupportsSchemasInIndexDefinitions(Boolean) - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Sets whether a schema name can be used in an index definition statement.
setSupportsSchemasInPrivilegeDefinitions(Boolean) - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Sets whether a schema name can be used in a privilege definition statement.
setSupportsSchemasInPrivilegeDefinitions(Boolean) - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Sets whether a schema name can be used in a privilege definition statement.
setSupportsSchemasInProcedureCalls(Boolean) - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Sets whether a schema name can be used in a procedure call statement.
setSupportsSchemasInProcedureCalls(Boolean) - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Sets whether a schema name can be used in a procedure call statement.
setSupportsSchemasInTableDefinitions(Boolean) - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Sets whether a schema name can be used in a table definition statement.
setSupportsSchemasInTableDefinitions(Boolean) - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Sets whether a schema name can be used in a table definition statement.
setSupportsSelectForUpdate(Boolean) - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Sets whether this database supports SELECT FOR UPDATE statements.
setSupportsSelectForUpdate(Boolean) - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Sets whether this database supports SELECT FOR UPDATE statements.
setSupportsStatementPooling(Boolean) - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Sets whether this database supports statement pooling.
setSupportsStatementPooling(Boolean) - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Sets whether this database supports statement pooling.
setSupportsStoredProcedures(Boolean) - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Sets whether this database supports stored procedure calls that use the stored procedure escape syntax.
setSupportsStoredProcedures(Boolean) - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Sets whether this database supports stored procedure calls that use the stored procedure escape syntax.
setSupportsSubqueriesInComparisons(Boolean) - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Retrieves whether this database supports subqueries in comparison expressions.
setSupportsSubqueriesInComparisons(Boolean) - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Retrieves whether this database supports subqueries in comparison expressions.
setSupportsSubqueriesInExists(Boolean) - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Sets whether this database supports subqueries in EXISTS expressions.
setSupportsSubqueriesInExists(Boolean) - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Sets whether this database supports subqueries in EXISTS expressions.
setSupportsSubqueriesInIns(Boolean) - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Sets whether this database supports subqueries in IN statements.
setSupportsSubqueriesInIns(Boolean) - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Sets whether this database supports subqueries in IN statements.
setSupportsSubqueriesInQuantifieds(Boolean) - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Sets whether this database supports subqueries in quantified expressions.
setSupportsSubqueriesInQuantifieds(Boolean) - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Sets whether this database supports subqueries in quantified expressions.
setSupportsTableCorrelationNames(Boolean) - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Sets whether this database supports table correlation names.
setSupportsTableCorrelationNames(Boolean) - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Sets whether this database supports table correlation names.
setSupportsTransactions(Boolean) - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Sets whether this database supports transactions.
setSupportsTransactions(Boolean) - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Sets whether this database supports transactions.
setSupportsUnion(Boolean) - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Sets whether this database supports SQL UNION.
setSupportsUnion(Boolean) - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Sets whether this database supports SQL UNION.
setSupportsUnionAll(Boolean) - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Sets whether this database supports SQL UNION ALL.
setSupportsUnionAll(Boolean) - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Sets whether this database supports SQL UNION ALL.
setSupportsUpdates(boolean) - Method in class org.jboss.dna.connector.jdbc.JdbcRepositorySource
Set whether this source supports updates.
setSupportsUpdates(boolean) - Method in class org.jboss.dna.connector.store.jpa.JpaSource
Set whether this source supports updates.
setSupportsUpdates(boolean) - Method in class org.jboss.dna.connector.svn.SVNRepositorySource
Set whether this source supports updates.
setSVNPassword(String) - Method in class org.jboss.dna.connector.svn.SVNRepositorySource
 
setSVNURL(String) - Method in class org.jboss.dna.connector.svn.SVNRepositorySource
Set the url for the subversion repository.
setSVNUsername(String) - Method in class org.jboss.dna.connector.svn.SVNRepositorySource
 
setSwimlane(String) - Method in class org.jboss.dna.sequencer.jpdl3.JPDL3TaskMetadata
 
setSwimlanes(List<JPDL3SwimlaneMetadata>) - Method in class org.jboss.dna.sequencer.jpdl3.JPDL3Metadata
Set a list with some swimlanes for the process definition.
setSystemPath(String) - Method in class org.jboss.dna.maven.MavenDependency
 
setTableType(TableType) - Method in interface org.jboss.dna.common.jdbc.model.api.Table
Sets type of table such as: "TABLE", "VIEW", "SYSTEM TABLE", "GLOBAL TEMPORARY", "LOCAL TEMPORARY", "ALIAS", "SYNONYM".
setTableType(TableType) - Method in class org.jboss.dna.common.jdbc.model.spi.TableBean
Sets type of table such as: "TABLE", "VIEW", "SYSTEM TABLE", "GLOBAL TEMPORARY", "LOCAL TEMPORARY", "ALIAS", "SYNONYM".
setTaskNodes(List<JPDL3TaskNodeMetadata>) - Method in class org.jboss.dna.sequencer.jpdl3.JPDL3Metadata
 
setTasks(List<JPDL3TaskMetadata>) - Method in class org.jboss.dna.sequencer.jpdl3.JPDL3TaskNodeMetadata
 
setText(String) - Method in class org.jboss.dna.sequencer.msoffice.excel.ExcelMetadata
 
setText(String) - Method in class org.jboss.dna.sequencer.msoffice.powerpoint.SlideMetadata
 
setText(String) - Method in class org.jboss.dna.sequencer.msoffice.word.WordMetadata.WordHeading
 
setThumbnail(byte[]) - Method in class org.jboss.dna.sequencer.msoffice.powerpoint.SlideMetadata
 
setTimeLoaded(DateTime) - Method in class org.jboss.dna.graph.request.CacheableRequest
 
setTimeToLive(long, TimeUnit) - Method in class org.jboss.dna.graph.cache.BasicCachePolicy
Set the time for values and information to live in the cache.
setTitle(String) - Method in class org.jboss.dna.sequencer.msoffice.powerpoint.SlideMetadata
 
setTo(int) - Method in interface org.jboss.dna.repository.Configurator.PropertySetter
Set the property value to an integer.
setTo(long) - Method in interface org.jboss.dna.repository.Configurator.PropertySetter
Set the property value to a long number.
setTo(short) - Method in interface org.jboss.dna.repository.Configurator.PropertySetter
Set the property value to a short.
setTo(boolean) - Method in interface org.jboss.dna.repository.Configurator.PropertySetter
Set the property value to a boolean.
setTo(float) - Method in interface org.jboss.dna.repository.Configurator.PropertySetter
Set the property value to a float.
setTo(double) - Method in interface org.jboss.dna.repository.Configurator.PropertySetter
Set the property value to a double.
setTo(String) - Method in interface org.jboss.dna.repository.Configurator.PropertySetter
Set the property value to a string.
setTo(Object) - Method in interface org.jboss.dna.repository.Configurator.PropertySetter
Set the property value to an object.
setTo(String) - Method in class org.jboss.dna.sequencer.jpdl3.JPDL3TransitionMetadata
 
setTransitions(List<JPDL3TransitionMetadata>) - Method in class org.jboss.dna.sequencer.jpdl3.JPDL3StartStateMetadata
 
setTransitions(List<JPDL3TransitionMetadata>) - Method in class org.jboss.dna.sequencer.jpdl3.JPDL3TaskNodeMetadata
 
setType(PropertyType) - Method in class org.jboss.dna.connector.store.jpa.model.basic.LargeValueEntity
 
setType(String) - Method in class org.jboss.dna.maven.MavenDependency
Set the type of dependency.
setType(String) - Method in class org.jboss.dna.sequencer.java.metadata.FieldMetadata
 
setTypeCatalog(Catalog) - Method in interface org.jboss.dna.common.jdbc.model.api.Table
Sets type catalog
setTypeCatalog(Catalog) - Method in class org.jboss.dna.common.jdbc.model.spi.TableBean
Sets type catalog
setTypeName(String) - Method in interface org.jboss.dna.common.jdbc.model.api.Column
Data source dependent type name.
setTypeName(String) - Method in interface org.jboss.dna.common.jdbc.model.api.Table
Sets type name
setTypeName(String) - Method in class org.jboss.dna.common.jdbc.model.spi.ColumnBean
Data source dependent type name.
setTypeName(String) - Method in class org.jboss.dna.common.jdbc.model.spi.TableBean
Sets type name
setTypeSchema(Schema) - Method in interface org.jboss.dna.common.jdbc.model.api.Table
Sets type schema
setTypeSchema(Schema) - Method in class org.jboss.dna.common.jdbc.model.spi.TableBean
Sets type schema
setUnique(Boolean) - Method in interface org.jboss.dna.common.jdbc.model.api.Index
Can index values be non-unique. false when TYPE is tableIndexStatistic.
setUnique(Boolean) - Method in class org.jboss.dna.common.jdbc.model.spi.IndexBean
Can index values be non-unique. false when TYPE is tableIndexStatistic.
setUnknownGrantable(Boolean) - Method in interface org.jboss.dna.common.jdbc.model.api.Privilege
sets true if it is unknown: grantee is permitted to grant to others or not
setUnknownGrantable(Boolean) - Method in class org.jboss.dna.common.jdbc.model.spi.PrivilegeBean
sets true if it is unknown: grantee is permitted to grant to others or not
setUnsigned(Boolean) - Method in interface org.jboss.dna.common.jdbc.model.api.SqlTypeInfo
Sets true if sql type is unsigned
setUnsigned(Boolean) - Method in class org.jboss.dna.common.jdbc.model.spi.SqlTypeInfoBean
Sets true if sql type is unsigned
setUpdateRule(KeyModifyRuleType) - Method in interface org.jboss.dna.common.jdbc.model.api.ForeignKey
What happens to a foreign key when the primary key is updated
setUpdateRule(KeyModifyRuleType) - Method in class org.jboss.dna.common.jdbc.model.spi.ForeignKeyBean
What happens to a foreign key when the primary key is updated
setUri(String) - Method in class org.jboss.dna.connector.store.jpa.model.common.NamespaceEntity
 
setURL(String) - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Sets the URL for this DBMS.
setURL(String) - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Sets the URL for this DBMS.
setUrl(String) - Method in class org.jboss.dna.connector.store.jpa.JpaSource
 
setUserInterface(UserInterface) - Method in class org.jboss.example.dna.repository.RepositoryClient
 
setUserInterface(UserInterface) - Method in class org.jboss.example.dna.sequencer.SequencingClient
Set the user interface that this client should use.
setUserName(String) - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Sets the user name as known to this database.
setUserName(String) - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Sets the user name as known to this database.
setUserName(String) - Method in class org.jboss.dna.common.jdbc.provider.DefaultDriverDatabaseMetadataProvider
Sets the user name
setUserName(String) - Method in interface org.jboss.dna.common.jdbc.provider.DriverDatabaseMetadataProvider
Sets the user name
setUsername(String) - Method in class org.jboss.dna.connector.federation.FederatedRepositorySource
Set the username that should be used when authenticating and creating connections.
setUserName(String) - Method in class org.jboss.dna.connector.jdbc.JdbcRepositorySource
Sets the user name
setUsername(String) - Method in class org.jboss.dna.connector.store.jpa.JpaSource
 
setUsesLocalFilePerTable(Boolean) - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Sets whether this database uses a file for each table.
setUsesLocalFilePerTable(Boolean) - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Sets whether this database uses a file for each table.
setUsesLocalFiles(Boolean) - Method in interface org.jboss.dna.common.jdbc.model.api.Database
Sets whether this database stores tables in a local file.
setUsesLocalFiles(Boolean) - Method in class org.jboss.dna.common.jdbc.model.spi.DatabaseBean
Sets whether this database stores tables in a local file.
setUuidString(String) - Method in class org.jboss.dna.connector.store.jpa.model.basic.NodeId
 
setValidateConnectionBeforeUse(boolean) - Method in class org.jboss.dna.graph.connector.RepositoryConnectionPool
 
setValue(String) - Method in class org.jboss.dna.connector.store.jpa.util.StoreOptionEntity
 
setVariables(List<Variable>) - Method in class org.jboss.dna.sequencer.java.metadata.FieldMetadata
 
setVersion(String) - Method in class org.jboss.dna.connector.store.jpa.util.StoreOptions
 
setVersionColumn(Boolean) - Method in interface org.jboss.dna.common.jdbc.model.api.TableColumn
Sets true if column is automatically updated when any value in a row is updated.
setVersionColumn(Boolean) - Method in class org.jboss.dna.common.jdbc.model.spi.TableColumnBean
Sets true if column is automatically updated when any value in a row is updated.
setWorkspaceId(Long) - Method in class org.jboss.dna.connector.store.jpa.model.basic.NodeId
 
setWorkspaceName(String) - Method in class org.jboss.dna.maven.MavenUrl
Set the name of the workspace.
setWorkspaceName(String) - Method in class org.jboss.dna.maven.spi.JcrMavenUrlProvider
 
ShortOperations - Class in org.jboss.dna.common.math
 
ShortOperations() - Constructor for class org.jboss.dna.common.math.ShortOperations
 
shortValue(Double) - Method in class org.jboss.dna.common.math.DoubleOperations
 
shortValue(Duration) - Method in class org.jboss.dna.common.math.DurationOperations
 
shortValue(Float) - Method in class org.jboss.dna.common.math.FloatOperations
 
shortValue(Integer) - Method in class org.jboss.dna.common.math.IntegerOperations
 
shortValue(Long) - Method in class org.jboss.dna.common.math.LongOperations
 
shortValue(T) - Method in interface org.jboss.dna.common.math.MathOperations
Convert the value to a short.
shortValue(Short) - Method in class org.jboss.dna.common.math.ShortOperations
 
shutdown() - Method in class org.jboss.dna.connector.federation.FederatedRepository
Utility method called by the administrator.
shutdown() - Method in class org.jboss.dna.graph.connector.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.
shutdown() - Method in class org.jboss.dna.jcr.JcrEngine
 
shutdown() - Method in class org.jboss.dna.repository.DnaEngine
 
shutdown() - Method in class org.jboss.dna.repository.service.AbstractServiceAdministrator
Permanently stop monitoring and sequencing events.
shutdown() - Method in interface org.jboss.dna.repository.service.ServiceAdministrator
Permanently stop monitoring and sequencing events.
shutdown() - Method in class org.jboss.example.dna.repository.RepositoryClient
Shut down the components and services and blocking until all resources have been released.
shutdownDnaServices() - Method in class org.jboss.example.dna.sequencer.SequencingClient
Shut down the DNA services.
shutdownNow() - Method in class org.jboss.dna.graph.connector.RepositoryConnectionPool
Attempts to close all connections in the pool, including those connections currently in use, and prevent the use of other connections.
shutdownRepository() - Method in class org.jboss.example.dna.sequencer.SequencingClient
Shutdown the repository.
SignatureType - Enum in org.jboss.dna.maven
 
SimpleMergeStrategy - Class in org.jboss.dna.connector.federation.merge.strategy
This merge strategy simply merges all of the contributions' properties and combines the children according to the order of the contributions.
SimpleMergeStrategy() - Constructor for class org.jboss.dna.connector.federation.merge.strategy.SimpleMergeStrategy
 
SimpleNamespaceContext - Class in org.jboss.dna.common.xml
 
SimpleNamespaceContext() - Constructor for class org.jboss.dna.common.xml.SimpleNamespaceContext
 
SimpleNamespaceRegistry - Class in org.jboss.dna.graph.property.basic
A simple NamespaceRegistry implementation that is not thread-safe, but that provides all the basic functionality.
SimpleNamespaceRegistry() - Constructor for class org.jboss.dna.graph.property.basic.SimpleNamespaceRegistry
 
SimpleNamespaceRegistry(String) - Constructor for class org.jboss.dna.graph.property.basic.SimpleNamespaceRegistry
 
SimpleProblems - Class in org.jboss.dna.common.collection
A list of problems for some execution context.
SimpleProblems() - Constructor for class org.jboss.dna.common.collection.SimpleProblems
 
SimpleSessionFactory - Class in org.jboss.dna.repository.util
A SessionFactory implementation that creates Session instances from a map of named Repository references managed by this factory.
SimpleSessionFactory() - Constructor for class org.jboss.dna.repository.util.SimpleSessionFactory
Create an instance of the factory by creating a new InitialContext.
SimpleSessionFactory(char...) - Constructor for class org.jboss.dna.repository.util.SimpleSessionFactory
Create an instance of the factory by supplying the characters that may be used to delimit the workspace name from the repository name.
SimpleStatistics<T extends Number> - Class in org.jboss.dna.common.statistic
Encapsulation of the statistics for a series of values to which new values are frequently added.
SimpleStatistics(MathOperations<T>) - Constructor for class org.jboss.dna.common.statistic.SimpleStatistics
 
SimpleTypeFieldMetadata - Class in org.jboss.dna.sequencer.java.metadata
SimpleTypeFieldMetadata is a meta data for simple class type reference , a simple interface type reference, or a simple type variable.
SimpleTypeFieldMetadata() - Constructor for class org.jboss.dna.sequencer.java.metadata.SimpleTypeFieldMetadata
 
SimpleTypeMetadataSequencer - Class in org.jboss.dna.sequencer.java
The sequencer of the SimpleTypeFieldMetadata
SingleImportMetadata - Class in org.jboss.dna.sequencer.java.metadata
Serge Pagop
SingleImportMetadata() - Constructor for class org.jboss.dna.sequencer.java.metadata.SingleImportMetadata
 
SingleMemberAnnotationMetadata - Class in org.jboss.dna.sequencer.java.metadata
 
SingleMemberAnnotationMetadata() - Constructor for class org.jboss.dna.sequencer.java.metadata.SingleMemberAnnotationMetadata
 
singleValuedPropertyNeedsSingleValuedDefault - Static variable in class org.jboss.dna.jcr.JcrI18n
 
singularize(Object) - Method in class org.jboss.dna.common.text.Inflector
Returns the singular form of the word in the string.
size() - Method in class org.jboss.dna.common.collection.AbstractProblems
 
size() - Method in class org.jboss.dna.common.collection.ImmutableAppendedList
size() - Method in interface org.jboss.dna.common.collection.Problems
 
size() - Method in class org.jboss.dna.common.collection.ThreadSafeProblems
size() - Method in class org.jboss.dna.common.collection.UnmodifiableProperties
size() - Method in class org.jboss.dna.graph.property.basic.BasicEmptyProperty
Get the number of actual values in this property.
size() - Method in class org.jboss.dna.graph.property.basic.BasicMultiValueProperty
Get the number of actual values in this property.
size() - Method in class org.jboss.dna.graph.property.basic.BasicPath
Return the number of segments in this path.
size() - Method in class org.jboss.dna.graph.property.basic.BasicSingleValueProperty
Get the number of actual values in this property.
size() - Method in class org.jboss.dna.graph.property.basic.ChildPath
Return the number of segments in this path.
size() - Method in class org.jboss.dna.graph.property.basic.RootPath
Return the number of segments in this path.
size() - Method in interface org.jboss.dna.graph.property.Path
Return the number of segments in this path.
size() - Method in interface org.jboss.dna.graph.property.Property
Get the number of actual values in this property.
size() - Method in class org.jboss.dna.graph.request.CompositeRequest
Get the number of requests.
size() - Method in interface org.jboss.dna.jcr.cache.Children
Get the number of children.
size() - Method in class org.jboss.dna.jcr.cache.EmptyChildren
Get the number of children.
size() - Method in class org.jboss.dna.jcr.cache.ImmutableChildren
Get the number of children.
size() - Method in class org.jboss.dna.repository.observation.NodeChanges
 
size() - Method in class org.jboss.dna.repository.sequencer.SequencerOutputMap
Return the number of node entries in this map.
skippingRootElement(boolean) - Method in interface org.jboss.dna.graph.Graph.ImportInto
Specify whether the root element in the XML document should be skipped (that is, not be represented by a node).
SLASH - Static variable in interface org.jboss.dna.sequencer.java.JavaSourceCndDefinition
 
SLIDE_NOTES - Static variable in class org.jboss.dna.sequencer.msoffice.MSOfficeMetadataSequencer
 
SLIDE_TEXT - Static variable in class org.jboss.dna.sequencer.msoffice.MSOfficeMetadataSequencer
 
SLIDE_THUMBNAIL - Static variable in class org.jboss.dna.sequencer.msoffice.MSOfficeMetadataSequencer
 
SLIDE_TITLE - Static variable in class org.jboss.dna.sequencer.msoffice.MSOfficeMetadataSequencer
 
SlideMetadata - Class in org.jboss.dna.sequencer.msoffice.powerpoint
 
SlideMetadata() - Constructor for class org.jboss.dna.sequencer.msoffice.powerpoint.SlideMetadata
 
SortSequenceType - Enum in org.jboss.dna.common.jdbc.model.api
Provides RDBMS supported sort sequence types as enumeration set.
SOURCE - Static variable in class org.jboss.dna.repository.DnaLexicon
 
SOURCE_NAME - Static variable in class org.jboss.dna.connector.federation.FederatedLexicon
 
sourceDoesNotSupportCloningWorkspaces - Static variable in class org.jboss.dna.connector.svn.SVNRepositoryConnectorI18n
 
sourceDoesNotSupportCreatingWorkspaces - Static variable in class org.jboss.dna.connector.svn.SVNRepositoryConnectorI18n
 
sourceDoesNotSupportDeletingWorkspaces - Static variable in class org.jboss.dna.connector.svn.SVNRepositoryConnectorI18n
 
sourceInUse - Static variable in class org.jboss.dna.jcr.JcrI18n
 
sourceIsReadOnly - Static variable in class org.jboss.dna.connector.filesystem.FileSystemI18n
 
sourceIsReadOnly - Static variable in class org.jboss.dna.connector.jdbc.JdbcMetadataI18n
 
sourceIsReadOnly - Static variable in class org.jboss.dna.connector.svn.SVNRepositoryConnectorI18n
 
SOURCES - Static variable in class org.jboss.dna.repository.DnaLexicon
 
SPEC_NAME_DESC - Static variable in class org.jboss.dna.jcr.JcrI18n
 
splitLines(String) - Static method in class org.jboss.dna.common.util.StringUtil
Split the supplied content into lines, returning each line as an element in the returned list.
SQLStateType - Enum in org.jboss.dna.common.jdbc.model.api
Provides all supported database SQL types as enumeration set.
SqlType - Enum in org.jboss.dna.common.jdbc.model.api
Provides RDBMS supported standard SQL types as enumeration set.
SqlTypeConversionPair - Interface in org.jboss.dna.common.jdbc.model.api
Provides RDBMS supported SQL type valid conversion pair.
SqlTypeConversionPairBean - Class in org.jboss.dna.common.jdbc.model.spi
Provides RDBMS supported SQL type valid conversion pair.
SqlTypeConversionPairBean() - Constructor for class org.jboss.dna.common.jdbc.model.spi.SqlTypeConversionPairBean
Default constructor
SqlTypeInfo - Interface in org.jboss.dna.common.jdbc.model.api
Provides RDBMS supported standatd SQL types info.
SqlTypeInfoBean - Class in org.jboss.dna.common.jdbc.model.spi
Provides RDBMS supported standatd SQL types info.
SqlTypeInfoBean() - Constructor for class org.jboss.dna.common.jdbc.model.spi.SqlTypeInfoBean
Default constructor
sqrt(Double) - Method in class org.jboss.dna.common.math.DoubleOperations
 
sqrt(Duration) - Method in class org.jboss.dna.common.math.DurationOperations
 
sqrt(Float) - Method in class org.jboss.dna.common.math.FloatOperations
 
sqrt(Integer) - Method in class org.jboss.dna.common.math.IntegerOperations
 
sqrt(Long) - Method in class org.jboss.dna.common.math.LongOperations
 
sqrt(T) - Method in interface org.jboss.dna.common.math.MathOperations
Return the square root of the supplied operand.
sqrt(Short) - Method in class org.jboss.dna.common.math.ShortOperations
 
StandardClassLoaderFactory - Class in org.jboss.dna.common.component
 
StandardClassLoaderFactory() - Constructor for class org.jboss.dna.common.component.StandardClassLoaderFactory
 
StandardClassLoaderFactory(ClassLoader) - Constructor for class org.jboss.dna.common.component.StandardClassLoaderFactory
 
StandardClassLoaderFactory(boolean, ClassLoader) - Constructor for class org.jboss.dna.common.component.StandardClassLoaderFactory
 
StandardValueFactories - Class in org.jboss.dna.graph.property.basic
The standard set of value factories.
StandardValueFactories(NamespaceRegistry) - Constructor for class org.jboss.dna.graph.property.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.property.basic.StandardValueFactories
Create a standard set of value factories, using the supplied encoder/decoder.
start() - Method in class org.jboss.dna.common.statistic.Stopwatch
Start the stopwatch and begin recording the statistics a new run.
start() - Method in class org.jboss.dna.connector.federation.FederatedRepository
Utility method called by the administrator.
start() - Method in class org.jboss.dna.jcr.JcrEngine
 
start() - Method in class org.jboss.dna.repository.DnaEngine
 
start() - Method in class org.jboss.dna.repository.service.AbstractServiceAdministrator
Start monitoring and sequence the events.
start() - Method in interface org.jboss.dna.repository.service.ServiceAdministrator
Start monitoring and sequence the events.
startCDATA() - Method in class org.jboss.dna.sequencer.xml.XmlSequencerHandler
startDnaServices() - Method in class org.jboss.example.dna.sequencer.SequencingClient
Start the DNA services.
startDocument() - Method in class org.jboss.dna.sequencer.xml.XmlSequencerHandler
startDTD(String, String, String) - Method in class org.jboss.dna.sequencer.xml.XmlSequencerHandler
startElement(String, String, String, Attributes) - Method in class org.jboss.dna.graph.xml.XmlHandler
startElement(String, String, String, Attributes) - Method in class org.jboss.dna.sequencer.xml.XmlSequencerHandler
startEntity(String) - Method in class org.jboss.dna.sequencer.xml.XmlSequencerHandler
startingAfter(Location) - Method in interface org.jboss.dna.graph.Graph.BlockOfChildren
Specify the block of children is to start with the child immediately following the supplied node.
startingAfter(String) - Method in interface org.jboss.dna.graph.Graph.BlockOfChildren
Specify the block of children is to start with the child immediately following the supplied node.
startingAfter(Path) - Method in interface org.jboss.dna.graph.Graph.BlockOfChildren
Specify the block of children is to start with the child immediately following the supplied node.
startingAfter(UUID) - Method in interface org.jboss.dna.graph.Graph.BlockOfChildren
Specify the block of children is to start with the child immediately following the supplied node.
startingAfter(Property) - Method in interface org.jboss.dna.graph.Graph.BlockOfChildren
Specify the block of children is to start with the child immediately following the supplied node.
startingAfter(Property, Property...) - Method in interface org.jboss.dna.graph.Graph.BlockOfChildren
Specify the block of children is to start with the child immediately following the supplied node.
startingAfter() - Method in class org.jboss.dna.graph.request.ReadNextBlockOfChildrenRequest
Get the location of the child after which the block begins.
startingAt(int) - Method in interface org.jboss.dna.graph.Graph.BlockOfChildren
Specify the block of children is to start at the supplied index.
startingAtIndex() - Method in class org.jboss.dna.graph.request.ReadBlockOfChildrenRequest
Get the starting index of the block, which is the index of the first child to include.
startPrefixMapping(String, String) - Method in class org.jboss.dna.graph.xml.XmlHandler
This method ensures that the namespace is registered with the registry, using the supplied prefix to register the namespace if required.
startPrefixMapping(String, String) - Method in class org.jboss.dna.sequencer.xml.XmlSequencerHandler
This method ensures that the namespace is registered with the registry, using the supplied prefix to register the namespace if required.
startRepositories() - Method in class org.jboss.example.dna.repository.RepositoryClient
Start up the repositories.
startRepository() - Method in class org.jboss.example.dna.sequencer.SequencingClient
Start up the JCR repository.
STATEMENT - Static variable in class org.jboss.dna.jcr.JcrLexicon
 
stop() - Method in class org.jboss.dna.common.statistic.Stopwatch
Stop the stopwatch and record the statistics for the latest run.
Stopwatch - Class in org.jboss.dna.common.statistic
Provides a mechanism to measure time in the same was as a physical stopwatch.
Stopwatch() - Constructor for class org.jboss.dna.common.statistic.Stopwatch
 
Stopwatch(boolean) - Constructor for class org.jboss.dna.common.statistic.Stopwatch
 
Stopwatch(boolean, String) - Constructor for class org.jboss.dna.common.statistic.Stopwatch
 
store(OutputStream, String) - Method in class org.jboss.dna.common.collection.UnmodifiableProperties
StoredProcedure - Interface in org.jboss.dna.common.jdbc.model.api
Provides all core database SPe specific metadata.
StoredProcedureBean - Class in org.jboss.dna.common.jdbc.model.spi
Provides all core database SPe specific metadata.
StoredProcedureBean() - Constructor for class org.jboss.dna.common.jdbc.model.spi.StoredProcedureBean
Default constructor
StoredProcedureResultType - Enum in org.jboss.dna.common.jdbc.model.api
Provides RDBMS supported stored procedure result types as enumeration set.
StoreOptionEntity - Class in org.jboss.dna.connector.store.jpa.util
An option for the store.
StoreOptionEntity(String, String) - Constructor for class org.jboss.dna.connector.store.jpa.util.StoreOptionEntity
 
StoreOptionEntity(String) - Constructor for class org.jboss.dna.connector.store.jpa.util.StoreOptionEntity
 
StoreOptions - Class in org.jboss.dna.connector.store.jpa.util
 
StoreOptions(EntityManager) - Constructor for class org.jboss.dna.connector.store.jpa.util.StoreOptions
 
storeProblems(Node, Problems) - Method in class org.jboss.dna.repository.util.JcrTools
 
storeToXML(OutputStream, String, String) - Method in class org.jboss.dna.common.collection.UnmodifiableProperties
storeToXML(OutputStream, String) - Method in class org.jboss.dna.common.collection.UnmodifiableProperties
StreamSequencer - Interface in org.jboss.dna.graph.sequencer
The interface for a DNA sequencer that processes a property as a stream to extract information from the content and store in the repository.
StreamSequencerAdapter - Class in org.jboss.dna.repository.sequencer
An adapter class that wraps a StreamSequencer instance to be a Sequencer.
StreamSequencerAdapter(StreamSequencer) - Constructor for class org.jboss.dna.repository.sequencer.StreamSequencerAdapter
 
STRING_COMPARATOR - Static variable in class org.jboss.dna.graph.property.ValueComparators
A comparator of string values.
StringUtil - Class in org.jboss.dna.common.util
Utilities for string processing and manipulation.
StringValueFactory - Class in org.jboss.dna.graph.property.basic
The standard ValueFactory for PropertyType.STRING values.
StringValueFactory(TextDecoder, TextEncoder) - Constructor for class org.jboss.dna.graph.property.basic.StringValueFactory
 
StringValueFactory(NamespaceRegistry, TextDecoder, TextEncoder) - Constructor for class org.jboss.dna.graph.property.basic.StringValueFactory
 
Subgraph - Interface in org.jboss.dna.graph
A subgraph returned by the Graph, containing the nodes in the subgraph as well as the properties and children for each of those nodes.
SubgraphNode - Interface in org.jboss.dna.graph
An extended Node that includes the ability to get nodes in the subgraph relative to this node.
SubgraphNodeEntity - Class in org.jboss.dna.connector.store.jpa.model.basic
Represents a single node that appears in a subgraph.
SubgraphNodeEntity() - Constructor for class org.jboss.dna.connector.store.jpa.model.basic.SubgraphNodeEntity
 
SubgraphNodeEntity(Long, String, int) - Constructor for class org.jboss.dna.connector.store.jpa.model.basic.SubgraphNodeEntity
 
SubgraphQuery - Class in org.jboss.dna.connector.store.jpa.model.basic
Represents a temporary working area for a query that efficiently retrieves the nodes in a subgraph.
SubgraphQueryEntity - Class in org.jboss.dna.connector.store.jpa.model.basic
Represents a temporary working area for a query that retrieves the nodes in a subgraph.
SubgraphQueryEntity(Long, String) - Constructor for class org.jboss.dna.connector.store.jpa.model.basic.SubgraphQueryEntity
 
subList(int, int) - Method in class org.jboss.dna.common.collection.ImmutableAppendedList
submit() - Method in interface org.jboss.dna.graph.io.Destination
Signal to this destination that any enqueued create requests should be submitted.
submit() - Method in class org.jboss.dna.graph.io.GraphBatchDestination
Signal to this destination that any enqueued create requests should be submitted.
subpath(int) - Method in class org.jboss.dna.graph.property.basic.AbstractPath
Return a new path consisting of the segments starting at beginIndex index (inclusive).
subpath(int, int) - Method in class org.jboss.dna.graph.property.basic.AbstractPath
Return a new path consisting of the segments between the beginIndex index (inclusive) and the endIndex index (exclusive).
subpath(int, int) - Method in class org.jboss.dna.graph.property.basic.ChildPath
Return a new path consisting of the segments between the beginIndex index (inclusive) and the endIndex index (exclusive).
subpath(int) - Method in class org.jboss.dna.graph.property.basic.RootPath
Return a new path consisting of the segments starting at beginIndex index (inclusive). This is equivalent to calling path.subpath(beginIndex,path.size()-1).
subpath(int, int) - Method in class org.jboss.dna.graph.property.basic.RootPath
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.property.Path
Return a new path consisting of the segments starting at beginIndex index (inclusive).
subpath(int, int) - Method in interface org.jboss.dna.graph.property.Path
Return a new path consisting of the segments between the beginIndex index (inclusive) and the endIndex index (exclusive).
subtract(Double, Double) - Method in class org.jboss.dna.common.math.DoubleOperations
 
subtract(long, TimeUnit) - Method in class org.jboss.dna.common.math.Duration
Subtract the supplied duration from this duration, and return the result.
subtract(Duration) - Method in class org.jboss.dna.common.math.Duration
Subtract the supplied duration from this duration, and return the result.
subtract(Duration, Duration) - Method in class org.jboss.dna.common.math.DurationOperations
 
subtract(Float, Float) - Method in class org.jboss.dna.common.math.FloatOperations
 
subtract(Integer, Integer) - Method in class org.jboss.dna.common.math.IntegerOperations
 
subtract(Long, Long) - Method in class org.jboss.dna.common.math.LongOperations
 
subtract(T, T) - Method in interface org.jboss.dna.common.math.MathOperations
Subtract the second operand from the first, and return the difference.
subtract(Short, Short) - Method in class org.jboss.dna.common.math.ShortOperations
 
SUCCESSORS - Static variable in class org.jboss.dna.jcr.JcrLexicon
 
supertypeNotFound - Static variable in class org.jboss.dna.jcr.JcrI18n
 
SUPERTYPES - Static variable in class org.jboss.dna.graph.JcrLexicon
 
supertypesConflict - Static variable in class org.jboss.dna.jcr.JcrI18n
 
supportsCreatingWorkspaces() - Method in class org.jboss.dna.graph.connector.RepositorySourceCapabilities
Return whether the source supports creating workspaces through the connector.
supportsEvents() - Method in class org.jboss.dna.graph.connector.RepositorySourceCapabilities
Return whether the source supports events through RepositorySourceListeners.
supportsReferences() - Method in class org.jboss.dna.graph.connector.RepositorySourceCapabilities
Return whether the source supports references by identifiers.
supportsSameNameSiblings() - Method in class org.jboss.dna.graph.connector.RepositorySourceCapabilities
Return whether the source supports same name siblings.
supportsUpdates() - Method in class org.jboss.dna.graph.connector.RepositorySourceCapabilities
Return whether the source supports updates.
suspendEncoding() - Method in class org.jboss.dna.common.util.Base64.OutputStream
Suspends encoding of the stream.
SVNActionExecutor - Class in org.jboss.dna.connector.svn
 
SVNActionExecutor(SVNRepository) - Constructor for class org.jboss.dna.connector.svn.SVNActionExecutor
 
SVNProtocol - Enum in org.jboss.dna.connector.svn
 
SVNRepositoryConnection - Class in org.jboss.dna.connector.svn
The repository connection to a SVN Repository instance.
SVNRepositoryConnection(String, CachePolicy, boolean, SVNRepository) - Constructor for class org.jboss.dna.connector.svn.SVNRepositoryConnection
 
SVNRepositoryConnectorI18n - Class in org.jboss.dna.connector.svn
 
SVNRepositoryConnectorI18n() - Constructor for class org.jboss.dna.connector.svn.SVNRepositoryConnectorI18n
 
SVNRepositoryLexicon - Class in org.jboss.dna.connector.svn
The namespace and property names used within a SVNRepositorySource to store internal information.
SVNRepositoryLexicon() - Constructor for class org.jboss.dna.connector.svn.SVNRepositoryLexicon
 
SVNRepositoryLexicon.Namespace - Class in org.jboss.dna.connector.svn
 
SVNRepositoryLexicon.Namespace() - Constructor for class org.jboss.dna.connector.svn.SVNRepositoryLexicon.Namespace
 
SVNRepositoryRequestProcessor - Class in org.jboss.dna.connector.svn
The RequestProcessor implementation for the file subversion repository connector.
SVNRepositoryRequestProcessor.AddDirectory - Class in org.jboss.dna.connector.svn
root should be the last, previously created, parent folder.
SVNRepositoryRequestProcessor.AddDirectory(String, String) - Constructor for class org.jboss.dna.connector.svn.SVNRepositoryRequestProcessor.AddDirectory
 
SVNRepositoryRequestProcessor.AddFile - Class in org.jboss.dna.connector.svn
 
SVNRepositoryRequestProcessor.AddFile(String, String, byte[]) - Constructor for class org.jboss.dna.connector.svn.SVNRepositoryRequestProcessor.AddFile
 
SVNRepositorySource - Class in org.jboss.dna.connector.svn
A repository source that uses a SVN repository instance to manage the content.
SVNRepositorySource() - Constructor for class org.jboss.dna.connector.svn.SVNRepositorySource
Create a repository source instance.
SYSTEM - Static variable in class org.jboss.dna.jcr.DnaLexicon
 
SYSTEM - Static variable in class org.jboss.dna.jcr.JcrLexicon
 
SYSTEM_ID - Static variable in class org.jboss.dna.sequencer.xml.DnaDtdLexicon
 
SystemFailureException - Exception in org.jboss.dna.common
 
SystemFailureException() - Constructor for exception org.jboss.dna.common.SystemFailureException
 
SystemFailureException(String) - Constructor for exception org.jboss.dna.common.SystemFailureException
 
SystemFailureException(Throwable) - Constructor for exception org.jboss.dna.common.SystemFailureException
 
SystemFailureException(String, Throwable) - Constructor for exception org.jboss.dna.common.SystemFailureException
 

T

Table - Interface in org.jboss.dna.common.jdbc.model.api
Provides all core database table specific metadata.
TableBean - Class in org.jboss.dna.common.jdbc.model.spi
Provides all core database table specific metadata.
TableBean() - Constructor for class org.jboss.dna.common.jdbc.model.spi.TableBean
Default constructor
TableColumn - Interface in org.jboss.dna.common.jdbc.model.api
Provides all database table column specific metadata.
TableColumnBean - Class in org.jboss.dna.common.jdbc.model.spi
Provides all database table column specific metadata.
TableColumnBean() - Constructor for class org.jboss.dna.common.jdbc.model.spi.TableColumnBean
Default constructor
TableType - Interface in org.jboss.dna.common.jdbc.model.api
Provides database table type specific metadata.
TableTypeBean - Class in org.jboss.dna.common.jdbc.model.spi
Provides database table type specific metadata.
TableTypeBean() - Constructor for class org.jboss.dna.common.jdbc.model.spi.TableTypeBean
Default constructor
TARGET - Static variable in class org.jboss.dna.sequencer.xml.DnaXmlLexicon
 
targetConflictBehavior() - Method in class org.jboss.dna.graph.request.CloneWorkspaceRequest
Get the desired behavior if a workspace already exists with the desired workspace name .
text(Object...) - Method in class org.jboss.dna.common.i18n.I18n
Get the localized text for the current (default) locale, replacing the parameters in the text with those supplied.
text(Locale, Object...) - Method in class org.jboss.dna.common.i18n.I18n
Get the localized text for the supplied locale, replacing the parameters in the text with those supplied.
TextDecoder - Interface in org.jboss.dna.common.text
Interface for components that can decode text.
TextEncoder - Interface in org.jboss.dna.common.text
Interface for components that can encode text.
ThreadSafeNamespaceRegistry - Class in org.jboss.dna.graph.property.basic
A thread-safe NamespaceRegistry that may be used as a thread-safe wrapper around another non-thread-safe implementation.
ThreadSafeNamespaceRegistry() - Constructor for class org.jboss.dna.graph.property.basic.ThreadSafeNamespaceRegistry
 
ThreadSafeNamespaceRegistry(NamespaceRegistry) - Constructor for class org.jboss.dna.graph.property.basic.ThreadSafeNamespaceRegistry
 
ThreadSafeProblems - Class in org.jboss.dna.common.collection
A thread-safe list of problems for some execution context.
ThreadSafeProblems() - Constructor for class org.jboss.dna.common.collection.ThreadSafeProblems
 
ThreeContributionMergePlan - Class in org.jboss.dna.connector.federation.merge
 
ThreePropertyContribution - Class in org.jboss.dna.connector.federation.contribution
The record of a source contributing only properties to a node.
ThreePropertyContribution(String, String, Location, DateTime, Property, Property, Property) - Constructor for class org.jboss.dna.connector.federation.contribution.ThreePropertyContribution
Create a contribution of node properties from the source with the supplied name.
TIME_TO_EXPIRE - Static variable in class org.jboss.dna.graph.DnaLexicon
 
titleCase(String, String...) - Method in class org.jboss.dna.common.text.Inflector
Capitalizes all the words and replaces some characters in the string to create a nicer looking title.
to(Node) - Method in interface org.jboss.dna.graph.Graph.SetValuesTo
Set the property value to be a reference to the given node.
to(Location) - Method in interface org.jboss.dna.graph.Graph.SetValuesTo
Set the property value to be a reference to the given location.
to(String) - Method in interface org.jboss.dna.graph.Graph.SetValuesTo
Set the property value to the given string.
to(int) - Method in interface org.jboss.dna.graph.Graph.SetValuesTo
Set the property value to the given integer value.
to(long) - Method in interface org.jboss.dna.graph.Graph.SetValuesTo
Set the property value to the given long value.
to(boolean) - Method in interface org.jboss.dna.graph.Graph.SetValuesTo
Set the property value to the given boolean value.
to(float) - Method in interface org.jboss.dna.graph.Graph.SetValuesTo
Set the property value to the given float value.
to(double) - Method in interface org.jboss.dna.graph.Graph.SetValuesTo
Set the property value to the given double value.
to(BigDecimal) - Method in interface org.jboss.dna.graph.Graph.SetValuesTo
Set the property value to the given decimal value.
to(Calendar) - Method in interface org.jboss.dna.graph.Graph.SetValuesTo
Set the property value to the date given by the supplied calendar.
to(Date) - Method in interface org.jboss.dna.graph.Graph.SetValuesTo
Set the property value to the given date.
to(DateTime) - Method in interface org.jboss.dna.graph.Graph.SetValuesTo
Set the property value to the given date-time instant.
to(Name) - Method in interface org.jboss.dna.graph.Graph.SetValuesTo
Set the property value to the given Name.
to(Path) - Method in interface org.jboss.dna.graph.Graph.SetValuesTo
Set the property value to the given Path.
to(Reference) - Method in interface org.jboss.dna.graph.Graph.SetValuesTo
Set the property value to the given Reference.
to(URI) - Method in interface org.jboss.dna.graph.Graph.SetValuesTo
Set the property value to the given URI.
to(UUID) - Method in interface org.jboss.dna.graph.Graph.SetValuesTo
Set the property value to the given UUID.
to(Binary) - Method in interface org.jboss.dna.graph.Graph.SetValuesTo
Set the property value to the given binary value.
to(byte[]) - Method in interface org.jboss.dna.graph.Graph.SetValuesTo
Set the property value to the given byte array.
to(InputStream, long) - Method in interface org.jboss.dna.graph.Graph.SetValuesTo
Set the property value to the given string.
to(Reader, long) - Method in interface org.jboss.dna.graph.Graph.SetValuesTo
Set the property value to the given string.
to(Object) - Method in interface org.jboss.dna.graph.Graph.SetValuesTo
Set the property value to the given object.
to(Object, Object...) - Method in interface org.jboss.dna.graph.Graph.SetValuesTo
Set the property value to the given objects.
to(Iterable<?>) - Method in interface org.jboss.dna.graph.Graph.SetValuesTo
Set the property value to the given object.
to(Iterator<?>) - Method in interface org.jboss.dna.graph.Graph.SetValuesTo
Set the property value to the given object.
to(Location) - Method in interface org.jboss.dna.graph.Graph.To
Finish the request by specifying the Location.create where the node should be copied/moved.
to(String) - Method in interface org.jboss.dna.graph.Graph.To
Finish the request by specifying the Location.create where the node should be copied/moved.
to(Path) - Method in interface org.jboss.dna.graph.Graph.To
Finish the request by specifying the Location.create where the node should be copied/moved.
toArray() - Method in class org.jboss.dna.common.collection.ImmutableAppendedList
toArray(X[]) - Method in class org.jboss.dna.common.collection.ImmutableAppendedList
toBigDecimal() - Method in class org.jboss.dna.common.math.Duration
 
toCalendar() - Method in class org.jboss.dna.graph.property.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.property.basic.JodaDateTime
Get this instance represented as a standard JDK Calendar instance, in the specified locale .
toCalendar() - Method in interface org.jboss.dna.graph.property.DateTime
Get this instance represented as a standard JDK Calendar instance, in the default locale.
toCalendar(Locale) - Method in interface org.jboss.dna.graph.property.DateTime
Get this instance represented as a standard JDK Calendar instance, in the specified locale .
toDate() - Method in class org.jboss.dna.graph.property.basic.JodaDateTime
Get this instance represented as a standard JDK Date instance.
toDate() - Method in interface org.jboss.dna.graph.property.DateTime
Get this instance represented as a standard JDK Date instance.
toGregorianCalendar() - Method in class org.jboss.dna.graph.property.basic.JodaDateTime
Get this instance represented as a standard JDK GregorianCalendar instance.
toGregorianCalendar() - Method in interface org.jboss.dna.graph.property.DateTime
Get this instance represented as a standard JDK GregorianCalendar instance.
toName() - Method in class org.jboss.dna.graph.request.RenameNodeRequest
Get the new name for the node.
tooDeep - Static variable in class org.jboss.dna.jcr.JcrI18n
 
toString() - Method in class org.jboss.dna.common.collection.ImmutableAppendedList
toString() - Method in class org.jboss.dna.common.collection.Problem
toString() - Method in class org.jboss.dna.common.collection.UnmodifiableProperties
toString() - Method in class org.jboss.dna.common.i18n.I18n
toString() - Method in class org.jboss.dna.common.math.Duration.Components
Return the duration as a string in a form containing hours, minutes, and seconds, including the fractional part of the seconds.
toString() - Method in class org.jboss.dna.common.math.Duration
Writes the duration in a form containing hours, minutes, and seconds, including the fractional part of the seconds.
toString() - Method in class org.jboss.dna.common.statistic.DetailedStatistics
 
toString() - Method in class org.jboss.dna.common.statistic.Histogram.Bucket
 
toString() - Method in class org.jboss.dna.common.statistic.SimpleStatistics
 
toString() - Method in class org.jboss.dna.common.statistic.Stopwatch
 
toString(Object, int) - Static method in class org.jboss.dna.common.util.ClassUtil
 
toString() - Method in enum org.jboss.dna.common.util.SecureHash.Algorithm
 
toString() - Method in class org.jboss.dna.connector.federation.contribution.Contribution
toString() - Method in class org.jboss.dna.connector.federation.contribution.ContributionStatistics.Data
toString() - Method in class org.jboss.dna.connector.federation.merge.FederatedNode
toString() - Method in class org.jboss.dna.connector.federation.merge.MergePlan
toString() - Method in class org.jboss.dna.connector.federation.Projection.PathRule
toString() - Method in class org.jboss.dna.connector.federation.Projection
toString() - Method in class org.jboss.dna.connector.store.jpa.model.basic.ChildEntity
toString() - Method in class org.jboss.dna.connector.store.jpa.model.basic.ChildId
toString() - Method in class org.jboss.dna.connector.store.jpa.model.basic.LargeValueEntity
toString() - Method in class org.jboss.dna.connector.store.jpa.model.basic.LargeValueId
toString() - Method in class org.jboss.dna.connector.store.jpa.model.basic.NodeId
toString() - Method in class org.jboss.dna.connector.store.jpa.model.basic.PropertiesEntity
toString() - Method in class org.jboss.dna.connector.store.jpa.model.basic.ReferenceEntity
toString() - Method in class org.jboss.dna.connector.store.jpa.model.basic.ReferenceId
toString() - Method in class org.jboss.dna.connector.store.jpa.model.basic.SubgraphNodeEntity
toString() - Method in class org.jboss.dna.connector.store.jpa.model.common.ChangeLogEntity
toString() - Method in class org.jboss.dna.connector.store.jpa.model.common.NamespaceEntity
toString() - Method in class org.jboss.dna.connector.store.jpa.model.common.WorkspaceEntity
toString() - Method in class org.jboss.dna.connector.store.jpa.Model
 
toString() - Method in class org.jboss.dna.connector.store.jpa.util.RequestProcessorCache
toString() - Method in class org.jboss.dna.connector.store.jpa.util.RequestProcessorCache.WorkspaceCache
toString() - Method in class org.jboss.dna.connector.store.jpa.util.StoreOptionEntity
toString() - Method in class org.jboss.dna.graph.cache.BasicCachePolicy
toString() - Method in class org.jboss.dna.graph.connector.inmemory.InMemoryNode
toString() - Method in class org.jboss.dna.graph.connector.inmemory.InMemoryRepositoryConnection
toString() - Method in class org.jboss.dna.graph.connector.inmemory.InMemoryRepositorySource
toString() - Method in exception org.jboss.dna.graph.connector.RepositorySourceException
toString() - Method in class org.jboss.dna.graph.ExecutionContext
toString() - Method in class org.jboss.dna.graph.Location
toString() - Method in class org.jboss.dna.graph.property.basic.AbstractBinary
toString() - Method in class org.jboss.dna.graph.property.basic.AbstractPath
toString() - Method in class org.jboss.dna.graph.property.basic.BasicName
toString() - Method in class org.jboss.dna.graph.property.basic.BasicNamespace
toString() - Method in class org.jboss.dna.graph.property.basic.BasicPathSegment
toString() - Method in class org.jboss.dna.graph.property.basic.BasicProperty
toString() - Method in class org.jboss.dna.graph.property.basic.GraphNamespaceRegistry
toString() - Method in class org.jboss.dna.graph.property.basic.JodaDateTime
toString() - Method in class org.jboss.dna.graph.property.basic.SimpleNamespaceRegistry
toString() - Method in class org.jboss.dna.graph.property.basic.ThreadSafeNamespaceRegistry
toString() - Method in class org.jboss.dna.graph.property.basic.UuidReference
toString() - Method in exception org.jboss.dna.graph.property.InvalidPathException
toString() - Method in exception org.jboss.dna.graph.property.IoException
toString() - Method in exception org.jboss.dna.graph.property.NamespaceException
toString() - Method in class org.jboss.dna.graph.property.PathExpression.Matcher
toString() - Method in class org.jboss.dna.graph.property.PathExpression
toString() - Method in exception org.jboss.dna.graph.property.PathNotFoundException
toString() - Method in exception org.jboss.dna.graph.property.ReferentialIntegrityException
toString() - Method in exception org.jboss.dna.graph.property.ValueFormatException
toString() - Method in class org.jboss.dna.graph.request.CloneWorkspaceRequest
toString() - Method in class org.jboss.dna.graph.request.CopyBranchRequest
toString() - Method in class org.jboss.dna.graph.request.CreateNodeRequest
toString() - Method in class org.jboss.dna.graph.request.CreateWorkspaceRequest
toString() - Method in class org.jboss.dna.graph.request.DeleteBranchRequest
toString() - Method in class org.jboss.dna.graph.request.DestroyWorkspaceRequest
toString() - Method in class org.jboss.dna.graph.request.GetWorkspacesRequest
toString() - Method in class org.jboss.dna.graph.request.MoveBranchRequest
toString() - Method in class org.jboss.dna.graph.request.ReadAllChildrenRequest
toString() - Method in class org.jboss.dna.graph.request.ReadAllPropertiesRequest
toString() - Method in class org.jboss.dna.graph.request.ReadBlockOfChildrenRequest
toString() - Method in class org.jboss.dna.graph.request.ReadBranchRequest
toString() - Method in class org.jboss.dna.graph.request.ReadNextBlockOfChildrenRequest
toString() - Method in class org.jboss.dna.graph.request.ReadNodeRequest
toString() - Method in class org.jboss.dna.graph.request.ReadPropertyRequest
toString() - Method in class org.jboss.dna.graph.request.RemovePropertyRequest
toString() - Method in class org.jboss.dna.graph.request.RenameNodeRequest
toString() - Method in class org.jboss.dna.graph.request.SetPropertyRequest
toString() - Method in class org.jboss.dna.graph.request.UpdatePropertiesRequest
toString() - Method in class org.jboss.dna.graph.request.VerifyNodeExistsRequest
toString() - Method in class org.jboss.dna.graph.request.VerifyWorkspaceRequest
toString() - Method in class org.jboss.dna.jcr.cache.ChildNode
toString() - Method in class org.jboss.dna.jcr.cache.EmptyChildren
toString() - Method in class org.jboss.dna.jcr.cache.ImmutableChildren
toString() - Method in class org.jboss.dna.jcr.cache.PropertyInfo
toString() - Method in class org.jboss.dna.jcr.NodeDefinitionId
toString() - Method in class org.jboss.dna.jcr.PropertyDefinitionId
toString() - Method in class org.jboss.dna.jcr.PropertyId
toString() - Method in class org.jboss.dna.maven.MavenDependency
toString() - Method in class org.jboss.dna.maven.MavenId
toString() - Method in class org.jboss.dna.maven.MavenId.Version
toString() - Method in class org.jboss.dna.maven.MavenUrl
toString() - Method in class org.jboss.dna.repository.observation.NodeChange
toString() - Method in class org.jboss.dna.repository.sequencer.SequencerOutputMap.PropertyValue
toString() - Method in class org.jboss.dna.repository.sequencer.SequencerOutputMap
toString() - Method in class org.jboss.dna.repository.sequencer.SequencerPathExpression.Matcher
toString() - Method in class org.jboss.dna.repository.sequencer.SequencerPathExpression
toString() - Method in class org.jboss.dna.repository.util.RepositoryNodePath
toString() - Method in class org.jboss.dna.sequencer.java.metadata.ArrayTypeFieldMetadata
toString() - Method in class org.jboss.dna.sequencer.java.metadata.ParameterizedTypeFieldMetadata
toString() - Method in class org.jboss.dna.sequencer.java.metadata.QualifiedTypeFieldMetadata
toString() - Method in class org.jboss.dna.sequencer.java.metadata.SimpleTypeFieldMetadata
toString() - Method in class org.jboss.dna.sequencer.java.metadata.WildcardTypeFieldMetadata
toString() - Method in class org.jboss.example.dna.sequencer.ContentInfo
 
toString() - Method in class org.jboss.example.dna.sequencer.JavaInfo
 
toString() - Method in class org.jboss.example.dna.sequencer.MediaInfo
 
toTimeZone(String) - Method in class org.jboss.dna.graph.property.basic.JodaDateTime
Convert this time to the time zone given by the supplied identifier.
toTimeZone(String) - Method in interface org.jboss.dna.graph.property.DateTime
Convert this time to the time zone given by the supplied identifier.
toUtcTimeZone() - Method in class org.jboss.dna.graph.property.basic.JodaDateTime
Convert this time to the same instant in the UTC time zone.
toUtcTimeZone() - Method in interface org.jboss.dna.graph.property.DateTime
Convert this time to the same instant in the UTC time zone.
trace(String, Object...) - Method in class org.jboss.dna.common.util.Logger
Log a message at the TRACE level according to the specified format and (optional) parameters.
trace(Throwable, String, Object...) - Method in class org.jboss.dna.common.util.Logger
Log an exception (throwable) at the TRACE level with an accompanying message.
TransactionIsolationLevelType - Enum in org.jboss.dna.common.jdbc.model.api
Provides RDBMS supported transaction isolation levels as enumeration set.
truncate(Object, int) - Static method in class org.jboss.dna.common.util.StringUtil
Truncate the supplied string to be no more than the specified length.
truncate(Object, int, String) - Static method in class org.jboss.dna.common.util.StringUtil
Truncate the supplied string to be no more than the specified length.
TwoChildContribution - Class in org.jboss.dna.connector.federation.contribution
The record of a source contributing only two children to a node.
TwoChildContribution(String, String, Location, DateTime, Location, Location) - Constructor for class org.jboss.dna.connector.federation.contribution.TwoChildContribution
Create a contribution of two children from the source with the supplied name.
TwoContributionMergePlan - Class in org.jboss.dna.connector.federation.merge
 
TwoPropertyContribution - Class in org.jboss.dna.connector.federation.contribution
The record of a source contributing only properties to a node.
TwoPropertyContribution(String, String, Location, DateTime, Property, Property) - Constructor for class org.jboss.dna.connector.federation.contribution.TwoPropertyContribution
Create a contribution of node properties from the source with the supplied name.
TYPE - Static variable in class org.jboss.dna.jcr.JcrSvLexicon
 
TypeMetadata - Class in org.jboss.dna.sequencer.java.metadata
Exposes meta data of a top level type.
TypeMetadata() - Constructor for class org.jboss.dna.sequencer.java.metadata.TypeMetadata
 
typeNotFound - Static variable in class org.jboss.dna.jcr.JcrI18n
 

U

unableToAccessClassUsingClasspath - Static variable in class org.jboss.dna.repository.RepositoryI18n
 
unableToAccessResourceFileFromClassLoader - Static variable in class org.jboss.dna.graph.GraphI18n
 
unableToAddMoreRequestsToAlreadyExecutedBatch - Static variable in class org.jboss.dna.graph.GraphI18n
 
unableToAuthenticateConnectionToFederatedRepository - Static variable in class org.jboss.dna.connector.federation.FederationI18n
 
unableToBuildRuleSetRegularExpressionPattern - Static variable in class org.jboss.dna.repository.RepositoryI18n
 
unableToChangeExecutionContextWhileRunning - Static variable in class org.jboss.dna.repository.RepositoryI18n
 
unableToChangeTheDefaultNamespace - Static variable in class org.jboss.dna.jcr.JcrI18n
 
unableToCloneWorkspaces - Static variable in class org.jboss.dna.connector.jbosscache.JBossCacheConnectorI18n
 
unableToCopyToLocationWithoutAPath - Static variable in class org.jboss.dna.graph.GraphI18n
 
unableToCopyToTheRoot - Static variable in class org.jboss.dna.graph.GraphI18n
 
unableToCreateExecutionContext - Static variable in class org.jboss.dna.connector.federation.FederationI18n
 
unableToCreateNodeWithNoDefaultPrimaryTypeOnChildNodeDefinition - Static variable in class org.jboss.dna.jcr.JcrI18n
 
unableToCreateNodeWithPrimaryTypeThatDoesNotExist - Static variable in class org.jboss.dna.jcr.JcrI18n
 
unableToCreateReferenceToNodeWithoutUuid - Static variable in class org.jboss.dna.graph.GraphI18n
 
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
 
unableToCreateWorkspace - Static variable in class org.jboss.dna.connector.jbosscache.JBossCacheConnectorI18n
 
unableToCreateWorkspaces - Static variable in class org.jboss.dna.connector.filesystem.FileSystemI18n
 
unableToCreateWorkspaces - Static variable in class org.jboss.dna.connector.jbosscache.JBossCacheConnectorI18n
 
unableToCreateWorkspaces - Static variable in class org.jboss.dna.connector.store.jpa.JpaConnectorI18n
 
unableToDeleteBecauseOfReferences - Static variable in class org.jboss.dna.connector.store.jpa.JpaConnectorI18n
 
unableToDeleteBranch - Static variable in class org.jboss.dna.connector.jbosscache.JBossCacheConnectorI18n
 
unableToDiscoverPropertyTypeForNullValue - Static variable in class org.jboss.dna.graph.GraphI18n
 
unableToFindPropertyForSequencing - Static variable in class org.jboss.dna.repository.RepositoryI18n
 
unableToFindRepositoryInJndi - Static variable in class org.jboss.dna.repository.RepositoryI18n
 
unableToFindRepositorySourceWithName - Static variable in class org.jboss.dna.graph.GraphI18n
 
unableToFindRepositoryWithName - Static variable in class org.jboss.dna.repository.RepositoryI18n
 
unableToFindRuleSet - Static variable in class org.jboss.dna.repository.RepositoryI18n
 
unableToFindWorkspaceWhenCreatingNode - Static variable in class org.jboss.dna.maven.MavenI18n
 
unableToFindWorkspaceWhenReadingNode - Static variable in class org.jboss.dna.maven.MavenI18n
 
unableToFindWorkspaceWhenWritingNode - Static variable in class org.jboss.dna.maven.MavenI18n
 
unableToGetConnectionUsingDataSource - Static variable in class org.jboss.dna.connector.jdbc.JdbcMetadataI18n
 
unableToGetConnectionUsingDriver - Static variable in class org.jboss.dna.connector.jdbc.JdbcMetadataI18n
 
unableToGetValueFromColumn - Static variable in class org.jboss.dna.common.jdbc.JdbcMetadataI18n
 
unableToGetXAResource - Static variable in class org.jboss.dna.connector.jdbc.JdbcMetadataI18n
 
unableToInstantiateClassUsingClasspath - Static variable in class org.jboss.dna.repository.RepositoryI18n
 
unableToLoadClass - Static variable in class org.jboss.dna.repository.RepositoryI18n
 
unableToLoadClassUsingClasspath - Static variable in class org.jboss.dna.repository.RepositoryI18n
 
unableToMoveNodeToBeChildOfDecendent - Static variable in class org.jboss.dna.jcr.JcrI18n
 
unableToMoveRootNode - Static variable in class org.jboss.dna.connector.store.jpa.JpaConnectorI18n
 
unableToObtainJsr94RuleAdministrator - Static variable in class org.jboss.dna.repository.RepositoryI18n
 
unableToObtainJsr94ServiceProvider - Static variable in class org.jboss.dna.repository.RepositoryI18n
 
unableToObtainValidRepositoryAfterAttempts - Static variable in class org.jboss.dna.graph.GraphI18n
 
unableToOpenSessiontoRepositoryWhenCreatingNode - Static variable in class org.jboss.dna.maven.MavenI18n
 
unableToOpenSessiontoRepositoryWhenReadingNode - Static variable in class org.jboss.dna.maven.MavenI18n
 
unableToOpenSessiontoRepositoryWhenWritingNode - Static variable in class org.jboss.dna.maven.MavenI18n
 
unableToPerformOperationSpanningWorkspaces - Static variable in class org.jboss.dna.connector.federation.FederationI18n
 
unableToPerformOperationUnlessLocationIsFromSingleProjection - Static variable in class org.jboss.dna.connector.federation.FederationI18n
 
unableToPerformOperationUnlessLocationsAreFromSingleProjection - Static variable in class org.jboss.dna.connector.federation.FederationI18n
 
unableToReadLargeValue - Static variable in class org.jboss.dna.connector.store.jpa.JpaConnectorI18n
 
unableToRefreshBranchSinceAtLeastOneNodeMovedToParentOutsideOfBranch - Static variable in class org.jboss.dna.jcr.JcrI18n
 
unableToRegisterNamespaceUsingXmlPrefix - Static variable in class org.jboss.dna.jcr.JcrI18n
 
unableToRegisterNamespaceWithInvalidPrefix - Static variable in class org.jboss.dna.jcr.JcrI18n
 
unableToRegisterRepositoryInJndi - Static variable in class org.jboss.dna.repository.RepositoryI18n
 
unableToRegisterReservedNamespacePrefix - Static variable in class org.jboss.dna.jcr.JcrI18n
 
unableToRegisterReservedNamespaceUri - Static variable in class org.jboss.dna.jcr.JcrI18n
 
unableToRemapUriNotRegisteredInNamespaceRegistry - Static variable in class org.jboss.dna.jcr.JcrI18n
 
unableToRemapUriUsingPrefixUsedInNamespaceRegistry - Static variable in class org.jboss.dna.jcr.JcrI18n
 
unableToRemoveRepository - Static variable in class org.jboss.dna.repository.RepositoryI18n
 
unableToRemoveRootNode - Static variable in class org.jboss.dna.jcr.JcrI18n
 
unableToSaveNodeThatWasCreatedSincePreviousSave - Static variable in class org.jboss.dna.jcr.JcrI18n
 
unableToSetMultiValuedPropertyUsingSingleValue - Static variable in class org.jboss.dna.jcr.JcrI18n
 
unableToSetSingleValuedPropertyUsingMultipleValues - Static variable in class org.jboss.dna.jcr.JcrI18n
 
unableToStartSequencingServiceWithoutExecutionContext - Static variable in class org.jboss.dna.repository.RepositoryI18n
 
unableToUnregisterPrefixForNamespaceThatIsNotRegistered - Static variable in class org.jboss.dna.jcr.JcrI18n
 
unableToUnregisterRepositoryInJndi - Static variable in class org.jboss.dna.repository.RepositoryI18n
 
unableToUnregisterReservedNamespacePrefix - Static variable in class org.jboss.dna.jcr.JcrI18n
 
unableToUnregisterReservedNamespaceUri - Static variable in class org.jboss.dna.jcr.JcrI18n
 
unableToWriteToClosedStream - Static variable in class org.jboss.dna.maven.MavenI18n
 
under(Location) - Method in interface org.jboss.dna.graph.Graph.Under
Specify the location of the node under which the request is to operate.
under(String) - Method in interface org.jboss.dna.graph.Graph.Under
Specify the path of the node under which the request is to operate.
under(Path) - Method in interface org.jboss.dna.graph.Graph.Under
Specify the path of the node under which the request is to operate.
under(UUID) - Method in interface org.jboss.dna.graph.Graph.Under
Specify the UUID of the node under which the request is to operate.
under(Property) - Method in interface org.jboss.dna.graph.Graph.Under
Specify the unique identification property that identifies the node under which the request is to operate.
under(Property, Property...) - Method in interface org.jboss.dna.graph.Graph.Under
Specify the unique identification properties that identify the node under which the request is to operate.
under() - Method in class org.jboss.dna.graph.request.CreateNodeRequest
Get the location defining the parent of the new node that is to be created.
under(String) - Method in interface org.jboss.dna.repository.Configurator.ConfigRepositoryDetails
Specify the path under which the configuration content is to be found.
underscore(String, char...) - Method in class org.jboss.dna.common.text.Inflector
Makes an underscored form from the expression in the string (the reverse of the camelCase method.
UNKNOWN_NUMBER_OF_CHILDREN - Static variable in class org.jboss.dna.graph.request.ReadAllPropertiesRequest
 
unknownModelName - Static variable in class org.jboss.dna.connector.store.jpa.JpaConnectorI18n
 
unknownPropertyValueType - Static variable in class org.jboss.dna.repository.RepositoryI18n
 
UnmodifiableProperties - Class in org.jboss.dna.common.collection
 
UnmodifiableProperties(Properties) - Constructor for class org.jboss.dna.common.collection.UnmodifiableProperties
 
unregister(String) - Method in class org.jboss.dna.graph.property.basic.GraphNamespaceRegistry
Unregister the namespace with the supplied URI.
unregister(String) - Method in class org.jboss.dna.graph.property.basic.LocalNamespaceRegistry
Unregister the namespace with the supplied URI.
unregister(String) - Method in class org.jboss.dna.graph.property.basic.SimpleNamespaceRegistry
Unregister the namespace with the supplied URI.
unregister(String) - Method in class org.jboss.dna.graph.property.basic.ThreadSafeNamespaceRegistry
Unregister the namespace with the supplied URI.
unregister(String) - Method in interface org.jboss.dna.graph.property.NamespaceRegistry
Unregister the namespace with the supplied URI.
unregister() - Method in class org.jboss.dna.repository.observation.ObservationService.WorkspaceListener
 
unregister(String) - Method in class org.jboss.dna.repository.util.JcrNamespaceRegistry
Unregister the namespace with the supplied URI.
UNSTRUCTURED - Static variable in class org.jboss.dna.graph.JcrNtLexicon
 
unsupportedMavenCoordinateFormat - Static variable in class org.jboss.dna.maven.MavenI18n
 
UnsupportedRequestException - Exception in org.jboss.dna.graph.request
Specifies that the request was a type that is not supported.
UnsupportedRequestException() - Constructor for exception org.jboss.dna.graph.request.UnsupportedRequestException
 
UnsupportedRequestException(String) - Constructor for exception org.jboss.dna.graph.request.UnsupportedRequestException
 
UnsupportedRequestException(Throwable) - Constructor for exception org.jboss.dna.graph.request.UnsupportedRequestException
 
UnsupportedRequestException(String, Throwable) - Constructor for exception org.jboss.dna.graph.request.UnsupportedRequestException
 
unsupportedRequestType - Static variable in class org.jboss.dna.graph.GraphI18n
 
update(ConfigType) - Method in class org.jboss.dna.common.component.ComponentLibrary
Update the configuration for a sequencer, or add it if there is no matching configuration .
UpdatePropertiesRequest - Class in org.jboss.dna.graph.request
Instruction to update the properties on the node at the specified location.
UpdatePropertiesRequest(Location, String, Map<Name, Property>) - Constructor for class org.jboss.dna.graph.request.UpdatePropertiesRequest
Create a request to update the properties on the node at the supplied location.
updateRuleSet(RuleSet) - Method in class org.jboss.dna.repository.rules.RuleService
Update the configuration for a sequencer, or add it if there is no matching configuration.
updateSequencer(SequencerConfig) - Method in class org.jboss.dna.repository.sequencer.SequencingService
Update the configuration for a sequencer, or add it if there is no matching configuration.
updateTableSuperTable(ModelFactory, ResultSet, Logger, boolean, Database, Table) - Static method in class org.jboss.dna.common.jdbc.util.DatabaseUtil
Updates table super table info based on current record in result set
updateUDTSuperType(ModelFactory, ResultSet, Logger, boolean, Database, UserDefinedType) - Static method in class org.jboss.dna.common.jdbc.util.DatabaseUtil
Updates UDT super type info based on current record in result set
uploadFile() - Method in class org.jboss.example.dna.sequencer.SequencingClient
Prompt the user interface for the file to upload into the JCR repository, then upload it using the JCR API.
upperCamelCase(String, char...) - Method in class org.jboss.dna.common.text.Inflector
Converts strings to UpperCamelCase.
URI - Static variable in class org.jboss.dna.connector.jbosscache.JBossCacheLexicon.Namespace
 
URI - Static variable in class org.jboss.dna.connector.jdbc.JdbcRepositoryLexicon.Namespace
 
URI - Static variable in class org.jboss.dna.connector.svn.SVNRepositoryLexicon.Namespace
 
URI - Static variable in class org.jboss.dna.graph.DnaLexicon.Namespace
 
URI - Static variable in class org.jboss.dna.graph.JcrLexicon.Namespace
 
URI - Static variable in class org.jboss.dna.graph.JcrMixLexicon.Namespace
 
URI - Static variable in class org.jboss.dna.graph.JcrNtLexicon.Namespace
 
URI - Static variable in class org.jboss.dna.jcr.DnaIntLexicon.Namespace
 
URI - Static variable in class org.jboss.dna.jcr.DnaLexicon
 
URI - Static variable in class org.jboss.dna.jcr.JcrSvLexicon.Namespace
 
URI - Static variable in class org.jboss.dna.sequencer.xml.DnaDtdLexicon.Namespace
 
URI - Static variable in class org.jboss.dna.sequencer.xml.DnaXmlLexicon.Namespace
 
URI_COMPARATOR - Static variable in class org.jboss.dna.graph.property.ValueComparators
A comparator of URI values.
UriValueFactory - Class in org.jboss.dna.graph.property.basic
The standard ValueFactory for PropertyType.URI values.
UriValueFactory(NamespaceRegistry, TextDecoder, ValueFactory<String>) - Constructor for class org.jboss.dna.graph.property.basic.UriValueFactory
 
URL_DECODER - Static variable in interface org.jboss.dna.graph.property.Path
The text decoder that decodes text according to the rules of RFC 2396.
URL_ENCODER - Static variable in interface org.jboss.dna.graph.property.Path
The text encoder that encodes text according to the rules of RFC 2396.
URL_SAFE - Static variable in class org.jboss.dna.common.util.Base64
Encode using Base64-like encoding that is URL- and Filename-safe as described in Section 4 of RFC3548: http://www.faqs.org/rfcs/rfc3548.html.
UrlEncoder - Class in org.jboss.dna.common.text
An encoder useful for converting text to be used within a URL, as defined by Section 2.3 of RFC 2396.
UrlEncoder() - Constructor for class org.jboss.dna.common.text.UrlEncoder
 
UserDefinedType - Interface in org.jboss.dna.common.jdbc.model.api
Provides User Defined Type (UDT) specific metadata.
UserDefinedTypeBean - Class in org.jboss.dna.common.jdbc.model.spi
Provides User Defined Type (UDT) specific metadata.
UserDefinedTypeBean() - Constructor for class org.jboss.dna.common.jdbc.model.spi.UserDefinedTypeBean
Default constructor
UserInterface - Interface in org.jboss.example.dna.repository
 
UserInterface - Interface in org.jboss.example.dna.sequencer
 
USERNAME - Static variable in class org.jboss.dna.maven.spi.JcrMavenUrlProvider
 
useWorkspace(String) - Method in class org.jboss.dna.graph.Graph
Switch this graph to use another existing workspace in the same source.
usingClass(String) - Method in interface org.jboss.dna.repository.Configurator.ChooseClass
Specify the name of the class that should be instantiated for the instance.
usingClass(Class<? extends ComponentClassType>) - Method in interface org.jboss.dna.repository.Configurator.ChooseClass
Specify the class that should be instantiated for the instance.
UUID - Static variable in class org.jboss.dna.connector.jdbc.JdbcRepositoryLexicon
 
UUID - Static variable in class org.jboss.dna.connector.svn.SVNRepositoryLexicon
 
UUID - Static variable in class org.jboss.dna.graph.DnaLexicon
 
UUID - Static variable in class org.jboss.dna.graph.JcrLexicon
 
UUID_COMPARATOR - Static variable in class org.jboss.dna.graph.property.ValueComparators
A comparator of UUID values.
UuidFactory - Interface in org.jboss.dna.graph.property
A factory for creating UUID instances.
UuidReference - Class in org.jboss.dna.graph.property.basic
 
UuidReference(UUID) - Constructor for class org.jboss.dna.graph.property.basic.UuidReference
 
UuidReferenceValueFactory - Class in org.jboss.dna.graph.property.basic
The standard ValueFactory for PropertyType.REFERENCE values.
UuidReferenceValueFactory(TextDecoder, ValueFactory<String>) - Constructor for class org.jboss.dna.graph.property.basic.UuidReferenceValueFactory
 
UuidValueFactory - Class in org.jboss.dna.graph.property.basic
The standard ValueFactory for PropertyType.URI values.
UuidValueFactory(TextDecoder, ValueFactory<String>) - Constructor for class org.jboss.dna.graph.property.basic.UuidValueFactory
 

V

validPathMayNotContainEmptySegment - Static variable in class org.jboss.dna.graph.GraphI18n
 
value() - Method in enum org.jboss.dna.connector.svn.SVNProtocol
 
VALUE - Static variable in class org.jboss.dna.jcr.JcrSvLexicon
 
VALUE - Static variable in class org.jboss.dna.sequencer.xml.DnaDtdLexicon
 
VALUE_CONSTRAINTS - Static variable in class org.jboss.dna.graph.JcrLexicon
 
valueBySuffix(String) - Static method in enum org.jboss.dna.maven.ArtifactType
 
valueBySuffix(String) - Static method in enum org.jboss.dna.maven.SignatureType
 
valueByText(String, boolean) - Static method in enum org.jboss.dna.maven.MavenDependency.Scope
 
ValueComparators - Class in org.jboss.dna.graph.property
 
ValueComparators() - Constructor for class org.jboss.dna.graph.property.ValueComparators
 
ValueFactories - Interface in org.jboss.dna.graph.property
The set of standard ValueFactory instances.
ValueFactory<T> - Interface in org.jboss.dna.graph.property
A factory for Property values.
ValueFormatException - Exception in org.jboss.dna.graph.property
 
ValueFormatException(Object, PropertyType) - Constructor for exception org.jboss.dna.graph.property.ValueFormatException
 
ValueFormatException(Object, PropertyType, String) - Constructor for exception org.jboss.dna.graph.property.ValueFormatException
 
ValueFormatException(Object, PropertyType, Throwable) - Constructor for exception org.jboss.dna.graph.property.ValueFormatException
 
ValueFormatException(Object, PropertyType, String, Throwable) - Constructor for exception org.jboss.dna.graph.property.ValueFormatException
 
valueJavaTypeNotCompatibleWithPropertyType - Static variable in class org.jboss.dna.graph.GraphI18n
 
valueOf(String) - Static method in enum org.jboss.dna.cnd.QueryOperator
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.dna.common.collection.Problem.Status
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.dna.common.jdbc.model.api.BestRowIdentifierScopeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.dna.common.jdbc.model.api.ColumnPseudoType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.dna.common.jdbc.model.api.IndexType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.dna.common.jdbc.model.api.KeyDeferrabilityType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.dna.common.jdbc.model.api.KeyModifyRuleType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.dna.common.jdbc.model.api.NullabilityType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.dna.common.jdbc.model.api.ParameterIoType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.dna.common.jdbc.model.api.PrivilegeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.dna.common.jdbc.model.api.ResultSetConcurrencyType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.dna.common.jdbc.model.api.ResultSetHoldabilityType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.dna.common.jdbc.model.api.ResultSetType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.dna.common.jdbc.model.api.SearchabilityType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.dna.common.jdbc.model.api.SortSequenceType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.dna.common.jdbc.model.api.SQLStateType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.dna.common.jdbc.model.api.SqlType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.dna.common.jdbc.model.api.StoredProcedureResultType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.dna.common.jdbc.model.api.TransactionIsolationLevelType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.dna.common.util.Logger.Level
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.dna.common.util.SecureHash.Algorithm
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.dna.connector.svn.SVNProtocol
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.dna.graph.NodeConflictBehavior
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.dna.graph.property.PropertyType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.dna.graph.request.CloneWorkspaceRequest.CloneConflictBehavior
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.dna.graph.request.CreateWorkspaceRequest.CreateConflictBehavior
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.dna.graph.xml.XmlHandler.AttributeScoping
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.dna.jcr.JcrRepository.Options
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.dna.maven.ArtifactType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.dna.maven.MavenDependency.Scope
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.dna.maven.SignatureType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.dna.repository.service.ServiceAdministrator.State
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.dna.sequencer.xml.XmlSequencer.AttributeScoping
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.example.dna.repository.RepositoryClient.Api
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.jboss.dna.cnd.QueryOperator
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.jboss.dna.common.collection.Problem.Status
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Method in class org.jboss.dna.common.collection.UnmodifiableProperties
values() - Static method in enum org.jboss.dna.common.jdbc.model.api.BestRowIdentifierScopeType
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.jboss.dna.common.jdbc.model.api.ColumnPseudoType
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.jboss.dna.common.jdbc.model.api.IndexType
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.jboss.dna.common.jdbc.model.api.KeyDeferrabilityType
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.jboss.dna.common.jdbc.model.api.KeyModifyRuleType
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.jboss.dna.common.jdbc.model.api.NullabilityType
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.jboss.dna.common.jdbc.model.api.ParameterIoType
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.jboss.dna.common.jdbc.model.api.PrivilegeType
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.jboss.dna.common.jdbc.model.api.ResultSetConcurrencyType
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.jboss.dna.common.jdbc.model.api.ResultSetHoldabilityType
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.jboss.dna.common.jdbc.model.api.ResultSetType
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.jboss.dna.common.jdbc.model.api.SearchabilityType
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.jboss.dna.common.jdbc.model.api.SortSequenceType
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.jboss.dna.common.jdbc.model.api.SQLStateType
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.jboss.dna.common.jdbc.model.api.SqlType
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.jboss.dna.common.jdbc.model.api.StoredProcedureResultType
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.jboss.dna.common.jdbc.model.api.TransactionIsolationLevelType
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.jboss.dna.common.util.Logger.Level
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.jboss.dna.common.util.SecureHash.Algorithm
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.jboss.dna.connector.svn.SVNProtocol
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.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.property.PropertyType
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.request.CloneWorkspaceRequest.CloneConflictBehavior
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.request.CreateWorkspaceRequest.CreateConflictBehavior
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.xml.XmlHandler.AttributeScoping
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.jboss.dna.jcr.JcrRepository.Options
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.jboss.dna.maven.ArtifactType
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.jboss.dna.maven.MavenDependency.Scope
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.jboss.dna.maven.SignatureType
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.jboss.dna.repository.service.ServiceAdministrator.State
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.jboss.dna.sequencer.xml.XmlSequencer.AttributeScoping
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.jboss.example.dna.repository.RepositoryClient.Api
Returns an array containing the constants of this enum type, in the order they're declared.
Variable - Class in org.jboss.dna.sequencer.java.metadata
A variable
Variable() - Constructor for class org.jboss.dna.sequencer.java.metadata.Variable
 
Variable(String) - Constructor for class org.jboss.dna.sequencer.java.metadata.Variable
 
VariableSequencer - Class in org.jboss.dna.sequencer.java
Sequencer for variabels.
VariableSequencer() - Constructor for class org.jboss.dna.sequencer.java.VariableSequencer
 
verifyAllReferencesResolved(Long, EntityManager) - Static method in class org.jboss.dna.connector.store.jpa.model.basic.ReferenceEntity
Delete all references that start from nodes that do not support enforced referential integrity.
verifyNodeExists(Location, String) - Method in class org.jboss.dna.graph.request.BatchRequestBuilder
Add a request to verify the existance and location of a node at the supplied location.
verifyNodeExists(Location, String) - Method in class org.jboss.dna.graph.request.RequestBuilder
Add a request to verify the existance and location of a node at the supplied location.
VerifyNodeExistsRequest - Class in org.jboss.dna.graph.request
Instruction to verify the existance of a node at the specified location.
VerifyNodeExistsRequest(Location, String) - Constructor for class org.jboss.dna.graph.request.VerifyNodeExistsRequest
Create a request to verify the existance and location of a node at the supplied location.
verifyWorkspace(String) - Method in class org.jboss.dna.graph.request.BatchRequestBuilder
Add a request to verify the existance of the named workspace.
verifyWorkspace(String) - Method in class org.jboss.dna.graph.request.RequestBuilder
Add a request to verify the existance of the named workspace.
VerifyWorkspaceRequest - Class in org.jboss.dna.graph.request
Verify that a workspace exists with the supplied name.
VerifyWorkspaceRequest(String) - Constructor for class org.jboss.dna.graph.request.VerifyWorkspaceRequest
Create a request to verify the existance of the named workspace.
VERSION - Static variable in class org.jboss.dna.connector.store.jpa.util.StoreOptions
 
VERSION - Static variable in class org.jboss.dna.jcr.JcrNtLexicon
 
VERSION_HISTORY - Static variable in class org.jboss.dna.jcr.JcrLexicon
 
VERSION_HISTORY - Static variable in class org.jboss.dna.jcr.JcrNtLexicon
 
VERSION_LABELS - Static variable in class org.jboss.dna.jcr.JcrLexicon
 
VERSION_LABELS - Static variable in class org.jboss.dna.jcr.JcrNtLexicon
 
VERSIONABLE - Static variable in class org.jboss.dna.graph.JcrMixLexicon
 
VERSIONABLE_UUID - Static variable in class org.jboss.dna.jcr.JcrLexicon
 
VERSIONED_CHILD - Static variable in class org.jboss.dna.jcr.JcrNtLexicon
 

W

warn(I18n, Object...) - Method in class org.jboss.dna.common.util.Logger
Log a message at the WARNING level according to the specified format and (optional) parameters.
warn(Throwable, I18n, Object...) - Method in class org.jboss.dna.common.util.Logger
Log an exception (throwable) at the WARNING level with an accompanying message.
warning(SAXParseException) - Method in class org.jboss.dna.sequencer.xml.XmlSequencerHandler
warningSequencingXmlDocument - Static variable in class org.jboss.dna.sequencer.xml.XmlSequencerI18n
 
WildcardTypeFieldMetadata - Class in org.jboss.dna.sequencer.java.metadata
WildcardTypeFieldMetadata represents meta data for wild card type.
WildcardTypeFieldMetadata() - Constructor for class org.jboss.dna.sequencer.java.metadata.WildcardTypeFieldMetadata
 
with(NamespaceRegistry) - Method in class org.jboss.dna.graph.ExecutionContext
Create a new execution context that mirrors this context but that uses the supplied namespace registry.
with(MimeTypeDetector) - Method in class org.jboss.dna.graph.ExecutionContext
Create a new execution context that is the same as this context, but which uses the supplied MIME type detector.
with(ClassLoaderFactory) - Method in class org.jboss.dna.graph.ExecutionContext
Create a new execution context that mirrors this context but that uses the supplied class loader factory.
with(String) - Method in class org.jboss.dna.graph.ExecutionContext
Create an ExecutionContext that is the same as this context, but which uses the supplied application configuration name.
with(String, Subject) - Method in class org.jboss.dna.graph.ExecutionContext
Create an ExecutionContext that is the same as this context, but which uses the supplied application configuration name and a JAAS subject.
with(String, CallbackHandler) - Method in class org.jboss.dna.graph.ExecutionContext
Create an ExecutionContext that is the same as this context, but which uses the supplied application configuration name and a JAAS callback handler (used to handle authentication callbacks).
with(String, Subject, CallbackHandler) - Method in class org.jboss.dna.graph.ExecutionContext
Create an ExecutionContext that is the same as this context, but which uses the supplied application configuration name, a JAAS subject, and a JAAS callback handler (used to handle authentication callbacks).
with(UUID) - Method in interface org.jboss.dna.graph.Graph.Create
Specify the UUID that should the new node should have.
with(Property) - Method in interface org.jboss.dna.graph.Graph.Create
Specify a property that should the new node should have.
with(Iterable<Property>) - Method in interface org.jboss.dna.graph.Graph.Create
Specify property that should the new node should have.
with(String, Object...) - Method in interface org.jboss.dna.graph.Graph.Create
Specify a property that should the new node should have.
with(Name, Object...) - Method in interface org.jboss.dna.graph.Graph.Create
Specify a property that should the new node should have.
with(Property, Property...) - Method in interface org.jboss.dna.graph.Graph.Create
Specify properties that should the new node should have.
with(UUID) - Method in interface org.jboss.dna.graph.Graph.CreateAt
Specify the UUID that should the new node should have.
with(Property) - Method in interface org.jboss.dna.graph.Graph.CreateAt
Specify a property that should the new node should have.
with(Iterable<Property>) - Method in interface org.jboss.dna.graph.Graph.CreateAt
Specify property that should the new node should have.
with(String, Object...) - Method in interface org.jboss.dna.graph.Graph.CreateAt
Specify a property that should the new node should have.
with(Name, Object...) - Method in interface org.jboss.dna.graph.Graph.CreateAt
Specify a property that should the new node should have.
with(Property, Property...) - Method in interface org.jboss.dna.graph.Graph.CreateAt
Specify properties that should the new node should have.
with(Property) - Method in class org.jboss.dna.graph.Location
Create a copy of this location that adds the supplied identification property.
with(Path) - Method in class org.jboss.dna.graph.Location
Create a copy of this location that uses the supplied path.
with(UUID) - Method in class org.jboss.dna.graph.Location
Create a copy of this location that adds the supplied UUID as an identification property.
with(Request...) - Static method in class org.jboss.dna.graph.request.CompositeRequest
Return a request that either wraps multiple requests, or the single request if only one is supplied.
with(Iterator<? extends Request>) - Static method in class org.jboss.dna.graph.request.CompositeRequest
Return a request that either wraps multiple requests, or the single request if only one is supplied.
with(List<? extends Request>) - Static method in class org.jboss.dna.graph.request.CompositeRequest
Return a request that either wraps multiple requests, or the single request if only one is supplied.
with(Name, UUID, PathFactory) - Method in class org.jboss.dna.jcr.cache.ChangedChildren
Create another Children object that is equivalent to this node but with the supplied child added.
with(Path.Segment) - Method in class org.jboss.dna.jcr.cache.ChildNode
Obtain a new instance that uses the same UUID but the supplied path segment.
with(Name, UUID, PathFactory) - Method in class org.jboss.dna.jcr.cache.EmptyChildren
Create another Children object that is equivalent to this node but with the supplied child added.
with(Name, UUID, PathFactory) - Method in class org.jboss.dna.jcr.cache.ImmutableChildren
Create another Children object that is equivalent to this node but with the supplied child added.
with(String) - Method in class org.jboss.dna.repository.Configurator.ConfigurationRepository
 
with(Path) - Method in class org.jboss.dna.repository.Configurator.ConfigurationRepository
 
with(String) - Method in interface org.jboss.dna.repository.Configurator.SetProperties
Specify the name of the JavaBean-style property that is to be set.
withConfigurationRepository() - Method in class org.jboss.dna.jcr.JcrConfiguration
Specify that this configuration should use a particular RepositorySource for its configuration repository.
withConfigurationRepository() - Method in interface org.jboss.dna.repository.Configurator.Initializer
Specify that this configuration should use a particular RepositorySource for its configuration repository.
withConfigurationRepository() - Method in class org.jboss.dna.repository.DnaConfiguration.Builder
Specify that this configuration should use a particular RepositorySource for its configuration repository.
withConfigurationRepository() - Method in class org.jboss.dna.repository.DnaConfiguration
Specify that this configuration should use a particular RepositorySource for its configuration repository.
without(UUID, PathFactory) - Method in class org.jboss.dna.jcr.cache.ChangedChildren
Create another Children object that is equivalent to this node but without the supplied child.
without(UUID, PathFactory) - Method in class org.jboss.dna.jcr.cache.EmptyChildren
Create another Children object that is equivalent to this node but without the supplied child.
without(UUID, PathFactory) - Method in class org.jboss.dna.jcr.cache.ImmutableChildren
Create another Children object that is equivalent to this node but without the supplied child.
WORD_HEADING_LEVEL - Static variable in class org.jboss.dna.sequencer.msoffice.MSOfficeMetadataSequencer
 
WORD_HEADING_NAME - Static variable in class org.jboss.dna.sequencer.msoffice.MSOfficeMetadataSequencer
 
WORD_HEADING_NODE - Static variable in class org.jboss.dna.sequencer.msoffice.MSOfficeMetadataSequencer
 
WordMetadata - Class in org.jboss.dna.sequencer.msoffice.word
 
WordMetadata() - Constructor for class org.jboss.dna.sequencer.msoffice.word.WordMetadata
 
WordMetadata.WordHeading - Class in org.jboss.dna.sequencer.msoffice.word
 
WordMetadata.WordHeading(String, int) - Constructor for class org.jboss.dna.sequencer.msoffice.word.WordMetadata.WordHeading
 
WordMetadataReader - Class in org.jboss.dna.sequencer.msoffice.word
Infers table of contents from Word document by reading all paragraphs with style Heading*.
WordMetadataReader() - Constructor for class org.jboss.dna.sequencer.msoffice.word.WordMetadataReader
 
Workspace - Interface in org.jboss.dna.graph
The information about a workspace.
WORKSPACE_NAME - Static variable in class org.jboss.dna.connector.federation.FederatedLexicon
 
WORKSPACE_NAME - Static variable in class org.jboss.dna.maven.spi.JcrMavenUrlProvider
 
workspaceAlreadyExists - Static variable in class org.jboss.dna.connector.jbosscache.JBossCacheConnectorI18n
 
workspaceAlreadyExists - Static variable in class org.jboss.dna.connector.store.jpa.JpaConnectorI18n
 
workspaceAlreadyExistsInRepository - Static variable in class org.jboss.dna.graph.GraphI18n
 
workspaceDoesNotExist - Static variable in class org.jboss.dna.connector.federation.FederationI18n
 
workspaceDoesNotExist - Static variable in class org.jboss.dna.connector.filesystem.FileSystemI18n
 
workspaceDoesNotExist - Static variable in class org.jboss.dna.connector.jbosscache.JBossCacheConnectorI18n
 
workspaceDoesNotExist - Static variable in class org.jboss.dna.connector.store.jpa.JpaConnectorI18n
 
workspaceDoesNotExistInRepository - Static variable in class org.jboss.dna.graph.GraphI18n
 
WorkspaceEntity - Class in org.jboss.dna.connector.store.jpa.model.common
A WorkspaceEntity represents a workspace that has been create in the store.
WorkspaceEntity() - Constructor for class org.jboss.dna.connector.store.jpa.model.common.WorkspaceEntity
 
workspaceName() - Method in class org.jboss.dna.graph.request.DestroyWorkspaceRequest
Get the name for the workspace that is to be destroyed.
workspaceName() - Method in class org.jboss.dna.graph.request.VerifyWorkspaceRequest
Get the desired name for the workspace.
workspaceNameIsInvalid - Static variable in class org.jboss.dna.jcr.JcrI18n
 
workspaceNameWasNotValidConfiguration - Static variable in class org.jboss.dna.connector.jbosscache.JBossCacheConnectorI18n
 
WORKSPACES - Static variable in class org.jboss.dna.connector.federation.FederatedLexicon
 
Workspaces - Class in org.jboss.dna.connector.store.jpa.util
A manager and cache for WorkspaceEntity objects.
Workspaces(EntityManager) - Constructor for class org.jboss.dna.connector.store.jpa.util.Workspaces
 
write(int) - Method in class org.jboss.dna.common.util.Base64.OutputStream
Writes the byte to the output stream after converting to/from Base64 notation.
write(byte[], int, int) - Method in class org.jboss.dna.common.util.Base64.OutputStream
Calls Base64.OutputStream.write(int) repeatedly until len bytes are written.
write(String, OutputStream) - Static method in class org.jboss.dna.common.util.IoUtil
Write the entire contents of the supplied string to the given stream.
write(String, Writer) - Static method in class org.jboss.dna.common.util.IoUtil
Write the entire contents of the supplied string to the given writer.
write(InputStream, OutputStream) - Static method in class org.jboss.dna.common.util.IoUtil
Write the entire contents of the supplied string to the given stream.
write(Reader, Writer) - Static method in class org.jboss.dna.common.util.IoUtil
Write the entire contents of the supplied string to the given writer.
write(String, OutputStream) - Static method in class org.jboss.dna.common.util.StringUtil
Write the entire contents of the supplied string to the given stream.
write(String, Writer) - Static method in class org.jboss.dna.common.util.StringUtil
Write the entire contents of the supplied string to the given writer.
write(byte[], long, PropertyType, Object) - Method in interface org.jboss.dna.connector.store.jpa.util.Serializer.LargeValues
 
write(Reference) - Method in interface org.jboss.dna.connector.store.jpa.util.Serializer.ReferenceValues
 

X

XmlCharacters - Class in org.jboss.dna.common.xml
A utility class for determining the validity of various XML names, per the XML 1.0 Specification.
XMLCHARACTERS - Static variable in class org.jboss.dna.jcr.JcrLexicon
 
XmlHandler - Class in org.jboss.dna.graph.xml
A DefaultHandler2 specialization that responds to XML content events by creating the corresponding content in the supplied graph.
XmlHandler(Destination, boolean, Path, TextDecoder, Name, Name, Name, XmlHandler.AttributeScoping) - Constructor for class org.jboss.dna.graph.xml.XmlHandler
Create a handler that creates content in the supplied graph
XmlHandler.AttributeScoping - Enum in org.jboss.dna.graph.xml
The choices for how attributes that have no namespace prefix should be assigned a namespace.
XmlNameEncoder - Class in org.jboss.dna.common.text
An encoder and decoder for XML element and attribute names.
XmlNameEncoder() - Constructor for class org.jboss.dna.common.text.XmlNameEncoder
 
XmlSequencer - Class in org.jboss.dna.sequencer.xml
A sequencer for XML files, which maintains DTD, entity, comments, and other content.
XmlSequencer() - Constructor for class org.jboss.dna.sequencer.xml.XmlSequencer
 
XmlSequencer.AttributeScoping - Enum in org.jboss.dna.sequencer.xml
The choices for how attributes that have no namespace prefix should be assigned a namespace.
XmlSequencerHandler - Class in org.jboss.dna.sequencer.xml
 
XmlSequencerI18n - Class in org.jboss.dna.sequencer.xml
 
XmlSequencerI18n() - Constructor for class org.jboss.dna.sequencer.xml.XmlSequencerI18n
 
XMLTEXT - Static variable in class org.jboss.dna.jcr.JcrLexicon
 
XmlValueEncoder - Class in org.jboss.dna.common.text
An encoder useful for converting text to be used within XML attribute values.
XmlValueEncoder() - Constructor for class org.jboss.dna.common.text.XmlValueEncoder
 

Z

ZipSequencer - Class in org.jboss.dna.sequencer.zip
 
ZipSequencer() - Constructor for class org.jboss.dna.sequencer.zip.ZipSequencer
 

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

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