Uses of Class
org.apache.unomi.api.CustomItem
- 
Packages that use CustomItem Package Description org.apache.unomi.persistence.elasticsearch org.apache.unomi.persistence.spi org.apache.unomi.plugins.baseplugin.conditions.accessors  - 
- 
Uses of CustomItem in org.apache.unomi.persistence.elasticsearch
Methods in org.apache.unomi.persistence.elasticsearch that return CustomItem Modifier and Type Method Description CustomItemElasticSearchPersistenceServiceImpl. loadCustomItem(String itemId, String customItemType)CustomItemElasticSearchPersistenceServiceImpl. loadCustomItem(String itemId, Date dateHint, String customItemType)Deprecated.Methods in org.apache.unomi.persistence.elasticsearch that return types with arguments of type CustomItem Modifier and Type Method Description PartialList<CustomItem>ElasticSearchPersistenceServiceImpl. continueCustomItemScrollQuery(String customItemType, String scrollIdentifier, String scrollTimeValidity)PartialList<CustomItem>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 CustomItem Modifier and Type Method Description default CustomItemPersistenceService. 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 typeCustomItemPersistenceService. loadCustomItem(String itemId, Date dateHint, String customItemType)Deprecated.Methods in org.apache.unomi.persistence.spi that return types with arguments of type CustomItem Modifier and Type Method Description PartialList<CustomItem>PersistenceService. continueCustomItemScrollQuery(String customItemType, String scrollIdentifier, String scrollTimeValidity)Continues the execution of a scroll query, to retrieve the next results.PartialList<CustomItem>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 specifiedsortByString and paged: onlysizeof 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 CustomItem Modifier and Type Method Description ObjectCustomItemAccessor. getProperty(CustomItem object, String propertyName, String leftoverExpression) 
 -