Serialized Form
-
Package org.openremote.model.alarm
-
Class org.openremote.model.alarm.AlarmAssetLink.Id
class Id extends Object implements Serializable
-
-
Package org.openremote.model.apps
-
Class org.openremote.model.apps.ConsoleAppConfig.AppLink
class AppLink extends Object implements Serializable
-
-
Package org.openremote.model.asset
-
Class org.openremote.model.asset.Asset.AssetDeserializer
class AssetDeserializer extends com.fasterxml.jackson.databind.deser.std.StdDeserializer<Asset<?>> implements Serializable-
Serialized Fields
-
defaultDeserializer
com.fasterxml.jackson.databind.JsonDeserializer<Asset<?>> defaultDeserializer
-
-
-
Class org.openremote.model.asset.AssetDescriptor.AssetDescriptorDeserialiser
class AssetDescriptorDeserialiser extends com.fasterxml.jackson.databind.deser.std.StdDeserializer<AssetDescriptor<?>> implements Serializable -
Class org.openremote.model.asset.UserAssetLink.Id
class Id extends Object implements Serializable
-
-
Package org.openremote.model.asset.agent
-
Class org.openremote.model.asset.agent.AgentLink
class AgentLink extends Object implements Serializable-
Serialized Fields
-
id
String id
-
messageMatchFilters
ValueFilter[] messageMatchFilters
-
messageMatchPredicate
ValuePredicate messageMatchPredicate
-
updateOnWrite
Boolean updateOnWrite
-
valueConverter
Map<String,
Object> valueConverter -
valueFilters
ValueFilter[] valueFilters
-
writeValue
String writeValue
-
writeValueConverter
Map<String,
Object> writeValueConverter
-
-
-
Class org.openremote.model.asset.agent.DefaultAgentLink
-
-
Package org.openremote.model.attribute
-
Class org.openremote.model.attribute.Attribute
-
Serialized Fields
-
meta
@Valid MetaMap meta
-
timestamp
long timestamp
-
-
-
Class org.openremote.model.attribute.Attribute.AttributeDeserializer
class AttributeDeserializer extends com.fasterxml.jackson.databind.deser.std.StdDeserializer<Attribute<?>> implements Serializable -
Class org.openremote.model.attribute.Attribute.AttributeSerializer
class AttributeSerializer extends com.fasterxml.jackson.databind.ser.std.StdSerializer<Attribute> implements Serializable -
Class org.openremote.model.attribute.AttributeLink
class AttributeLink extends Object implements Serializable-
Serialized Fields
-
converter
Map<String,
Object> converter -
filters
ValueFilter[] filters
-
ref
AttributeRef ref
-
-
-
Class org.openremote.model.attribute.AttributeMap
-
Class org.openremote.model.attribute.AttributeRef
class AttributeRef extends Object implements Serializable -
Class org.openremote.model.attribute.AttributeState
class AttributeState extends Object implements Serializable-
Serialized Fields
-
ref
AttributeRef ref
-
value
Object value
-
-
-
Class org.openremote.model.attribute.MetaItem
-
Class org.openremote.model.attribute.MetaItem.MetaItemSerializer
class MetaItemSerializer extends com.fasterxml.jackson.databind.ser.std.StdSerializer<MetaItem> implements Serializable -
Class org.openremote.model.attribute.MetaMap
-
Class org.openremote.model.attribute.MetaMap.MetaObjectDeserializer
class MetaObjectDeserializer extends com.fasterxml.jackson.databind.deser.std.StdDeserializer<MetaMap> implements Serializable -
Class org.openremote.model.attribute.NamedMap
class NamedMap extends com.google.common.collect.ForwardingMap<String,T extends AbstractNameValueHolder<?>> implements Serializable -
Serialized Fields
-
delegate
Map<String,
T extends AbstractNameValueHolder<?>> delegate
-
-
-
-
Package org.openremote.model.auth
-
Class org.openremote.model.auth.OAuthClientCredentialsGrant
class OAuthClientCredentialsGrant extends OAuthGrant implements Serializable -
Class org.openremote.model.auth.OAuthGrant
class OAuthGrant extends Object implements Serializable -
Class org.openremote.model.auth.OAuthPasswordGrant
class OAuthPasswordGrant extends OAuthClientCredentialsGrant implements Serializable -
Class org.openremote.model.auth.OAuthRefreshTokenGrant
class OAuthRefreshTokenGrant extends OAuthClientCredentialsGrant implements Serializable-
Serialized Fields
-
refreshToken
String refreshToken
-
-
-
Class org.openremote.model.auth.UsernamePassword
class UsernamePassword extends Object implements Serializable
-
-
Package org.openremote.model.calendar
-
Class org.openremote.model.calendar.CalendarEvent
class CalendarEvent extends Object implements Serializable-
Serialized Fields
-
end
Date end
-
recurrence
net.fortuna.ical4j.model.Recur<LocalDateTime> recurrence
-
start
Date start
-
-
-
-
Package org.openremote.model.console
-
Class org.openremote.model.console.ConsoleProvider
class ConsoleProvider extends Object implements Serializable -
Class org.openremote.model.console.ConsoleProviders
-
-
Package org.openremote.model.datapoint
-
Class org.openremote.model.datapoint.AssetDatapoint
class AssetDatapoint extends Datapoint implements Serializable -
Class org.openremote.model.datapoint.AssetPredictedDatapoint
class AssetPredictedDatapoint extends Datapoint implements Serializable -
Class org.openremote.model.datapoint.Datapoint
class Datapoint extends Object implements Serializable -
Class org.openremote.model.datapoint.DatapointID
class DatapointID extends Object implements Serializable -
Exception Class org.openremote.model.datapoint.DatapointQueryTooLargeException
class DatapointQueryTooLargeException extends RuntimeException implements Serializable
-
-
Package org.openremote.model.datapoint.query
-
Class org.openremote.model.datapoint.query.AssetDatapointAllQuery
class AssetDatapointAllQuery extends AssetDatapointQuery implements Serializable -
Class org.openremote.model.datapoint.query.AssetDatapointIntervalQuery
class AssetDatapointIntervalQuery extends AssetDatapointQuery implements Serializable-
Serialized Fields
-
formula
AssetDatapointIntervalQuery.Formula formula
-
gapFill
boolean gapFill
-
interval
String interval
-
-
-
Class org.openremote.model.datapoint.query.AssetDatapointLTTBQuery
class AssetDatapointLTTBQuery extends AssetDatapointQuery implements Serializable-
Serialized Fields
-
amountOfPoints
int amountOfPoints
-
-
-
Class org.openremote.model.datapoint.query.AssetDatapointNearestQuery
class AssetDatapointNearestQuery extends AssetDatapointQuery implements Serializable -
Class org.openremote.model.datapoint.query.AssetDatapointQuery
class AssetDatapointQuery extends Object implements Serializable-
Serialized Fields
-
fromTime
LocalDateTime fromTime
-
fromTimestamp
long fromTimestamp
-
toTime
LocalDateTime toTime
-
toTimestamp
long toTimestamp
-
-
-
-
Package org.openremote.model.event.bus
-
Exception Class org.openremote.model.event.bus.VetoEventException
class VetoEventException extends RuntimeException implements Serializable
-
-
Package org.openremote.model.flow
-
Class org.openremote.model.flow.Wire.Id
class Id extends Object implements Serializable
-
-
Package org.openremote.model.geo
-
Class org.openremote.model.geo.GeoJSON
class GeoJSON extends Object implements Serializable-
Serialized Fields
-
type
String type
-
-
-
Class org.openremote.model.geo.GeoJSONFeature
class GeoJSONFeature extends GeoJSON implements Serializable-
Serialized Fields
-
geometry
GeoJSONGeometry geometry
-
properties
Map<String,
String> properties
-
-
-
Class org.openremote.model.geo.GeoJSONFeatureCollection
class GeoJSONFeatureCollection extends GeoJSON implements Serializable-
Serialized Fields
-
features
List<GeoJSONFeature> features
-
-
-
Class org.openremote.model.geo.GeoJSONGeometry
class GeoJSONGeometry extends GeoJSON implements Serializable -
Class org.openremote.model.geo.GeoJSONPoint
class GeoJSONPoint extends GeoJSONGeometry implements Serializable-
Serialized Fields
-
coordinates
org.locationtech.jts.geom.Coordinate coordinates
-
-
-
-
Package org.openremote.model.jackson
-
Class org.openremote.model.jackson.ORModelModule
class ORModelModule extends com.fasterxml.jackson.databind.module.SimpleModule implements Serializable
-
-
Package org.openremote.model.manager
-
Class org.openremote.model.manager.ManagerAppConfig
class ManagerAppConfig extends Object implements Serializable-
Serialized Fields
-
languages
Map<String,
String> languages -
loadLocales
boolean loadLocales
-
manager
ManagerConfig manager
-
pages
Map<String,
Object> pages -
realms
Map<String,
ManagerAppRealmConfig> realms
-
-
-
-
Package org.openremote.model.query
-
Class org.openremote.model.query.AssetQuery
class AssetQuery extends Object implements Serializable-
Serialized Fields
-
access
AssetQuery.Access access
-
attributes
LogicGroup<AttributePredicate> attributes
-
ids
String[] ids
-
limit
int limit
-
names
StringPredicate[] names
-
orderBy
AssetQuery.OrderBy orderBy
-
parents
ParentPredicate[] parents
-
paths
PathPredicate[] paths
-
realm
RealmPredicate realm
-
recursive
boolean recursive
-
select
AssetQuery.Select select
-
types
String[] types
-
userIds
String[] userIds
-
-
-
Class org.openremote.model.query.DashboardQuery
class DashboardQuery extends Object implements Serializable-
Serialized Fields
-
conditions
DashboardQuery.Conditions conditions
-
ids
String[] ids
-
limit
Integer limit
-
names
StringPredicate[] names
-
realm
RealmPredicate realm
-
select
DashboardQuery.Select select
-
start
Integer start
-
userIds
String[] userIds
-
-
-
-
Package org.openremote.model.query.filter
-
Class org.openremote.model.query.filter.ArrayPredicate
class ArrayPredicate extends ValuePredicate implements Serializable -
Class org.openremote.model.query.filter.BooleanPredicate
class BooleanPredicate extends ValuePredicate implements Serializable-
Serialized Fields
-
value
boolean value
-
-
-
Class org.openremote.model.query.filter.CalendarEventPredicate
class CalendarEventPredicate extends ValuePredicate implements Serializable-
Serialized Fields
-
timestamp
Date timestamp
-
-
-
Class org.openremote.model.query.filter.DateTimePredicate
class DateTimePredicate extends ValuePredicate implements Serializable-
Serialized Fields
-
negate
boolean negate
-
operator
AssetQuery.Operator operator
-
rangeValue
String rangeValue
-
value
String value
-
-
-
Class org.openremote.model.query.filter.GeofencePredicate
class GeofencePredicate extends ValuePredicate implements Serializable-
Serialized Fields
-
negated
boolean negated
-
-
-
Class org.openremote.model.query.filter.NumberPredicate
class NumberPredicate extends ValuePredicate implements Serializable-
Serialized Fields
-
negate
boolean negate
-
operator
AssetQuery.Operator operator
-
rangeValue
Number rangeValue
-
value
Number value
-
-
-
Class org.openremote.model.query.filter.RadialGeofencePredicate
class RadialGeofencePredicate extends GeofencePredicate implements Serializable-
Serialized Fields
-
lat
double lat
-
lng
double lng
-
radius
int radius
-
-
-
Class org.openremote.model.query.filter.RectangularGeofencePredicate
class RectangularGeofencePredicate extends GeofencePredicate implements Serializable-
Serialized Fields
-
latMax
double latMax
-
latMin
double latMin
-
lngMax
double lngMax
-
lngMin
double lngMin
-
-
-
Class org.openremote.model.query.filter.StringPredicate
class StringPredicate extends ValuePredicate implements Serializable-
Serialized Fields
-
caseSensitive
boolean caseSensitive
-
match
AssetQuery.Match match
-
negate
boolean negate
-
value
String value
-
-
-
Class org.openremote.model.query.filter.ValueAnyPredicate
class ValueAnyPredicate extends ValuePredicate implements Serializable -
Class org.openremote.model.query.filter.ValueEmptyPredicate
class ValueEmptyPredicate extends ValuePredicate implements Serializable-
Serialized Fields
-
negate
boolean negate
-
-
-
Class org.openremote.model.query.filter.ValuePredicate
class ValuePredicate extends Object implements Serializable
-
-
Package org.openremote.model.simulator
-
Class org.openremote.model.simulator.SimulatorReplayDatapoint
class SimulatorReplayDatapoint extends Object implements Serializable-
Serialized Fields
-
timestamp
long timestamp
Seconds of the day -
value
Object value
-
-
-
-
Package org.openremote.model.util
-
Class org.openremote.model.util.CronExpressionParser
class CronExpressionParser extends Object implements Serializable -
Class org.openremote.model.util.HibernateUniqueIdentifierGenerator
class HibernateUniqueIdentifierGenerator extends Object implements Serializable -
Class org.openremote.model.util.HibernateUniqueIdentifierGeneratorAssignable
class HibernateUniqueIdentifierGeneratorAssignable extends Object implements Serializable -
Class org.openremote.model.util.ObservableList
-
Serialized Fields
-
onModified
Consumer<ObservableList<T>> onModified
-
-
-
Class org.openremote.model.util.Pair
class Pair extends Object implements Serializable -
Class org.openremote.model.util.Triplet
class Triplet extends Object implements Serializable
-
-
Package org.openremote.model.value
-
Class org.openremote.model.value.AbstractNameValueHolder
class AbstractNameValueHolder extends Object implements Serializable-
Serialized Fields
-
name
@NotBlank(message="{Asset.valueHolder.name.NotBlank}") @Pattern(regexp="^\\w+$") String name
-
type
ValueDescriptor<T> type
-
value
T value
-
valueStr
String valueStr
-
-
-
Class org.openremote.model.value.ForecastConfiguration
class ForecastConfiguration extends Object implements Serializable-
Serialized Fields
-
type
String type
-
-
-
Class org.openremote.model.value.ForecastConfigurationWeightedExponentialAverage
class ForecastConfigurationWeightedExponentialAverage extends ForecastConfiguration implements Serializable-
Serialized Fields
-
forecastCount
@NotNull @Positive Integer forecastCount
-
forecastPeriod
ForecastConfigurationWeightedExponentialAverage.ExtendedPeriodAndDuration forecastPeriod
-
pastCount
@NotNull @Positive Integer pastCount
-
pastPeriod
ForecastConfigurationWeightedExponentialAverage.ExtendedPeriodAndDuration pastPeriod
-
-
-
Class org.openremote.model.value.ForecastConfigurationWeightedExponentialAverage.ExtendedPeriodAndDuration
class ExtendedPeriodAndDuration extends PeriodAndDuration implements Serializable -
Class org.openremote.model.value.JsonPathFilter
class JsonPathFilter extends ValueFilter implements Serializable-
Serialized Fields
-
path
@NotNull String path
-
returnFirst
boolean returnFirst
-
returnLast
boolean returnLast
-
-
-
Class org.openremote.model.value.MathExpressionValueFilter
class MathExpressionValueFilter extends ValueFilter implements Serializable-
Serialized Fields
-
expression
String expression
-
-
-
Class org.openremote.model.value.RegexValueFilter
class RegexValueFilter extends ValueFilter implements Serializable -
Class org.openremote.model.value.SubStringValueFilter
class SubStringValueFilter extends ValueFilter implements Serializable-
Serialized Fields
-
beginIndex
int beginIndex
-
endIndex
Integer endIndex
-
-
-
Class org.openremote.model.value.ValueConstraint
class ValueConstraint extends Object implements Serializable-
Serialized Fields
-
message
String message
-
-
-
Class org.openremote.model.value.ValueConstraint.AllowedValues
class AllowedValues extends ValueConstraint implements Serializable -
Class org.openremote.model.value.ValueConstraint.Future
class Future extends ValueConstraint implements Serializable -
Class org.openremote.model.value.ValueConstraint.FutureOrPresent
class FutureOrPresent extends ValueConstraint implements Serializable -
Class org.openremote.model.value.ValueConstraint.Max
class Max extends ValueConstraint implements Serializable-
Serialized Fields
-
max
Number max
-
-
-
Class org.openremote.model.value.ValueConstraint.Min
class Min extends ValueConstraint implements Serializable-
Serialized Fields
-
min
Number min
-
-
-
Class org.openremote.model.value.ValueConstraint.NotBlank
class NotBlank extends ValueConstraint implements Serializable -
Class org.openremote.model.value.ValueConstraint.NotEmpty
class NotEmpty extends ValueConstraint implements Serializable -
Class org.openremote.model.value.ValueConstraint.NotNull
class NotNull extends ValueConstraint implements Serializable -
Class org.openremote.model.value.ValueConstraint.Past
class Past extends ValueConstraint implements Serializable -
Class org.openremote.model.value.ValueConstraint.PastOrPresent
class PastOrPresent extends ValueConstraint implements Serializable -
Class org.openremote.model.value.ValueConstraint.Pattern
class Pattern extends ValueConstraint implements Serializable-
Serialized Fields
-
flags
jakarta.validation.constraints.Pattern.Flag[] flags
-
regexp
String regexp
-
-
-
Class org.openremote.model.value.ValueConstraint.Size
class Size extends ValueConstraint implements Serializable -
Class org.openremote.model.value.ValueDescriptor
class ValueDescriptor extends Object implements Serializable-
Serialized Fields
-
arrayDimensions
Integer arrayDimensions
-
constraints
ValueConstraint[] constraints
-
format
ValueFormat format
-
metaUseOnly
Boolean metaUseOnly
A flag to indicate that thisValueDescriptor
is intended for use in aMetaItem
; this can be used for UI purposes but nothing actually stops the values being used in anAttribute
also. -
name
@Pattern(regexp="^\\w+(\\[\\])?$") String name
-
type
Class<T> type
-
units
String[] units
-
-
-
Class org.openremote.model.value.ValueDescriptor.ValueDescriptorDeserializer
class ValueDescriptorDeserializer extends com.fasterxml.jackson.databind.deser.std.StdDeserializer<ValueDescriptor<?>> implements Serializable-
Serialized Fields
-
defaultDeserializer
com.fasterxml.jackson.databind.JsonDeserializer<ValueDescriptor<?>> defaultDeserializer
-
-
-
Class org.openremote.model.value.ValueFilter
class ValueFilter extends Object implements Serializable -
Class org.openremote.model.value.ValueFormat
class ValueFormat extends Object implements Serializable-
Serialized Fields
-
asBoolean
Boolean asBoolean
-
asDate
Boolean asDate
-
asMomentary
Boolean asMomentary
-
asNumber
Boolean asNumber
-
asOnOff
Boolean asOnOff
-
asOpenClosed
Boolean asOpenClosed
-
asPressedReleased
Boolean asPressedReleased
-
asSlider
Boolean asSlider
-
dateStyle
ValueFormat.StyleRepresentation dateStyle
-
day
ValueFormat.StyleRepresentation day
-
dayPeriod
ValueFormat.StyleRepresentation dayPeriod
-
era
ValueFormat.StyleRepresentation era
-
fractionalSecondDigits
Integer fractionalSecondDigits
-
hour
ValueFormat.StyleRepresentation hour
-
hour12
Boolean hour12
-
iso8601
Boolean iso8601
-
maximumFractionDigits
Integer maximumFractionDigits
-
maximumSignificantDigits
Integer maximumSignificantDigits
-
minimumFractionDigits
Integer minimumFractionDigits
-
minimumIntegerDigits
Integer minimumIntegerDigits
-
minimumSignificantDigits
Integer minimumSignificantDigits
-
minute
ValueFormat.StyleRepresentation minute
-
momentJsFormat
String momentJsFormat
-
month
ValueFormat.StyleRepresentation month
-
multiline
Boolean multiline
-
resolution
Number resolution
-
second
ValueFormat.StyleRepresentation second
-
timeStyle
ValueFormat.StyleRepresentation timeStyle
-
timeZoneName
ValueFormat.StyleRepresentation timeZoneName
-
useGrouping
Boolean useGrouping
-
week
ValueFormat.StyleRepresentation week
-
weekday
ValueFormat.StyleRepresentation weekday
-
year
ValueFormat.StyleRepresentation year
-
-
-
Class org.openremote.model.value.ValueType.BooleanMap
-
Class org.openremote.model.value.ValueType.DoubleMap
-
Class org.openremote.model.value.ValueType.IntegerMap
-
Class org.openremote.model.value.ValueType.MultivaluedStringMap
-
Class org.openremote.model.value.ValueType.ObjectMap
-
Class org.openremote.model.value.ValueType.StringMap
-
-
Package org.openremote.model.value.impl
-
Class org.openremote.model.value.impl.ColourRGB
class ColourRGB extends Object implements Serializable-
Serialized Fields
-
b
int b
-
g
int g
-
r
int r
-
-
-
Class org.openremote.model.value.impl.PeriodAndDuration
class PeriodAndDuration extends Object implements Serializable
-