Uses of Interface
org.apache.jackrabbit.spi.QValueFactory
-
Packages that use QValueFactory Package Description org.apache.jackrabbit.core.value org.apache.jackrabbit.jcr2spi org.apache.jackrabbit.jcr2spi.state org.apache.jackrabbit.jcr2spi.util org.apache.jackrabbit.spi Defines the interfaces of the JCR SPI (Service Provider Interface).org.apache.jackrabbit.spi.commons org.apache.jackrabbit.spi.commons.logging org.apache.jackrabbit.spi.commons.value org.apache.jackrabbit.spi2dav org.apache.jackrabbit.spi2jcr -
-
Uses of QValueFactory in org.apache.jackrabbit.core.value
Classes in org.apache.jackrabbit.core.value that implement QValueFactory Modifier and Type Class Description classInternalValueFactoryInternalValueFactoryimplements aQValueFactorythat createsInternalValueinstances for binary values.Methods in org.apache.jackrabbit.core.value that return QValueFactory Modifier and Type Method Description static QValueFactoryInternalValueFactory. getInstance() -
Uses of QValueFactory in org.apache.jackrabbit.jcr2spi
Methods in org.apache.jackrabbit.jcr2spi that return QValueFactory Modifier and Type Method Description QValueFactoryManagerProvider. getQValueFactory()QValueFactorySessionImpl. getQValueFactory()QValueFactoryWorkspaceImpl. getQValueFactory() -
Uses of QValueFactory in org.apache.jackrabbit.jcr2spi.state
Constructors in org.apache.jackrabbit.jcr2spi.state with parameters of type QValueFactory Constructor Description SessionItemStateManager(UpdatableItemStateManager workspaceItemStateMgr, ItemStateValidator validator, QValueFactory qValueFactory, ItemStateFactory isf, SessionImpl mgrProvider)Creates a newSessionItemStateManagerinstance. -
Uses of QValueFactory in org.apache.jackrabbit.jcr2spi.util
Methods in org.apache.jackrabbit.jcr2spi.util with parameters of type QValueFactory Modifier and Type Method Description QValueReferenceChangeTracker. getMappedReference(QValue oldReference, QValueFactory factory)Returns the new UUID to whicholdUUIDhas been mapped ornullif no such mapping exists. -
Uses of QValueFactory in org.apache.jackrabbit.spi
Methods in org.apache.jackrabbit.spi that return QValueFactory Modifier and Type Method Description QValueFactoryRepositoryService. getQValueFactory()Return theQValueFactorydefined with this SPI implementation. -
Uses of QValueFactory in org.apache.jackrabbit.spi.commons
Methods in org.apache.jackrabbit.spi.commons that return QValueFactory Modifier and Type Method Description QValueFactoryAbstractRepositoryService. getQValueFactory()Constructors in org.apache.jackrabbit.spi.commons with parameters of type QValueFactory Constructor Description QNodeTypeDefinitionImpl(NodeTypeDefinition def, NamePathResolver resolver, QValueFactory qValueFactory)Create a a newQNodeTypeDefinitionImplfrom a JCR NodeType definition.QPropertyDefinitionImpl(PropertyDefinition propDef, NamePathResolver resolver, QValueFactory qValueFactory)Creates a new property definition based onpropDef. -
Uses of QValueFactory in org.apache.jackrabbit.spi.commons.logging
Classes in org.apache.jackrabbit.spi.commons.logging that implement QValueFactory Modifier and Type Class Description classQValueFactoryLoggerLog wrapper for aQValueFactory.Methods in org.apache.jackrabbit.spi.commons.logging that return QValueFactory Modifier and Type Method Description static QValueFactorySpiLoggerFactory. create(QValueFactory qValueFactory, LogWriterProvider logWriterProvider)Returns a log wrapper for the givenqValueFactorywhich logs a calls to its methods iflogWriterProviderreturns aLogWriterinstance forqValueFactory.QValueFactoryQValueFactoryLogger. getQValueFactory()QValueFactoryRepositoryServiceLogger. getQValueFactory()Methods in org.apache.jackrabbit.spi.commons.logging with parameters of type QValueFactory Modifier and Type Method Description static QValueFactorySpiLoggerFactory. create(QValueFactory qValueFactory, LogWriterProvider logWriterProvider)Returns a log wrapper for the givenqValueFactorywhich logs a calls to its methods iflogWriterProviderreturns aLogWriterinstance forqValueFactory.LogWriterLogWriterProvider. getLogWriter(QValueFactory qValueFactory)LogWriterSlf4jLogWriterProvider. getLogWriter(QValueFactory valueFactory)Returns aSlf4jLogWriterif the logger forvalueFactory.getClass()has debug level enabled.LogWriterWriterLogWriterProvider. getLogWriter(QValueFactory valueFactory)Returns aWriterLogWriterif the logger forvalueFactory.getClass()has debug level enabled.Constructors in org.apache.jackrabbit.spi.commons.logging with parameters of type QValueFactory Constructor Description QValueFactoryLogger(QValueFactory qValueFactory, LogWriter writer)Create a new instance for the givenqValueFactorywhich useswriterfor persisting log messages. -
Uses of QValueFactory in org.apache.jackrabbit.spi.commons.value
Classes in org.apache.jackrabbit.spi.commons.value that implement QValueFactory Modifier and Type Class Description classAbstractQValueFactoryAbstractQValueFactory...classQValueFactoryImplQValueFactoryImpl...Methods in org.apache.jackrabbit.spi.commons.value that return QValueFactory Modifier and Type Method Description static QValueFactoryQValueFactoryImpl. getInstance()QValueFactoryValueFactoryQImpl. getQValueFactory()TheQValueFactorythat is wrapped by thisValueFactoryinstance.Methods in org.apache.jackrabbit.spi.commons.value with parameters of type QValueFactory Modifier and Type Method Description static QValueValueFormat. getQValue(String jcrValue, int propertyType, NamePathResolver resolver, QValueFactory factory)static QValueValueFormat. getQValue(Value jcrValue, NamePathResolver resolver, QValueFactory factory)static QValue[]ValueFormat. getQValues(Value[] jcrValues, NamePathResolver resolver, QValueFactory factory)Constructors in org.apache.jackrabbit.spi.commons.value with parameters of type QValueFactory Constructor Description ValueFactoryQImpl(QValueFactory qfactory, NamePathResolver resolver)Constructs a newValueFactoryQImplbased on an existing SPIQValueFactoryand aNamePathResolver. -
Uses of QValueFactory in org.apache.jackrabbit.spi2dav
Methods in org.apache.jackrabbit.spi2dav that return QValueFactory Modifier and Type Method Description QValueFactoryRepositoryServiceImpl. getQValueFactory() -
Uses of QValueFactory in org.apache.jackrabbit.spi2jcr
Methods in org.apache.jackrabbit.spi2jcr that return QValueFactory Modifier and Type Method Description QValueFactoryRepositoryServiceImpl. getQValueFactory()Return theQValueFactorydefined with this SPI implementation.
-