| Package | Description |
|---|---|
| com.prosysopc.ua.client |
Main client side classes of the SDK.
|
| com.prosysopc.ua.client.nodes |
Client side implementation classes for the
UaNode model. |
| com.prosysopc.ua.nodes |
Common
UaNode model. |
| com.prosysopc.ua.server |
Main server side classes of the SDK.
|
| com.prosysopc.ua.server.io |
Classes related to dynamically handing Read/Write services.
|
| com.prosysopc.ua.server.nodes |
Server side implementation classes for the
UaNode model. |
| com.prosysopc.ua.types.gds | |
| com.prosysopc.ua.types.gds.client | |
| com.prosysopc.ua.types.gds.server | |
| com.prosysopc.ua.types.opcua | |
| com.prosysopc.ua.types.opcua.client | |
| com.prosysopc.ua.types.opcua.server |
| Modifier and Type | Method and Description |
|---|---|
UaMethod |
AddressSpace.getMethod(ExpandedNodeId methodId)
Get an UA method definition from the server.
|
UaMethod |
AddressSpace.getMethod(NodeId methodId)
Get an UA method definition from the server.
|
UaMethod |
AddressSpace.getMethod(UaNodeId methodId)
Get an UA method definition from the server.
|
UaMethod |
AddressSpace.getMethodByName(NodeId nodeId,
QualifiedName methodName)
Get a method with methodName of a node.
|
| Modifier and Type | Method and Description |
|---|---|
List<UaMethod> |
AddressSpace.getMethods(NodeId nodeId)
Get all methods of an object node.
|
| Modifier and Type | Class and Description |
|---|---|
class |
UaMethodImpl
Straight forward implementation of
UaMethod. |
| Modifier and Type | Method and Description |
|---|---|
UaMethod |
UaNodeImpl.getMethod(QualifiedName methodName) |
| Modifier and Type | Method and Description |
|---|---|
UaMethod |
UaNode.getMethod(QualifiedName methodName)
Get the method, which has the specified name.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
IoManager.checkExecutable(ServiceContext serviceContext,
Object operationContext,
NodeId nodeId,
UaMethod method)
Validate that the (method) node is Executable for the user.
|
protected void |
MethodManagerUaNode.checkInputArguments(Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos,
UaMethod method) |
protected void |
MethodManagerUaNode.checkOutputArguments(Variant[] outputArguments,
UaMethod method) |
protected boolean |
MethodManagerUaNode.fireCall(ServiceContext serviceContext,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos,
NodeId objectId,
UaNode node,
NodeId methodId,
UaMethod method,
Variant[] output) |
protected boolean |
IoManager.getExecutable(ServiceContext serviceContext,
Object operationContext,
NodeId nodeId,
UaMethod node)
Returns the Executable Attribute value of the given node.
|
protected boolean |
IoManager.getUserExecutable(ServiceContext serviceContext,
Object operationContext,
NodeId nodeId,
UaMethod node)
Returns the UserExecutable Attribute value of the given node.
|
protected boolean |
EventManager.methodEqualsIdOrName(UaMethod method,
NodeId methodId,
String methodName) |
boolean |
EventManagerUaNode.onCall(ServiceContext serviceContext,
NodeId objectId,
UaNode object,
NodeId methodId,
UaMethod method,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos,
Variant[] output) |
boolean |
EventManagerRoot.onCall(ServiceContext serviceContext,
NodeId objectId,
UaNode object,
NodeId methodId,
UaMethod method,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos,
Variant[] output) |
boolean |
EventManager.onCall(ServiceContext serviceContext,
NodeId objectId,
UaNode object,
NodeId methodId,
UaMethod method,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos,
Variant[] output) |
boolean |
CallableListener.onCall(ServiceContext serviceContext,
NodeId objectId,
UaNode object,
NodeId methodId,
UaMethod method,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos,
Variant[] outputs)
A method call notification.
|
| Modifier and Type | Method and Description |
|---|---|
Boolean |
TypeIoManagerListener.onGetUserExecutable(ServiceContext serviceContext,
NodeId nodeId,
UaMethod node) |
Boolean |
NodeIoManagerListener.onGetUserExecutable(ServiceContext serviceContext,
NodeId nodeId,
UaMethod node) |
Boolean |
IoManagerListenerChainImpl.onGetUserExecutable(ServiceContext serviceContext,
NodeId nodeId,
UaMethod node) |
default Boolean |
IoManagerListener.onGetUserExecutable(ServiceContext serviceContext,
NodeId nodeId,
UaMethod node)
Notification of a read request for user executable attribute of a node.
|
Boolean |
UaTypeIoListenerImpl.onGetUserExecutable(ServiceContext serviceContext,
UaInstance instance,
UaMethod node) |
Boolean |
UaTypeIoListener.onGetUserExecutable(ServiceContext serviceContext,
UaInstance instance,
UaMethod node)
|
| Modifier and Type | Class and Description |
|---|---|
class |
PlainMethod
Server side implementation of
UaMethod interface. |
class |
UaMethodNode
Straight forward implementation of
UaMethod. |
| Modifier and Type | Method and Description |
|---|---|
UaMethod |
UaExternalNodeImpl.getMethod(QualifiedName methodName) |
UaMethod |
InstanceVariable.getMethod(QualifiedName methodName) |
UaMethod |
BaseNode.getMethod(QualifiedName methodName) |
protected UaMethod |
UaInstanceNode.registerOverridePlainMethod(String name) |
| Modifier and Type | Method and Description |
|---|---|
UaMethod |
CertificateDirectoryTypeImplBase.getCheckRevocationStatusNode() |
UaMethod |
DirectoryTypeImplBase.getFindApplicationsNode() |
UaMethod |
KeyCredentialServiceTypeImplBase.getFinishRequestNode() |
UaMethod |
CertificateDirectoryTypeImplBase.getFinishRequestNode() |
UaMethod |
DirectoryTypeImplBase.getGetApplicationNode() |
UaMethod |
CertificateDirectoryTypeImplBase.getGetCertificateGroupsNode() |
UaMethod |
CertificateDirectoryTypeImplBase.getGetCertificatesNode() |
UaMethod |
CertificateDirectoryTypeImplBase.getGetCertificateStatusNode() |
UaMethod |
AuthorizationServiceTypeImplBase.getGetServiceDescriptionNode() |
UaMethod |
CertificateDirectoryTypeImplBase.getGetTrustListNode() |
UaMethod |
DirectoryTypeImplBase.getQueryApplicationsNode() |
UaMethod |
DirectoryTypeImplBase.getQueryServersNode() |
UaMethod |
DirectoryTypeImplBase.getRegisterApplicationNode() |
UaMethod |
AuthorizationServiceTypeImplBase.getRequestAccessTokenNode() |
UaMethod |
CertificateDirectoryTypeImplBase.getRevokeCertificateNode() |
UaMethod |
KeyCredentialServiceTypeImplBase.getRevokeNode() |
UaMethod |
CertificateDirectoryTypeImplBase.getStartNewKeyPairRequestNode() |
UaMethod |
KeyCredentialServiceTypeImplBase.getStartRequestNode() |
UaMethod |
CertificateDirectoryTypeImplBase.getStartSigningRequestNode() |
UaMethod |
DirectoryTypeImplBase.getUnregisterApplicationNode() |
UaMethod |
DirectoryTypeImplBase.getUpdateApplicationNode() |
| Modifier and Type | Method and Description |
|---|---|
UaMethod |
CertificateDirectoryTypeNodeBase.getCheckRevocationStatusNode() |
UaMethod |
DirectoryTypeNodeBase.getFindApplicationsNode() |
UaMethod |
KeyCredentialServiceTypeNodeBase.getFinishRequestNode() |
UaMethod |
CertificateDirectoryTypeNodeBase.getFinishRequestNode() |
UaMethod |
DirectoryTypeNodeBase.getGetApplicationNode() |
UaMethod |
CertificateDirectoryTypeNodeBase.getGetCertificateGroupsNode() |
UaMethod |
CertificateDirectoryTypeNodeBase.getGetCertificatesNode() |
UaMethod |
CertificateDirectoryTypeNodeBase.getGetCertificateStatusNode() |
UaMethod |
AuthorizationServiceTypeNodeBase.getGetServiceDescriptionNode() |
UaMethod |
CertificateDirectoryTypeNodeBase.getGetTrustListNode() |
UaMethod |
DirectoryTypeNodeBase.getQueryApplicationsNode() |
UaMethod |
DirectoryTypeNodeBase.getQueryServersNode() |
UaMethod |
DirectoryTypeNodeBase.getRegisterApplicationNode() |
UaMethod |
AuthorizationServiceTypeNodeBase.getRequestAccessTokenNode() |
UaMethod |
CertificateDirectoryTypeNodeBase.getRevokeCertificateNode() |
UaMethod |
KeyCredentialServiceTypeNodeBase.getRevokeNode() |
UaMethod |
CertificateDirectoryTypeNodeBase.getStartNewKeyPairRequestNode() |
UaMethod |
KeyCredentialServiceTypeNodeBase.getStartRequestNode() |
UaMethod |
CertificateDirectoryTypeNodeBase.getStartSigningRequestNode() |
UaMethod |
DirectoryTypeNodeBase.getUnregisterApplicationNode() |
UaMethod |
DirectoryTypeNodeBase.getUpdateApplicationNode() |
| Modifier and Type | Method and Description |
|---|---|
UaMethod |
AcknowledgeableConditionTypeImplBase.getAcknowledgeNode() |
UaMethod |
RoleTypeImplBase.getAddApplicationNode() |
UaMethod |
TrustListTypeImplBase.getAddCertificateNode() |
UaMethod |
ConditionTypeImplBase.getAddCommentNode() |
UaMethod |
PublishSubscribeTypeImplBase.getAddConnectionNode() |
UaMethod |
SubscribedDataSetFolderTypeImplBase.getAddDataSetFolderNode() |
UaMethod |
DataSetFolderTypeImplBase.getAddDataSetFolderNode() |
UaMethod |
ReaderGroupTypeImplBase.getAddDataSetReaderNode() |
UaMethod |
WriterGroupTypeImplBase.getAddDataSetWriterNode() |
UaMethod |
RoleTypeImplBase.getAddEndpointNode() |
UaMethod |
ExtensionFieldsTypeImplBase.getAddExtensionFieldNode() |
UaMethod |
RoleTypeImplBase.getAddIdentityNode() |
UaMethod |
PriorityMappingTableTypeImplBase.getAddPriorityMappingEntryNode() |
UaMethod |
DataSetFolderTypeImplBase.getAddPublishedDataItemsNode() |
UaMethod |
DataSetFolderTypeImplBase.getAddPublishedDataItemsTemplateNode() |
UaMethod |
DataSetFolderTypeImplBase.getAddPublishedEventsNode() |
UaMethod |
DataSetFolderTypeImplBase.getAddPublishedEventsTemplateNode() |
UaMethod |
PubSubKeyPushTargetFolderTypeImplBase.getAddPushTargetFolderNode() |
UaMethod |
PubSubKeyPushTargetFolderTypeImplBase.getAddPushTargetNode() |
UaMethod |
PubSubConnectionTypeImplBase.getAddReaderGroupNode() |
UaMethod |
RoleSetTypeImplBase.getAddRoleNode() |
UaMethod |
SecurityGroupFolderTypeImplBase.getAddSecurityGroupFolderNode() |
UaMethod |
SecurityGroupFolderTypeImplBase.getAddSecurityGroupNode() |
UaMethod |
SubscribedDataSetFolderTypeImplBase.getAddSubscribedDataSetNode() |
UaMethod |
TargetVariablesTypeImplBase.getAddTargetVariablesNode() |
UaMethod |
UserManagementTypeImplBase.getAddUserNode() |
UaMethod |
PublishedDataItemsTypeImplBase.getAddVariablesNode() |
UaMethod |
PubSubConnectionTypeImplBase.getAddWriterGroupNode() |
UaMethod |
ServerConfigurationTypeImplBase.getApplyChangesNode() |
UaMethod |
ServerConfigurationTypeImplBase.getCancelChangesNode() |
UaMethod |
UserManagementTypeImplBase.getChangePasswordNode() |
UaMethod |
TemporaryFileTransferTypeImplBase.getCloseAndCommitNode() |
UaMethod |
TrustListTypeImplBase.getCloseAndUpdateNode() |
UaMethod |
PubSubConfigurationTypeImplBase.getCloseAndUpdateNode() |
UaMethod |
ConfigurationFileTypeImplBase.getCloseAndUpdateNode() |
UaMethod |
FileTypeImplBase.getCloseNode() |
UaMethod |
SerializationEntityTypeImplBase.getConfigureSerializationNode() |
UaMethod |
AcknowledgeableConditionTypeImplBase.getConfirmNode() |
UaMethod |
ConfigurationFileTypeImplBase.getConfirmUpdateNode() |
UaMethod |
PubSubKeyPushTargetTypeImplBase.getConnectSecurityGroupsNode() |
UaMethod |
KeyCredentialConfigurationFolderTypeImplBase.getCreateCredentialNode() |
UaMethod |
DataSetReaderTypeImplBase.getCreateDataSetMirrorNode() |
UaMethod |
FileDirectoryTypeImplBase.getCreateDirectoryNode() |
UaMethod |
FileDirectoryTypeImplBase.getCreateFileNode() |
UaMethod |
ServerConfigurationTypeImplBase.getCreateSelfSignedCertificateNode() |
UaMethod |
ServerConfigurationTypeImplBase.getCreateSigningRequestNode() |
UaMethod |
DataSetReaderTypeImplBase.getCreateTargetVariablesNode() |
UaMethod |
ServerConfigurationTypeImplBase.getDeleteCertificateNode() |
UaMethod |
KeyCredentialConfigurationTypeImplBase.getDeleteCredentialNode() |
UaMethod |
FileDirectoryTypeImplBase.getDeleteNode() |
UaMethod |
PriorityMappingTableTypeImplBase.getDeletePriorityMappingEntryNode() |
UaMethod |
PubSubStatusTypeImplBase.getDisableNode() |
UaMethod |
ConditionTypeImplBase.getDisableNode() |
UaMethod |
PubSubKeyPushTargetTypeImplBase.getDisconnectSecurityGroupsNode() |
UaMethod |
PubSubStatusTypeImplBase.getEnableNode() |
UaMethod |
ConditionTypeImplBase.getEnableNode() |
UaMethod |
AddressSpaceFileTypeImplBase.getExportNamespaceNode() |
UaMethod |
NonTransparentBackupRedundancyTypeImplBase.getFailoverNode() |
UaMethod |
AliasNameCategoryTypeImplBase.getFindAliasNode() |
UaMethod |
SecurityGroupTypeImplBase.getForceKeyRotationNode() |
UaMethod |
TemporaryFileTransferTypeImplBase.getGenerateFileForReadNode() |
UaMethod |
TemporaryFileTransferTypeImplBase.getGenerateFileForWriteNode() |
UaMethod |
ServerConfigurationTypeImplBase.getGetCertificatesNode() |
UaMethod |
KeyCredentialConfigurationTypeImplBase.getGetEncryptingKeyNode() |
UaMethod |
AlarmConditionTypeImplBase.getGetGroupMembershipsNode() |
UaMethod |
ServerTypeImplBase.getGetMonitoredItemsNode() |
UaMethod |
FileTypeImplBase.getGetPositionNode() |
UaMethod |
LogObjectTypeImplBase.getGetRecordsNode() |
UaMethod |
ServerConfigurationTypeImplBase.getGetRejectedListNode() |
UaMethod |
CertificateGroupTypeImplBase.getGetRejectedListNode() |
UaMethod |
PubSubKeyServiceTypeImplBase.getGetSecurityGroupNode() |
UaMethod |
PubSubKeyServiceTypeImplBase.getGetSecurityKeysNode() |
UaMethod |
ProgramStateMachineTypeImplBase.getHaltNode() |
UaMethod |
SecurityGroupTypeImplBase.getInvalidateKeysNode() |
UaMethod |
PublishedEventsTypeImplBase.getModifyFieldSelectionNode() |
UaMethod |
UserManagementTypeImplBase.getModifyUserNode() |
UaMethod |
FileDirectoryTypeImplBase.getMoveOrCopyNode() |
UaMethod |
ShelvedStateMachineTypeImplBase.getOneShotShelve2Node() |
UaMethod |
ShelvedStateMachineTypeImplBase.getOneShotShelveNode() |
UaMethod |
FileTypeImplBase.getOpenNode() |
UaMethod |
TrustListTypeImplBase.getOpenWithMasksNode() |
UaMethod |
AlarmConditionTypeImplBase.getPlaceInService2Node() |
UaMethod |
AlarmConditionTypeImplBase.getPlaceInServiceNode() |
UaMethod |
FileTypeImplBase.getReadNode() |
UaMethod |
RoleTypeImplBase.getRemoveApplicationNode() |
UaMethod |
TrustListTypeImplBase.getRemoveCertificateNode() |
UaMethod |
PublishSubscribeTypeImplBase.getRemoveConnectionNode() |
UaMethod |
SubscribedDataSetFolderTypeImplBase.getRemoveDataSetFolderNode() |
UaMethod |
DataSetFolderTypeImplBase.getRemoveDataSetFolderNode() |
UaMethod |
ReaderGroupTypeImplBase.getRemoveDataSetReaderNode() |
UaMethod |
WriterGroupTypeImplBase.getRemoveDataSetWriterNode() |
UaMethod |
RoleTypeImplBase.getRemoveEndpointNode() |
UaMethod |
ExtensionFieldsTypeImplBase.getRemoveExtensionFieldNode() |
UaMethod |
AlarmConditionTypeImplBase.getRemoveFromService2Node() |
UaMethod |
AlarmConditionTypeImplBase.getRemoveFromServiceNode() |
UaMethod |
PubSubConnectionTypeImplBase.getRemoveGroupNode() |
UaMethod |
RoleTypeImplBase.getRemoveIdentityNode() |
UaMethod |
DataSetFolderTypeImplBase.getRemovePublishedDataSetNode() |
UaMethod |
PubSubKeyPushTargetFolderTypeImplBase.getRemovePushTargetFolderNode() |
UaMethod |
PubSubKeyPushTargetFolderTypeImplBase.getRemovePushTargetNode() |
UaMethod |
RoleSetTypeImplBase.getRemoveRoleNode() |
UaMethod |
SecurityGroupFolderTypeImplBase.getRemoveSecurityGroupFolderNode() |
UaMethod |
SecurityGroupFolderTypeImplBase.getRemoveSecurityGroupNode() |
UaMethod |
SubscribedDataSetFolderTypeImplBase.getRemoveSubscribedDataSetNode() |
UaMethod |
TargetVariablesTypeImplBase.getRemoveTargetVariablesNode() |
UaMethod |
UserManagementTypeImplBase.getRemoveUserNode() |
UaMethod |
PublishedDataItemsTypeImplBase.getRemoveVariablesNode() |
UaMethod |
ServerTypeImplBase.getRequestServerStateChangeNode() |
UaMethod |
ProvisionableDeviceTypeImplBase.getRequestTicketsNode() |
UaMethod |
ServerTypeImplBase.getResendDataNode() |
UaMethod |
PubSubConfigurationTypeImplBase.getReserveIdsNode() |
UaMethod |
AlarmConditionTypeImplBase.getReset2Node() |
UaMethod |
PubSubDiagnosticsTypeImplBase.getResetNode() |
UaMethod |
ProgramStateMachineTypeImplBase.getResetNode() |
UaMethod |
FileTransferStateMachineTypeImplBase.getResetNode() |
UaMethod |
AlarmMetricsTypeImplBase.getResetNode() |
UaMethod |
AlarmConditionTypeImplBase.getResetNode() |
UaMethod |
ServerConfigurationTypeImplBase.getResetToServerDefaultsNode() |
UaMethod |
DialogConditionTypeImplBase.getRespond2Node() |
UaMethod |
DialogConditionTypeImplBase.getRespondNode() |
UaMethod |
ProgramStateMachineTypeImplBase.getResumeNode() |
UaMethod |
FileTypeImplBase.getSetPositionNode() |
UaMethod |
ProvisionableDeviceTypeImplBase.getSetRegistrarEndpointsNode() |
UaMethod |
PublishSubscribeTypeImplBase.getSetSecurityKeysNode() |
UaMethod |
ServerTypeImplBase.getSetSubscriptionDurableNode() |
UaMethod |
AlarmConditionTypeImplBase.getSilenceNode() |
UaMethod |
ProgramStateMachineTypeImplBase.getStartNode() |
UaMethod |
AlarmConditionTypeImplBase.getSuppress2Node() |
UaMethod |
AlarmConditionTypeImplBase.getSuppressNode() |
UaMethod |
ProgramStateMachineTypeImplBase.getSuspendNode() |
UaMethod |
ShelvedStateMachineTypeImplBase.getTimedShelve2Node() |
UaMethod |
ShelvedStateMachineTypeImplBase.getTimedShelveNode() |
UaMethod |
PubSubKeyPushTargetTypeImplBase.getTriggerKeyUpdateNode() |
UaMethod |
ShelvedStateMachineTypeImplBase.getUnshelve2Node() |
UaMethod |
ShelvedStateMachineTypeImplBase.getUnshelveNode() |
UaMethod |
AlarmConditionTypeImplBase.getUnsuppress2Node() |
UaMethod |
AlarmConditionTypeImplBase.getUnsuppressNode() |
UaMethod |
ServerConfigurationTypeImplBase.getUpdateCertificateNode() |
UaMethod |
KeyCredentialConfigurationTypeImplBase.getUpdateCredentialNode() |
UaMethod |
FileTypeImplBase.getWriteNode() |
| Modifier and Type | Method and Description |
|---|---|
UaMethod |
AcknowledgeableConditionTypeNodeBase.getAcknowledgeNode() |
UaMethod |
RoleTypeNodeBase.getAddApplicationNode() |
UaMethod |
TrustListTypeNodeBase.getAddCertificateNode() |
UaMethod |
ConditionTypeNodeBase.getAddCommentNode() |
UaMethod |
PublishSubscribeTypeNodeBase.getAddConnectionNode() |
UaMethod |
SubscribedDataSetFolderTypeNodeBase.getAddDataSetFolderNode() |
UaMethod |
DataSetFolderTypeNodeBase.getAddDataSetFolderNode() |
UaMethod |
ReaderGroupTypeNodeBase.getAddDataSetReaderNode() |
UaMethod |
WriterGroupTypeNodeBase.getAddDataSetWriterNode() |
UaMethod |
RoleTypeNodeBase.getAddEndpointNode() |
UaMethod |
ExtensionFieldsTypeNodeBase.getAddExtensionFieldNode() |
UaMethod |
RoleTypeNodeBase.getAddIdentityNode() |
UaMethod |
PriorityMappingTableTypeNodeBase.getAddPriorityMappingEntryNode() |
UaMethod |
DataSetFolderTypeNodeBase.getAddPublishedDataItemsNode() |
UaMethod |
DataSetFolderTypeNodeBase.getAddPublishedDataItemsTemplateNode() |
UaMethod |
DataSetFolderTypeNodeBase.getAddPublishedEventsNode() |
UaMethod |
DataSetFolderTypeNodeBase.getAddPublishedEventsTemplateNode() |
UaMethod |
PubSubKeyPushTargetFolderTypeNodeBase.getAddPushTargetFolderNode() |
UaMethod |
PubSubKeyPushTargetFolderTypeNodeBase.getAddPushTargetNode() |
UaMethod |
PubSubConnectionTypeNodeBase.getAddReaderGroupNode() |
UaMethod |
RoleSetTypeNodeBase.getAddRoleNode() |
UaMethod |
SecurityGroupFolderTypeNodeBase.getAddSecurityGroupFolderNode() |
UaMethod |
SecurityGroupFolderTypeNodeBase.getAddSecurityGroupNode() |
UaMethod |
SubscribedDataSetFolderTypeNodeBase.getAddSubscribedDataSetNode() |
UaMethod |
TargetVariablesTypeNodeBase.getAddTargetVariablesNode() |
UaMethod |
UserManagementTypeNodeBase.getAddUserNode() |
UaMethod |
PublishedDataItemsTypeNodeBase.getAddVariablesNode() |
UaMethod |
PubSubConnectionTypeNodeBase.getAddWriterGroupNode() |
UaMethod |
ServerConfigurationTypeNodeBase.getApplyChangesNode() |
UaMethod |
ServerConfigurationTypeNodeBase.getCancelChangesNode() |
UaMethod |
UserManagementTypeNodeBase.getChangePasswordNode() |
UaMethod |
TemporaryFileTransferTypeNodeBase.getCloseAndCommitNode() |
UaMethod |
TrustListTypeNodeBase.getCloseAndUpdateNode() |
UaMethod |
PubSubConfigurationTypeNodeBase.getCloseAndUpdateNode() |
UaMethod |
ConfigurationFileTypeNodeBase.getCloseAndUpdateNode() |
UaMethod |
FileTypeNodeBase.getCloseNode() |
UaMethod |
SerializationEntityTypeNodeBase.getConfigureSerializationNode() |
UaMethod |
AcknowledgeableConditionTypeNodeBase.getConfirmNode() |
UaMethod |
ConfigurationFileTypeNodeBase.getConfirmUpdateNode() |
UaMethod |
PubSubKeyPushTargetTypeNodeBase.getConnectSecurityGroupsNode() |
UaMethod |
KeyCredentialConfigurationFolderTypeNodeBase.getCreateCredentialNode() |
UaMethod |
DataSetReaderTypeNodeBase.getCreateDataSetMirrorNode() |
UaMethod |
FileDirectoryTypeNodeBase.getCreateDirectoryNode() |
UaMethod |
FileDirectoryTypeNodeBase.getCreateFileNode() |
UaMethod |
ServerConfigurationTypeNodeBase.getCreateSelfSignedCertificateNode() |
UaMethod |
ServerConfigurationTypeNodeBase.getCreateSigningRequestNode() |
UaMethod |
DataSetReaderTypeNodeBase.getCreateTargetVariablesNode() |
UaMethod |
ServerConfigurationTypeNodeBase.getDeleteCertificateNode() |
UaMethod |
KeyCredentialConfigurationTypeNodeBase.getDeleteCredentialNode() |
UaMethod |
FileDirectoryTypeNodeBase.getDeleteNode() |
UaMethod |
PriorityMappingTableTypeNodeBase.getDeletePriorityMappingEntryNode() |
UaMethod |
PubSubStatusTypeNodeBase.getDisableNode() |
UaMethod |
ConditionTypeNodeBase.getDisableNode() |
UaMethod |
PubSubKeyPushTargetTypeNodeBase.getDisconnectSecurityGroupsNode() |
UaMethod |
PubSubStatusTypeNodeBase.getEnableNode() |
UaMethod |
ConditionTypeNodeBase.getEnableNode() |
UaMethod |
AddressSpaceFileTypeNodeBase.getExportNamespaceNode() |
UaMethod |
NonTransparentBackupRedundancyTypeNodeBase.getFailoverNode() |
UaMethod |
AliasNameCategoryTypeNodeBase.getFindAliasNode() |
UaMethod |
SecurityGroupTypeNodeBase.getForceKeyRotationNode() |
UaMethod |
TemporaryFileTransferTypeNodeBase.getGenerateFileForReadNode() |
UaMethod |
TemporaryFileTransferTypeNodeBase.getGenerateFileForWriteNode() |
UaMethod |
ServerConfigurationTypeNodeBase.getGetCertificatesNode() |
UaMethod |
KeyCredentialConfigurationTypeNodeBase.getGetEncryptingKeyNode() |
UaMethod |
AlarmConditionTypeNodeBase.getGetGroupMembershipsNode() |
UaMethod |
ServerTypeNodeBase.getGetMonitoredItemsNode() |
UaMethod |
FileTypeNodeBase.getGetPositionNode() |
UaMethod |
LogObjectTypeNodeBase.getGetRecordsNode() |
UaMethod |
ServerConfigurationTypeNodeBase.getGetRejectedListNode() |
UaMethod |
CertificateGroupTypeNodeBase.getGetRejectedListNode() |
UaMethod |
PubSubKeyServiceTypeNodeBase.getGetSecurityGroupNode() |
UaMethod |
PubSubKeyServiceTypeNodeBase.getGetSecurityKeysNode() |
UaMethod |
ProgramStateMachineTypeNodeBase.getHaltNode() |
UaMethod |
SecurityGroupTypeNodeBase.getInvalidateKeysNode() |
UaMethod |
PublishedEventsTypeNodeBase.getModifyFieldSelectionNode() |
UaMethod |
UserManagementTypeNodeBase.getModifyUserNode() |
UaMethod |
FileDirectoryTypeNodeBase.getMoveOrCopyNode() |
UaMethod |
ShelvedStateMachineTypeNodeBase.getOneShotShelve2Node() |
UaMethod |
ShelvedStateMachineTypeNodeBase.getOneShotShelveNode() |
UaMethod |
FileTypeNodeBase.getOpenNode() |
UaMethod |
TrustListTypeNodeBase.getOpenWithMasksNode() |
UaMethod |
AlarmConditionTypeNodeBase.getPlaceInService2Node() |
UaMethod |
AlarmConditionTypeNodeBase.getPlaceInServiceNode() |
UaMethod |
FileTypeNodeBase.getReadNode() |
UaMethod |
RoleTypeNodeBase.getRemoveApplicationNode() |
UaMethod |
TrustListTypeNodeBase.getRemoveCertificateNode() |
UaMethod |
PublishSubscribeTypeNodeBase.getRemoveConnectionNode() |
UaMethod |
SubscribedDataSetFolderTypeNodeBase.getRemoveDataSetFolderNode() |
UaMethod |
DataSetFolderTypeNodeBase.getRemoveDataSetFolderNode() |
UaMethod |
ReaderGroupTypeNodeBase.getRemoveDataSetReaderNode() |
UaMethod |
WriterGroupTypeNodeBase.getRemoveDataSetWriterNode() |
UaMethod |
RoleTypeNodeBase.getRemoveEndpointNode() |
UaMethod |
ExtensionFieldsTypeNodeBase.getRemoveExtensionFieldNode() |
UaMethod |
AlarmConditionTypeNodeBase.getRemoveFromService2Node() |
UaMethod |
AlarmConditionTypeNodeBase.getRemoveFromServiceNode() |
UaMethod |
PubSubConnectionTypeNodeBase.getRemoveGroupNode() |
UaMethod |
RoleTypeNodeBase.getRemoveIdentityNode() |
UaMethod |
DataSetFolderTypeNodeBase.getRemovePublishedDataSetNode() |
UaMethod |
PubSubKeyPushTargetFolderTypeNodeBase.getRemovePushTargetFolderNode() |
UaMethod |
PubSubKeyPushTargetFolderTypeNodeBase.getRemovePushTargetNode() |
UaMethod |
RoleSetTypeNodeBase.getRemoveRoleNode() |
UaMethod |
SecurityGroupFolderTypeNodeBase.getRemoveSecurityGroupFolderNode() |
UaMethod |
SecurityGroupFolderTypeNodeBase.getRemoveSecurityGroupNode() |
UaMethod |
SubscribedDataSetFolderTypeNodeBase.getRemoveSubscribedDataSetNode() |
UaMethod |
TargetVariablesTypeNodeBase.getRemoveTargetVariablesNode() |
UaMethod |
UserManagementTypeNodeBase.getRemoveUserNode() |
UaMethod |
PublishedDataItemsTypeNodeBase.getRemoveVariablesNode() |
UaMethod |
ServerTypeNodeBase.getRequestServerStateChangeNode() |
UaMethod |
ProvisionableDeviceTypeNodeBase.getRequestTicketsNode() |
UaMethod |
ServerTypeNodeBase.getResendDataNode() |
UaMethod |
PubSubConfigurationTypeNodeBase.getReserveIdsNode() |
UaMethod |
AlarmConditionTypeNodeBase.getReset2Node() |
UaMethod |
PubSubDiagnosticsTypeNodeBase.getResetNode() |
UaMethod |
ProgramStateMachineTypeNodeBase.getResetNode() |
UaMethod |
FileTransferStateMachineTypeNodeBase.getResetNode() |
UaMethod |
AlarmMetricsTypeNodeBase.getResetNode() |
UaMethod |
AlarmConditionTypeNodeBase.getResetNode() |
UaMethod |
ServerConfigurationTypeNodeBase.getResetToServerDefaultsNode() |
UaMethod |
DialogConditionTypeNodeBase.getRespond2Node() |
UaMethod |
DialogConditionTypeNodeBase.getRespondNode() |
UaMethod |
ProgramStateMachineTypeNodeBase.getResumeNode() |
UaMethod |
FileTypeNodeBase.getSetPositionNode() |
UaMethod |
ProvisionableDeviceTypeNodeBase.getSetRegistrarEndpointsNode() |
UaMethod |
PublishSubscribeTypeNodeBase.getSetSecurityKeysNode() |
UaMethod |
ServerTypeNodeBase.getSetSubscriptionDurableNode() |
UaMethod |
AlarmConditionTypeNodeBase.getSilenceNode() |
UaMethod |
ProgramStateMachineTypeNodeBase.getStartNode() |
UaMethod |
AlarmConditionTypeNodeBase.getSuppress2Node() |
UaMethod |
AlarmConditionTypeNodeBase.getSuppressNode() |
UaMethod |
ProgramStateMachineTypeNodeBase.getSuspendNode() |
UaMethod |
ShelvedStateMachineTypeNodeBase.getTimedShelve2Node() |
UaMethod |
ShelvedStateMachineTypeNodeBase.getTimedShelveNode() |
UaMethod |
PubSubKeyPushTargetTypeNodeBase.getTriggerKeyUpdateNode() |
UaMethod |
ShelvedStateMachineTypeNodeBase.getUnshelve2Node() |
UaMethod |
ShelvedStateMachineTypeNodeBase.getUnshelveNode() |
UaMethod |
AlarmConditionTypeNodeBase.getUnsuppress2Node() |
UaMethod |
AlarmConditionTypeNodeBase.getUnsuppressNode() |
UaMethod |
ServerConfigurationTypeNodeBase.getUpdateCertificateNode() |
UaMethod |
KeyCredentialConfigurationTypeNodeBase.getUpdateCredentialNode() |
UaMethod |
FileTypeNodeBase.getWriteNode() |
Copyright © 2026. All rights reserved.