Interface DialogConditionType
- All Superinterfaces:
BaseEventType,BaseObjectType,ConditionType,org.eclipse.milo.opcua.sdk.core.nodes.Node,org.eclipse.milo.opcua.sdk.core.nodes.ObjectNode
- All Known Implementing Classes:
DialogConditionTypeNode
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final org.eclipse.milo.opcua.sdk.core.QualifiedProperty<Integer>static final org.eclipse.milo.opcua.sdk.core.QualifiedProperty<Integer>static final org.eclipse.milo.opcua.sdk.core.QualifiedProperty<Integer>static final org.eclipse.milo.opcua.sdk.core.QualifiedProperty<Integer>static final org.eclipse.milo.opcua.sdk.core.QualifiedProperty<org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText>static final org.eclipse.milo.opcua.sdk.core.QualifiedProperty<org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText[]>Fields inherited from interface org.eclipse.milo.opcua.sdk.client.model.objects.BaseEventType
EVENT_ID, EVENT_TYPE, LOCAL_TIME, MESSAGE, RECEIVE_TIME, SEVERITY, SOURCE_NAME, SOURCE_NODE, TIMEFields inherited from interface org.eclipse.milo.opcua.sdk.client.model.objects.ConditionType
BRANCH_ID, CLIENT_USER_ID, CONDITION_CLASS_ID, CONDITION_CLASS_NAME, CONDITION_NAME, CONDITION_SUB_CLASS_ID, CONDITION_SUB_CLASS_NAME, RETAIN, SUPPORTS_FILTERED_RETAIN -
Method Summary
Modifier and TypeMethodDescriptionGet the local value of the CancelResponse Node.Get the CancelResponsePropertyTypeNode, ornullif it does not exist.CompletableFuture<? extends PropertyType>Asynchronous implementation ofgetCancelResponseNode().Get the local value of the DefaultResponse Node.Get the DefaultResponsePropertyTypeNode, ornullif it does not exist.CompletableFuture<? extends PropertyType>Asynchronous implementation ofgetDefaultResponseNode().org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedTextGet the local value of the DialogState Node.Get the DialogStateTwoStateVariableTypeNode, ornullif it does not exist.CompletableFuture<? extends TwoStateVariableType>Asynchronous implementation ofgetDialogStateNode().org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedTextGet the local value of the EnabledState Node.Get the EnabledStateTwoStateVariableTypeNode, ornullif it does not exist.CompletableFuture<? extends TwoStateVariableType>Asynchronous implementation ofgetEnabledStateNode().Get the local value of the LastResponse Node.Get the LastResponsePropertyTypeNode, ornullif it does not exist.CompletableFuture<? extends PropertyType>Asynchronous implementation ofgetLastResponseNode().Get the local value of the OkResponse Node.Get the OkResponsePropertyTypeNode, ornullif it does not exist.CompletableFuture<? extends PropertyType>Asynchronous implementation ofgetOkResponseNode().org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedTextGet the local value of the Prompt Node.Get the PromptPropertyTypeNode, ornullif it does not exist.CompletableFuture<? extends PropertyType>Asynchronous implementation ofgetPromptNode().org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText[]Get the local value of the ResponseOptionSet Node.Get the ResponseOptionSetPropertyTypeNode, ornullif it does not exist.CompletableFuture<? extends PropertyType>Asynchronous implementation ofgetResponseOptionSetNode().Read the value of the CancelResponse Node from the server and update the local value if the operation succeeds.CompletableFuture<? extends Integer>An asynchronous implementation ofreadCancelResponse().Read the value of the DefaultResponse Node from the server and update the local value if the operation succeeds.CompletableFuture<? extends Integer>An asynchronous implementation ofreadDefaultResponse().org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedTextRead the value of the DialogState Node from the server and update the local value if the operation succeeds.CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText>An asynchronous implementation ofreadDialogState().org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedTextRead the value of the EnabledState Node from the server and update the local value if the operation succeeds.CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText>An asynchronous implementation ofreadEnabledState().Read the value of the LastResponse Node from the server and update the local value if the operation succeeds.CompletableFuture<? extends Integer>An asynchronous implementation ofreadLastResponse().Read the value of the OkResponse Node from the server and update the local value if the operation succeeds.CompletableFuture<? extends Integer>An asynchronous implementation ofreadOkResponse().org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedTextRead the value of the Prompt Node from the server and update the local value if the operation succeeds.CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText>An asynchronous implementation ofreadPrompt().org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText[]Read the value of the ResponseOptionSet Node from the server and update the local value if the operation succeeds.CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText[]>An asynchronous implementation ofreadResponseOptionSet().voidsetCancelResponse(Integer value) Set the local value of the CancelResponse Node.voidsetDefaultResponse(Integer value) Set the local value of the DefaultResponse Node.voidsetDialogState(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText value) Set the local value of the DialogState Node.voidsetEnabledState(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText value) Set the local value of the EnabledState Node.voidsetLastResponse(Integer value) Set the local value of the LastResponse Node.voidsetOkResponse(Integer value) Set the local value of the OkResponse Node.voidsetPrompt(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText value) Set the local value of the Prompt Node.voidsetResponseOptionSet(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText[] value) Set the local value of the ResponseOptionSet Node.voidwriteCancelResponse(Integer value) Write a new value for the CancelResponse Node to the server and update the local value if the operation succeeds.CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode>writeCancelResponseAsync(Integer value) An asynchronous implementation ofwriteCancelResponse(java.lang.Integer).voidwriteDefaultResponse(Integer value) Write a new value for the DefaultResponse Node to the server and update the local value if the operation succeeds.CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode>writeDefaultResponseAsync(Integer value) An asynchronous implementation ofwriteDefaultResponse(java.lang.Integer).voidwriteDialogState(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText value) Write a new value for the DialogState Node to the server and update the local value if the operation succeeds.CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode>writeDialogStateAsync(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText value) An asynchronous implementation ofwriteDialogState(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText).voidwriteEnabledState(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText value) Write a new value for the EnabledState Node to the server and update the local value if the operation succeeds.CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode>writeEnabledStateAsync(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText value) An asynchronous implementation ofwriteEnabledState(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText).voidwriteLastResponse(Integer value) Write a new value for the LastResponse Node to the server and update the local value if the operation succeeds.CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode>writeLastResponseAsync(Integer value) An asynchronous implementation ofwriteLastResponse(java.lang.Integer).voidwriteOkResponse(Integer value) Write a new value for the OkResponse Node to the server and update the local value if the operation succeeds.CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode>writeOkResponseAsync(Integer value) An asynchronous implementation ofwriteOkResponse(java.lang.Integer).voidwritePrompt(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText value) Write a new value for the Prompt Node to the server and update the local value if the operation succeeds.CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode>writePromptAsync(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText value) An asynchronous implementation ofwritePrompt(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText).voidwriteResponseOptionSet(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText[] value) Write a new value for the ResponseOptionSet Node to the server and update the local value if the operation succeeds.CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode>writeResponseOptionSetAsync(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText[] value) An asynchronous implementation ofwriteResponseOptionSet(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText[]).Methods inherited from interface org.eclipse.milo.opcua.sdk.client.model.objects.BaseEventType
getEventId, getEventIdNode, getEventIdNodeAsync, getEventType, getEventTypeNode, getEventTypeNodeAsync, getLocalTime, getLocalTimeNode, getLocalTimeNodeAsync, getMessage, getMessageNode, getMessageNodeAsync, getReceiveTime, getReceiveTimeNode, getReceiveTimeNodeAsync, getSeverity, getSeverityNode, getSeverityNodeAsync, getSourceName, getSourceNameNode, getSourceNameNodeAsync, getSourceNode, getSourceNodeNode, getSourceNodeNodeAsync, getTime, getTimeNode, getTimeNodeAsync, readEventId, readEventIdAsync, readEventType, readEventTypeAsync, readLocalTime, readLocalTimeAsync, readMessage, readMessageAsync, readReceiveTime, readReceiveTimeAsync, readSeverity, readSeverityAsync, readSourceName, readSourceNameAsync, readSourceNode, readSourceNodeAsync, readTime, readTimeAsync, setEventId, setEventType, setLocalTime, setMessage, setReceiveTime, setSeverity, setSourceName, setSourceNode, setTime, writeEventId, writeEventIdAsync, writeEventType, writeEventTypeAsync, writeLocalTime, writeLocalTimeAsync, writeMessage, writeMessageAsync, writeReceiveTime, writeReceiveTimeAsync, writeSeverity, writeSeverityAsync, writeSourceName, writeSourceNameAsync, writeSourceNode, writeSourceNodeAsync, writeTime, writeTimeAsyncMethods inherited from interface org.eclipse.milo.opcua.sdk.client.model.objects.ConditionType
getBranchId, getBranchIdNode, getBranchIdNodeAsync, getClientUserId, getClientUserIdNode, getClientUserIdNodeAsync, getComment, getCommentNode, getCommentNodeAsync, getConditionClassId, getConditionClassIdNode, getConditionClassIdNodeAsync, getConditionClassName, getConditionClassNameNode, getConditionClassNameNodeAsync, getConditionName, getConditionNameNode, getConditionNameNodeAsync, getConditionSubClassId, getConditionSubClassIdNode, getConditionSubClassIdNodeAsync, getConditionSubClassName, getConditionSubClassNameNode, getConditionSubClassNameNodeAsync, getLastSeverity, getLastSeverityNode, getLastSeverityNodeAsync, getQuality, getQualityNode, getQualityNodeAsync, getRetain, getRetainNode, getRetainNodeAsync, getSupportsFilteredRetain, getSupportsFilteredRetainNode, getSupportsFilteredRetainNodeAsync, readBranchId, readBranchIdAsync, readClientUserId, readClientUserIdAsync, readComment, readCommentAsync, readConditionClassId, readConditionClassIdAsync, readConditionClassName, readConditionClassNameAsync, readConditionName, readConditionNameAsync, readConditionSubClassId, readConditionSubClassIdAsync, readConditionSubClassName, readConditionSubClassNameAsync, readLastSeverity, readLastSeverityAsync, readQuality, readQualityAsync, readRetain, readRetainAsync, readSupportsFilteredRetain, readSupportsFilteredRetainAsync, setBranchId, setClientUserId, setComment, setConditionClassId, setConditionClassName, setConditionName, setConditionSubClassId, setConditionSubClassName, setLastSeverity, setQuality, setRetain, setSupportsFilteredRetain, writeBranchId, writeBranchIdAsync, writeClientUserId, writeClientUserIdAsync, writeComment, writeCommentAsync, writeConditionClassId, writeConditionClassIdAsync, writeConditionClassName, writeConditionClassNameAsync, writeConditionName, writeConditionNameAsync, writeConditionSubClassId, writeConditionSubClassIdAsync, writeConditionSubClassName, writeConditionSubClassNameAsync, writeLastSeverity, writeLastSeverityAsync, writeQuality, writeQualityAsync, writeRetain, writeRetainAsync, writeSupportsFilteredRetain, writeSupportsFilteredRetainAsyncMethods inherited from interface org.eclipse.milo.opcua.sdk.core.nodes.Node
getAccessRestrictions, getBrowseName, getDescription, getDisplayName, getNodeClass, getNodeId, getRolePermissions, getUserRolePermissions, getUserWriteMask, getWriteMask, setAccessRestrictions, setBrowseName, setDescription, setDisplayName, setNodeClass, setNodeId, setRolePermissions, setUserRolePermissions, setUserWriteMask, setWriteMaskMethods inherited from interface org.eclipse.milo.opcua.sdk.core.nodes.ObjectNode
getEventNotifier, setEventNotifier
-
Field Details
-
PROMPT
static final org.eclipse.milo.opcua.sdk.core.QualifiedProperty<org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText> PROMPT -
RESPONSE_OPTION_SET
static final org.eclipse.milo.opcua.sdk.core.QualifiedProperty<org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText[]> RESPONSE_OPTION_SET -
DEFAULT_RESPONSE
-
OK_RESPONSE
-
CANCEL_RESPONSE
-
LAST_RESPONSE
-
-
Method Details
-
getPrompt
org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText getPrompt() throws org.eclipse.milo.opcua.stack.core.UaExceptionGet the local value of the Prompt Node.The returned value is the last seen; it is not read live from the server.
- Returns:
- the local value of the Prompt Node.
- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Prompt Node.
-
setPrompt
void setPrompt(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText value) throws org.eclipse.milo.opcua.stack.core.UaException Set the local value of the Prompt Node.The value is only updated locally; it is not written to the server.
- Parameters:
value- the local value to set for the Prompt Node.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Prompt Node.
-
readPrompt
org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText readPrompt() throws org.eclipse.milo.opcua.stack.core.UaExceptionRead the value of the Prompt Node from the server and update the local value if the operation succeeds.- Returns:
- the
LocalizedTextvalue read from the server. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
writePrompt
void writePrompt(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText value) throws org.eclipse.milo.opcua.stack.core.UaException Write a new value for the Prompt Node to the server and update the local value if the operation succeeds.- Parameters:
value- theLocalizedTextvalue to write to the server.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
readPromptAsync
CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText> readPromptAsync()An asynchronous implementation ofreadPrompt().- Returns:
- a CompletableFuture that completes successfully with the value or completes exceptionally if an operation- or service-level error occurs.
-
writePromptAsync
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writePromptAsync(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText value) An asynchronous implementation ofwritePrompt(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText).- Returns:
- a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
-
getPromptNode
Get the PromptPropertyTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Returns:
- the Prompt
PropertyTypeNode, ornullif it does not exist. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Node.
-
getPromptNodeAsync
CompletableFuture<? extends PropertyType> getPromptNodeAsync()Asynchronous implementation ofgetPromptNode().- Returns:
- a CompletableFuture that completes successfully with the PropertyType Node or completes exceptionally if an error occurs creating or getting the Node.
-
getResponseOptionSet
org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText[] getResponseOptionSet() throws org.eclipse.milo.opcua.stack.core.UaExceptionGet the local value of the ResponseOptionSet Node.The returned value is the last seen; it is not read live from the server.
- Returns:
- the local value of the ResponseOptionSet Node.
- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the ResponseOptionSet Node.
-
setResponseOptionSet
void setResponseOptionSet(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText[] value) throws org.eclipse.milo.opcua.stack.core.UaException Set the local value of the ResponseOptionSet Node.The value is only updated locally; it is not written to the server.
- Parameters:
value- the local value to set for the ResponseOptionSet Node.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the ResponseOptionSet Node.
-
readResponseOptionSet
org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText[] readResponseOptionSet() throws org.eclipse.milo.opcua.stack.core.UaExceptionRead the value of the ResponseOptionSet Node from the server and update the local value if the operation succeeds.- Returns:
- the
LocalizedTextvalue read from the server. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
writeResponseOptionSet
void writeResponseOptionSet(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText[] value) throws org.eclipse.milo.opcua.stack.core.UaException Write a new value for the ResponseOptionSet Node to the server and update the local value if the operation succeeds.- Parameters:
value- theLocalizedTextvalue to write to the server.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
readResponseOptionSetAsync
CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText[]> readResponseOptionSetAsync()An asynchronous implementation ofreadResponseOptionSet().- Returns:
- a CompletableFuture that completes successfully with the value or completes exceptionally if an operation- or service-level error occurs.
-
writeResponseOptionSetAsync
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeResponseOptionSetAsync(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText[] value) An asynchronous implementation ofwriteResponseOptionSet(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText[]).- Returns:
- a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
-
getResponseOptionSetNode
Get the ResponseOptionSetPropertyTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Returns:
- the ResponseOptionSet
PropertyTypeNode, ornullif it does not exist. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Node.
-
getResponseOptionSetNodeAsync
CompletableFuture<? extends PropertyType> getResponseOptionSetNodeAsync()Asynchronous implementation ofgetResponseOptionSetNode().- Returns:
- a CompletableFuture that completes successfully with the PropertyType Node or completes exceptionally if an error occurs creating or getting the Node.
-
getDefaultResponse
Get the local value of the DefaultResponse Node.The returned value is the last seen; it is not read live from the server.
- Returns:
- the local value of the DefaultResponse Node.
- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the DefaultResponse Node.
-
setDefaultResponse
Set the local value of the DefaultResponse Node.The value is only updated locally; it is not written to the server.
- Parameters:
value- the local value to set for the DefaultResponse Node.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the DefaultResponse Node.
-
readDefaultResponse
Read the value of the DefaultResponse Node from the server and update the local value if the operation succeeds.- Returns:
- the
Integervalue read from the server. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
writeDefaultResponse
Write a new value for the DefaultResponse Node to the server and update the local value if the operation succeeds.- Parameters:
value- theIntegervalue to write to the server.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
readDefaultResponseAsync
CompletableFuture<? extends Integer> readDefaultResponseAsync()An asynchronous implementation ofreadDefaultResponse().- Returns:
- a CompletableFuture that completes successfully with the value or completes exceptionally if an operation- or service-level error occurs.
-
writeDefaultResponseAsync
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeDefaultResponseAsync(Integer value) An asynchronous implementation ofwriteDefaultResponse(java.lang.Integer).- Returns:
- a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
-
getDefaultResponseNode
Get the DefaultResponsePropertyTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Returns:
- the DefaultResponse
PropertyTypeNode, ornullif it does not exist. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Node.
-
getDefaultResponseNodeAsync
CompletableFuture<? extends PropertyType> getDefaultResponseNodeAsync()Asynchronous implementation ofgetDefaultResponseNode().- Returns:
- a CompletableFuture that completes successfully with the PropertyType Node or completes exceptionally if an error occurs creating or getting the Node.
-
getOkResponse
Get the local value of the OkResponse Node.The returned value is the last seen; it is not read live from the server.
- Returns:
- the local value of the OkResponse Node.
- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the OkResponse Node.
-
setOkResponse
Set the local value of the OkResponse Node.The value is only updated locally; it is not written to the server.
- Parameters:
value- the local value to set for the OkResponse Node.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the OkResponse Node.
-
readOkResponse
Read the value of the OkResponse Node from the server and update the local value if the operation succeeds.- Returns:
- the
Integervalue read from the server. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
writeOkResponse
Write a new value for the OkResponse Node to the server and update the local value if the operation succeeds.- Parameters:
value- theIntegervalue to write to the server.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
readOkResponseAsync
CompletableFuture<? extends Integer> readOkResponseAsync()An asynchronous implementation ofreadOkResponse().- Returns:
- a CompletableFuture that completes successfully with the value or completes exceptionally if an operation- or service-level error occurs.
-
writeOkResponseAsync
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeOkResponseAsync(Integer value) An asynchronous implementation ofwriteOkResponse(java.lang.Integer).- Returns:
- a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
-
getOkResponseNode
Get the OkResponsePropertyTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Returns:
- the OkResponse
PropertyTypeNode, ornullif it does not exist. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Node.
-
getOkResponseNodeAsync
CompletableFuture<? extends PropertyType> getOkResponseNodeAsync()Asynchronous implementation ofgetOkResponseNode().- Returns:
- a CompletableFuture that completes successfully with the PropertyType Node or completes exceptionally if an error occurs creating or getting the Node.
-
getCancelResponse
Get the local value of the CancelResponse Node.The returned value is the last seen; it is not read live from the server.
- Returns:
- the local value of the CancelResponse Node.
- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the CancelResponse Node.
-
setCancelResponse
Set the local value of the CancelResponse Node.The value is only updated locally; it is not written to the server.
- Parameters:
value- the local value to set for the CancelResponse Node.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the CancelResponse Node.
-
readCancelResponse
Read the value of the CancelResponse Node from the server and update the local value if the operation succeeds.- Returns:
- the
Integervalue read from the server. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
writeCancelResponse
Write a new value for the CancelResponse Node to the server and update the local value if the operation succeeds.- Parameters:
value- theIntegervalue to write to the server.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
readCancelResponseAsync
CompletableFuture<? extends Integer> readCancelResponseAsync()An asynchronous implementation ofreadCancelResponse().- Returns:
- a CompletableFuture that completes successfully with the value or completes exceptionally if an operation- or service-level error occurs.
-
writeCancelResponseAsync
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeCancelResponseAsync(Integer value) An asynchronous implementation ofwriteCancelResponse(java.lang.Integer).- Returns:
- a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
-
getCancelResponseNode
Get the CancelResponsePropertyTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Returns:
- the CancelResponse
PropertyTypeNode, ornullif it does not exist. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Node.
-
getCancelResponseNodeAsync
CompletableFuture<? extends PropertyType> getCancelResponseNodeAsync()Asynchronous implementation ofgetCancelResponseNode().- Returns:
- a CompletableFuture that completes successfully with the PropertyType Node or completes exceptionally if an error occurs creating or getting the Node.
-
getLastResponse
Get the local value of the LastResponse Node.The returned value is the last seen; it is not read live from the server.
- Returns:
- the local value of the LastResponse Node.
- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the LastResponse Node.
-
setLastResponse
Set the local value of the LastResponse Node.The value is only updated locally; it is not written to the server.
- Parameters:
value- the local value to set for the LastResponse Node.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the LastResponse Node.
-
readLastResponse
Read the value of the LastResponse Node from the server and update the local value if the operation succeeds.- Returns:
- the
Integervalue read from the server. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
writeLastResponse
Write a new value for the LastResponse Node to the server and update the local value if the operation succeeds.- Parameters:
value- theIntegervalue to write to the server.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
readLastResponseAsync
CompletableFuture<? extends Integer> readLastResponseAsync()An asynchronous implementation ofreadLastResponse().- Returns:
- a CompletableFuture that completes successfully with the value or completes exceptionally if an operation- or service-level error occurs.
-
writeLastResponseAsync
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeLastResponseAsync(Integer value) An asynchronous implementation ofwriteLastResponse(java.lang.Integer).- Returns:
- a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
-
getLastResponseNode
Get the LastResponsePropertyTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Returns:
- the LastResponse
PropertyTypeNode, ornullif it does not exist. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Node.
-
getLastResponseNodeAsync
CompletableFuture<? extends PropertyType> getLastResponseNodeAsync()Asynchronous implementation ofgetLastResponseNode().- Returns:
- a CompletableFuture that completes successfully with the PropertyType Node or completes exceptionally if an error occurs creating or getting the Node.
-
getEnabledState
org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText getEnabledState() throws org.eclipse.milo.opcua.stack.core.UaExceptionGet the local value of the EnabledState Node.The returned value is the last seen; it is not read live from the server.
- Specified by:
getEnabledStatein interfaceConditionType- Returns:
- the local value of the EnabledState Node.
- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the EnabledState Node.
-
setEnabledState
void setEnabledState(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText value) throws org.eclipse.milo.opcua.stack.core.UaException Set the local value of the EnabledState Node.The value is only updated locally; it is not written to the server.
- Specified by:
setEnabledStatein interfaceConditionType- Parameters:
value- the local value to set for the EnabledState Node.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the EnabledState Node.
-
readEnabledState
org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText readEnabledState() throws org.eclipse.milo.opcua.stack.core.UaExceptionRead the value of the EnabledState Node from the server and update the local value if the operation succeeds.- Specified by:
readEnabledStatein interfaceConditionType- Returns:
- the
LocalizedTextvalue read from the server. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
writeEnabledState
void writeEnabledState(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText value) throws org.eclipse.milo.opcua.stack.core.UaException Write a new value for the EnabledState Node to the server and update the local value if the operation succeeds.- Specified by:
writeEnabledStatein interfaceConditionType- Parameters:
value- theLocalizedTextvalue to write to the server.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
readEnabledStateAsync
CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText> readEnabledStateAsync()An asynchronous implementation ofreadEnabledState().- Specified by:
readEnabledStateAsyncin interfaceConditionType- Returns:
- a CompletableFuture that completes successfully with the value or completes exceptionally if an operation- or service-level error occurs.
-
writeEnabledStateAsync
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeEnabledStateAsync(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText value) An asynchronous implementation ofwriteEnabledState(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText).- Specified by:
writeEnabledStateAsyncin interfaceConditionType- Returns:
- a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
-
getEnabledStateNode
Get the EnabledStateTwoStateVariableTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Specified by:
getEnabledStateNodein interfaceConditionType- Returns:
- the EnabledState
TwoStateVariableTypeNode, ornullif it does not exist. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Node.
-
getEnabledStateNodeAsync
CompletableFuture<? extends TwoStateVariableType> getEnabledStateNodeAsync()Asynchronous implementation ofgetEnabledStateNode().- Specified by:
getEnabledStateNodeAsyncin interfaceConditionType- Returns:
- a CompletableFuture that completes successfully with the TwoStateVariableType Node or completes exceptionally if an error occurs creating or getting the Node.
-
getDialogState
org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText getDialogState() throws org.eclipse.milo.opcua.stack.core.UaExceptionGet the local value of the DialogState Node.The returned value is the last seen; it is not read live from the server.
- Returns:
- the local value of the DialogState Node.
- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the DialogState Node.
-
setDialogState
void setDialogState(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText value) throws org.eclipse.milo.opcua.stack.core.UaException Set the local value of the DialogState Node.The value is only updated locally; it is not written to the server.
- Parameters:
value- the local value to set for the DialogState Node.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the DialogState Node.
-
readDialogState
org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText readDialogState() throws org.eclipse.milo.opcua.stack.core.UaExceptionRead the value of the DialogState Node from the server and update the local value if the operation succeeds.- Returns:
- the
LocalizedTextvalue read from the server. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
writeDialogState
void writeDialogState(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText value) throws org.eclipse.milo.opcua.stack.core.UaException Write a new value for the DialogState Node to the server and update the local value if the operation succeeds.- Parameters:
value- theLocalizedTextvalue to write to the server.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
readDialogStateAsync
CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText> readDialogStateAsync()An asynchronous implementation ofreadDialogState().- Returns:
- a CompletableFuture that completes successfully with the value or completes exceptionally if an operation- or service-level error occurs.
-
writeDialogStateAsync
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeDialogStateAsync(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText value) An asynchronous implementation ofwriteDialogState(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText).- Returns:
- a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
-
getDialogStateNode
Get the DialogStateTwoStateVariableTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Returns:
- the DialogState
TwoStateVariableTypeNode, ornullif it does not exist. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Node.
-
getDialogStateNodeAsync
CompletableFuture<? extends TwoStateVariableType> getDialogStateNodeAsync()Asynchronous implementation ofgetDialogStateNode().- Returns:
- a CompletableFuture that completes successfully with the TwoStateVariableType Node or completes exceptionally if an error occurs creating or getting the Node.
-