Uses of Interface
org.apache.jackrabbit.vault.vlt.meta.VltEntryInfo
-
Packages that use VltEntryInfo Package Description org.apache.jackrabbit.vault.vlt.meta -
-
Uses of VltEntryInfo in org.apache.jackrabbit.vault.vlt.meta
Methods in org.apache.jackrabbit.vault.vlt.meta that return VltEntryInfo Modifier and Type Method Description VltEntryInfoVltEntry. base()Returns the entry info of typeVltEntryInfo.Type.BASEVltEntryInfoVltEntryInfo. copyAs(VltEntryInfo.Type type)VltEntryInfoVltEntry. create(VltEntryInfo.Type type)Creates a new entry info for the given type.VltEntryInfoVltEntry. mine()Returns the entry info of typeVltEntryInfo.Type.MINEVltEntryInfoVltEntry. remove(VltEntryInfo.Type type)Removes the entry info with the given type.VltEntryInfoVltEntry. theirs()Returns the entry info of typeVltEntryInfo.Type.THEIRSVltEntryInfoVltEntry. work()Returns the entry info of typeVltEntryInfo.Type.WORKMethods in org.apache.jackrabbit.vault.vlt.meta with parameters of type VltEntryInfo Modifier and Type Method Description booleanVltEntryInfo. isSame(VltEntryInfo base)voidVltEntry. put(VltEntryInfo info)Puts and entry info to this entry.voidVltEntryInfo. update(VltEntryInfo base)
-