Uses of Class
org.apache.jackrabbit.oak.spi.descriptors.GenericDescriptors
-
Packages that use GenericDescriptors Package Description org.apache.jackrabbit.oak.core org.apache.jackrabbit.oak.jcr.repository org.apache.jackrabbit.oak.spi.descriptors -
-
Uses of GenericDescriptors in org.apache.jackrabbit.oak.core
Methods in org.apache.jackrabbit.oak.core that return GenericDescriptors Modifier and Type Method Description protected @NotNull GenericDescriptorsContentRepositoryImpl. createDescriptors() -
Uses of GenericDescriptors in org.apache.jackrabbit.oak.jcr.repository
Subclasses of GenericDescriptors in org.apache.jackrabbit.oak.jcr.repository Modifier and Type Class Description classJcrDescriptorsImplTheJcrDescriptorsImplextend theGenericDescriptorsby automatically marking some of the JCR features as supported.Methods in org.apache.jackrabbit.oak.jcr.repository that return GenericDescriptors Modifier and Type Method Description protected GenericDescriptorsRepositoryImpl. determineDescriptors()Provides descriptors for current repository implementations.protected GenericDescriptorsRepositoryImpl. getDescriptors()Returns the descriptors associated with the repository -
Uses of GenericDescriptors in org.apache.jackrabbit.oak.spi.descriptors
Methods in org.apache.jackrabbit.oak.spi.descriptors that return GenericDescriptors Modifier and Type Method Description GenericDescriptorsGenericDescriptors. put(@NotNull String name, @NotNull Value[] values, boolean singleValued, boolean standard)Adds a new descriptor to this set of descriptors which overlay the ones from the base set.GenericDescriptorsGenericDescriptors. put(@NotNull String name, @NotNull Value value, boolean singleValued, boolean standard)Adds a new descriptor to this set of descriptors which overlay the ones from the base set.
-