public class DataItemInputCommon extends DataItemInput
listener| Constructor and Description |
|---|
DataItemInputCommon(DataItemInformation info) |
DataItemInputCommon(java.lang.String name) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,Variant> |
getAttributes() |
protected java.util.Map<java.lang.String,Variant> |
getCacheAttributes() |
protected Variant |
getCacheValue() |
|
readValue()
The read operation of a data item.
|
|
startSetAttributes(java.util.Map<java.lang.String,Variant> attributes,
OperationParameters operationParameters)
Perform requests from the hive to update the items attributes
This method actually. |
void |
updateData(Variant value,
java.util.Map<java.lang.String,Variant> attributes,
AttributeMode mode)
Update the value of this data item
|
startWriteValuegetInformation, handleListenerChange, notifyData, notifyData, setListenerpublic DataItemInputCommon(DataItemInformation info)
public DataItemInputCommon(java.lang.String name)
publicreadValue() throws InvalidOperationException
DataItemInvalidOperationException - Raised if "read" is not a valid operation for this itempublic java.util.Map<java.lang.String,Variant> getAttributes()
publicstartSetAttributes(java.util.Map<java.lang.String,Variant> attributes, OperationParameters operationParameters)
#getAttributeManager() to get the
attribute manager which allows you so tweak the
items attributes from the side of the item implementation.attributes - attributes to setpublic void updateData(Variant value,
java.util.Map<java.lang.String,Variant> attributes,
AttributeMode mode)
value - the new valueprotected java.util.Map<java.lang.String,Variant> getCacheAttributes()
getCacheAttributes in class DataItemBaseprotected Variant getCacheValue()
getCacheValue in class DataItemBase
Copyright (c) IBH SYSTEMS GmbH and others 2010, 2013.
All rights reserved. This program and the accompanying materials
are made available under the terms of the
Eclipse Public License v1.0