Uses of Class
org.apache.jackrabbit.oak.api.Type
-
Packages that use Type Package Description org.apache.jackrabbit.oak.api Oak repository API -
-
Uses of Type in org.apache.jackrabbit.oak.api
Fields in org.apache.jackrabbit.oak.api declared as Type Modifier and Type Field Description static Type<Iterable<Blob>>Type. BINARIESMapIterable<Blob>to array ofPropertyType.BINARYstatic Type<Blob>Type. BINARYMapBlobtoPropertyType.BINARYstatic Type<Boolean>Type. BOOLEANMapBooleantoPropertyType.BOOLEANstatic Type<Iterable<Boolean>>Type. BOOLEANSMapIterable<Boolean>to array ofPropertyType.BOOLEANstatic Type<String>Type. DATEMapStringtoPropertyType.DATEstatic Type<Iterable<String>>Type. DATESMapIterable<String>to array ofPropertyType.DATEstatic Type<BigDecimal>Type. DECIMALMapBigDecimaltoPropertyType.DECIMALstatic Type<Iterable<BigDecimal>>Type. DECIMALSMapIterable<BigDecimal>to array ofPropertyType.DECIMALstatic Type<Double>Type. DOUBLEMapDoubletoPropertyType.DOUBLEstatic Type<Iterable<Double>>Type. DOUBLESMapIterable<Double>to array ofPropertyType.DOUBLEstatic Type<Long>Type. LONGMapLongtoPropertyType.LONGstatic Type<Iterable<Long>>Type. LONGSMapIterable<Long>to array ofPropertyType.LONGstatic Type<String>Type. NAMEMapStringtoPropertyType.STRINGstatic Type<Iterable<String>>Type. NAMESMapIterable<String>to array ofPropertyType.NAMEstatic Type<String>Type. PATHMapStringtoPropertyType.PATHstatic Type<Iterable<String>>Type. PATHSMapIterable<String>to array ofPropertyType.PATHstatic Type<String>Type. REFERENCEMapStringtoPropertyType.REFERENCEstatic Type<Iterable<String>>Type. REFERENCESMapIterable<String>to array ofPropertyType.REFERENCEstatic Type<String>Type. STRINGMapStringtoPropertyType.STRINGstatic Type<Iterable<String>>Type. STRINGSMapIterable<String>to array ofPropertyType.STRINGstatic Type<Void>Type. UNDEFINEDThe special "undefined" type, never encountered in normal valuesstatic Type<Iterable<Void>>Type. UNDEFINEDSMulti-valued "undefined" type, never encountered in normal valuesstatic Type<String>Type. URIMapStringtoPropertyType.URIstatic Type<Iterable<String>>Type. URISMapIterable<String>to array ofPropertyType.URIstatic Type<String>Type. WEAKREFERENCEMapStringtoPropertyType.WEAKREFERENCEstatic Type<Iterable<String>>Type. WEAKREFERENCESMapIterable<String>to array ofPropertyType.WEAKREFERENCEMethods in org.apache.jackrabbit.oak.api that return Type Modifier and Type Method Description static Type<?>Type. fromString(String string)Returns theTypewith the given string representation.static Type<?>Type. fromTag(int tag, boolean array)CorrespondingTypefor a given type tag and array flag.Type<?>Type. getArrayType()Determine the array type which has this type as base typeType<?>Type. getBaseType()Determine the base type of array typesType<?>PropertyState. getType()Determine the type of this propertyType<?>PropertyValue. getType()Determine the type of this valueMethods in org.apache.jackrabbit.oak.api with parameters of type Type Modifier and Type Method Description intType. compareTo(@NotNull Type<?> that)<T> TPropertyState. getValue(Type<T> type)Value of this property.<T> TPropertyState. getValue(Type<T> type, int index)Value at the givenindex.<T> TPropertyValue. getValue(Type<T> type)Value of this object.<T> TPropertyValue. getValue(Type<T> type, int index)Value at the givenindex.<T> voidTree. setProperty(@NotNull String name, T value, @NotNull Type<T> type)Set a property state
-