Uses of Interface
org.apache.jackrabbit.vault.vlt.meta.VltEntryInfo
Packages that use VltEntryInfo
-
Uses of VltEntryInfo in org.apache.jackrabbit.vault.vlt.meta
Methods in org.apache.jackrabbit.vault.vlt.meta that return VltEntryInfoModifier and TypeMethodDescriptionVltEntry.base()Returns the entry info of typeVltEntryInfo.Type.BASEVltEntryInfo.copyAs(VltEntryInfo.Type type) VltEntry.create(VltEntryInfo.Type type) Creates a new entry info for the given type.VltEntry.mine()Returns the entry info of typeVltEntryInfo.Type.MINEVltEntry.remove(VltEntryInfo.Type type) Removes the entry info with the given type.VltEntry.theirs()Returns the entry info of typeVltEntryInfo.Type.THEIRSVltEntry.work()Returns the entry info of typeVltEntryInfo.Type.WORKMethods in org.apache.jackrabbit.vault.vlt.meta with parameters of type VltEntryInfoModifier and TypeMethodDescriptionbooleanVltEntryInfo.isSame(VltEntryInfo base) voidVltEntry.put(VltEntryInfo info) Puts and entry info to this entry.voidVltEntryInfo.update(VltEntryInfo base)