Uses of Interface
ch.ivyteam.ivy.business.data.store.BusinessDataInfo
Packages that use BusinessDataInfo
-
Uses of BusinessDataInfo in ch.ivyteam.ivy.business.data.store
Methods in ch.ivyteam.ivy.business.data.store that return BusinessDataInfoModifier and TypeMethodDescriptionRetrieves the information about the given business data value.<T> BusinessDataInfo<T>BusinessDataRepository.getInfo(T value) Retrieves the information about the given business data value.<T> BusinessDataInfo<T>BusinessDataRepository.overwrite(T value) Inserts or overwrites the given business data value regardless of the version.<T> BusinessDataInfo<T>BusinessDataRepository.save(T value) Inserts or updates the given business data value with respect to the version (optimistic locking).Methods in ch.ivyteam.ivy.business.data.store that return types with arguments of type BusinessDataInfoModifier and TypeMethodDescriptionBusinessDataInfoRepository.all(BusinessDataInfoRepository.Filter... filters) Returns a paged result to iterate or page through allbusiness data infosthat matches the given filter. -
Uses of BusinessDataInfo in ch.ivyteam.ivy.business.data.store.search
Methods in ch.ivyteam.ivy.business.data.store.search that return BusinessDataInfoModifier and TypeMethodDescriptionResult.getFirstInfo()Gets information about the first business data object in the result.Methods in ch.ivyteam.ivy.business.data.store.search that return types with arguments of type BusinessDataInfoModifier and TypeMethodDescriptionResult.getAllInfos()Gets information about all business data objects in the result.