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 CustomItem
ElasticSearchPersistenceServiceImpl. loadCustomItem(String itemId, String customItemType)
CustomItem
ElasticSearchPersistenceServiceImpl. 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 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 typeCustomItem
PersistenceService. 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 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 CustomItem Modifier and Type Method Description Object
CustomItemAccessor. getProperty(CustomItem object, String propertyName, String leftoverExpression)
-