Modifier and Type | Method and Description |
---|---|
Variant |
Event.getField(Event.Fields field) |
Modifier and Type | Method and Description |
---|---|
Map<String,Variant> |
Event.getAttributes() |
Modifier and Type | Method and Description |
---|---|
Event.EventBuilder |
Event.EventBuilder.attribute(Event.Fields key,
Variant value) |
Event.EventBuilder |
Event.EventBuilder.attribute(String key,
Variant value) |
void |
Event.setField(Event.Fields field,
Variant value) |
Modifier and Type | Method and Description |
---|---|
Event.EventBuilder |
Event.EventBuilder.attributes(Map<String,Variant> attributes) |
Modifier and Type | Method and Description |
---|---|
Variant |
MonitorStatusInformation.getLastFailValue() |
Variant |
MonitorStatusInformation.getValue() |
Modifier and Type | Method and Description |
---|---|
Map<String,Variant> |
BrowserEntry.getAttributes() |
Map<String,Variant> |
EventInformation.getAttributes() |
Map<String,Variant> |
MonitorStatusInformation.getAttributes() |
Constructor and Description |
---|
MonitorStatusInformation(String id,
MonitorStatus status,
long statusTimestamp,
Severity severity,
Variant value,
Long lastAknTimestamp,
String lastAknUser,
Long lastFailTimestamp,
Variant lastFailValue,
Map<String,Variant> attributes) |
Constructor and Description |
---|
BrowserEntry(String id,
Set<BrowserType> types,
Map<String,Variant> attributes) |
EventInformation(String id,
long sourceTimestamp,
long entryTimestamp,
Map<String,Variant> attributes) |
MonitorStatusInformation(String id,
MonitorStatus status,
long statusTimestamp,
Severity severity,
Variant value,
Long lastAknTimestamp,
String lastAknUser,
Long lastFailTimestamp,
Variant lastFailValue,
Map<String,Variant> attributes) |
Modifier and Type | Method and Description |
---|---|
protected Variant |
MasterItemLogger.formatAttributes(Map<String,Variant> attributes) |
Modifier and Type | Method and Description |
---|---|
protected Variant |
MasterItemLogger.formatAttributes(Map<String,Variant> attributes) |
Modifier and Type | Method and Description |
---|---|
Variant |
StateInformation.getLastFailValue() |
Variant |
PersistentInformation.getLastFailValue() |
Variant |
StateInformation.getValue() |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractStateMonitor.setFailure(Variant value,
Long valueTimestamp,
Severity severity,
boolean requireAck) |
protected void |
AbstractStateMonitor.setFailure(Variant value,
Long valueTimestamp,
Severity severity,
boolean requireAck,
MonitorDecorator decorator) |
StateInformation.Builder |
StateInformation.Builder.setLastFailValue(Variant lastFailValue) |
void |
PersistentInformation.setLastFailValue(Variant lastFailValue) |
protected void |
AbstractStateMonitor.setOk(Variant value,
Long valueTimestamp) |
StateInformation.Builder |
StateInformation.Builder.setValue(Variant value) |
protected void |
AbstractStateMonitor.triggerFailure(Variant value,
Long valueTimestamp,
Severity severity,
boolean requireAck,
MonitorDecorator decorator) |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractStateMonitor.buildMonitorAttributes(Map<String,Variant> attributes) |
void |
MonitorDecorator.decorateMonitorAttributes(Map<String,Variant> attributes) |
void |
MessageDecorator.decorateMonitorAttributes(Map<String,Variant> attributes) |
protected void |
AbstractStateMonitor.setAttributes(Map<String,Variant> attributes) |
Constructor and Description |
---|
MessageDecorator(Variant message) |
StateInformation(State state,
Severity severity,
Long lastChangeTimestamp,
Variant value,
Long lastValueTimestamp,
Long lastFailTimestamp,
Long lastAckRequiredTimestamp,
Long lastAckTimestamp,
String lastAckUser,
Variant lastFailValue) |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractNumericMonitor.performValueUpdate(Map<String,Object> context,
DataItemValue.Builder builder,
Variant value) |
protected void |
AbstractBooleanMonitor.performValueUpdate(Map<String,Object> context,
DataItemValue.Builder builder,
Variant value) |
protected abstract void |
AbstractVariantMonitor.performValueUpdate(Map<String,Object> context,
DataItemValue.Builder builder,
Variant value) |
protected void |
AbstractDemotingMasterItemMonitor.setFailure(Variant value,
Long valueTimestamp,
Severity severity,
boolean requireAck) |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractMasterItemMonitor.handleConfigUpdate(Map<String,String> configUpdate,
Map<String,Variant> attributes,
WriteAttributeResults result) |
Modifier and Type | Method and Description |
---|---|
protected void |
BitMonitor.handleConfigUpdate(Map<String,String> configUpdate,
Map<String,Variant> attributes,
WriteAttributeResults result) |
Modifier and Type | Method and Description |
---|---|
protected void |
LevelMonitor.handleConfigUpdate(Map<String,String> configUpdate,
Map<String,Variant> attributes,
WriteAttributeResults result) |
Modifier and Type | Method and Description |
---|---|
protected void |
ListMonitor.performValueUpdate(Map<String,Object> context,
DataItemValue.Builder builder,
Variant value) |
Modifier and Type | Method and Description |
---|---|
protected Map<String,Variant> |
GenericRemoteMonitor.getMonitorAttributes() |
Modifier and Type | Method and Description |
---|---|
Variant |
ScriptMonitorResult.getValue() |
Modifier and Type | Method and Description |
---|---|
ScriptMonitorResult |
ScriptMonitorResult.OkBuilder.build(Variant value,
Long valueTimestamp) |
ScriptMonitorResult |
ScriptMonitorResult.FailureBuilder.build(Variant value,
Long valueTimestamp,
Severity severity,
boolean requireAck) |
protected void |
ScriptMonitor.setFailure(Variant value,
Long valueTimestamp,
Severity severity,
boolean requireAck) |
void |
ScriptMonitorResult.setValue(Variant value) |
Modifier and Type | Method and Description |
---|---|
protected WriteAttributeResults |
ScriptMonitor.InjectMasterHandler.handleUpdate(Map<String,Variant> attributes,
OperationParameters operationParameters) |
Constructor and Description |
---|
ScriptMonitorResult(Variant value,
Long valueTimestamp) |
ScriptMonitorResult(Variant value,
Long valueTimestamp,
Severity severity,
boolean requireAck) |
Modifier and Type | Method and Description |
---|---|
Variant |
MonitorStatusBean.getValue() |
Modifier and Type | Method and Description |
---|---|
Map<String,Variant> |
MonitorStatusBean.getAttributes() |
Modifier and Type | Method and Description |
---|---|
void |
MonitorStatusBean.setValue(Variant value) |
Modifier and Type | Method and Description |
---|---|
void |
MonitorStatusBean.setAttributes(Map<String,Variant> attributes) |
Modifier and Type | Method and Description |
---|---|
void |
Cell.setDataAsVariant(Variant variant) |
Modifier and Type | Method and Description |
---|---|
void |
ExcelCell.setDataAsVariant(Variant variant) |
Constructor and Description |
---|
MonitorData(String id,
MonitorStatus status,
long statusTimestamp,
Severity severity,
Variant value,
Long lastAknTimestamp,
String lastAknUser,
Long lastFailTimestamp,
Variant lastFailValue,
Map<String,Variant> attributes) |
Constructor and Description |
---|
MonitorData(String id,
MonitorStatus status,
long statusTimestamp,
Severity severity,
Variant value,
Long lastAknTimestamp,
String lastAknUser,
Long lastFailTimestamp,
Variant lastFailValue,
Map<String,Variant> attributes) |
Modifier and Type | Method and Description |
---|---|
String |
LabelProviderSupport.toLabel(Variant value) |
Modifier and Type | Method and Description |
---|---|
Variant |
BooleanSetValueConverter.convert(String input) |
Variant |
BooleanValueConverter.convert(String input) |
Variant |
DoubleValueConverter.convert(String input) |
Variant |
ValueConverter.convert(String input) |
Variant |
DefaultValueConverter.convert(String string) |
Modifier and Type | Method and Description |
---|---|
Variant |
ItemValue.getValue() |
Modifier and Type | Method and Description |
---|---|
Map<String,Variant> |
ItemDescriptor.getAttributes() |
Map<String,Variant> |
ItemValue.getAttributes() |
Constructor and Description |
---|
ItemValue(Variant value,
Map<String,Variant> attributes) |
Constructor and Description |
---|
ItemDescriptor(String localId,
Map<String,Variant> attributes) |
ItemValue(Variant value,
Map<String,Variant> attributes) |
Modifier and Type | Field and Description |
---|---|
protected static HashMap<String,Variant> |
AbstractPatternExtractor.NO_MATCH_ATTRIBUTES |
Modifier and Type | Method and Description |
---|---|
protected Variant |
FieldSpec.convert(String value) |
Variant |
MainFieldSpec.extractValue(Matcher matcher) |
Variant |
StringFieldSpec.extractValue(Matcher matcher) |
abstract Variant |
FieldSpec.extractValue(Matcher matcher) |
Variant |
NumberFieldSpec.extractValue(Matcher matcher) |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractExtractTest.expectValue(Map<String,ItemValue> values,
String valueName,
Variant value) |
Modifier and Type | Method and Description |
---|---|
Variant |
VariantJsonDeserializer.deserialize(com.google.gson.JsonElement json,
Type typeOfT,
com.google.gson.JsonDeserializationContext context) |
Modifier and Type | Method and Description |
---|---|
com.google.gson.JsonElement |
VariantJsonSerializer.serialize(Variant src,
Type typeOfSrc,
com.google.gson.JsonSerializationContext context) |
Modifier and Type | Method and Description |
---|---|
Variant |
ConfigurationDataHelper.getVariant(String name)
Get an variant from the data or
null if the parameter is not
set or not an variant |
Variant |
ConfigurationDataHelper.getVariant(String name,
Variant defaultValue)
Get an variant from the data or the default value if the parameter is not
set or not an variant
|
Variant |
ConfigurationDataHelper.getVariantChecked(String name,
String errorMessage) |
Modifier and Type | Method and Description |
---|---|
Variant |
ConfigurationDataHelper.getVariant(String name,
Variant defaultValue)
Get an variant from the data or the default value if the parameter is not
set or not an variant
|
Modifier and Type | Field and Description |
---|---|
static Variant |
Variant.FALSE
A default BOOL#false instance
|
static Variant |
Variant.NULL
A default NULL instance
|
static Variant |
Variant.TRUE
A default BOOL#true instance
|
Modifier and Type | Method and Description |
---|---|
static Variant |
VariantEditor.toVariant(String text) |
static Variant |
VariantEditor.toVariant(String type,
String value) |
static Variant |
Variant.valueOf(boolean value) |
static Variant |
Variant.valueOf(double value) |
static Variant |
Variant.valueOf(int value) |
static Variant |
Variant.valueOf(long value) |
static Variant |
Variant.valueOf(Object value) |
Modifier and Type | Method and Description |
---|---|
static Map<String,Variant> |
AttributesHelper.diff(Map<String,Variant> source,
Map<String,Variant> target)
Generate the difference between two maps
|
Modifier and Type | Method and Description |
---|---|
int |
VariantComparator.compare(Variant o1,
Variant o2) |
int |
Variant.compareTo(Variant o) |
Modifier and Type | Method and Description |
---|---|
static Map<String,Variant> |
AttributesHelper.diff(Map<String,Variant> source,
Map<String,Variant> target)
Generate the difference between two maps
|
static Map<String,Variant> |
AttributesHelper.diff(Map<String,Variant> source,
Map<String,Variant> target)
Generate the difference between two maps
|
static void |
AttributesHelper.mergeAttributes(Map<String,Variant> target,
Map<String,Variant> change)
merges the difference attributes into the target
|
static void |
AttributesHelper.mergeAttributes(Map<String,Variant> target,
Map<String,Variant> change)
merges the difference attributes into the target
|
static void |
AttributesHelper.mergeAttributes(Map<String,Variant> target,
Map<String,Variant> diff,
boolean initial)
merges the attribute differences.
|
static void |
AttributesHelper.mergeAttributes(Map<String,Variant> target,
Map<String,Variant> diff,
boolean initial)
merges the attribute differences.
|
static void |
AttributesHelper.mergeAttributes(Map<String,Variant> target,
Map<String,Variant> change,
Map<String,Variant> diff)
merges the difference attributes into the target
|
static void |
AttributesHelper.mergeAttributes(Map<String,Variant> target,
Map<String,Variant> change,
Map<String,Variant> diff)
merges the difference attributes into the target
|
static void |
AttributesHelper.mergeAttributes(Map<String,Variant> target,
Map<String,Variant> change,
Map<String,Variant> diff)
merges the difference attributes into the target
|
static void |
AttributesHelper.set(Map<String,Variant> target,
Map<String,Variant> attributes,
Map<String,Variant> diff)
update the target attributes to contain only the requested attributes
|
static void |
AttributesHelper.set(Map<String,Variant> target,
Map<String,Variant> attributes,
Map<String,Variant> diff)
update the target attributes to contain only the requested attributes
|
static void |
AttributesHelper.set(Map<String,Variant> target,
Map<String,Variant> attributes,
Map<String,Variant> diff)
update the target attributes to contain only the requested attributes
|
Constructor and Description |
---|
Variant(Variant other) |
Modifier and Type | Method and Description |
---|---|
Variant |
BinaryContext.decodeVariant(org.apache.mina.core.buffer.IoBuffer buffer) |
Variant |
DefaultBinaryContext.decodeVariant(org.apache.mina.core.buffer.IoBuffer buffer) |
Modifier and Type | Method and Description |
---|---|
List<Variant> |
BinaryContext.decodeVariantList(org.apache.mina.core.buffer.IoBuffer buffer) |
List<Variant> |
DefaultBinaryContext.decodeVariantList(org.apache.mina.core.buffer.IoBuffer buffer) |
Map<String,Variant> |
BinaryContext.decodeVariantMap(org.apache.mina.core.buffer.IoBuffer buffer) |
Map<String,Variant> |
DefaultBinaryContext.decodeVariantMap(org.apache.mina.core.buffer.IoBuffer buffer) |
List<Map<String,Variant>> |
BinaryContext.decodeVariantMapList(org.apache.mina.core.buffer.IoBuffer buffer) |
List<Map<String,Variant>> |
DefaultBinaryContext.decodeVariantMapList(org.apache.mina.core.buffer.IoBuffer buffer) |
Set<Map<String,Variant>> |
BinaryContext.decodeVariantMapSet(org.apache.mina.core.buffer.IoBuffer buffer) |
Set<Map<String,Variant>> |
DefaultBinaryContext.decodeVariantMapSet(org.apache.mina.core.buffer.IoBuffer buffer) |
Set<Variant> |
BinaryContext.decodeVariantSet(org.apache.mina.core.buffer.IoBuffer buffer) |
Set<Variant> |
DefaultBinaryContext.decodeVariantSet(org.apache.mina.core.buffer.IoBuffer buffer) |
protected Map<String,Variant> |
DefaultBinaryContext.inlineDecodeVariantMap(org.apache.mina.core.buffer.IoBuffer buffer) |
Modifier and Type | Method and Description |
---|---|
void |
BinaryContext.encodeVariant(org.apache.mina.core.buffer.IoBuffer buffer,
byte fieldNumber,
Variant data) |
void |
DefaultBinaryContext.encodeVariant(org.apache.mina.core.buffer.IoBuffer buffer,
byte fieldNumber,
Variant data) |
Modifier and Type | Method and Description |
---|---|
void |
BinaryContext.encodeVariantCollection(org.apache.mina.core.buffer.IoBuffer buffer,
byte fieldNumber,
Collection<Variant> data) |
void |
DefaultBinaryContext.encodeVariantCollection(org.apache.mina.core.buffer.IoBuffer buffer,
byte fieldNumber,
Collection<Variant> data) |
void |
BinaryContext.encodeVariantMap(org.apache.mina.core.buffer.IoBuffer buffer,
byte fieldNumber,
Map<String,Variant> data) |
void |
DefaultBinaryContext.encodeVariantMap(org.apache.mina.core.buffer.IoBuffer buffer,
byte fieldNumber,
Map<String,Variant> data) |
void |
BinaryContext.encodeVariantMapCollection(org.apache.mina.core.buffer.IoBuffer buffer,
byte fieldNumber,
Collection<Map<String,Variant>> data) |
void |
DefaultBinaryContext.encodeVariantMapCollection(org.apache.mina.core.buffer.IoBuffer buffer,
byte fieldNumber,
Collection<Map<String,Variant>> data) |
protected void |
DefaultBinaryContext.inlineEncodeVariantMap(org.apache.mina.core.buffer.IoBuffer buffer,
Map<String,Variant> data) |
Modifier and Type | Method and Description |
---|---|
Variant |
DataItemValue.getValue() |
Variant |
DataItemValue.Builder.getValue() |
Modifier and Type | Method and Description |
---|---|
Map<String,Variant> |
DataItemValue.getAttributes()
Get an unmodifiable map of the attributes
|
Map<String,Variant> |
DataItemValue.Builder.getAttributes() |
Map<String,Variant> |
DataItem.getAttributes()
Deprecated.
You should use
DataItem.getSnapshotValue() instead to get a
consistent value |
Modifier and Type | Method and Description |
---|---|
protected void |
DataItem.handlePerformNotifyDataChange(Variant value,
Map<String,Variant> attributes,
boolean cache) |
void |
ItemUpdateListener.notifyDataChange(Variant value,
Map<String,Variant> attributes,
boolean cache)
A change on the data item occurred.
|
void |
ItemSyncController.notifyDataChange(Variant value,
Map<String,Variant> attributes,
boolean cache) |
protected void |
DataItem.performNotifyDataChange(Variant value,
Map<String,Variant> attributes,
boolean cache) |
protected void |
AsyncDataItem.performNotifyDataChange(Variant value,
Map<String,Variant> attributes,
boolean cache) |
DataItemValue.Builder |
DataItemValue.Builder.setAttribute(String name,
Variant value) |
DataItemValue.Builder |
DataItemValue.Builder.setValue(Variant value) |
NotifyFuture<WriteResult> |
Connection.startWrite(String itemId,
Variant value,
OperationParameters operationParameters,
CallbackHandler callbackHandler) |
void |
Connection.write(String itemId,
Variant value,
OperationParameters operationParameters,
WriteOperationCallback callback)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static Calendar |
DataItemValue.getAsTimestamp(Map<String,Variant> attributes,
String attributeName)
get an attribute as timestamp
|
protected void |
DataItem.handlePerformNotifyDataChange(Variant value,
Map<String,Variant> attributes,
boolean cache) |
void |
ItemUpdateListener.notifyDataChange(Variant value,
Map<String,Variant> attributes,
boolean cache)
A change on the data item occurred.
|
void |
ItemSyncController.notifyDataChange(Variant value,
Map<String,Variant> attributes,
boolean cache) |
protected void |
DataItem.performNotifyDataChange(Variant value,
Map<String,Variant> attributes,
boolean cache) |
protected void |
AsyncDataItem.performNotifyDataChange(Variant value,
Map<String,Variant> attributes,
boolean cache) |
DataItemValue.Builder |
DataItemValue.Builder.setAttributes(Map<String,Variant> attributes) |
NotifyFuture<WriteAttributeResults> |
Connection.startWriteAttributes(String itemId,
Map<String,Variant> attributes,
OperationParameters operationParameters,
CallbackHandler callbackHandler) |
void |
Connection.writeAttributes(String itemId,
Map<String,Variant> attributes,
OperationParameters operationParameters,
WriteAttributeOperationCallback callback)
Deprecated.
|
Constructor and Description |
---|
DataItemValue(Variant value,
Map<String,Variant> attributes,
SubscriptionState subscriptionState) |
DataItemValue(Variant value,
Map<String,Variant> attributes,
SubscriptionState subscriptionState,
Throwable subscriptionError) |
Constructor and Description |
---|
DataItemValue(Variant value,
Map<String,Variant> attributes,
SubscriptionState subscriptionState) |
DataItemValue(Variant value,
Map<String,Variant> attributes,
SubscriptionState subscriptionState,
Throwable subscriptionError) |
Modifier and Type | Method and Description |
---|---|
protected Variant |
LocalLevelPresetsOld.getOriginalValue() |
protected Variant |
LocalLevelPresets.getOriginalValue() |
protected Variant |
RemoteLevelPresets.getOriginalValue() |
protected abstract Variant |
GenericLevelPresets.getOriginalValue() |
Variant |
VariantEntryDialog.getValue() |
Modifier and Type | Method and Description |
---|---|
protected void |
LocalLevelPresetsOld.setPreset(Variant value,
boolean active,
String tag) |
protected void |
LocalLevelPresets.setPreset(Variant value,
boolean active,
String tag) |
protected void |
RemoteLevelPresets.setPreset(Variant value,
boolean active,
String tag) |
protected abstract void |
GenericLevelPresets.setPreset(Variant value,
boolean active,
String tag) |
Modifier and Type | Method and Description |
---|---|
protected void |
ManualOverride.writeAttributes(Map<String,Variant> attributes) |
Constructor and Description |
---|
VariantEntryDialog(org.eclipse.swt.widgets.Shell parentShell,
Variant variant) |
Modifier and Type | Method and Description |
---|---|
Variant |
AttributeEntry.getValue() |
Modifier and Type | Method and Description |
---|---|
void |
GroupEntry.setState(Map<String,Variant> attrState) |
Constructor and Description |
---|
AttributeEntry(String name,
Variant value) |
Modifier and Type | Method and Description |
---|---|
protected static Map<String,Variant> |
ConnectionImpl.makeAttributes(Map<String,Variant> addedOrUpdated,
Set<String> removed) |
Modifier and Type | Method and Description |
---|---|
NotifyFuture<WriteResult> |
ConnectionImpl.startWrite(String itemId,
Variant value,
OperationParameters operationParameters,
CallbackHandler callbackHandler) |
void |
ConnectionImpl.write(String itemId,
Variant value,
OperationParameters operationParameters,
WriteOperationCallback callback) |
Modifier and Type | Method and Description |
---|---|
protected static Map<String,Variant> |
ConnectionImpl.makeAttributes(Map<String,Variant> addedOrUpdated,
Set<String> removed) |
NotifyFuture<WriteAttributeResults> |
ConnectionImpl.startWriteAttributes(String itemId,
Map<String,Variant> attributes,
OperationParameters operationParameters,
CallbackHandler callbackHandler) |
void |
ConnectionImpl.writeAttributes(String itemId,
Map<String,Variant> attributes,
OperationParameters operationParameters,
WriteAttributeOperationCallback callback) |
Modifier and Type | Method and Description |
---|---|
Map<String,Variant> |
EntryCommon.getAttributes() |
Constructor and Description |
---|
DataItemEntryCommon(String name,
Set<IODirection> directions,
Map<String,Variant> attributes,
String id) |
EntryCommon(String name,
Map<String,Variant> attributes) |
FolderEntryCommon(String name,
Map<String,Variant> attributes) |
Modifier and Type | Method and Description |
---|---|
NotifyFuture<WriteResult> |
ConnectionImpl.startWrite(String itemId,
Variant value,
OperationParameters operationParameters,
CallbackHandler callbackHandler) |
void |
ConnectionImpl.write(String itemId,
Variant value,
OperationParameters operationParameters,
WriteOperationCallback callback) |
Modifier and Type | Method and Description |
---|---|
NotifyFuture<WriteAttributeResults> |
ConnectionImpl.startWriteAttributes(String itemId,
Map<String,Variant> attributes,
OperationParameters operationParameters,
CallbackHandler callbackHandler) |
void |
ConnectionImpl.writeAttributes(String itemId,
Map<String,Variant> attributes,
OperationParameters operationParameters,
WriteAttributeOperationCallback callback) |
Modifier and Type | Method and Description |
---|---|
NotifyFuture<WriteResult> |
ReadAllStrategy.startWrite(String itemId,
Variant value) |
Modifier and Type | Method and Description |
---|---|
void |
ScriptContext.Item.updateData(Variant value,
Map<String,Variant> attributes,
AttributeMode attributeMode) |
void |
ItemWrapper.updateData(Variant value,
Map<String,Variant> attributes,
AttributeMode attributeMode) |
void |
ScriptContext.writeDataItem(String connectionId,
String itemId,
Variant value,
OperationParameters operationParameters) |
void |
ScriptContextImpl.writeDataItem(String connectionId,
String itemId,
Variant value,
OperationParameters operationParameters) |
Modifier and Type | Method and Description |
---|---|
ScriptContext.Item |
ScriptContext.registerItem(String itemId,
Map<String,Variant> attributes,
WriteHandler writeHandler) |
ScriptContext.Item |
ScriptContextImpl.registerItem(String itemId,
Map<String,Variant> attributes,
WriteHandler writeHandler) |
void |
ScriptContext.Item.updateData(Variant value,
Map<String,Variant> attributes,
AttributeMode attributeMode) |
void |
ItemWrapper.updateData(Variant value,
Map<String,Variant> attributes,
AttributeMode attributeMode) |
Constructor and Description |
---|
ItemWrapper(ObjectPoolImpl<DataItem> objectPool,
DataItemInputChained dataItem,
Map<String,Variant> attributes) |
Modifier and Type | Method and Description |
---|---|
NotifyFuture<WriteResult> |
LazyConnectionWrapper.startWrite(String itemId,
Variant value,
OperationParameters operationParameters,
CallbackHandler callbackHandler) |
void |
LazyConnectionWrapper.write(String itemId,
Variant value,
OperationParameters operationParameters,
WriteOperationCallback callback) |
Modifier and Type | Method and Description |
---|---|
NotifyFuture<WriteAttributeResults> |
LazyConnectionWrapper.startWriteAttributes(String itemId,
Map<String,Variant> attributes,
OperationParameters operationParameters,
CallbackHandler callbackHandler) |
void |
LazyConnectionWrapper.writeAttributes(String itemId,
Map<String,Variant> attributes,
OperationParameters operationParameters,
WriteAttributeOperationCallback callback) |
Modifier and Type | Method and Description |
---|---|
static Map<String,Variant> |
VariantBeanHelper.extract(Object source)
Extract the property data as string/variant map
|
static Map<String,Variant> |
VariantBeanHelper.extractSafe(Object source) |
Modifier and Type | Method and Description |
---|---|
static void |
VariantBeanHelper.applyValue(Object target,
PropertyDescriptor pd,
Variant value) |
Modifier and Type | Method and Description |
---|---|
static void |
VariantBeanHelper.apply(Map<String,Variant> data,
Object target,
WriteAttributeResults results) |
Modifier and Type | Method and Description |
---|---|
Map<String,Variant> |
Entry.getAttributes() |
Modifier and Type | Method and Description |
---|---|
void |
ItemChangeListener.dataChanged(String itemId,
Variant value,
Map<String,Variant> attributes,
boolean cache)
A change on the data item occurred.
|
NotifyFuture<WriteResult> |
Hive.startWrite(Session session,
String itemId,
Variant value,
OperationParameters operationParameters,
CallbackHandler callbackHandler)
Start a write operation
The operation is not started unless
#thawOperation(Session, long)
is called. |
Modifier and Type | Method and Description |
---|---|
void |
ItemChangeListener.dataChanged(String itemId,
Variant value,
Map<String,Variant> attributes,
boolean cache)
A change on the data item occurred.
|
NotifyFuture<WriteAttributeResults> |
Hive.startWriteAttributes(Session session,
String itemId,
Map<String,Variant> attribute,
OperationParameters operationParameters,
CallbackHandler callbackHandler)
Start a write attributes operation
The operation is not started unless
#thawOperation(Session, long)
is called. |
Modifier and Type | Method and Description |
---|---|
Map<String,Variant> |
BrowserEntry.getAttributes() |
Constructor and Description |
---|
BrowserEntry(String name,
FolderEntryType entryType,
String itemId,
Map<String,Variant> attributes,
Set<IODirection> ioDirection) |
Modifier and Type | Method and Description |
---|---|
Variant |
ItemDataUpdate.getValue() |
Variant |
StartWriteValue.getValue() |
Modifier and Type | Method and Description |
---|---|
Map<String,Variant> |
ItemDataUpdate.getAddedOrUpdated() |
Map<String,Variant> |
StartWriteAttributes.getAttributes() |
Constructor and Description |
---|
ItemDataUpdate(String itemId,
Variant value,
Map<String,Variant> addedOrUpdated,
Set<String> removed,
boolean cacheValue) |
StartWriteValue(Request request,
String itemId,
Variant value,
OperationParameters operationParameters,
Long callbackHandlerId) |
Constructor and Description |
---|
ItemDataUpdate(String itemId,
Variant value,
Map<String,Variant> addedOrUpdated,
Set<String> removed,
boolean cacheValue) |
StartWriteAttributes(Request request,
String itemId,
Map<String,Variant> attributes,
OperationParameters operationParameters,
Long callbackHandlerId) |
Modifier and Type | Method and Description |
---|---|
NotifyFuture<WriteResult> |
DataSource.startWriteValue(Variant value,
OperationParameters operationParameters) |
Modifier and Type | Method and Description |
---|---|
NotifyFuture<WriteAttributeResults> |
DataSource.startWriteAttributes(Map<String,Variant> attributes,
OperationParameters operationParameters) |
Modifier and Type | Method and Description |
---|---|
void |
WriteHandler.handleWrite(UserInformation userInformation,
Variant value)
Handle the write call
|
NotifyFuture<WriteResult> |
DataInputOutputSource.startWriteValue(Variant value,
OperationParameters operationParameters) |
NotifyFuture<WriteResult> |
AbstractInputDataSource.startWriteValue(Variant value,
OperationParameters operationParameters) |
Modifier and Type | Method and Description |
---|---|
NotifyFuture<WriteAttributeResults> |
DataInputOutputSource.startWriteAttributes(Map<String,Variant> attributes,
OperationParameters operationParameters) |
NotifyFuture<WriteAttributeResults> |
AbstractInputDataSource.startWriteAttributes(Map<String,Variant> attributes,
OperationParameters operationParameters) |
Modifier and Type | Method and Description |
---|---|
Variant |
DataItemValueLight.getValue() |
Constructor and Description |
---|
DataItemValueLight(Variant value,
SubscriptionState subscriptionState,
long timestamp,
boolean isManual,
boolean isError) |
Modifier and Type | Method and Description |
---|---|
NotifyFuture<WriteResult> |
DeltaDataSource.startWriteValue(Variant value,
OperationParameters operationParameters) |
Modifier and Type | Method and Description |
---|---|
NotifyFuture<WriteAttributeResults> |
DeltaDataSource.startWriteAttributes(Map<String,Variant> attributes,
OperationParameters operationParameters) |
Modifier and Type | Method and Description |
---|---|
NotifyFuture<WriteResult> |
DataStoreDataSource.startWriteValue(Variant value,
OperationParameters operationParameters) |
Modifier and Type | Method and Description |
---|---|
NotifyFuture<WriteAttributeResults> |
DataStoreDataSource.startWriteAttributes(Map<String,Variant> attributes,
OperationParameters operationParameters) |
Modifier and Type | Method and Description |
---|---|
protected NotifyFuture<WriteResult> |
FormulaDataSource.processWrite(Variant writeValue,
OperationParameters operationParameters) |
NotifyFuture<WriteResult> |
FormulaDataSource.startWriteValue(Variant value,
OperationParameters operationParameters) |
Modifier and Type | Method and Description |
---|---|
NotifyFuture<WriteAttributeResults> |
FormulaDataSource.startWriteAttributes(Map<String,Variant> attributes,
OperationParameters operationParameters) |
Modifier and Type | Method and Description |
---|---|
protected Variant |
DataItemTargetImpl.getCacheValue() |
Modifier and Type | Method and Description |
---|---|
Map<String,Variant> |
DataItemTargetImpl.getAttributes() |
protected Map<String,Variant> |
DataItemTargetImpl.getCacheAttributes() |
NotifyFuture<Variant> |
DataItemTargetImpl.readValue() |
Modifier and Type | Method and Description |
---|---|
void |
DataItemSourceImpl.notifyDataChange(Variant value,
Map<String,Variant> attributes,
boolean cache) |
NotifyFuture<WriteResult> |
DataItemTargetImpl.startWriteValue(Variant value,
OperationParameters operationParameters) |
NotifyFuture<WriteResult> |
DataItemSourceImpl.startWriteValue(Variant value,
OperationParameters operationParameters) |
Modifier and Type | Method and Description |
---|---|
void |
DataItemSourceImpl.notifyDataChange(Variant value,
Map<String,Variant> attributes,
boolean cache) |
NotifyFuture<WriteAttributeResults> |
DataItemTargetImpl.startSetAttributes(Map<String,Variant> attributes,
OperationParameters operationParameters) |
NotifyFuture<WriteAttributeResults> |
DataItemSourceImpl.startWriteAttributes(Map<String,Variant> attributes,
OperationParameters operationParameters) |
Modifier and Type | Method and Description |
---|---|
protected WriteResult |
MemoryDataSource.setValue(Variant value) |
NotifyFuture<WriteResult> |
MemoryDataSource.startWriteValue(Variant value,
OperationParameters operationParameters) |
Modifier and Type | Method and Description |
---|---|
protected WriteAttributeResults |
MemoryDataSource.setAttributes(Map<String,Variant> attributes) |
NotifyFuture<WriteAttributeResults> |
MemoryDataSource.startWriteAttributes(Map<String,Variant> attributes,
OperationParameters operationParameters) |
Modifier and Type | Method and Description |
---|---|
NotifyFuture<WriteResult> |
ProxyDataSource.startWriteValue(Variant value,
OperationParameters operationParameters) |
Modifier and Type | Method and Description |
---|---|
NotifyFuture<WriteAttributeResults> |
ProxyDataSource.startWriteAttributes(Map<String,Variant> attributes,
OperationParameters operationParameters) |
Modifier and Type | Method and Description |
---|---|
protected Object |
ScriptDataSource.performWrite(ScriptExecutor command,
Variant value,
Map<String,Variant> attributes,
OperationParameters operationParameters) |
NotifyFuture<WriteResult> |
ScriptDataSource.startWriteValue(Variant value,
OperationParameters operationParameters) |
Modifier and Type | Method and Description |
---|---|
protected WriteAttributeResults |
ScriptDataSource.convertAttributeResult(Map<String,Variant> attributes,
Object result) |
protected Object |
ScriptDataSource.performWrite(ScriptExecutor command,
Variant value,
Map<String,Variant> attributes,
OperationParameters operationParameters) |
NotifyFuture<WriteAttributeResults> |
ScriptDataSource.startWriteAttributes(Map<String,Variant> attributes,
OperationParameters operationParameters) |
Modifier and Type | Method and Description |
---|---|
NotifyFuture<WriteResult> |
SumDataSource.startWriteValue(Variant value,
OperationParameters operationParameters) |
Modifier and Type | Method and Description |
---|---|
NotifyFuture<WriteAttributeResults> |
SumDataSource.startWriteAttributes(Map<String,Variant> attributes,
OperationParameters operationParameters) |
Modifier and Type | Method and Description |
---|---|
protected Variant |
AbstractValueMapper.defaultValue(Variant currentValue) |
Variant |
ValueMapper.mapValue(Variant value) |
Variant |
AbstractValueMapper.mapValue(Variant value) |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractValueMapper.configure(Map<String,String> data,
Variant defaultValue) |
protected Variant |
AbstractValueMapper.defaultValue(Variant currentValue) |
Variant |
ValueMapper.mapValue(Variant value) |
Variant |
AbstractValueMapper.mapValue(Variant value) |
Modifier and Type | Method and Description |
---|---|
protected void |
JdbcValueMapper.configure(Map<String,String> data,
Variant defaultValue) |
Modifier and Type | Field and Description |
---|---|
protected Map<String,Variant> |
AbstractMasterHandlerImpl.eventAttributes |
Modifier and Type | Method and Description |
---|---|
Variant |
WriteRequestResult.getValue() |
Variant |
WriteRequest.getValue() |
Modifier and Type | Method and Description |
---|---|
Map<String,Variant> |
WriteRequestResult.getAttributes() |
Map<String,Variant> |
WriteRequest.getAttributes() |
Modifier and Type | Method and Description |
---|---|
protected abstract WriteAttributeResults |
AbstractConfigurableMasterHandlerImpl.handleUpdate(Map<String,Variant> attributes,
OperationParameters operationParameters)
This method will be called on write request that have attributes which
match our prefix.
|
protected WriteAttributeResults |
AbstractConfigurableMasterHandlerImpl.updateConfiguration(Map<String,String> data,
Map<String,Variant> attributes,
boolean fullSet,
OperationParameters operationParameters)
Process a CA update using the write attributes
|
protected WriteAttributeResults |
AbstractConfigurableMasterHandlerImpl.updateConfiguration(Map<String,String> data,
Map<String,Variant> attributes,
boolean fullSet,
OperationParameters operationParameters,
WriteAttributeResults result)
Process a CA update using the write attributes
|
Constructor and Description |
---|
WriteRequest(Variant value,
Map<String,Variant> attributes,
OperationParameters operationParameters) |
WriteRequest(Variant value,
OperationParameters operationParameters) |
WriteRequestResult(Variant value,
Map<String,Variant> attributes,
WriteAttributeResults attributeResults) |
Constructor and Description |
---|
WriteRequest(Map<String,Variant> attributes,
OperationParameters operationParameters) |
WriteRequest(Variant value,
Map<String,Variant> attributes,
OperationParameters operationParameters) |
WriteRequestResult(Variant value,
Map<String,Variant> attributes,
WriteAttributeResults attributeResults) |
Modifier and Type | Method and Description |
---|---|
protected WriteAttributeResults |
BlockHandlerImpl.handleUpdate(Map<String,Variant> attributes,
OperationParameters operationParameters) |
Modifier and Type | Method and Description |
---|---|
Variant |
ManualHandlerImpl.ManualStateData.getValue() |
Modifier and Type | Method and Description |
---|---|
void |
ManualHandlerImpl.ManualStateData.setValue(Variant value) |
Modifier and Type | Method and Description |
---|---|
protected WriteAttributeResults |
ManualHandlerImpl.handleUpdate(Map<String,Variant> attributes,
OperationParameters operationParameters) |
Constructor and Description |
---|
ManualStateData(Variant value,
String user,
String reason,
Date timestmap) |
Modifier and Type | Method and Description |
---|---|
protected WriteAttributeResults |
MarkerHandlerImpl.handleUpdate(Map<String,Variant> attributes,
OperationParameters operationParameters) |
Modifier and Type | Method and Description |
---|---|
protected WriteAttributeResults |
NegateHandlerImpl.handleUpdate(Map<String,Variant> attributes,
OperationParameters operationParameters) |
Modifier and Type | Method and Description |
---|---|
protected WriteAttributeResults |
RoundHandlerImpl.handleUpdate(Map<String,Variant> attributes,
OperationParameters operationParameters) |
Modifier and Type | Method and Description |
---|---|
protected WriteAttributeResults |
ScaleHandlerImpl.handleUpdate(Map<String,Variant> attributes,
OperationParameters operationParameters) |
Modifier and Type | Method and Description |
---|---|
void |
Entry.check(String name,
Variant value) |
Modifier and Type | Method and Description |
---|---|
NotifyFuture<WriteResult> |
MasterItemImpl.startWriteValue(Variant value,
OperationParameters operationParameters) |
Modifier and Type | Method and Description |
---|---|
NotifyFuture<WriteAttributeResults> |
MasterItemImpl.startWriteAttributes(Map<String,Variant> attributes,
OperationParameters operationParameters) |
Modifier and Type | Method and Description |
---|---|
protected NotifyFuture<WriteResult> |
ArduinoDataItem.startWriteCalculatedValue(Variant value,
OperationParameters operationParameters) |
Modifier and Type | Method and Description |
---|---|
Map<String,Variant> |
FolderEntryCommon.getAttributes() |
Map<String,Variant> |
DataItemEntryCommon.getAttributes() |
Modifier and Type | Method and Description |
---|---|
boolean |
FolderCommon.add(String name,
DataItemInformation itemInformation,
Map<String,Variant> attributes) |
boolean |
FolderCommon.add(String name,
DataItem dataItem,
Map<String,Variant> attributes) |
boolean |
FolderCommon.add(String name,
Folder folder,
Map<String,Variant> attributes) |
Constructor and Description |
---|
DataItemEntryCommon(String name,
DataItemInformation itemInformation,
Map<String,Variant> attributes) |
FolderEntryCommon(String name,
Folder folder,
Map<String,Variant> attributes) |
Modifier and Type | Method and Description |
---|---|
Map<String,Variant> |
ItemDescriptor.getAttributes() |
Modifier and Type | Method and Description |
---|---|
void |
QueryFolder.addChild(String name,
StorageBasedFolder folder,
Map<String,Variant> attributes) |
Constructor and Description |
---|
ItemDescriptor(DataItem item,
Map<String,Variant> attributes)
Create new item descriptor
|
Modifier and Type | Method and Description |
---|---|
protected Variant |
DataItemInputCommon.getCacheValue() |
protected Variant |
MemoryDataItem.getCacheValue() |
protected Variant |
DataItemBase.getCacheValue() |
Modifier and Type | Method and Description |
---|---|
Map<String,Variant> |
AttributeManager.get() |
Map<String,Variant> |
DataItem.getAttributes() |
Map<String,Variant> |
DataItemInputCommon.getAttributes() |
Map<String,Variant> |
DataItemCommand.getAttributes() |
Map<String,Variant> |
MemoryDataItem.getAttributes() |
protected Map<String,Variant> |
DataItemInputCommon.getCacheAttributes() |
protected Map<String,Variant> |
MemoryDataItem.getCacheAttributes() |
protected Map<String,Variant> |
DataItemBase.getCacheAttributes() |
Map<String,Variant> |
AttributeManager.getCopy() |
NotifyFuture<Variant> |
DataItem.readValue()
The read operation of a data item.
|
NotifyFuture<Variant> |
DataItemInputCommon.readValue() |
NotifyFuture<Variant> |
DataItemOutput.readValue() |
NotifyFuture<Variant> |
MemoryDataItem.readValue() |
Modifier and Type | Method and Description |
---|---|
void |
DataItemCommand.Listener.command(Variant value) |
void |
ItemListener.dataChanged(DataItem item,
Variant variant,
Map<String,Variant> attributes,
boolean cache) |
protected void |
DataItemBase.notifyData(Variant value,
Map<String,Variant> attributes)
Notify a data change without checking for a real change.
|
void |
DataItemBase.notifyData(Variant value,
Map<String,Variant> attributes,
boolean cache)
Notify a data change without checking for a real change.
|
void |
DataItemCommand.processWrite(Variant value) |
void |
AttributeManager.set(Variant value,
Map<String,Variant> values) |
NotifyFuture<WriteResult> |
DataItem.startWriteValue(Variant value,
OperationParameters operationParameters)
The write operation of a data item.
|
NotifyFuture<WriteResult> |
DataItemCommand.startWriteValue(Variant value,
OperationParameters operationParameters) |
NotifyFuture<WriteResult> |
MemoryDataItem.startWriteValue(Variant value,
OperationParameters operationParameters) |
NotifyFuture<WriteResult> |
DataItemInput.startWriteValue(Variant value,
OperationParameters operationParameters) |
void |
AttributeManager.update(String name,
Variant value) |
void |
AttributeManager.update(Variant value,
Map<String,Variant> updates) |
void |
AttributeManager.update(Variant value,
Map<String,Variant> updates,
AttributeMode mode) |
void |
DataItemInputCommon.updateData(Variant value,
Map<String,Variant> attributes,
AttributeMode mode)
Update the value of this data item
|
Modifier and Type | Method and Description |
---|---|
void |
ItemListener.dataChanged(DataItem item,
Variant variant,
Map<String,Variant> attributes,
boolean cache) |
static WriteAttributeResults |
WriteAttributesHelper.errorUnhandled(WriteAttributeResults initialResults,
Map<String,Variant> attributes)
This method sets all unprocessed attribute write requests to an
unsupportederror ( UnsupportedOperationException ); |
protected void |
DataItemBase.notifyData(Variant value,
Map<String,Variant> attributes)
Notify a data change without checking for a real change.
|
void |
DataItemBase.notifyData(Variant value,
Map<String,Variant> attributes,
boolean cache)
Notify a data change without checking for a real change.
|
static WriteAttributeResults |
WriteAttributesHelper.okUnhandled(WriteAttributeResults initialResults,
Map<String,Variant> attributes)
This method sets all unprocessed attribute write requests to
WriteAttributeResult.OK |
void |
AttributeManager.set(Variant value,
Map<String,Variant> values) |
NotifyFuture<WriteAttributeResults> |
DataItem.startSetAttributes(Map<String,Variant> attributes,
OperationParameters operationParameters)
Start the write attributes operation
|
NotifyFuture<WriteAttributeResults> |
DataItemInputCommon.startSetAttributes(Map<String,Variant> attributes,
OperationParameters operationParameters)
Perform requests from the hive to update the items attributes
This method actually. |
NotifyFuture<WriteAttributeResults> |
DataItemCommand.startSetAttributes(Map<String,Variant> attributes,
OperationParameters operationParameters) |
NotifyFuture<WriteAttributeResults> |
MemoryDataItem.startSetAttributes(Map<String,Variant> attributes,
OperationParameters operationParameters) |
void |
AttributeManager.update(Variant value,
Map<String,Variant> updates) |
void |
AttributeManager.update(Variant value,
Map<String,Variant> updates,
AttributeMode mode) |
void |
DataItemInputCommon.updateData(Variant value,
Map<String,Variant> attributes,
AttributeMode mode)
Update the value of this data item
|
Modifier and Type | Field and Description |
---|---|
protected Variant |
DataItemInputChained.primaryValue |
protected Variant |
DataItemInputChained.secondaryValue |
Modifier and Type | Field and Description |
---|---|
protected Map<String,Variant> |
DataItemBaseChained.primaryAttributes |
Modifier and Type | Method and Description |
---|---|
Variant |
AttributeBinder.getAttributeValue() |
Variant |
BooleanBinder.getAttributeValue() |
Variant |
VariantBinder.getAttributeValue() |
Variant |
StringBinder.getAttributeValue() |
protected Variant |
DataItemInputChained.getCacheValue() |
Variant |
VariantBinder.getValue() |
protected Variant |
DataItemOutputChained.process(Variant value) |
Variant |
ChainItem.process(Variant value,
Map<String,Variant> attributes)
Process the chain item
|
Modifier and Type | Method and Description |
---|---|
Map<String,Variant> |
DataItemBaseChained.getAttributes() |
protected Map<String,Variant> |
DataItemInputChained.getCacheAttributes() |
NotifyFuture<Variant> |
DataItemInputChained.readValue() |
NotifyFuture<Variant> |
DataItemOutputChained.readValue() |
Modifier and Type | Method and Description |
---|---|
void |
AttributeBinder.bind(Variant value) |
void |
BooleanBinder.bind(Variant value) |
void |
VariantBinder.bind(Variant value) |
void |
StringBinder.bind(Variant value) |
void |
AttributeWriteHandler.handleWrite(Variant value) |
void |
WriteHandler.handleWrite(Variant value,
OperationParameters operationParameters)
Handle the write call
|
protected Variant |
DataItemOutputChained.process(Variant value) |
Variant |
ChainItem.process(Variant value,
Map<String,Variant> attributes)
Process the chain item
|
protected WriteResult |
AttributeWriteHandlerItem.processWriteValue(Variant value,
OperationParameters operationParameters) |
protected NotifyFuture<WriteResult> |
WriteHandlerItem.startWriteCalculatedValue(Variant value,
OperationParameters operationParameters) |
protected NotifyFuture<WriteResult> |
MemoryItemChained.startWriteCalculatedValue(Variant value,
OperationParameters operationParameters) |
protected abstract NotifyFuture<WriteResult> |
DataItemInputOutputChained.startWriteCalculatedValue(Variant value,
OperationParameters operationParameters) |
NotifyFuture<WriteResult> |
DataItemInputChained.startWriteValue(Variant value,
OperationParameters operationParameters) |
NotifyFuture<WriteResult> |
AttributeWriteHandlerItem.startWriteValue(Variant value,
OperationParameters operationParameters) |
NotifyFuture<WriteResult> |
DataItemInputOutputChained.startWriteValue(Variant value,
OperationParameters operationParameters) |
void |
DataItemInputChained.updateData(Variant value,
Map<String,Variant> attributes,
AttributeMode mode)
Update the item data
|
protected abstract void |
DataItemOutputChained.writeCalculatedValue(Variant value) |
void |
DataItemOutputChained.writeValue(Variant value) |
Modifier and Type | Method and Description |
---|---|
protected WriteAttributeResults |
DataItemBaseChained.handleUnhandledAttributes(WriteAttributeResults writeAttributeResults,
Map<String,Variant> attributes)
Handle all unhandled set attribute requests
|
protected WriteAttributeResults |
MemoryItemChained.handleUnhandledAttributes(WriteAttributeResults writeAttributeResults,
Map<String,Variant> attributes) |
protected WriteAttributeResults |
AttributeWriteHandlerItem.handleUnhandledAttributes(WriteAttributeResults writeAttributeResults,
Map<String,Variant> attributes) |
WriteAttributeResults |
AttributeWriteHandler.handleWrite(Map<String,Variant> attributes)
Handle the write call
|
Variant |
ChainItem.process(Variant value,
Map<String,Variant> attributes)
Process the chain item
|
protected WriteAttributeResults |
DataItemBaseChained.processSetAttributes(Map<String,Variant> attributes,
OperationParameters operationParameters) |
WriteAttributeResults |
ChainItem.setAttributes(Map<String,Variant> attributes)
Request to set attributes
|
WriteAttributeResults |
BaseChainItemCommon.setAttributes(Map<String,Variant> attributes) |
NotifyFuture<WriteAttributeResults> |
DataItemBaseChained.startSetAttributes(Map<String,Variant> attributes,
OperationParameters operationParameters)
This method sets the attributes.
|
void |
DataItemInputChained.updateData(Variant value,
Map<String,Variant> attributes,
AttributeMode mode)
Update the item data
|
Constructor and Description |
---|
VariantBinder(Variant defaultValue) |
Modifier and Type | Method and Description |
---|---|
Variant |
SummarizeChainItem.process(Variant value,
Map<String,Variant> attributes) |
Variant |
AutoTimestampChainItem.process(Variant value,
Map<String,Variant> attributes) |
Modifier and Type | Method and Description |
---|---|
protected abstract boolean |
SummarizeChainItem.matches(Variant value,
String attributeName,
Variant attributeValue)
The method that will check if the attribute entry matches the condition.
|
protected boolean |
SumPatternAttributesChainItem.matches(Variant value,
String attributeName,
Variant attributeValue) |
Variant |
SummarizeChainItem.process(Variant value,
Map<String,Variant> attributes) |
Variant |
AutoTimestampChainItem.process(Variant value,
Map<String,Variant> attributes) |
Modifier and Type | Method and Description |
---|---|
Variant |
SummarizeChainItem.process(Variant value,
Map<String,Variant> attributes) |
Variant |
AutoTimestampChainItem.process(Variant value,
Map<String,Variant> attributes) |
Modifier and Type | Field and Description |
---|---|
protected Map<String,Map<String,Variant>> |
AbstractObjectExporter.attributes |
Modifier and Type | Method and Description |
---|---|
protected Map<String,Variant> |
StaticObjectExporter.getAdditionalAttributes() |
protected Map<String,Variant> |
ObjectExporter.getAdditionalAttributes() |
protected Map<String,Variant> |
AbstractObjectExporter.getAdditionalAttributes() |
Map<String,Variant> |
TabularExporter.Entry.getValues() |
Modifier and Type | Method and Description |
---|---|
void |
TabularExporter.Entry.put(String key,
Variant value) |
protected void |
AbstractObjectExporter.writeAttribute(PropertyDescriptor pd,
Variant value) |
Modifier and Type | Method and Description |
---|---|
protected void |
ObjectExporter.fillAttributes(PropertyDescriptor pd,
Map<String,Variant> attributes) |
protected void |
AbstractObjectExporter.fillAttributes(PropertyDescriptor pd,
Map<String,Variant> attributes) |
void |
TabularExporter.Entry.putAll(Map<String,Variant> values) |
void |
StaticObjectExporter.setAttributes(Map<String,Variant> attributes) |
void |
ObjectExporter.setAttributes(Map<String,Variant> additionalAttributes) |
void |
StaticObjectExporter.setTarget(T target,
Map<String,Variant> attributes) |
protected void |
AbstractObjectExporter.updateAttribute(String propertyName,
Object newValue,
Throwable e,
Map<String,Variant> additionalAttributes) |
Modifier and Type | Method and Description |
---|---|
NotifyFuture<WriteResult> |
WriteHandler.writeValue(String itemId,
Variant value,
OperationParameters effectiveOperationParameters) |
Modifier and Type | Method and Description |
---|---|
NotifyFuture<WriteAttributeResults> |
WriteHandler.writeAttributes(String itemId,
Map<String,Variant> attributes,
OperationParameters operationParameters) |
Modifier and Type | Method and Description |
---|---|
void |
DataItemSubscriptionListener.dataChanged(DataItem item,
Variant value,
Map<String,Variant> attributes,
boolean cache) |
void |
SessionCommon.dataChanged(DataItem item,
Variant value,
Map<String,Variant> attributes,
boolean cache) |
void |
DataItemSubscriptionSource.dataChanged(DataItem item,
Variant variant,
Map<String,Variant> attributes,
boolean cache) |
protected NotifyFuture<WriteResult> |
HiveCommon.processWrite(SessionCommon session,
String itemId,
Variant value,
OperationParameters effectiveOperationParameters) |
NotifyFuture<WriteResult> |
HiveCommon.startWrite(Session session,
String itemId,
Variant value,
OperationParameters operationParameters,
CallbackHandler callbackHandler) |
Modifier and Type | Method and Description |
---|---|
void |
DataItemSubscriptionListener.dataChanged(DataItem item,
Variant value,
Map<String,Variant> attributes,
boolean cache) |
void |
SessionCommon.dataChanged(DataItem item,
Variant value,
Map<String,Variant> attributes,
boolean cache) |
void |
DataItemSubscriptionSource.dataChanged(DataItem item,
Variant variant,
Map<String,Variant> attributes,
boolean cache) |
protected NotifyFuture<WriteAttributeResults> |
HiveCommon.processWriteAttributes(SessionCommon session,
String itemId,
Map<String,Variant> attributes,
OperationParameters operationParameters) |
NotifyFuture<WriteAttributeResults> |
HiveCommon.startWriteAttributes(Session session,
String itemId,
Map<String,Variant> attributes,
OperationParameters operationParameters,
CallbackHandler callbackHandler) |
Modifier and Type | Method and Description |
---|---|
void |
HiveStatisticsGenerator.startWrite(Session session,
String itemName,
Variant value) |
void |
HiveEventListener.startWrite(Session session,
String itemName,
Variant value) |
void |
HiveStatisticsGenerator.valueChanged(DataItem item,
Variant variant,
boolean cache) |
void |
HiveEventListener.valueChanged(DataItem item,
Variant variant,
boolean cache) |
Modifier and Type | Method and Description |
---|---|
protected void |
FolderItemFactory.addToFolder(DataItem item,
String name,
Map<String,Variant> attributes) |
DataItemCommand |
CommonItemFactory.createCommand(String localId,
Map<String,Variant> properties) |
DataItemCommand |
ItemFactory.createCommand(String localId,
Map<String,Variant> properties) |
DataItemInputChained |
CommonItemFactory.createInput(String localId,
Map<String,Variant> properties) |
DataItemInputChained |
ItemFactory.createInput(String localId,
Map<String,Variant> properties) |
WriteHandlerItem |
CommonItemFactory.createInputOutput(String localId,
Map<String,Variant> properties,
WriteHandler writeHandler) |
WriteHandlerItem |
ItemFactory.createInputOutput(String localId,
Map<String,Variant> properties,
WriteHandler writeHandler) |
WriteHandlerItem |
CommonItemFactory.createOutput(String localId,
Map<String,Variant> properties,
WriteHandler writeHandler) |
WriteHandlerItem |
ItemFactory.createOutput(String localId,
Map<String,Variant> properties,
WriteHandler writeHandler) |
Modifier and Type | Method and Description |
---|---|
protected Variant |
BitVariable.extractValue(org.apache.mina.core.buffer.IoBuffer data,
Map<String,Variant> attributes) |
protected Variant |
AbstractAccessorVariable.extractValue(org.apache.mina.core.buffer.IoBuffer data,
Map<String,Variant> attributes) |
protected Variant |
FloatVariable.extractValue(org.apache.mina.core.buffer.IoBuffer data,
Map<String,Variant> attributes) |
protected abstract Variant |
ScalarVariable.extractValue(org.apache.mina.core.buffer.IoBuffer data,
Map<String,Variant> attributes) |
protected Variant |
DoubleFloatVariable.extractValue(org.apache.mina.core.buffer.IoBuffer data,
Map<String,Variant> attributes) |
protected Variant |
BitVariable.makeGlobalIndexValue() |
protected Variant |
ScalarVariable.makeGlobalIndexValue() |
Modifier and Type | Method and Description |
---|---|
protected Integer |
WordVariable.getValue(Variant value) |
protected String |
FixedLengthStringAttribute.getValue(Variant value) |
protected String |
FixedLengthBlobAttribute.getValue(Variant value) |
protected String |
FixedLengthBlobVariable.getValue(Variant value) |
protected abstract T |
AbstractAccessorAttribute.getValue(Variant value) |
protected Integer |
Int32Variable.getValue(Variant value) |
protected Byte |
Int8Variable.getValue(Variant value) |
protected Integer |
WordAttribute.getValue(Variant value) |
protected abstract T |
AbstractAccessorVariable.getValue(Variant value) |
protected Short |
ByteVariable.getValue(Variant value) |
protected Long |
DoubleIntegerAttribute.getValue(Variant value) |
protected String |
FixedLengthStringVariable.getValue(Variant value) |
protected Long |
DoubleIntegerVariable.getValue(Variant value) |
protected Integer |
Int32Attribute.getValue(Variant value) |
protected Long |
Int64Variable.getValue(Variant value) |
protected Short |
Int16Variable.getValue(Variant value) |
protected Short |
Int16Attribute.getValue(Variant value) |
protected Byte |
Int8Attribute.getValue(Variant value) |
protected Long |
Int64Attribute.getValue(Variant value) |
protected Short |
ByteAttribute.getValue(Variant value) |
void |
AbstractAccessorAttribute.handleData(org.apache.mina.core.buffer.IoBuffer data,
Map<String,Variant> attributes,
Variant timestamp) |
void |
FloatAttribute.handleData(org.apache.mina.core.buffer.IoBuffer data,
Map<String,Variant> attributes,
Variant timestamp) |
void |
DoubleFloatAttribute.handleData(org.apache.mina.core.buffer.IoBuffer data,
Map<String,Variant> attributes,
Variant timestamp) |
void |
Attribute.handleData(org.apache.mina.core.buffer.IoBuffer data,
Map<String,Variant> attributes,
Variant timestamp) |
void |
TriBitAttribute.handleData(org.apache.mina.core.buffer.IoBuffer data,
Map<String,Variant> attributes,
Variant timestamp) |
void |
BitAttribute.handleData(org.apache.mina.core.buffer.IoBuffer data,
Map<String,Variant> attributes,
Variant timestamp) |
void |
UdtVariable.handleData(org.apache.mina.core.buffer.IoBuffer data,
Variant timestamp) |
void |
Variable.handleData(org.apache.mina.core.buffer.IoBuffer data,
Variant timestamp) |
void |
ScalarVariable.handleData(org.apache.mina.core.buffer.IoBuffer data,
Variant timestamp) |
protected NotifyFuture<WriteResult> |
BitVariable.handleWrite(Variant value) |
void |
AbstractAccessorAttribute.handleWrite(Variant value) |
void |
FloatAttribute.handleWrite(Variant value) |
protected NotifyFuture<WriteResult> |
AbstractAccessorVariable.handleWrite(Variant value) |
void |
DoubleFloatAttribute.handleWrite(Variant value) |
void |
Attribute.handleWrite(Variant value) |
protected NotifyFuture<WriteResult> |
FloatVariable.handleWrite(Variant value) |
protected NotifyFuture<WriteResult> |
ScalarVariable.handleWrite(Variant value) |
void |
TriBitAttribute.handleWrite(Variant value) |
protected NotifyFuture<WriteResult> |
DoubleFloatVariable.handleWrite(Variant value) |
void |
BitAttribute.handleWrite(Variant value) |
protected NotifyFuture<WriteResult> |
MemoryDeviceDataitem.startWriteCalculatedValue(Variant value,
OperationParameters operationParameters) |
Modifier and Type | Method and Description |
---|---|
protected Variant |
BitVariable.extractValue(org.apache.mina.core.buffer.IoBuffer data,
Map<String,Variant> attributes) |
protected Variant |
AbstractAccessorVariable.extractValue(org.apache.mina.core.buffer.IoBuffer data,
Map<String,Variant> attributes) |
protected Variant |
FloatVariable.extractValue(org.apache.mina.core.buffer.IoBuffer data,
Map<String,Variant> attributes) |
protected abstract Variant |
ScalarVariable.extractValue(org.apache.mina.core.buffer.IoBuffer data,
Map<String,Variant> attributes) |
protected Variant |
DoubleFloatVariable.extractValue(org.apache.mina.core.buffer.IoBuffer data,
Map<String,Variant> attributes) |
Map<String,WriteAttributeResult> |
ScalarVariable.handleAttributes(Map<String,Variant> requests) |
void |
AbstractAccessorAttribute.handleData(org.apache.mina.core.buffer.IoBuffer data,
Map<String,Variant> attributes,
Variant timestamp) |
void |
FloatAttribute.handleData(org.apache.mina.core.buffer.IoBuffer data,
Map<String,Variant> attributes,
Variant timestamp) |
void |
DoubleFloatAttribute.handleData(org.apache.mina.core.buffer.IoBuffer data,
Map<String,Variant> attributes,
Variant timestamp) |
void |
Attribute.handleData(org.apache.mina.core.buffer.IoBuffer data,
Map<String,Variant> attributes,
Variant timestamp) |
void |
TriBitAttribute.handleData(org.apache.mina.core.buffer.IoBuffer data,
Map<String,Variant> attributes,
Variant timestamp) |
void |
BitAttribute.handleData(org.apache.mina.core.buffer.IoBuffer data,
Map<String,Variant> attributes,
Variant timestamp) |
void |
AbstractAccessorAttribute.handleError(Map<String,Variant> attributes) |
void |
FloatAttribute.handleError(Map<String,Variant> attributes) |
void |
DoubleFloatAttribute.handleError(Map<String,Variant> attributes) |
void |
Attribute.handleError(Map<String,Variant> attributes) |
void |
TriBitAttribute.handleError(Map<String,Variant> attributes) |
void |
BitAttribute.handleError(Map<String,Variant> attributes) |
protected WriteAttributeResults |
MemoryDeviceDataitem.handleUnhandledAttributes(WriteAttributeResults initialResults,
Map<String,Variant> attributes) |
Modifier and Type | Method and Description |
---|---|
DataItemCommand |
DataItemFactory.createCommand(String localId,
Map<String,Variant> properties) |
DataItemCommand |
ObjectPoolDataItemFactory.createCommand(String localId,
Map<String,Variant> properties) |
DataItemInputChained |
DataItemFactory.createInput(String localId,
Map<String,Variant> properties) |
DataItemInputChained |
ObjectPoolDataItemFactory.createInput(String localId,
Map<String,Variant> properties) |
WriteHandlerItem |
DataItemFactory.createInputOutput(String localId,
Map<String,Variant> properties,
WriteHandler writeHandler) |
WriteHandlerItem |
ObjectPoolDataItemFactory.createInputOutput(String localId,
Map<String,Variant> properties,
WriteHandler writeHandler) |
AttributeWriteHandlerItem |
DataItemFactory.createOutput(String localId,
Map<String,Variant> properties,
AttributeWriteHandler writeHandler) |
WriteHandlerItem |
DataItemFactory.createOutput(String localId,
Map<String,Variant> properties,
WriteHandler writeHandler) |
WriteHandlerItem |
ObjectPoolDataItemFactory.createOutput(String localId,
Map<String,Variant> properties,
WriteHandler writeHandler) |
protected void |
DataItemFactory.fillProperties(Map<String,Variant> properties,
Dictionary<String,String> props) |
protected void |
DataItemFactory.registerItem(DataItem newItem,
String localId,
Map<String,Variant> properties) |
Modifier and Type | Method and Description |
---|---|
DataItemInputChained |
ComponentItemFactory.createInput(String localId,
Map<String,Variant> attributes) |
Modifier and Type | Method and Description |
---|---|
void |
TriggerCommand.command(Variant value) |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractBaseExtractor.fillNoError(Map<String,Variant> attributes) |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractSubscriptionManager.handleDataChanged(String itemId,
Variant value,
Map<String,Variant> attributes,
boolean cache) |
NotifyFuture<WriteResult> |
AbstractSubscriptionManager.writeValue(String itemId,
Variant value,
OperationParameters operationParameters,
CallbackHandler callbackHandler) |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractSubscriptionManager.handleDataChanged(String itemId,
Variant value,
Map<String,Variant> attributes,
boolean cache) |
NotifyFuture<WriteAttributeResults> |
AbstractSubscriptionManager.writeAttributes(String itemId,
Map<String,Variant> attributes,
OperationParameters operationParameters,
CallbackHandler callbackHandler) |
Modifier and Type | Method and Description |
---|---|
Variant |
ShortIntegerType.getValue(int localOffset,
org.apache.mina.core.buffer.IoBuffer value) |
Variant |
UnsignedIntegerType.getValue(int localOffset,
org.apache.mina.core.buffer.IoBuffer value) |
Variant |
IntegerType.getValue(int localOffset,
org.apache.mina.core.buffer.IoBuffer value) |
Variant |
UnsignedShortIntegerType.getValue(int localOffset,
org.apache.mina.core.buffer.IoBuffer value) |
Variant |
SourceType.getValue(int localOffset,
org.apache.mina.core.buffer.IoBuffer value)
parse the value to write from a write request
|
Variant |
DoubleType.getValue(int localOffset,
org.apache.mina.core.buffer.IoBuffer value) |
Modifier and Type | Method and Description |
---|---|
void |
ShortIntegerType.putValue(org.apache.mina.core.buffer.IoBuffer slice,
Variant value) |
void |
UnsignedIntegerType.putValue(org.apache.mina.core.buffer.IoBuffer slice,
Variant value) |
void |
IntegerType.putValue(org.apache.mina.core.buffer.IoBuffer slice,
Variant value) |
void |
UnsignedShortIntegerType.putValue(org.apache.mina.core.buffer.IoBuffer slice,
Variant value) |
void |
DoubleType.putValue(org.apache.mina.core.buffer.IoBuffer slice,
Variant value) |
abstract void |
AbstractSourceType.putValue(org.apache.mina.core.buffer.IoBuffer slice,
Variant value)
Render the value itself to the buffer slice
|
Modifier and Type | Method and Description |
---|---|
Variant |
VariantProvider.readFrom(Class<Variant> type,
Type genericType,
Annotation[] annotations,
javax.ws.rs.core.MediaType mediaType,
javax.ws.rs.core.MultivaluedMap<String,String> httpHeaders,
InputStream entityStream) |
Modifier and Type | Method and Description |
---|---|
long |
VariantProvider.getSize(Variant t,
Class<?> type,
Type genericType,
Annotation[] annotations,
javax.ws.rs.core.MediaType mediaType) |
WriteResult |
ItemResource.write(String contextId,
String itemId,
Variant value) |
void |
VariantProvider.writeTo(Variant t,
Class<?> type,
Type genericType,
Annotation[] annotations,
javax.ws.rs.core.MediaType mediaType,
javax.ws.rs.core.MultivaluedMap<String,Object> httpHeaders,
OutputStream entityStream) |
Modifier and Type | Method and Description |
---|---|
Variant |
VariantProvider.readFrom(Class<Variant> type,
Type genericType,
Annotation[] annotations,
javax.ws.rs.core.MediaType mediaType,
javax.ws.rs.core.MultivaluedMap<String,String> httpHeaders,
InputStream entityStream) |
Map<String,WriteResult> |
ItemResource.writeAttribute(String contextId,
String itemId,
Map<String,Variant> attributes) |
Modifier and Type | Method and Description |
---|---|
WriteResult |
ItemResourceImpl.write(String contextId,
String itemId,
Variant value) |
NotifyFuture<WriteResult> |
DataContext.writeValue(String itemId,
Variant value) |
Modifier and Type | Method and Description |
---|---|
Map<String,WriteResult> |
ItemResourceImpl.writeAttribute(String contextId,
String itemId,
Map<String,Variant> attributes) |
NotifyFuture<WriteAttributeResults> |
DataContext.writeAttributes(String itemId,
Map<String,Variant> attributes) |
Modifier and Type | Method and Description |
---|---|
protected void |
Update.performUpdate(Variant value,
OperationParameters operationParameters) |
protected void |
TabularQuery.processUpdateSql(String updateSql,
Variant value,
OperationParameters operationParameters) |
Modifier and Type | Method and Description |
---|---|
Map<String,Variant> |
AttributesTransport.getAddedOrUpdated() |
Modifier and Type | Method and Description |
---|---|
protected void |
ServerConnectionImpl.handleDataChanged(String itemId,
Variant value,
Map<String,Variant> attributes,
boolean cache) |
Modifier and Type | Method and Description |
---|---|
protected void |
ServerConnectionImpl.handleDataChanged(String itemId,
Variant value,
Map<String,Variant> attributes,
boolean cache) |
Constructor and Description |
---|
AttributesTransport(Map<String,Variant> attributes) |
Modifier and Type | Method and Description |
---|---|
Variant |
ProxyValueHolder.getValue() |
Modifier and Type | Method and Description |
---|---|
Map<String,Variant> |
ProxyValueHolder.getAttributes() |
Modifier and Type | Method and Description |
---|---|
void |
ProxyItemUpdateListener.notifyDataChange(Variant value,
Map<String,Variant> attributes,
boolean cache) |
protected void |
ProxyDataItem.processWriteCalculatedValue(Variant value,
OperationParameters operationParameters) |
protected NotifyFuture<WriteResult> |
ProxyDataItem.startWriteCalculatedValue(Variant value,
OperationParameters operationParameters) |
void |
ProxyValueHolder.updateData(ProxySubConnectionId connection,
Variant value,
Map<String,Variant> attributes,
AttributeMode mode) |
void |
ProxyWriteHandler.write(String itemId,
Variant value,
OperationParameters operationParameters)
Write a value to the currently active connection
|
void |
ProxyWriteHandlerImpl.write(String itemId,
Variant value,
OperationParameters operationParameters) |
Modifier and Type | Method and Description |
---|---|
void |
ProxyItemUpdateListener.notifyDataChange(Variant value,
Map<String,Variant> attributes,
boolean cache) |
protected WriteAttributeResults |
ProxyDataItem.processSetAttributes(Map<String,Variant> attributes,
OperationParameters operationParameters) |
void |
ProxyDataItem.setTemplateAttributes(Map<String,Variant> attributes,
OperationParameters operationParameters) |
NotifyFuture<WriteAttributeResults> |
ProxyDataItem.startSetAttributes(Map<String,Variant> attributes,
OperationParameters operationParameters) |
void |
ProxyValueHolder.updateData(ProxySubConnectionId connection,
Variant value,
Map<String,Variant> attributes,
AttributeMode mode) |
void |
ProxyWriteHandler.writeAttributes(String itemId,
Map<String,Variant> attributes,
WriteAttributeResults writeAttributeResults,
OperationParameters operationParameters)
Write attributes to the currently active connection
|
void |
ProxyWriteHandlerImpl.writeAttributes(String itemId,
Map<String,Variant> attributes,
WriteAttributeResults writeAttributeResults,
OperationParameters operationParameters) |
Modifier and Type | Method and Description |
---|---|
protected DataItemInputChained |
BaseModule.getInput(String name,
Map<String,Variant> attributes) |
protected DataItemCommand |
BaseModule.getOutput(String name,
Map<String,Variant> attributes) |
Modifier and Type | Method and Description |
---|---|
void |
Hive.addMemoryFactoryItem(FactoryMemoryCell item,
Map<String,Variant> browserAttributes) |
Modifier and Type | Method and Description |
---|---|
Map<String,Variant> |
MemoryCellItem.getAttributes() |
Map<String,Variant> |
WriteDelayItem.getAttributes() |
Map<String,Variant> |
TestItem1.getAttributes() |
Modifier and Type | Method and Description |
---|---|
protected void |
TestItem2.performWriteValue(Variant value,
OperationParameters operationParameters) |
void |
WriteDelayItem.processWrite(Variant value) |
protected NotifyFuture<WriteResult> |
TestItem2.startWriteCalculatedValue(Variant value,
OperationParameters operationParameters) |
NotifyFuture<WriteResult> |
MemoryCellItem.startWriteValue(Variant value,
OperationParameters operationParameters) |
NotifyFuture<WriteResult> |
WriteDelayItem.startWriteValue(Variant value,
OperationParameters operationParameters) |
NotifyFuture<WriteResult> |
TestItem1.startWriteValue(Variant value,
OperationParameters operationParameters) |
Modifier and Type | Method and Description |
---|---|
NotifyFuture<WriteAttributeResults> |
MemoryCellItem.startSetAttributes(Map<String,Variant> attributes,
OperationParameters operationParameters) |
NotifyFuture<WriteAttributeResults> |
WriteDelayItem.startSetAttributes(Map<String,Variant> attributes,
OperationParameters operationParameters) |
NotifyFuture<WriteAttributeResults> |
TestItem1.startSetAttributes(Map<String,Variant> attributes,
OperationParameters operationParameters) |
Modifier and Type | Method and Description |
---|---|
void |
SimulationTarget.writeValue(Variant value) |
void |
GeneratorView.writeValue(Variant value) |
Modifier and Type | Method and Description |
---|---|
abstract Variant |
AnalogType.generate(double timeIndex,
double min,
double max,
double period) |
Modifier and Type | Method and Description |
---|---|
protected void |
DataItemConsole.processDataChange(Variant value,
Map<String,Variant> attributes,
boolean cache) |
Modifier and Type | Method and Description |
---|---|
protected void |
DataItemConsole.processDataChange(Variant value,
Map<String,Variant> attributes,
boolean cache) |
Modifier and Type | Method and Description |
---|---|
void |
WriteAttributesOperationWizard.handleError(Map<String,Variant> attributes,
WriteAttributeResults results) |
Modifier and Type | Method and Description |
---|---|
abstract Variant |
ValueType.convertTo(String value) |
Modifier and Type | Method and Description |
---|---|
NotifyFuture<WriteResult> |
AbstractItemHolder.startWrite(Variant value,
OperationParameters operationParameters,
CallbackHandler callbackHandler) |
NotifyFuture<WriteResult> |
AbstractItemHolder.write(Variant value) |
NotifyFuture<WriteResult> |
AbstractItemHolder.write(Variant value,
OperationParameters operationParameters,
CallbackHandler callbackHandler) |
Modifier and Type | Method and Description |
---|---|
NotifyFuture<WriteAttributeResults> |
AbstractItemHolder.startWriteAttributes(Map<String,Variant> attributes,
OperationParameters operationParameters,
CallbackHandler callbackHandler) |
NotifyFuture<WriteAttributeResults> |
AbstractItemHolder.writeAtrtibutes(Map<String,Variant> attributes) |
NotifyFuture<WriteAttributeResults> |
AbstractItemHolder.writeAtrtibutes(Map<String,Variant> attributes,
OperationParameters operationParameters,
CallbackHandler callbackHandler) |
Modifier and Type | Field and Description |
---|---|
Variant |
AttributePair.value |
Modifier and Type | Method and Description |
---|---|
Variant |
ListEntry.getValue() |
Constructor and Description |
---|
AttributePair(Item item,
String key,
Variant value) |
Modifier and Type | Method and Description |
---|---|
Map<String,Variant> |
HistoricalItemInformation.getAttributes() |
Constructor and Description |
---|
HistoricalItemInformation(String itemId,
Map<String,Variant> attributes) |
Constructor and Description |
---|
HistoricalItemImpl(String id,
Map<String,Variant> attributes,
String masterId,
org.osgi.framework.BundleContext context) |
Modifier and Type | Method and Description |
---|---|
Variant |
DataUpdate.Entry.getValue() |
Variant |
WriteCommand.getValue() |
Constructor and Description |
---|
Entry(int register,
Variant value,
long timestamp,
Set<DataUpdate.State> states,
byte missedUpdates) |
WriteCommand(int registerNumber,
Variant value,
int operationId) |
Modifier and Type | Method and Description |
---|---|
void |
RegistrationManager.startWrite(String connectionId,
String itemId,
Variant value,
CallbackHandler callbackHandler) |
Modifier and Type | Method and Description |
---|---|
void |
RegistrationManager.startWriteAttributes(String connectionId,
String itemId,
Map<String,Variant> attributes,
CallbackHandler callbackHandler) |
Modifier and Type | Method and Description |
---|---|
protected Map<String,Variant> |
CompositeTransformerController.createAttributes() |
Modifier and Type | Method and Description |
---|---|
protected void |
TextInputComposite.writeSCADA(Variant value,
Map<String,Variant> attributes,
String type) |
Modifier and Type | Method and Description |
---|---|
protected void |
TextInputComposite.writeSCADA(Variant value,
Map<String,Variant> attributes,
String type) |
Modifier and Type | Method and Description |
---|---|
Variant |
SymbolData.getAttributeValue(String name,
String attributeName) |
Variant |
SymbolData.getPrimaryValue(String name) |
Modifier and Type | Method and Description |
---|---|
void |
SymbolController.startWrite(String connectionId,
String itemId,
Variant value) |
Modifier and Type | Method and Description |
---|---|
void |
SymbolContext.startWriteAttributes(String connectionId,
String itemId,
Map<String,Variant> attributes) |
void |
SymbolController.startWriteAttributes(String connectionId,
String itemId,
Map<String,Variant> attributes) |
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.