| Package | Description |
|---|---|
| org.eclipse.milo.opcua.sdk.server.nodes | |
| org.eclipse.milo.opcua.sdk.server.nodes.delegates | |
| org.eclipse.milo.opcua.sdk.server.util |
| Modifier and Type | Method and Description |
|---|---|
DataValue |
UaNode.getAttribute(AttributeContext context,
AttributeId attributeId) |
DataValue |
ServerNode.getAttribute(AttributeContext context,
AttributeId attributeId)
Get an attribute of this node, taking the
AttributeContext into account and respecting any
AttributeDelegate this node may have. |
default DataValue |
ServerNode.readAttribute(AttributeContext context,
AttributeId attributeId,
TimestampsToReturn timestamps,
String indexRange,
QualifiedName dataEncoding)
Read the specified attribute, applying
timestamps and indexRange if specified. |
default DataValue |
ServerNode.readAttribute(AttributeContext context,
UInteger attribute)
Read the specified attribute.
|
default DataValue |
ServerNode.readAttribute(AttributeContext context,
UInteger attribute,
TimestampsToReturn timestamps,
String indexRange,
QualifiedName dataEncoding)
Read the specified attribute.
|
void |
UaNode.setAttribute(AttributeContext context,
AttributeId attributeId,
DataValue value) |
void |
ServerNode.setAttribute(AttributeContext context,
AttributeId attributeId,
DataValue value)
Set an attribute of this node, taking the
AttributeContext into account and respecting any
AttributeDelegate this node may have. |
default void |
ServerNode.writeAttribute(AttributeContext context,
AttributeId attributeId,
DataValue value,
String indexRange)
Write to the specified attribute.
|
default void |
ServerNode.writeAttribute(AttributeContext context,
UInteger attribute,
DataValue value,
String indexRange)
Write to the specified attribute.
|
| Modifier and Type | Method and Description |
|---|---|
default UByte |
GetSetVariableNode.getAccessLevel(AttributeContext context,
VariableNode node) |
UByte |
DelegatingAttributeDelegate.getAccessLevel(AttributeContext context,
VariableNode node) |
default UInteger[] |
GetSetVariableNode.getArrayDimensions(AttributeContext context,
VariableNode node) |
UInteger[] |
DelegatingAttributeDelegate.getArrayDimensions(AttributeContext context,
VariableNode node) |
default UInteger[] |
GetSetVariableTypeNode.getArrayDimensions(AttributeContext context,
VariableTypeNode node) |
UInteger[] |
DelegatingAttributeDelegate.getArrayDimensions(AttributeContext context,
VariableTypeNode node) |
default DataValue |
AttributeDelegate.getAttribute(AttributeContext context,
Node node,
AttributeId attributeId) |
default DataValue |
GetSetBase.getBaseAttribute(AttributeContext context,
Node node,
AttributeId attributeId) |
default QualifiedName |
GetSetBase.getBrowseName(AttributeContext context,
Node node) |
QualifiedName |
DelegatingAttributeDelegate.getBrowseName(AttributeContext context,
Node node) |
default Boolean |
GetSetViewNode.getContainsNoLoops(AttributeContext context,
ViewNode node) |
Boolean |
DelegatingAttributeDelegate.getContainsNoLoops(AttributeContext context,
ViewNode node) |
default NodeId |
GetSetVariableNode.getDataType(AttributeContext context,
VariableNode node) |
NodeId |
DelegatingAttributeDelegate.getDataType(AttributeContext context,
VariableNode node) |
default NodeId |
GetSetVariableTypeNode.getDataType(AttributeContext context,
VariableTypeNode node) |
NodeId |
DelegatingAttributeDelegate.getDataType(AttributeContext context,
VariableTypeNode node) |
default DataValue |
GetSetDataTypeNode.getDataTypeAttribute(AttributeContext context,
DataTypeNode node,
AttributeId attributeId) |
default LocalizedText |
GetSetBase.getDescription(AttributeContext context,
Node node) |
LocalizedText |
DelegatingAttributeDelegate.getDescription(AttributeContext context,
Node node) |
default LocalizedText |
GetSetBase.getDisplayName(AttributeContext context,
Node node) |
LocalizedText |
DelegatingAttributeDelegate.getDisplayName(AttributeContext context,
Node node) |
default UByte |
GetSetObjectNode.getEventNotifier(AttributeContext context,
ObjectNode node) |
UByte |
DelegatingAttributeDelegate.getEventNotifier(AttributeContext context,
ObjectNode node) |
default UByte |
GetSetViewNode.getEventNotifier(AttributeContext context,
ViewNode node) |
UByte |
DelegatingAttributeDelegate.getEventNotifier(AttributeContext context,
ViewNode node) |
default Boolean |
GetSetVariableNode.getHistorizing(AttributeContext context,
VariableNode node) |
Boolean |
DelegatingAttributeDelegate.getHistorizing(AttributeContext context,
VariableNode node) |
default LocalizedText |
GetSetReferenceTypeNode.getInverseName(AttributeContext context,
ReferenceTypeNode node) |
LocalizedText |
DelegatingAttributeDelegate.getInverseName(AttributeContext context,
ReferenceTypeNode node) |
default Boolean |
GetSetDataTypeNode.getIsAbstract(AttributeContext context,
DataTypeNode node) |
Boolean |
DelegatingAttributeDelegate.getIsAbstract(AttributeContext context,
DataTypeNode node) |
default Boolean |
GetSetObjectTypeNode.getIsAbstract(AttributeContext context,
ObjectTypeNode node) |
Boolean |
DelegatingAttributeDelegate.getIsAbstract(AttributeContext context,
ObjectTypeNode node) |
default Boolean |
GetSetReferenceTypeNode.getIsAbstract(AttributeContext context,
ReferenceTypeNode node) |
Boolean |
DelegatingAttributeDelegate.getIsAbstract(AttributeContext context,
ReferenceTypeNode node) |
default Boolean |
GetSetVariableTypeNode.getIsAbstract(AttributeContext context,
VariableTypeNode node) |
Boolean |
DelegatingAttributeDelegate.getIsAbstract(AttributeContext context,
VariableTypeNode node) |
default DataValue |
GetSetMethodNode.getMethodAttribute(AttributeContext context,
MethodNode node,
AttributeId attributeId) |
default Double |
GetSetVariableNode.getMinimumSamplingInterval(AttributeContext context,
VariableNode node) |
Double |
DelegatingAttributeDelegate.getMinimumSamplingInterval(AttributeContext context,
VariableNode node) |
default NodeClass |
GetSetBase.getNodeClass(AttributeContext context,
Node node) |
NodeClass |
DelegatingAttributeDelegate.getNodeClass(AttributeContext context,
Node node) |
default NodeId |
GetSetBase.getNodeId(AttributeContext context,
Node node) |
NodeId |
DelegatingAttributeDelegate.getNodeId(AttributeContext context,
Node node) |
default DataValue |
GetSetObjectNode.getObjectAttribute(AttributeContext context,
ObjectNode node,
AttributeId attributeId) |
default DataValue |
GetSetObjectTypeNode.getObjectTypeAttribute(AttributeContext context,
ObjectTypeNode node,
AttributeId attributeId) |
default DataValue |
GetSetReferenceTypeNode.getReferenceTypeAttribute(AttributeContext context,
ReferenceTypeNode node,
AttributeId attributeId) |
default Boolean |
GetSetReferenceTypeNode.getSymmetric(AttributeContext context,
ReferenceTypeNode node) |
Boolean |
DelegatingAttributeDelegate.getSymmetric(AttributeContext context,
ReferenceTypeNode node) |
default UByte |
GetSetVariableNode.getUserAccessLevel(AttributeContext context,
VariableNode node) |
UByte |
DelegatingAttributeDelegate.getUserAccessLevel(AttributeContext context,
VariableNode node) |
default UInteger |
GetSetBase.getUserWriteMask(AttributeContext context,
Node node) |
UInteger |
DelegatingAttributeDelegate.getUserWriteMask(AttributeContext context,
Node node) |
default DataValue |
GetSetVariableNode.getValue(AttributeContext context,
VariableNode node) |
DataValue |
DelegatingAttributeDelegate.getValue(AttributeContext context,
VariableNode node) |
default DataValue |
GetSetVariableTypeNode.getValue(AttributeContext context,
VariableTypeNode node) |
DataValue |
DelegatingAttributeDelegate.getValue(AttributeContext context,
VariableTypeNode node) |
default Integer |
GetSetVariableNode.getValueRank(AttributeContext context,
VariableNode node) |
Integer |
DelegatingAttributeDelegate.getValueRank(AttributeContext context,
VariableNode node) |
default Integer |
GetSetVariableTypeNode.getValueRank(AttributeContext context,
VariableTypeNode node) |
Integer |
DelegatingAttributeDelegate.getValueRank(AttributeContext context,
VariableTypeNode node) |
default DataValue |
GetSetVariableNode.getVariableAttribute(AttributeContext context,
VariableNode node,
AttributeId attributeId) |
default DataValue |
GetSetVariableTypeNode.getVariableTypeAttribute(AttributeContext context,
VariableTypeNode node,
AttributeId attributeId) |
default DataValue |
GetSetViewNode.getViewAttribute(AttributeContext context,
ViewNode node,
AttributeId attributeId) |
default UInteger |
GetSetBase.getWriteMask(AttributeContext context,
Node node) |
UInteger |
DelegatingAttributeDelegate.getWriteMask(AttributeContext context,
Node node) |
default Boolean |
GetSetMethodNode.isExecutable(AttributeContext context,
MethodNode node) |
Boolean |
DelegatingAttributeDelegate.isExecutable(AttributeContext context,
MethodNode node) |
default Boolean |
GetSetMethodNode.isUserExecutable(AttributeContext context,
MethodNode node) |
Boolean |
DelegatingAttributeDelegate.isUserExecutable(AttributeContext context,
MethodNode node) |
default void |
GetSetVariableNode.setAccessLevel(AttributeContext context,
VariableNode node,
UByte accessLevel) |
void |
DelegatingAttributeDelegate.setAccessLevel(AttributeContext context,
VariableNode node,
UByte accessLevel) |
default void |
GetSetVariableNode.setArrayDimensions(AttributeContext context,
VariableNode node,
UInteger[] arrayDimensions) |
void |
DelegatingAttributeDelegate.setArrayDimensions(AttributeContext context,
VariableNode node,
UInteger[] arrayDimensions) |
default void |
GetSetVariableTypeNode.setArrayDimensions(AttributeContext context,
VariableTypeNode node,
UInteger[] arrayDimensions) |
void |
DelegatingAttributeDelegate.setArrayDimensions(AttributeContext context,
VariableTypeNode node,
UInteger[] arrayDimensions) |
default void |
AttributeDelegate.setAttribute(AttributeContext context,
Node node,
AttributeId attributeId,
DataValue value) |
default void |
GetSetBase.setBaseAttribute(AttributeContext context,
Node node,
AttributeId attributeId,
DataValue value) |
default void |
GetSetBase.setBrowseName(AttributeContext context,
Node node,
QualifiedName browseName) |
void |
DelegatingAttributeDelegate.setBrowseName(AttributeContext context,
Node node,
QualifiedName browseName) |
default void |
GetSetViewNode.setContainsNoLoops(AttributeContext context,
ViewNode node,
Boolean containsNoLoops) |
void |
DelegatingAttributeDelegate.setContainsNoLoops(AttributeContext context,
ViewNode node,
Boolean containsNoLoops) |
default void |
GetSetVariableNode.setDataType(AttributeContext context,
VariableNode node,
NodeId dataType) |
void |
DelegatingAttributeDelegate.setDataType(AttributeContext context,
VariableNode node,
NodeId dataType) |
default void |
GetSetVariableTypeNode.setDataType(AttributeContext context,
VariableTypeNode node,
NodeId dataType) |
void |
DelegatingAttributeDelegate.setDataType(AttributeContext context,
VariableTypeNode node,
NodeId dataType) |
default void |
GetSetDataTypeNode.setDataTypeAttribute(AttributeContext context,
DataTypeNode node,
AttributeId attributeId,
DataValue value) |
default void |
GetSetBase.setDescription(AttributeContext context,
Node node,
LocalizedText description) |
void |
DelegatingAttributeDelegate.setDescription(AttributeContext context,
Node node,
LocalizedText description) |
default void |
GetSetBase.setDisplayName(AttributeContext context,
Node node,
LocalizedText displayName) |
void |
DelegatingAttributeDelegate.setDisplayName(AttributeContext context,
Node node,
LocalizedText displayName) |
default void |
GetSetObjectNode.setEventNotifier(AttributeContext context,
ObjectNode node,
UByte eventNotifier) |
void |
DelegatingAttributeDelegate.setEventNotifier(AttributeContext context,
ObjectNode node,
UByte eventNotifier) |
default void |
GetSetViewNode.setEventNotifier(AttributeContext context,
ViewNode node,
UByte eventNotifier) |
void |
DelegatingAttributeDelegate.setEventNotifier(AttributeContext context,
ViewNode node,
UByte eventNotifier) |
default void |
GetSetMethodNode.setExecutable(AttributeContext context,
MethodNode node,
Boolean executable) |
void |
DelegatingAttributeDelegate.setExecutable(AttributeContext context,
MethodNode node,
Boolean executable) |
default void |
GetSetVariableNode.setHistorizing(AttributeContext context,
VariableNode node,
Boolean historizing) |
void |
DelegatingAttributeDelegate.setHistorizing(AttributeContext context,
VariableNode node,
Boolean historizing) |
default void |
GetSetReferenceTypeNode.setInverseName(AttributeContext context,
ReferenceTypeNode node,
LocalizedText inverseName) |
void |
DelegatingAttributeDelegate.setInverseName(AttributeContext context,
ReferenceTypeNode node,
LocalizedText inverseName) |
default void |
GetSetDataTypeNode.setIsAbstract(AttributeContext context,
DataTypeNode node,
Boolean isAbstract) |
void |
DelegatingAttributeDelegate.setIsAbstract(AttributeContext context,
DataTypeNode node,
Boolean isAbstract) |
default void |
GetSetObjectTypeNode.setIsAbstract(AttributeContext context,
ObjectTypeNode node,
Boolean isAbstract) |
void |
DelegatingAttributeDelegate.setIsAbstract(AttributeContext context,
ObjectTypeNode node,
Boolean isAbstract) |
default void |
GetSetReferenceTypeNode.setIsAbstract(AttributeContext context,
ReferenceTypeNode node,
Boolean isAbstract) |
void |
DelegatingAttributeDelegate.setIsAbstract(AttributeContext context,
ReferenceTypeNode node,
Boolean isAbstract) |
default void |
GetSetVariableTypeNode.setIsAbstract(AttributeContext context,
VariableTypeNode node,
Boolean isAbstract) |
void |
DelegatingAttributeDelegate.setIsAbstract(AttributeContext context,
VariableTypeNode node,
Boolean isAbstract) |
default void |
GetSetMethodNode.setMethodAttribute(AttributeContext context,
MethodNode node,
AttributeId attributeId,
DataValue value) |
default void |
GetSetVariableNode.setMinimumSamplingInterval(AttributeContext context,
VariableNode node,
Double minimumSamplingInterval) |
void |
DelegatingAttributeDelegate.setMinimumSamplingInterval(AttributeContext context,
VariableNode node,
Double minimumSamplingInterval) |
default void |
GetSetBase.setNodeClass(AttributeContext context,
Node node,
NodeClass nodeClass) |
void |
DelegatingAttributeDelegate.setNodeClass(AttributeContext context,
Node node,
NodeClass nodeClass) |
default void |
GetSetBase.setNodeId(AttributeContext context,
Node node,
NodeId nodeId) |
void |
DelegatingAttributeDelegate.setNodeId(AttributeContext context,
Node node,
NodeId nodeId) |
default void |
GetSetObjectNode.setObjectAttribute(AttributeContext context,
ObjectNode node,
AttributeId attributeId,
DataValue value) |
default void |
GetSetObjectTypeNode.setObjectTypeAttribute(AttributeContext context,
ObjectTypeNode node,
AttributeId attributeId,
DataValue value) |
default void |
GetSetReferenceTypeNode.setReferenceTypeAttribute(AttributeContext context,
ReferenceTypeNode node,
AttributeId attributeId,
DataValue value) |
default void |
GetSetReferenceTypeNode.setSymmetric(AttributeContext context,
ReferenceTypeNode node,
Boolean symmetric) |
void |
DelegatingAttributeDelegate.setSymmetric(AttributeContext context,
ReferenceTypeNode node,
Boolean symmetric) |
default void |
GetSetVariableNode.setUserAccessLevel(AttributeContext context,
VariableNode node,
UByte userAccessLevel) |
void |
DelegatingAttributeDelegate.setUserAccessLevel(AttributeContext context,
VariableNode node,
UByte userAccessLevel) |
default void |
GetSetMethodNode.setUserExecutable(AttributeContext context,
MethodNode node,
Boolean userExecutable) |
void |
DelegatingAttributeDelegate.setUserExecutable(AttributeContext context,
MethodNode node,
Boolean userExecutable) |
default void |
GetSetBase.setUserWriteMask(AttributeContext context,
Node node,
UInteger userWriteMask) |
void |
DelegatingAttributeDelegate.setUserWriteMask(AttributeContext context,
Node node,
UInteger userWriteMask) |
default void |
GetSetVariableNode.setValue(AttributeContext context,
VariableNode node,
DataValue value) |
void |
DelegatingAttributeDelegate.setValue(AttributeContext context,
VariableNode node,
DataValue value) |
default void |
GetSetVariableTypeNode.setValue(AttributeContext context,
VariableTypeNode node,
DataValue value) |
void |
DelegatingAttributeDelegate.setValue(AttributeContext context,
VariableTypeNode node,
DataValue value) |
default void |
GetSetVariableNode.setValueRank(AttributeContext context,
VariableNode node,
Integer valueRank) |
void |
DelegatingAttributeDelegate.setValueRank(AttributeContext context,
VariableNode node,
Integer valueRank) |
default void |
GetSetVariableTypeNode.setValueRank(AttributeContext context,
VariableTypeNode node,
Integer valueRank) |
void |
DelegatingAttributeDelegate.setValueRank(AttributeContext context,
VariableTypeNode node,
Integer valueRank) |
default void |
GetSetVariableNode.setVariableAttribute(AttributeContext context,
VariableNode node,
AttributeId attributeId,
DataValue value) |
default void |
GetSetVariableTypeNode.setVariableTypeAttribute(AttributeContext context,
VariableTypeNode node,
AttributeId attributeId,
DataValue value) |
default void |
GetSetViewNode.setViewAttribute(AttributeContext context,
ViewNode node,
AttributeId attributeId,
DataValue value) |
default void |
GetSetBase.setWriteMask(AttributeContext context,
Node node,
UInteger writeMask) |
void |
DelegatingAttributeDelegate.setWriteMask(AttributeContext context,
Node node,
UInteger writeMask) |
| Modifier and Type | Method and Description |
|---|---|
static Set<AccessLevel> |
AttributeUtil.getAccessLevels(ServerNode node,
AttributeContext context) |
static Set<AccessLevel> |
AttributeUtil.getUserAccessLevels(ServerNode node,
AttributeContext context) |
static Set<WriteMask> |
AttributeUtil.getUserWriteMasks(ServerNode node,
AttributeContext internalContext) |
static Set<WriteMask> |
AttributeUtil.getWriteMasks(ServerNode node,
AttributeContext internalContext) |
static DataValue |
AttributeReader.readAttribute(AttributeContext context,
ServerNode node,
AttributeId attributeId,
TimestampsToReturn timestamps,
String indexRange,
QualifiedName dataEncoding) |
static void |
AttributeWriter.writeAttribute(AttributeContext context,
ServerNode node,
AttributeId attributeId,
DataValue value,
String indexRange) |
Copyright © 2018. All rights reserved.