Uses of Class
org.apache.unomi.api.CustomItem
Packages that use CustomItem
Package
Description
-
Uses of CustomItem in org.apache.unomi.persistence.elasticsearch
Methods in org.apache.unomi.persistence.elasticsearch that return CustomItemModifier and TypeMethodDescriptionElasticSearchPersistenceServiceImpl.loadCustomItem
(String itemId, String customItemType) ElasticSearchPersistenceServiceImpl.loadCustomItem
(String itemId, Date dateHint, String customItemType) Deprecated.Methods in org.apache.unomi.persistence.elasticsearch that return types with arguments of type CustomItemModifier and TypeMethodDescriptionElasticSearchPersistenceServiceImpl.continueCustomItemScrollQuery
(String customItemType, String scrollIdentifier, String scrollTimeValidity) ElasticSearchPersistenceServiceImpl.queryCustomItem
(Condition query, String sortBy, String customItemType, int offset, int size, String scrollTimeValidity) -
Uses of CustomItem in org.apache.unomi.persistence.spi
Methods in org.apache.unomi.persistence.spi that return CustomItemModifier and TypeMethodDescriptiondefault CustomItem
PersistenceService.loadCustomItem
(String itemId, String customItemType) Load a custom item type identified by an identifier, an optional date hint and the identifier of the custom item typePersistenceService.loadCustomItem
(String itemId, Date dateHint, String customItemType) Deprecated.Methods in org.apache.unomi.persistence.spi that return types with arguments of type CustomItemModifier and TypeMethodDescriptionPersistenceService.continueCustomItemScrollQuery
(String customItemType, String scrollIdentifier, String scrollTimeValidity) Continues the execution of a scroll query, to retrieve the next results.PersistenceService.queryCustomItem
(Condition query, String sortBy, String customItemType, int offset, int size, String scrollTimeValidity) Retrieves a list of items satisfying the specifiedCondition
, ordered according to the specifiedsortBy
String and paged: onlysize
of them are retrieved, starting with theoffset
-th one. -
Uses of CustomItem in org.apache.unomi.plugins.baseplugin.conditions.accessors
Methods in org.apache.unomi.plugins.baseplugin.conditions.accessors with parameters of type CustomItemModifier and TypeMethodDescriptionCustomItemAccessor.getProperty
(CustomItem object, String propertyName, String leftoverExpression)
PersistenceService.loadCustomItem(String, String)