Uses of Class
org.apache.jackrabbit.vault.vlt.meta.VltEntryInfo.Type
-
Packages that use VltEntryInfo.Type Package Description org.apache.jackrabbit.vault.vlt.meta -
-
Uses of VltEntryInfo.Type in org.apache.jackrabbit.vault.vlt.meta
Methods in org.apache.jackrabbit.vault.vlt.meta that return VltEntryInfo.Type Modifier and Type Method Description VltEntryInfo.TypeVltEntryInfo. getType()static VltEntryInfo.TypeVltEntryInfo.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static VltEntryInfo.Type[]VltEntryInfo.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.jackrabbit.vault.vlt.meta with parameters of type VltEntryInfo.Type Modifier and Type Method Description VltEntryInfoVltEntryInfo. copyAs(VltEntryInfo.Type type)VltEntryInfoVltEntry. create(VltEntryInfo.Type type)Creates a new entry info for the given type.VltEntryInfoVltEntry. remove(VltEntryInfo.Type type)Removes the entry info with the given type.
-