Skip navigation links
A B C D E F H I L M O P R S T U 

A

averageSince(Item, Instant) - Static method in class org.connectorio.binding.compute.consumption.internal.PersistenceExtensions
Gets the average value of the state of a given item since a certain point in time.
averageSince(Item, Instant, String) - Static method in class org.connectorio.binding.compute.consumption.internal.PersistenceExtensions
Gets the average value of the state of a given item since a certain point in time.

B

BINDING_ID - Static variable in interface org.connectorio.binding.compute.consumption.internal.ConsumptionBindingConstants
 

C

changedSince(Item, Instant) - Static method in class org.connectorio.binding.compute.consumption.internal.PersistenceExtensions
Checks if the state of a given item has changed since a certain point in time.
changedSince(Item, Instant, String) - Static method in class org.connectorio.binding.compute.consumption.internal.PersistenceExtensions
Checks if the state of a given item has changed since a certain point in time.
channelLinked(ChannelUID) - Method in class org.connectorio.binding.compute.consumption.internal.ConsumptionHandler
 
channelUnlinked(ChannelUID) - Method in class org.connectorio.binding.compute.consumption.internal.ConsumptionHandler
 
ConsumptionBindingConstants - Interface in org.connectorio.binding.compute.consumption.internal
The ConsumptionBindingConstants class defines common constants, which are used across the whole binding.
ConsumptionCalculationTask - Class in org.connectorio.binding.compute.consumption.internal
 
ConsumptionCalculationTask(TimeZoneProvider, Item, ThingHandlerCallback, ChannelUID) - Constructor for class org.connectorio.binding.compute.consumption.internal.ConsumptionCalculationTask
 
ConsumptionConfig - Class in org.connectorio.binding.compute.consumption.internal
 
ConsumptionConfig() - Constructor for class org.connectorio.binding.compute.consumption.internal.ConsumptionConfig
 
ConsumptionHandler - Class in org.connectorio.binding.compute.consumption.internal
 
ConsumptionHandler(Thing, TimeZoneProvider, ItemRegistry) - Constructor for class org.connectorio.binding.compute.consumption.internal.ConsumptionHandler
 
ConsumptionHandlerFactory - Class in org.connectorio.binding.compute.consumption.internal
The ConsumptionHandlerFactory is responsible for creating things and thing handlers.
ConsumptionHandlerFactory(TimeZoneProvider, ItemRegistry) - Constructor for class org.connectorio.binding.compute.consumption.internal.ConsumptionHandlerFactory
 
createHandler(Thing) - Method in class org.connectorio.binding.compute.consumption.internal.ConsumptionHandlerFactory
 

D

DAILY - Static variable in interface org.connectorio.binding.compute.consumption.internal.ConsumptionBindingConstants
 
deltaSince(Item, Instant) - Static method in class org.connectorio.binding.compute.consumption.internal.PersistenceExtensions
Gets the difference value of the state of a given item since a certain point in time.
deltaSince(Item, Instant, String) - Static method in class org.connectorio.binding.compute.consumption.internal.PersistenceExtensions
Gets the difference value of the state of a given item since a certain point in time.

E

evolutionRate(Item, Instant) - Static method in class org.connectorio.binding.compute.consumption.internal.PersistenceExtensions
Gets the evolution rate of the state of a given item since a certain point in time.
evolutionRate(Item, Instant, String) - Static method in class org.connectorio.binding.compute.consumption.internal.PersistenceExtensions
Gets the evolution rate of the state of a given item since a certain point in time.

F

FIFTEEN_MINUTES - Static variable in interface org.connectorio.binding.compute.consumption.internal.ConsumptionBindingConstants
 
FIVE_MINUTES - Static variable in interface org.connectorio.binding.compute.consumption.internal.ConsumptionBindingConstants
 

H

handleCommand(ChannelUID, Command) - Method in class org.connectorio.binding.compute.consumption.internal.ConsumptionHandler
 
historicState(Item, Instant) - Static method in class org.connectorio.binding.compute.consumption.internal.PersistenceExtensions
Retrieves the historic item for a given item at a certain point in time through the default persistence service.
historicState(Item, Instant, String) - Static method in class org.connectorio.binding.compute.consumption.internal.PersistenceExtensions
Retrieves the historic item for a given item at a certain point in time through a PersistenceService identified by the serviceId.
HOURLY - Static variable in interface org.connectorio.binding.compute.consumption.internal.ConsumptionBindingConstants
 

I

