public interface HistoryServerCapabilitiesType extends BaseObjectType
| Modifier and Type | Field and Description |
|---|---|
static QualifiedProperty<Boolean> |
ACCESS_HISTORY_DATA_CAPABILITY |
static QualifiedProperty<Boolean> |
ACCESS_HISTORY_EVENTS_CAPABILITY |
static QualifiedProperty<Boolean> |
DELETE_AT_TIME_CAPABILITY |
static QualifiedProperty<Boolean> |
DELETE_EVENT_CAPABILITY |
static QualifiedProperty<Boolean> |
DELETE_RAW_CAPABILITY |
static QualifiedProperty<Boolean> |
INSERT_ANNOTATION_CAPABILITY |
static QualifiedProperty<Boolean> |
INSERT_DATA_CAPABILITY |
static QualifiedProperty<Boolean> |
INSERT_EVENT_CAPABILITY |
static QualifiedProperty<org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger> |
MAX_RETURN_DATA_VALUES |
static QualifiedProperty<org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger> |
MAX_RETURN_EVENT_VALUES |
static QualifiedProperty<Boolean> |
REPLACE_DATA_CAPABILITY |
static QualifiedProperty<Boolean> |
REPLACE_EVENT_CAPABILITY |
static QualifiedProperty<Boolean> |
UPDATE_DATA_CAPABILITY |
static QualifiedProperty<Boolean> |
UPDATE_EVENT_CAPABILITY |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getAccessHistoryDataCapability()
Get the local value of the AccessHistoryDataCapability Node.
|
PropertyType |
getAccessHistoryDataCapabilityNode()
Get the AccessHistoryDataCapability
PropertyType Node, or null if it does not exist. |
CompletableFuture<? extends PropertyType> |
getAccessHistoryDataCapabilityNodeAsync()
Asynchronous implementation of
getAccessHistoryDataCapabilityNode(). |
Boolean |
getAccessHistoryEventsCapability()
Get the local value of the AccessHistoryEventsCapability Node.
|
PropertyType |
getAccessHistoryEventsCapabilityNode()
Get the AccessHistoryEventsCapability
PropertyType Node, or null if it does not exist. |
CompletableFuture<? extends PropertyType> |
getAccessHistoryEventsCapabilityNodeAsync()
Asynchronous implementation of
getAccessHistoryEventsCapabilityNode(). |
FolderType |
getAggregateFunctionsNode()
Get the AggregateFunctions
FolderType Node, or null if it does not exist. |
CompletableFuture<? extends FolderType> |
getAggregateFunctionsNodeAsync()
Asynchronous implementation of
getAggregateFunctionsNode(). |
Boolean |
getDeleteAtTimeCapability()
Get the local value of the DeleteAtTimeCapability Node.
|
PropertyType |
getDeleteAtTimeCapabilityNode()
Get the DeleteAtTimeCapability
PropertyType Node, or null if it does not exist. |
CompletableFuture<? extends PropertyType> |
getDeleteAtTimeCapabilityNodeAsync()
Asynchronous implementation of
getDeleteAtTimeCapabilityNode(). |
Boolean |
getDeleteEventCapability()
Get the local value of the DeleteEventCapability Node.
|
PropertyType |
getDeleteEventCapabilityNode()
Get the DeleteEventCapability
PropertyType Node, or null if it does not exist. |
CompletableFuture<? extends PropertyType> |
getDeleteEventCapabilityNodeAsync()
Asynchronous implementation of
getDeleteEventCapabilityNode(). |
Boolean |
getDeleteRawCapability()
Get the local value of the DeleteRawCapability Node.
|
PropertyType |
getDeleteRawCapabilityNode()
Get the DeleteRawCapability
PropertyType Node, or null if it does not exist. |
CompletableFuture<? extends PropertyType> |
getDeleteRawCapabilityNodeAsync()
Asynchronous implementation of
getDeleteRawCapabilityNode(). |
Boolean |
getInsertAnnotationCapability()
Get the local value of the InsertAnnotationCapability Node.
|
PropertyType |
getInsertAnnotationCapabilityNode()
Get the InsertAnnotationCapability
PropertyType Node, or null if it does not exist. |
CompletableFuture<? extends PropertyType> |
getInsertAnnotationCapabilityNodeAsync()
Asynchronous implementation of
getInsertAnnotationCapabilityNode(). |
Boolean |
getInsertDataCapability()
Get the local value of the InsertDataCapability Node.
|
PropertyType |
getInsertDataCapabilityNode()
Get the InsertDataCapability
PropertyType Node, or null if it does not exist. |
CompletableFuture<? extends PropertyType> |
getInsertDataCapabilityNodeAsync()
Asynchronous implementation of
getInsertDataCapabilityNode(). |
Boolean |
getInsertEventCapability()
Get the local value of the InsertEventCapability Node.
|
PropertyType |
getInsertEventCapabilityNode()
Get the InsertEventCapability
PropertyType Node, or null if it does not exist. |
CompletableFuture<? extends PropertyType> |
getInsertEventCapabilityNodeAsync()
Asynchronous implementation of
getInsertEventCapabilityNode(). |
org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger |
getMaxReturnDataValues()
Get the local value of the MaxReturnDataValues Node.
|
PropertyType |
getMaxReturnDataValuesNode()
Get the MaxReturnDataValues
PropertyType Node, or null if it does not exist. |
CompletableFuture<? extends PropertyType> |
getMaxReturnDataValuesNodeAsync()
Asynchronous implementation of
getMaxReturnDataValuesNode(). |
org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger |
getMaxReturnEventValues()
Get the local value of the MaxReturnEventValues Node.
|
PropertyType |
getMaxReturnEventValuesNode()
Get the MaxReturnEventValues
PropertyType Node, or null if it does not exist. |
CompletableFuture<? extends PropertyType> |
getMaxReturnEventValuesNodeAsync()
Asynchronous implementation of
getMaxReturnEventValuesNode(). |
Boolean |
getReplaceDataCapability()
Get the local value of the ReplaceDataCapability Node.
|
PropertyType |
getReplaceDataCapabilityNode()
Get the ReplaceDataCapability
PropertyType Node, or null if it does not exist. |
CompletableFuture<? extends PropertyType> |
getReplaceDataCapabilityNodeAsync()
Asynchronous implementation of
getReplaceDataCapabilityNode(). |
Boolean |
getReplaceEventCapability()
Get the local value of the ReplaceEventCapability Node.
|
PropertyType |
getReplaceEventCapabilityNode()
Get the ReplaceEventCapability
PropertyType Node, or null if it does not exist. |
CompletableFuture<? extends PropertyType> |
getReplaceEventCapabilityNodeAsync()
Asynchronous implementation of
getReplaceEventCapabilityNode(). |
Boolean |
getUpdateDataCapability()
Get the local value of the UpdateDataCapability Node.
|
PropertyType |
getUpdateDataCapabilityNode()
Get the UpdateDataCapability
PropertyType Node, or null if it does not exist. |
CompletableFuture<? extends PropertyType> |
getUpdateDataCapabilityNodeAsync()
Asynchronous implementation of
getUpdateDataCapabilityNode(). |
Boolean |
getUpdateEventCapability()
Get the local value of the UpdateEventCapability Node.
|
PropertyType |
getUpdateEventCapabilityNode()
Get the UpdateEventCapability
PropertyType Node, or null if it does not exist. |
CompletableFuture<? extends PropertyType> |
getUpdateEventCapabilityNodeAsync()
Asynchronous implementation of
getUpdateEventCapabilityNode(). |
Boolean |
readAccessHistoryDataCapability()
Read the value of the AccessHistoryDataCapability Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends Boolean> |
readAccessHistoryDataCapabilityAsync()
An asynchronous implementation of
readAccessHistoryDataCapability(). |
Boolean |
readAccessHistoryEventsCapability()
Read the value of the AccessHistoryEventsCapability Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends Boolean> |
readAccessHistoryEventsCapabilityAsync()
An asynchronous implementation of
readAccessHistoryEventsCapability(). |
Boolean |
readDeleteAtTimeCapability()
Read the value of the DeleteAtTimeCapability Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends Boolean> |
readDeleteAtTimeCapabilityAsync()
An asynchronous implementation of
readDeleteAtTimeCapability(). |
Boolean |
readDeleteEventCapability()
Read the value of the DeleteEventCapability Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends Boolean> |
readDeleteEventCapabilityAsync()
An asynchronous implementation of
readDeleteEventCapability(). |
Boolean |
readDeleteRawCapability()
Read the value of the DeleteRawCapability Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends Boolean> |
readDeleteRawCapabilityAsync()
An asynchronous implementation of
readDeleteRawCapability(). |
Boolean |
readInsertAnnotationCapability()
Read the value of the InsertAnnotationCapability Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends Boolean> |
readInsertAnnotationCapabilityAsync()
An asynchronous implementation of
readInsertAnnotationCapability(). |
Boolean |
readInsertDataCapability()
Read the value of the InsertDataCapability Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends Boolean> |
readInsertDataCapabilityAsync()
An asynchronous implementation of
readInsertDataCapability(). |
Boolean |
readInsertEventCapability()
Read the value of the InsertEventCapability Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends Boolean> |
readInsertEventCapabilityAsync()
An asynchronous implementation of
readInsertEventCapability(). |
org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger |
readMaxReturnDataValues()
Read the value of the MaxReturnDataValues Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger> |
readMaxReturnDataValuesAsync()
An asynchronous implementation of
readMaxReturnDataValues(). |
org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger |
readMaxReturnEventValues()
Read the value of the MaxReturnEventValues Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger> |
readMaxReturnEventValuesAsync()
An asynchronous implementation of
readMaxReturnEventValues(). |
Boolean |
readReplaceDataCapability()
Read the value of the ReplaceDataCapability Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends Boolean> |
readReplaceDataCapabilityAsync()
An asynchronous implementation of
readReplaceDataCapability(). |
Boolean |
readReplaceEventCapability()
Read the value of the ReplaceEventCapability Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends Boolean> |
readReplaceEventCapabilityAsync()
An asynchronous implementation of
readReplaceEventCapability(). |
Boolean |
readUpdateDataCapability()
Read the value of the UpdateDataCapability Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends Boolean> |
readUpdateDataCapabilityAsync()
An asynchronous implementation of
readUpdateDataCapability(). |
Boolean |
readUpdateEventCapability()
Read the value of the UpdateEventCapability Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends Boolean> |
readUpdateEventCapabilityAsync()
An asynchronous implementation of
readUpdateEventCapability(). |
void |
setAccessHistoryDataCapability(Boolean accessHistoryDataCapability)
Set the local value of the AccessHistoryDataCapability Node.
|
void |
setAccessHistoryEventsCapability(Boolean accessHistoryEventsCapability)
Set the local value of the AccessHistoryEventsCapability Node.
|
void |
setDeleteAtTimeCapability(Boolean deleteAtTimeCapability)
Set the local value of the DeleteAtTimeCapability Node.
|
void |
setDeleteEventCapability(Boolean deleteEventCapability)
Set the local value of the DeleteEventCapability Node.
|
void |
setDeleteRawCapability(Boolean deleteRawCapability)
Set the local value of the DeleteRawCapability Node.
|
void |
setInsertAnnotationCapability(Boolean insertAnnotationCapability)
Set the local value of the InsertAnnotationCapability Node.
|
void |
setInsertDataCapability(Boolean insertDataCapability)
Set the local value of the InsertDataCapability Node.
|
void |
setInsertEventCapability(Boolean insertEventCapability)
Set the local value of the InsertEventCapability Node.
|
void |
setMaxReturnDataValues(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger maxReturnDataValues)
Set the local value of the MaxReturnDataValues Node.
|
void |
setMaxReturnEventValues(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger maxReturnEventValues)
Set the local value of the MaxReturnEventValues Node.
|
void |
setReplaceDataCapability(Boolean replaceDataCapability)
Set the local value of the ReplaceDataCapability Node.
|
void |
setReplaceEventCapability(Boolean replaceEventCapability)
Set the local value of the ReplaceEventCapability Node.
|
void |
setUpdateDataCapability(Boolean updateDataCapability)
Set the local value of the UpdateDataCapability Node.
|
void |
setUpdateEventCapability(Boolean updateEventCapability)
Set the local value of the UpdateEventCapability Node.
|
void |
writeAccessHistoryDataCapability(Boolean accessHistoryDataCapability)
Write a new value for the AccessHistoryDataCapability Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeAccessHistoryDataCapabilityAsync(Boolean accessHistoryDataCapability)
An asynchronous implementation of
writeAccessHistoryDataCapability(Boolean). |
void |
writeAccessHistoryEventsCapability(Boolean accessHistoryEventsCapability)
Write a new value for the AccessHistoryEventsCapability Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeAccessHistoryEventsCapabilityAsync(Boolean accessHistoryEventsCapability)
An asynchronous implementation of
writeAccessHistoryEventsCapability(Boolean). |
void |
writeDeleteAtTimeCapability(Boolean deleteAtTimeCapability)
Write a new value for the DeleteAtTimeCapability Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeDeleteAtTimeCapabilityAsync(Boolean deleteAtTimeCapability)
An asynchronous implementation of
writeDeleteAtTimeCapability(Boolean). |
void |
writeDeleteEventCapability(Boolean deleteEventCapability)
Write a new value for the DeleteEventCapability Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeDeleteEventCapabilityAsync(Boolean deleteEventCapability)
An asynchronous implementation of
writeDeleteEventCapability(Boolean). |
void |
writeDeleteRawCapability(Boolean deleteRawCapability)
Write a new value for the DeleteRawCapability Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeDeleteRawCapabilityAsync(Boolean deleteRawCapability)
An asynchronous implementation of
writeDeleteRawCapability(Boolean). |
void |
writeInsertAnnotationCapability(Boolean insertAnnotationCapability)
Write a new value for the InsertAnnotationCapability Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeInsertAnnotationCapabilityAsync(Boolean insertAnnotationCapability)
An asynchronous implementation of
writeInsertAnnotationCapability(Boolean). |
void |
writeInsertDataCapability(Boolean insertDataCapability)
Write a new value for the InsertDataCapability Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeInsertDataCapabilityAsync(Boolean insertDataCapability)
An asynchronous implementation of
writeInsertDataCapability(Boolean). |
void |
writeInsertEventCapability(Boolean insertEventCapability)
Write a new value for the InsertEventCapability Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeInsertEventCapabilityAsync(Boolean insertEventCapability)
An asynchronous implementation of
writeInsertEventCapability(Boolean). |
void |
writeMaxReturnDataValues(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger maxReturnDataValues)
Write a new value for the MaxReturnDataValues Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeMaxReturnDataValuesAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger maxReturnDataValues)
An asynchronous implementation of
writeMaxReturnDataValues(UInteger). |
void |
writeMaxReturnEventValues(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger maxReturnEventValues)
Write a new value for the MaxReturnEventValues Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeMaxReturnEventValuesAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger maxReturnEventValues)
An asynchronous implementation of
writeMaxReturnEventValues(UInteger). |
void |
writeReplaceDataCapability(Boolean replaceDataCapability)
Write a new value for the ReplaceDataCapability Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeReplaceDataCapabilityAsync(Boolean replaceDataCapability)
An asynchronous implementation of
writeReplaceDataCapability(Boolean). |
void |
writeReplaceEventCapability(Boolean replaceEventCapability)
Write a new value for the ReplaceEventCapability Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeReplaceEventCapabilityAsync(Boolean replaceEventCapability)
An asynchronous implementation of
writeReplaceEventCapability(Boolean). |
void |
writeUpdateDataCapability(Boolean updateDataCapability)
Write a new value for the UpdateDataCapability Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeUpdateDataCapabilityAsync(Boolean updateDataCapability)
An asynchronous implementation of
writeUpdateDataCapability(Boolean). |
void |
writeUpdateEventCapability(Boolean updateEventCapability)
Write a new value for the UpdateEventCapability Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeUpdateEventCapabilityAsync(Boolean updateEventCapability)
An asynchronous implementation of
writeUpdateEventCapability(Boolean). |
getEventNotifier, setEventNotifiergetBrowseName, getDescription, getDisplayName, getNodeClass, getNodeId, getUserWriteMask, getWriteMask, setBrowseName, setDescription, setDisplayName, setNodeClass, setNodeId, setUserWriteMask, setWriteMaskstatic final QualifiedProperty<Boolean> ACCESS_HISTORY_DATA_CAPABILITY
static final QualifiedProperty<Boolean> ACCESS_HISTORY_EVENTS_CAPABILITY
static final QualifiedProperty<org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger> MAX_RETURN_DATA_VALUES
static final QualifiedProperty<org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger> MAX_RETURN_EVENT_VALUES
static final QualifiedProperty<Boolean> INSERT_DATA_CAPABILITY
static final QualifiedProperty<Boolean> REPLACE_DATA_CAPABILITY
static final QualifiedProperty<Boolean> UPDATE_DATA_CAPABILITY
static final QualifiedProperty<Boolean> DELETE_RAW_CAPABILITY
static final QualifiedProperty<Boolean> DELETE_AT_TIME_CAPABILITY
static final QualifiedProperty<Boolean> INSERT_EVENT_CAPABILITY
static final QualifiedProperty<Boolean> REPLACE_EVENT_CAPABILITY
static final QualifiedProperty<Boolean> UPDATE_EVENT_CAPABILITY
static final QualifiedProperty<Boolean> DELETE_EVENT_CAPABILITY
static final QualifiedProperty<Boolean> INSERT_ANNOTATION_CAPABILITY
Boolean getAccessHistoryDataCapability() throws org.eclipse.milo.opcua.stack.core.UaException
The returned value is the last seen; it is not read live from the server.
org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the AccessHistoryDataCapability Node.void setAccessHistoryDataCapability(Boolean accessHistoryDataCapability) throws org.eclipse.milo.opcua.stack.core.UaException
The value is only updated locally; it is not written to the server.
accessHistoryDataCapability - the local value to set for the AccessHistoryDataCapability Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the AccessHistoryDataCapability Node.Boolean readAccessHistoryDataCapability() throws org.eclipse.milo.opcua.stack.core.UaException
Boolean value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.void writeAccessHistoryDataCapability(Boolean accessHistoryDataCapability) throws org.eclipse.milo.opcua.stack.core.UaException
accessHistoryDataCapability - the Boolean value to write to the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.CompletableFuture<? extends Boolean> readAccessHistoryDataCapabilityAsync()
readAccessHistoryDataCapability().CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeAccessHistoryDataCapabilityAsync(Boolean accessHistoryDataCapability)
writeAccessHistoryDataCapability(Boolean).PropertyType getAccessHistoryDataCapabilityNode() throws org.eclipse.milo.opcua.stack.core.UaException
PropertyType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
PropertyType Node, or null if it does not exist.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the Node.CompletableFuture<? extends PropertyType> getAccessHistoryDataCapabilityNodeAsync()
getAccessHistoryDataCapabilityNode().Boolean getAccessHistoryEventsCapability() throws org.eclipse.milo.opcua.stack.core.UaException
The returned value is the last seen; it is not read live from the server.
org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the AccessHistoryEventsCapability Node.void setAccessHistoryEventsCapability(Boolean accessHistoryEventsCapability) throws org.eclipse.milo.opcua.stack.core.UaException
The value is only updated locally; it is not written to the server.
accessHistoryEventsCapability - the local value to set for the AccessHistoryEventsCapability Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the AccessHistoryEventsCapability Node.Boolean readAccessHistoryEventsCapability() throws org.eclipse.milo.opcua.stack.core.UaException
Boolean value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.void writeAccessHistoryEventsCapability(Boolean accessHistoryEventsCapability) throws org.eclipse.milo.opcua.stack.core.UaException
accessHistoryEventsCapability - the Boolean value to write to the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.CompletableFuture<? extends Boolean> readAccessHistoryEventsCapabilityAsync()
readAccessHistoryEventsCapability().CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeAccessHistoryEventsCapabilityAsync(Boolean accessHistoryEventsCapability)
writeAccessHistoryEventsCapability(Boolean).PropertyType getAccessHistoryEventsCapabilityNode() throws org.eclipse.milo.opcua.stack.core.UaException
PropertyType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
PropertyType Node, or null if it does not exist.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the Node.CompletableFuture<? extends PropertyType> getAccessHistoryEventsCapabilityNodeAsync()
getAccessHistoryEventsCapabilityNode().org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger getMaxReturnDataValues()
throws org.eclipse.milo.opcua.stack.core.UaException
The returned value is the last seen; it is not read live from the server.
org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the MaxReturnDataValues Node.void setMaxReturnDataValues(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger maxReturnDataValues)
throws org.eclipse.milo.opcua.stack.core.UaException
The value is only updated locally; it is not written to the server.
maxReturnDataValues - the local value to set for the MaxReturnDataValues Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the MaxReturnDataValues Node.org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger readMaxReturnDataValues()
throws org.eclipse.milo.opcua.stack.core.UaException
UInteger value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.void writeMaxReturnDataValues(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger maxReturnDataValues)
throws org.eclipse.milo.opcua.stack.core.UaException
maxReturnDataValues - the UInteger value to write to the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger> readMaxReturnDataValuesAsync()
readMaxReturnDataValues().CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeMaxReturnDataValuesAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger maxReturnDataValues)
writeMaxReturnDataValues(UInteger).PropertyType getMaxReturnDataValuesNode() throws org.eclipse.milo.opcua.stack.core.UaException
PropertyType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
PropertyType Node, or null if it does not exist.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the Node.CompletableFuture<? extends PropertyType> getMaxReturnDataValuesNodeAsync()
getMaxReturnDataValuesNode().org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger getMaxReturnEventValues()
throws org.eclipse.milo.opcua.stack.core.UaException
The returned value is the last seen; it is not read live from the server.
org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the MaxReturnEventValues Node.void setMaxReturnEventValues(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger maxReturnEventValues)
throws org.eclipse.milo.opcua.stack.core.UaException
The value is only updated locally; it is not written to the server.
maxReturnEventValues - the local value to set for the MaxReturnEventValues Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the MaxReturnEventValues Node.org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger readMaxReturnEventValues()
throws org.eclipse.milo.opcua.stack.core.UaException
UInteger value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.void writeMaxReturnEventValues(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger maxReturnEventValues)
throws org.eclipse.milo.opcua.stack.core.UaException
maxReturnEventValues - the UInteger value to write to the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger> readMaxReturnEventValuesAsync()
readMaxReturnEventValues().CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeMaxReturnEventValuesAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger maxReturnEventValues)
writeMaxReturnEventValues(UInteger).PropertyType getMaxReturnEventValuesNode() throws org.eclipse.milo.opcua.stack.core.UaException
PropertyType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
PropertyType Node, or null if it does not exist.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the Node.CompletableFuture<? extends PropertyType> getMaxReturnEventValuesNodeAsync()
getMaxReturnEventValuesNode().Boolean getInsertDataCapability() throws org.eclipse.milo.opcua.stack.core.UaException
The returned value is the last seen; it is not read live from the server.
org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the InsertDataCapability Node.void setInsertDataCapability(Boolean insertDataCapability) throws org.eclipse.milo.opcua.stack.core.UaException
The value is only updated locally; it is not written to the server.
insertDataCapability - the local value to set for the InsertDataCapability Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the InsertDataCapability Node.Boolean readInsertDataCapability() throws org.eclipse.milo.opcua.stack.core.UaException
Boolean value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.void writeInsertDataCapability(Boolean insertDataCapability) throws org.eclipse.milo.opcua.stack.core.UaException
insertDataCapability - the Boolean value to write to the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.CompletableFuture<? extends Boolean> readInsertDataCapabilityAsync()
readInsertDataCapability().CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeInsertDataCapabilityAsync(Boolean insertDataCapability)
writeInsertDataCapability(Boolean).PropertyType getInsertDataCapabilityNode() throws org.eclipse.milo.opcua.stack.core.UaException
PropertyType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
PropertyType Node, or null if it does not exist.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the Node.CompletableFuture<? extends PropertyType> getInsertDataCapabilityNodeAsync()
getInsertDataCapabilityNode().Boolean getReplaceDataCapability() throws org.eclipse.milo.opcua.stack.core.UaException
The returned value is the last seen; it is not read live from the server.
org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the ReplaceDataCapability Node.void setReplaceDataCapability(Boolean replaceDataCapability) throws org.eclipse.milo.opcua.stack.core.UaException
The value is only updated locally; it is not written to the server.
replaceDataCapability - the local value to set for the ReplaceDataCapability Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the ReplaceDataCapability Node.Boolean readReplaceDataCapability() throws org.eclipse.milo.opcua.stack.core.UaException
Boolean value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.void writeReplaceDataCapability(Boolean replaceDataCapability) throws org.eclipse.milo.opcua.stack.core.UaException
replaceDataCapability - the Boolean value to write to the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.CompletableFuture<? extends Boolean> readReplaceDataCapabilityAsync()
readReplaceDataCapability().CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeReplaceDataCapabilityAsync(Boolean replaceDataCapability)
writeReplaceDataCapability(Boolean).PropertyType getReplaceDataCapabilityNode() throws org.eclipse.milo.opcua.stack.core.UaException
PropertyType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
PropertyType Node, or null if it does not exist.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the Node.CompletableFuture<? extends PropertyType> getReplaceDataCapabilityNodeAsync()
getReplaceDataCapabilityNode().Boolean getUpdateDataCapability() throws org.eclipse.milo.opcua.stack.core.UaException
The returned value is the last seen; it is not read live from the server.
org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the UpdateDataCapability Node.void setUpdateDataCapability(Boolean updateDataCapability) throws org.eclipse.milo.opcua.stack.core.UaException
The value is only updated locally; it is not written to the server.
updateDataCapability - the local value to set for the UpdateDataCapability Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the UpdateDataCapability Node.Boolean readUpdateDataCapability() throws org.eclipse.milo.opcua.stack.core.UaException
Boolean value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.void writeUpdateDataCapability(Boolean updateDataCapability) throws org.eclipse.milo.opcua.stack.core.UaException
updateDataCapability - the Boolean value to write to the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.CompletableFuture<? extends Boolean> readUpdateDataCapabilityAsync()
readUpdateDataCapability().CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeUpdateDataCapabilityAsync(Boolean updateDataCapability)
writeUpdateDataCapability(Boolean).PropertyType getUpdateDataCapabilityNode() throws org.eclipse.milo.opcua.stack.core.UaException
PropertyType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
PropertyType Node, or null if it does not exist.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the Node.CompletableFuture<? extends PropertyType> getUpdateDataCapabilityNodeAsync()
getUpdateDataCapabilityNode().Boolean getDeleteRawCapability() throws org.eclipse.milo.opcua.stack.core.UaException
The returned value is the last seen; it is not read live from the server.
org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the DeleteRawCapability Node.void setDeleteRawCapability(Boolean deleteRawCapability) throws org.eclipse.milo.opcua.stack.core.UaException
The value is only updated locally; it is not written to the server.
deleteRawCapability - the local value to set for the DeleteRawCapability Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the DeleteRawCapability Node.Boolean readDeleteRawCapability() throws org.eclipse.milo.opcua.stack.core.UaException
Boolean value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.void writeDeleteRawCapability(Boolean deleteRawCapability) throws org.eclipse.milo.opcua.stack.core.UaException
deleteRawCapability - the Boolean value to write to the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.CompletableFuture<? extends Boolean> readDeleteRawCapabilityAsync()
readDeleteRawCapability().CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeDeleteRawCapabilityAsync(Boolean deleteRawCapability)
writeDeleteRawCapability(Boolean).PropertyType getDeleteRawCapabilityNode() throws org.eclipse.milo.opcua.stack.core.UaException
PropertyType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
PropertyType Node, or null if it does not exist.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the Node.CompletableFuture<? extends PropertyType> getDeleteRawCapabilityNodeAsync()
getDeleteRawCapabilityNode().Boolean getDeleteAtTimeCapability() throws org.eclipse.milo.opcua.stack.core.UaException
The returned value is the last seen; it is not read live from the server.
org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the DeleteAtTimeCapability Node.void setDeleteAtTimeCapability(Boolean deleteAtTimeCapability) throws org.eclipse.milo.opcua.stack.core.UaException
The value is only updated locally; it is not written to the server.
deleteAtTimeCapability - the local value to set for the DeleteAtTimeCapability Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the DeleteAtTimeCapability Node.Boolean readDeleteAtTimeCapability() throws org.eclipse.milo.opcua.stack.core.UaException
Boolean value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.void writeDeleteAtTimeCapability(Boolean deleteAtTimeCapability) throws org.eclipse.milo.opcua.stack.core.UaException
deleteAtTimeCapability - the Boolean value to write to the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.CompletableFuture<? extends Boolean> readDeleteAtTimeCapabilityAsync()
readDeleteAtTimeCapability().CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeDeleteAtTimeCapabilityAsync(Boolean deleteAtTimeCapability)
writeDeleteAtTimeCapability(Boolean).PropertyType getDeleteAtTimeCapabilityNode() throws org.eclipse.milo.opcua.stack.core.UaException
PropertyType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
PropertyType Node, or null if it does not exist.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the Node.CompletableFuture<? extends PropertyType> getDeleteAtTimeCapabilityNodeAsync()
getDeleteAtTimeCapabilityNode().Boolean getInsertEventCapability() throws org.eclipse.milo.opcua.stack.core.UaException
The returned value is the last seen; it is not read live from the server.
org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the InsertEventCapability Node.void setInsertEventCapability(Boolean insertEventCapability) throws org.eclipse.milo.opcua.stack.core.UaException
The value is only updated locally; it is not written to the server.
insertEventCapability - the local value to set for the InsertEventCapability Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the InsertEventCapability Node.Boolean readInsertEventCapability() throws org.eclipse.milo.opcua.stack.core.UaException
Boolean value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.void writeInsertEventCapability(Boolean insertEventCapability) throws org.eclipse.milo.opcua.stack.core.UaException
insertEventCapability - the Boolean value to write to the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.CompletableFuture<? extends Boolean> readInsertEventCapabilityAsync()
readInsertEventCapability().CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeInsertEventCapabilityAsync(Boolean insertEventCapability)
writeInsertEventCapability(Boolean).PropertyType getInsertEventCapabilityNode() throws org.eclipse.milo.opcua.stack.core.UaException
PropertyType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
PropertyType Node, or null if it does not exist.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the Node.CompletableFuture<? extends PropertyType> getInsertEventCapabilityNodeAsync()
getInsertEventCapabilityNode().Boolean getReplaceEventCapability() throws org.eclipse.milo.opcua.stack.core.UaException
The returned value is the last seen; it is not read live from the server.
org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the ReplaceEventCapability Node.void setReplaceEventCapability(Boolean replaceEventCapability) throws org.eclipse.milo.opcua.stack.core.UaException
The value is only updated locally; it is not written to the server.
replaceEventCapability - the local value to set for the ReplaceEventCapability Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the ReplaceEventCapability Node.Boolean readReplaceEventCapability() throws org.eclipse.milo.opcua.stack.core.UaException
Boolean value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.void writeReplaceEventCapability(Boolean replaceEventCapability) throws org.eclipse.milo.opcua.stack.core.UaException
replaceEventCapability - the Boolean value to write to the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.CompletableFuture<? extends Boolean> readReplaceEventCapabilityAsync()
readReplaceEventCapability().CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeReplaceEventCapabilityAsync(Boolean replaceEventCapability)
writeReplaceEventCapability(Boolean).PropertyType getReplaceEventCapabilityNode() throws org.eclipse.milo.opcua.stack.core.UaException
PropertyType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
PropertyType Node, or null if it does not exist.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the Node.CompletableFuture<? extends PropertyType> getReplaceEventCapabilityNodeAsync()
getReplaceEventCapabilityNode().Boolean getUpdateEventCapability() throws org.eclipse.milo.opcua.stack.core.UaException
The returned value is the last seen; it is not read live from the server.
org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the UpdateEventCapability Node.void setUpdateEventCapability(Boolean updateEventCapability) throws org.eclipse.milo.opcua.stack.core.UaException
The value is only updated locally; it is not written to the server.
updateEventCapability - the local value to set for the UpdateEventCapability Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the UpdateEventCapability Node.Boolean readUpdateEventCapability() throws org.eclipse.milo.opcua.stack.core.UaException
Boolean value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.void writeUpdateEventCapability(Boolean updateEventCapability) throws org.eclipse.milo.opcua.stack.core.UaException
updateEventCapability - the Boolean value to write to the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.CompletableFuture<? extends Boolean> readUpdateEventCapabilityAsync()
readUpdateEventCapability().CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeUpdateEventCapabilityAsync(Boolean updateEventCapability)
writeUpdateEventCapability(Boolean).PropertyType getUpdateEventCapabilityNode() throws org.eclipse.milo.opcua.stack.core.UaException
PropertyType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
PropertyType Node, or null if it does not exist.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the Node.CompletableFuture<? extends PropertyType> getUpdateEventCapabilityNodeAsync()
getUpdateEventCapabilityNode().Boolean getDeleteEventCapability() throws org.eclipse.milo.opcua.stack.core.UaException
The returned value is the last seen; it is not read live from the server.
org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the DeleteEventCapability Node.void setDeleteEventCapability(Boolean deleteEventCapability) throws org.eclipse.milo.opcua.stack.core.UaException
The value is only updated locally; it is not written to the server.
deleteEventCapability - the local value to set for the DeleteEventCapability Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the DeleteEventCapability Node.Boolean readDeleteEventCapability() throws org.eclipse.milo.opcua.stack.core.UaException
Boolean value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.void writeDeleteEventCapability(Boolean deleteEventCapability) throws org.eclipse.milo.opcua.stack.core.UaException
deleteEventCapability - the Boolean value to write to the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.CompletableFuture<? extends Boolean> readDeleteEventCapabilityAsync()
readDeleteEventCapability().CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeDeleteEventCapabilityAsync(Boolean deleteEventCapability)
writeDeleteEventCapability(Boolean).PropertyType getDeleteEventCapabilityNode() throws org.eclipse.milo.opcua.stack.core.UaException
PropertyType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
PropertyType Node, or null if it does not exist.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the Node.CompletableFuture<? extends PropertyType> getDeleteEventCapabilityNodeAsync()
getDeleteEventCapabilityNode().Boolean getInsertAnnotationCapability() throws org.eclipse.milo.opcua.stack.core.UaException
The returned value is the last seen; it is not read live from the server.
org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the InsertAnnotationCapability Node.void setInsertAnnotationCapability(Boolean insertAnnotationCapability) throws org.eclipse.milo.opcua.stack.core.UaException
The value is only updated locally; it is not written to the server.
insertAnnotationCapability - the local value to set for the InsertAnnotationCapability Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the InsertAnnotationCapability Node.Boolean readInsertAnnotationCapability() throws org.eclipse.milo.opcua.stack.core.UaException
Boolean value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.void writeInsertAnnotationCapability(Boolean insertAnnotationCapability) throws org.eclipse.milo.opcua.stack.core.UaException
insertAnnotationCapability - the Boolean value to write to the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.CompletableFuture<? extends Boolean> readInsertAnnotationCapabilityAsync()
readInsertAnnotationCapability().CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeInsertAnnotationCapabilityAsync(Boolean insertAnnotationCapability)
writeInsertAnnotationCapability(Boolean).PropertyType getInsertAnnotationCapabilityNode() throws org.eclipse.milo.opcua.stack.core.UaException
PropertyType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
PropertyType Node, or null if it does not exist.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the Node.CompletableFuture<? extends PropertyType> getInsertAnnotationCapabilityNodeAsync()
getInsertAnnotationCapabilityNode().FolderType getAggregateFunctionsNode() throws org.eclipse.milo.opcua.stack.core.UaException
FolderType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
FolderType Node, or null if it does not exist.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the Node.CompletableFuture<? extends FolderType> getAggregateFunctionsNodeAsync()
getAggregateFunctionsNode().Copyright © 2021. All rights reserved.