Uses of Interface
org.openhab.core.model.persistence.persistence.Filter
Packages that use Filter
Package
Description
-
Uses of Filter in org.openhab.core.model.persistence.persistence
Methods in org.openhab.core.model.persistence.persistence that return FilterModifier and TypeMethodDescriptionPersistenceFactory.createFilter()
Returns a new object of class 'Filter'.Methods in org.openhab.core.model.persistence.persistence that return types with arguments of type FilterModifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList
<Filter> PersistenceConfiguration.getFilters()
Returns the value of the 'Filters' reference list.org.eclipse.emf.common.util.EList
<Filter> PersistenceModel.getFilters()
Returns the value of the 'Filters' containment reference list. -
Uses of Filter in org.openhab.core.model.persistence.persistence.impl
Classes in org.openhab.core.model.persistence.persistence.impl that implement FilterModifier and TypeClassDescriptionclass
An implementation of the model object 'Filter'.Fields in org.openhab.core.model.persistence.persistence.impl with type parameters of type FilterModifier and TypeFieldDescriptionprotected org.eclipse.emf.common.util.EList
<Filter> PersistenceConfigurationImpl.filters
The cached value of the 'Filters
' reference list.protected org.eclipse.emf.common.util.EList
<Filter> PersistenceModelImpl.filters
The cached value of the 'Filters
' containment reference list.Methods in org.openhab.core.model.persistence.persistence.impl that return FilterMethods in org.openhab.core.model.persistence.persistence.impl that return types with arguments of type FilterModifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList
<Filter> PersistenceConfigurationImpl.getFilters()
org.eclipse.emf.common.util.EList
<Filter> PersistenceModelImpl.getFilters()
-
Uses of Filter in org.openhab.core.model.persistence.persistence.util
Methods in org.openhab.core.model.persistence.persistence.util with parameters of type FilterModifier and TypeMethodDescriptionPersistenceSwitch.caseFilter
(Filter object) Returns the result of interpreting the object as an instance of 'Filter'. -
Uses of Filter in org.openhab.core.model.persistence.serializer
Methods in org.openhab.core.model.persistence.serializer with parameters of type FilterModifier and TypeMethodDescriptionprotected void
AbstractPersistenceSemanticSequencer.sequence_Filter
(org.eclipse.xtext.serializer.ISerializationContext context, Filter semanticObject) Contexts: Filter returns Filter Constraint: (name=ID definition=FilterDetails)