initialize() - Method in class org.connectorio.binding.compute.consumption.internal.ConsumptionHandler
 

L

lastUpdate(Item) - Static method in class org.connectorio.binding.compute.consumption.internal.PersistenceExtensions
Query the last update time of a given item.
lastUpdate(Item, String) - Static method in class org.connectorio.binding.compute.consumption.internal.PersistenceExtensions
Query for the last update time of a given item.

M

maximumSince(Item, Instant) - Static method in class org.connectorio.binding.compute.consumption.internal.PersistenceExtensions
Gets the historic item with the maximum value of the state of a given item since a certain point in time.
maximumSince(Item, Instant, String) - Static method in class org.connectorio.binding.compute.consumption.internal.PersistenceExtensions
Gets the historic item with the maximum value of the state of a given item since a certain point in time.
minimumSince(Item, Instant) - Static method in class org.connectorio.binding.compute.consumption.internal.PersistenceExtensions
Gets the historic item with the minimum value of the state of a given item since a certain point in time.
minimumSince(Item, Instant, String) - Static method in class org.connectorio.binding.compute.consumption.internal.PersistenceExtensions
Gets the historic item with the minimum value of the state of a given item since a certain point in time.
MONTHLY - Static variable in interface org.connectorio.binding.compute.consumption.internal.ConsumptionBindingConstants
 

O

ONE_MINUTE - Static variable in interface org.connectorio.binding.compute.consumption.internal.ConsumptionBindingConstants
 
org.connectorio.binding.compute.consumption.internal - package org.connectorio.binding.compute.consumption.internal
 

P

persist(Item, String) - Static method in class org.connectorio.binding.compute.consumption.internal.PersistenceExtensions
Persists the state of a given item through a PersistenceService identified by the serviceId.
persist(Item) - Static method in class org.connectorio.binding.compute.consumption.internal.PersistenceExtensions
Persists the state of a given item through the default persistence service.
PersistenceExtensions - Class in org.connectorio.binding.compute.consumption.internal
This class provides static methods that can be used in automation rules for using persistence services
PersistenceExtensions() - Constructor for class org.connectorio.binding.compute.consumption.internal.PersistenceExtensions
 
previousState(Item) - Static method in class org.connectorio.binding.compute.consumption.internal.PersistenceExtensions
Returns the previous state of a given item.
previousState(Item, boolean) - Static method in class org.connectorio.binding.compute.consumption.internal.PersistenceExtensions
Returns the previous state of a given item.
previousState(Item, boolean, String) - Static method in class org.connectorio.binding.compute.consumption.internal.PersistenceExtensions
Returns the previous state of a given item.

R

run() - Method in class org.connectorio.binding.compute.consumption.internal.ConsumptionCalculationTask
 

S

setPersistenceServiceRegistry(PersistenceServiceRegistry) - Method in class org.connectorio.binding.compute.consumption.internal.PersistenceExtensions
 
setTimeZoneProvider(TimeZoneProvider) - Method in class org.connectorio.binding.compute.consumption.internal.PersistenceExtensions
 
sumSince(Item, Instant) - Static method in class org.connectorio.binding.compute.consumption.internal.PersistenceExtensions
Gets the sum of the state of a given item since a certain point in time.
sumSince(Item, Instant, String) - Static method in class org.connectorio.binding.compute.consumption.internal.PersistenceExtensions
Gets the sum of the state of a given item since a certain point in time.

T

THING_TYPE_CONSUMPTION - Static variable in interface org.connectorio.binding.compute.consumption.internal.ConsumptionBindingConstants
 
THIRTY_MINUTES - Static variable in interface org.connectorio.binding.compute.consumption.internal.ConsumptionBindingConstants
 

U

unsetPersistenceServiceRegistry(PersistenceServiceRegistry) - Method in class org.connectorio.binding.compute.consumption.internal.PersistenceExtensions
 
unsetTimeZoneProvider(TimeZoneProvider) - Method in class org.connectorio.binding.compute.consumption.internal.PersistenceExtensions
 
updatedSince(Item, Instant) - Static method in class org.connectorio.binding.compute.consumption.internal.PersistenceExtensions
Checks if the state of a given item has been updated since a certain point in time.
updatedSince(Item, Instant, String) - Static method in class org.connectorio.binding.compute.consumption.internal.PersistenceExtensions
Checks if the state of a given item has changed since a certain point in time.
A B C D E F H I L M O P R S T U 
Skip navigation links

Copyright © 2018–2020 ConnectorIO Sp. z o.o.. All rights reserved.