| 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.types.gds.client | |
| com.prosysopc.ua.types.opcua.client |
| Modifier and Type | Method and Description |
|---|---|
Variant[] |
UaClient.call(NodeId objectId,
NodeId methodId,
Variant... inputArguments)
Call a method in the server.
|
void |
Subscription.conditionRefresh()
Calls ConditionRefresh Method using the Id of the calling Subscription as its parameter.
|
void |
MonitoredEventItem.conditionRefresh()
Calls ConditionRefresh2 Method using the Ids of the calling MonitoredEventItem and the
Subscription it belongs to as its parameters.
|
void |
Subscription.resendData()
Calls ResendData Method using the Id of the calling Subscription as its parameter.
|
| Modifier and Type | Method and Description |
|---|---|
protected <T> T |
UaObjectImpl.call(NodeId methodId,
MethodArgumentTransformer<T> outputTransformer,
Object... inputArgs)
Helper method for generated code.
|
Variant[] |
UaObjectImpl.call(NodeId methodId,
Object... args)
Call a method for this object in the server.
|
Variant[] |
UaObjectImpl.call(NodeId methodId,
Variant[] variantArgs)
Call a method for this object in the server.
|
Object[] |
UaObjectImpl.callMethod(NodeId methodId,
Object... inputArgs)
Call a method on the object.
|
| Modifier and Type | Method and Description |
|---|---|
CertificateDirectoryType.CheckRevocationStatusMethodOutputs |
CertificateDirectoryTypeImplBase.checkRevocationStatus(ByteString f_certificate) |
ApplicationRecordDataType[] |
DirectoryTypeImplBase.findApplications(String f_applicationUri) |
KeyCredentialServiceType.FinishRequestMethodOutputs |
KeyCredentialServiceTypeImplBase.finishRequest(NodeId f_requestId,
Boolean f_cancelRequest) |
CertificateDirectoryType.FinishRequestMethodOutputs |
CertificateDirectoryTypeImplBase.finishRequest(NodeId f_applicationId,
NodeId f_requestId) |
ApplicationRecordDataType |
DirectoryTypeImplBase.getApplication(NodeId f_applicationId) |
NodeId[] |
CertificateDirectoryTypeImplBase.getCertificateGroups(NodeId f_applicationId) |
CertificateDirectoryType.GetCertificatesMethodOutputs |
CertificateDirectoryTypeImplBase.getCertificates(NodeId f_applicationId,
NodeId f_certificateGroupId) |
Boolean |
CertificateDirectoryTypeImplBase.getCertificateStatus(NodeId f_applicationId,
NodeId f_certificateGroupId,
NodeId f_certificateTypeId) |
AuthorizationServiceType.GetServiceDescriptionMethodOutputs |
AuthorizationServiceTypeImplBase.getServiceDescription() |
NodeId |
CertificateDirectoryTypeImplBase.getTrustList(NodeId f_applicationId,
NodeId f_certificateGroupId) |
DirectoryType.QueryApplicationsMethodOutputs |
DirectoryTypeImplBase.queryApplications(UnsignedInteger f_startingRecordId,
UnsignedInteger f_maxRecordsToReturn,
String f_applicationName,
String f_applicationUri,
UnsignedInteger f_applicationType,
String f_productUri,
String[] f_capabilities) |
DirectoryType.QueryServersMethodOutputs |
DirectoryTypeImplBase.queryServers(UnsignedInteger f_startingRecordId,
UnsignedInteger f_maxRecordsToReturn,
String f_applicationName,
String f_applicationUri,
String f_productUri,
String[] f_serverCapabilities) |
NodeId |
DirectoryTypeImplBase.registerApplication(ApplicationRecordDataType f_application) |
String |
AuthorizationServiceTypeImplBase.requestAccessToken(UserIdentityToken f_identityToken,
String f_resourceId) |
void |
KeyCredentialServiceTypeImplBase.revoke(String f_credentialId) |
void |
CertificateDirectoryTypeImplBase.revokeCertificate(NodeId f_applicationId,
ByteString f_certificate) |
NodeId |
CertificateDirectoryTypeImplBase.startNewKeyPairRequest(NodeId f_applicationId,
NodeId f_certificateGroupId,
NodeId f_certificateTypeId,
String f_subjectName,
String[] f_domainNames,
String f_privateKeyFormat,
String f_privateKeyPassword) |
NodeId |
KeyCredentialServiceTypeImplBase.startRequest(String f_applicationUri,
ByteString f_publicKey,
String f_securityPolicyUri,
NodeId[] f_requestedRoles) |
NodeId |
CertificateDirectoryTypeImplBase.startSigningRequest(NodeId f_applicationId,
NodeId f_certificateGroupId,
NodeId f_certificateTypeId,
ByteString f_certificateRequest) |
void |
DirectoryTypeImplBase.unregisterApplication(NodeId f_applicationId) |
void |
DirectoryTypeImplBase.updateApplication(ApplicationRecordDataType f_application) |
| Modifier and Type | Method and Description |
|---|---|
void |
AcknowledgeableConditionTypeImplBase.acknowledge(ByteString f_eventId,
LocalizedText f_comment) |
void |
RoleTypeImplBase.addApplication(String f_applicationUri) |
void |
TrustListTypeImplBase.addCertificate(ByteString f_certificate,
Boolean f_isTrustedCertificate) |
void |
ConditionTypeImplBase.addComment(ByteString f_eventId,
LocalizedText f_comment) |
NodeId |
PublishSubscribeTypeImplBase.addConnection(PubSubConnectionDataType f_configuration) |
NodeId |
SubscribedDataSetFolderTypeImplBase.addDataSetFolder(String f_name) |
NodeId |
DataSetFolderTypeImplBase.addDataSetFolder(String f_name) |
NodeId |
ReaderGroupTypeImplBase.addDataSetReader(DataSetReaderDataType f_configuration) |
NodeId |
WriterGroupTypeImplBase.addDataSetWriter(DataSetWriterDataType f_configuration) |
void |
RoleTypeImplBase.addEndpoint(EndpointType f_endpoint) |
NodeId |
ExtensionFieldsTypeImplBase.addExtensionField(QualifiedName f_fieldName,
Object f_fieldValue) |
void |
RoleTypeImplBase.addIdentity(IdentityMappingRuleType f_rule) |
void |
PriorityMappingTableTypeImplBase.addPriorityMappingEntry(String f_mappingUri,
String f_priorityLabel,
UnsignedByte f_priorityValue_PCP,
UnsignedInteger f_priorityValue_DSCP) |
DataSetFolderType.AddPublishedDataItemsMethodOutputs |
DataSetFolderTypeImplBase.addPublishedDataItems(String f_name,
String[] f_fieldNameAliases,
DataSetFieldFlags[] f_fieldFlags,
PublishedVariableDataType[] f_variablesToAdd) |
DataSetFolderType.AddPublishedDataItemsTemplateMethodOutputs |
DataSetFolderTypeImplBase.addPublishedDataItemsTemplate(String f_name,
DataSetMetaDataType f_dataSetMetaData,
PublishedVariableDataType[] f_variablesToAdd) |
DataSetFolderType.AddPublishedEventsMethodOutputs |
DataSetFolderTypeImplBase.addPublishedEvents(String f_name,
NodeId f_eventNotifier,
String[] f_fieldNameAliases,
DataSetFieldFlags[] f_fieldFlags,
SimpleAttributeOperand[] f_selectedFields,
ContentFilter f_filter) |
NodeId |
DataSetFolderTypeImplBase.addPublishedEventsTemplate(String f_name,
DataSetMetaDataType f_dataSetMetaData,
NodeId f_eventNotifier,
SimpleAttributeOperand[] f_selectedFields,
ContentFilter f_filter) |
NodeId |
PubSubKeyPushTargetFolderTypeImplBase.addPushTarget(String f_applicationUri,
String f_endpointUrl,
String f_securityPolicyUri,
UserTokenPolicy f_userTokenType,
UnsignedShort f_requestedKeyCount,
Double f_retryInterval) |
NodeId |
PubSubKeyPushTargetFolderTypeImplBase.addPushTargetFolder(String f_name) |
NodeId |
PubSubConnectionTypeImplBase.addReaderGroup(ReaderGroupDataType f_configuration) |
NodeId |
RoleSetTypeImplBase.addRole(String f_roleName,
String f_namespaceUri) |
SecurityGroupFolderType.AddSecurityGroupMethodOutputs |
SecurityGroupFolderTypeImplBase.addSecurityGroup(String f_securityGroupName,
Double f_keyLifetime,
String f_securityPolicyUri,
UnsignedInteger f_maxFutureKeyCount,
UnsignedInteger f_maxPastKeyCount) |
NodeId |
SecurityGroupFolderTypeImplBase.addSecurityGroupFolder(String f_name) |
NodeId |
SubscribedDataSetFolderTypeImplBase.addSubscribedDataSet(StandaloneSubscribedDataSetDataType f_subscribedDataSet) |
StatusCode[] |
TargetVariablesTypeImplBase.addTargetVariables(ConfigurationVersionDataType f_configurationVersion,
FieldTargetDataType[] f_targetVariablesToAdd) |
void |
UserManagementTypeImplBase.addUser(String f_userName,
String f_password,
UserConfigurationMask f_userConfiguration,
String f_description) |
PublishedDataItemsType.AddVariablesMethodOutputs |
PublishedDataItemsTypeImplBase.addVariables(ConfigurationVersionDataType f_configurationVersion,
String[] f_fieldNameAliases,
Boolean[] f_promotedFields,
PublishedVariableDataType[] f_variablesToAdd) |
NodeId |
PubSubConnectionTypeImplBase.addWriterGroup(WriterGroupDataType f_configuration) |
void |
ServerConfigurationTypeImplBase.applyChanges() |
Object[] |
BaseObjectTypeImpl.callMethod(QualifiedName browseName,
Object... inArgs) |
void |
ServerConfigurationTypeImplBase.cancelChanges() |
void |
UserManagementTypeImplBase.changePassword(String f_oldPassword,
String f_newPassword) |
void |
FileTypeImplBase.close(UnsignedInteger f_fileHandle) |
NodeId |
TemporaryFileTransferTypeImplBase.closeAndCommit(UnsignedInteger f_fileHandle) |
Boolean |
TrustListTypeImplBase.closeAndUpdate(UnsignedInteger f_fileHandle) |
PubSubConfigurationType.CloseAndUpdateMethodOutputs |
PubSubConfigurationTypeImplBase.closeAndUpdate(UnsignedInteger f_fileHandle,
Boolean f_requireCompleteUpdate,
PubSubConfigurationRefDataType[] f_configurationReferences) |
ConfigurationFileType.CloseAndUpdateMethodOutputs |
ConfigurationFileTypeImplBase.closeAndUpdate(UnsignedInteger f_fileHandle,
UnsignedInteger f_versionToUpdate,
ConfigurationUpdateTargetType[] f_targets,
Double f_revertAfterTime,
Double f_restartDelayTime) |
Integer[] |
SerializationEntityTypeImplBase.configureSerialization(KeyValuePair[] f_serializationFilterProperties) |
void |
AcknowledgeableConditionTypeImplBase.confirm(ByteString f_eventId,
LocalizedText f_comment) |
void |
ConfigurationFileTypeImplBase.confirmUpdate(UUID f_updateId) |
StatusCode[] |
PubSubKeyPushTargetTypeImplBase.connectSecurityGroups(NodeId[] f_securityGroupIds) |
NodeId |
KeyCredentialConfigurationFolderTypeImplBase.createCredential(String f_name,
String f_resourceUri,
String f_profileUri,
String[] f_endpointUrls) |
NodeId |
DataSetReaderTypeImplBase.createDataSetMirror(String f_parentNodeName,
RolePermissionType[] f_rolePermissions) |
NodeId |
FileDirectoryTypeImplBase.createDirectory(String f_directoryName) |
FileDirectoryType.CreateFileMethodOutputs |
FileDirectoryTypeImplBase.createFile(String f_fileName,
Boolean f_requestFileOpen) |
ByteString |
ServerConfigurationTypeImplBase.createSelfSignedCertificate(NodeId f_certificateGroupId,
NodeId f_certificateTypeId,
String f_subjectName,
String[] f_dnsNames,
String[] f_ipAddresses,
UnsignedShort f_lifetimeInDays,
UnsignedShort f_keySizeInBits) |
ByteString |
ServerConfigurationTypeImplBase.createSigningRequest(NodeId f_certificateGroupId,
NodeId f_certificateTypeId,
String f_subjectName,
Boolean f_regeneratePrivateKey,
ByteString f_nonce) |
StatusCode[] |
DataSetReaderTypeImplBase.createTargetVariables(ConfigurationVersionDataType f_configurationVersion,
FieldTargetDataType[] f_targetVariablesToAdd) |
void |
FileDirectoryTypeImplBase.delete(NodeId f_objectToDelete) |
void |
ServerConfigurationTypeImplBase.deleteCertificate(NodeId f_certificateGroupId,
NodeId f_certificateTypeId) |
void |
KeyCredentialConfigurationTypeImplBase.deleteCredential() |
void |
PriorityMappingTableTypeImplBase.deletePriorityMappingEntry(String f_mappingUri,
String f_priorityLabel) |
void |
PubSubStatusTypeImplBase.disable() |
void |
ConditionTypeImplBase.disable() |
StatusCode[] |
PubSubKeyPushTargetTypeImplBase.disconnectSecurityGroups(NodeId[] f_securityGroupIds) |
void |
PubSubStatusTypeImplBase.enable() |
void |
ConditionTypeImplBase.enable() |
void |
AddressSpaceFileTypeImplBase.exportNamespace() |
void |
NonTransparentBackupRedundancyTypeImplBase.failover() |
AliasNameDataType[] |
AliasNameCategoryTypeImplBase.findAlias(String f_aliasNameSearchPattern,
NodeId f_referenceTypeFilter) |
void |
SecurityGroupTypeImplBase.forceKeyRotation() |
TemporaryFileTransferType.GenerateFileForReadMethodOutputs |
TemporaryFileTransferTypeImplBase.generateFileForRead(Object f_generateOptions) |
TemporaryFileTransferType.GenerateFileForWriteMethodOutputs |
TemporaryFileTransferTypeImplBase.generateFileForWrite(Object f_generateOptions) |
ServerConfigurationType.GetCertificatesMethodOutputs |
ServerConfigurationTypeImplBase.getCertificates(NodeId f_certificateGroupId) |
KeyCredentialConfigurationType.GetEncryptingKeyMethodOutputs |
KeyCredentialConfigurationTypeImplBase.getEncryptingKey(String f_credentialId,
String f_requestedSecurityPolicyUri) |
NodeId[] |
AlarmConditionTypeImplBase.getGroupMemberships() |
ServerType.GetMonitoredItemsMethodOutputs |
ServerTypeImplBase.getMonitoredItems(UnsignedInteger f_subscriptionId) |
UnsignedLong |
FileTypeImplBase.getPosition(UnsignedInteger f_fileHandle) |
LogObjectType.GetRecordsMethodOutputs |
LogObjectTypeImplBase.getRecords(DateTime f_startTime,
DateTime f_endTime,
UnsignedInteger f_maxReturnRecords,
UnsignedShort f_minimumSeverity,
LogRecordMask f_requestMask,
ByteString f_continuationPointIn) |
ByteString[] |
ServerConfigurationTypeImplBase.getRejectedList() |
ByteString[] |
CertificateGroupTypeImplBase.getRejectedList() |
NodeId |
PubSubKeyServiceTypeImplBase.getSecurityGroup(String f_securityGroupId) |
PubSubKeyServiceType.GetSecurityKeysMethodOutputs |
PubSubKeyServiceTypeImplBase.getSecurityKeys(String f_securityGroupId,
UnsignedInteger f_startingTokenId,
UnsignedInteger f_requestedKeyCount) |
void |
ProgramStateMachineTypeImplBase.halt() |
void |
SecurityGroupTypeImplBase.invalidateKeys() |
ConfigurationVersionDataType |
PublishedEventsTypeImplBase.modifyFieldSelection(ConfigurationVersionDataType f_configurationVersion,
String[] f_fieldNameAliases,
Boolean[] f_promotedFields,
SimpleAttributeOperand[] f_selectedFields) |
void |
UserManagementTypeImplBase.modifyUser(String f_userName,
Boolean f_modifyPassword,
String f_password,
Boolean f_modifyUserConfiguration,
UserConfigurationMask f_userConfiguration,
Boolean f_modifyDescription,
String f_description) |
NodeId |
FileDirectoryTypeImplBase.moveOrCopy(NodeId f_objectToMoveOrCopy,
NodeId f_targetDirectory,
Boolean f_createCopy,
String f_newName) |
void |
ShelvedStateMachineTypeImplBase.oneShotShelve() |
void |
ShelvedStateMachineTypeImplBase.oneShotShelve2(LocalizedText f_comment) |
UnsignedInteger |
FileTypeImpl.open(EnumSet<FileTypeOpenMode> mode) |
UnsignedInteger |
FileTypeImpl.open(FileTypeOpenMode... mode) |
UnsignedInteger |
FileTypeImplBase.open(UnsignedByte f_mode) |
UnsignedInteger |
TrustListTypeImplBase.openWithMasks(UnsignedInteger f_masks) |
void |
AlarmConditionTypeImplBase.placeInService() |
void |
AlarmConditionTypeImplBase.placeInService2(LocalizedText f_comment) |
ByteString |
FileTypeImplBase.read(UnsignedInteger f_fileHandle,
Integer f_length) |
void |
RoleTypeImplBase.removeApplication(String f_applicationUri) |
void |
TrustListTypeImplBase.removeCertificate(String f_thumbprint,
Boolean f_isTrustedCertificate) |
void |
PublishSubscribeTypeImplBase.removeConnection(NodeId f_connectionId) |
void |
SubscribedDataSetFolderTypeImplBase.removeDataSetFolder(NodeId f_dataSetFolderNodeId) |
void |
DataSetFolderTypeImplBase.removeDataSetFolder(NodeId f_dataSetFolderNodeId) |
void |
ReaderGroupTypeImplBase.removeDataSetReader(NodeId f_dataSetReaderNodeId) |
void |
WriterGroupTypeImplBase.removeDataSetWriter(NodeId f_dataSetWriterNodeId) |
void |
RoleTypeImplBase.removeEndpoint(EndpointType f_endpoint) |
void |
ExtensionFieldsTypeImplBase.removeExtensionField(NodeId f_fieldId) |
void |
AlarmConditionTypeImplBase.removeFromService() |
void |
AlarmConditionTypeImplBase.removeFromService2(LocalizedText f_comment) |
void |
PubSubConnectionTypeImplBase.removeGroup(NodeId f_groupId) |
void |
RoleTypeImplBase.removeIdentity(IdentityMappingRuleType f_rule) |
void |
DataSetFolderTypeImplBase.removePublishedDataSet(NodeId f_dataSetNodeId) |
void |
PubSubKeyPushTargetFolderTypeImplBase.removePushTarget(NodeId f_pushTargetId) |
void |
PubSubKeyPushTargetFolderTypeImplBase.removePushTargetFolder(NodeId f_pushTargetFolderNodeId) |
void |
RoleSetTypeImplBase.removeRole(NodeId f_roleNodeId) |
void |
SecurityGroupFolderTypeImplBase.removeSecurityGroup(NodeId f_securityGroupNodeId) |
void |
SecurityGroupFolderTypeImplBase.removeSecurityGroupFolder(NodeId f_securityGroupFolderNodeId) |
void |
SubscribedDataSetFolderTypeImplBase.removeSubscribedDataSet(NodeId f_subscribedDataSetNodeId) |
StatusCode[] |
TargetVariablesTypeImplBase.removeTargetVariables(ConfigurationVersionDataType f_configurationVersion,
UnsignedInteger[] f_targetsToRemove) |
void |
UserManagementTypeImplBase.removeUser(String f_userName) |
PublishedDataItemsType.RemoveVariablesMethodOutputs |
PublishedDataItemsTypeImplBase.removeVariables(ConfigurationVersionDataType f_configurationVersion,
UnsignedInteger[] f_variablesToRemove) |
void |
ServerTypeImplBase.requestServerStateChange(ServerState f_state,
DateTime f_estimatedReturnTime,
UnsignedInteger f_secondsTillShutdown,
LocalizedText f_reason,
Boolean f_restart) |
String[] |
ProvisionableDeviceTypeImplBase.requestTickets() |
void |
ServerTypeImplBase.resendData(UnsignedInteger f_subscriptionId) |
PubSubConfigurationType.ReserveIdsMethodOutputs |
PubSubConfigurationTypeImplBase.reserveIds(String f_transportProfileUri,
UnsignedShort f_numReqWriterGroupIds,
UnsignedShort f_numReqDataSetWriterIds) |
void |
PubSubDiagnosticsTypeImplBase.reset() |
void |
ProgramStateMachineTypeImplBase.reset() |
void |
FileTransferStateMachineTypeImplBase.reset() |
void |
AlarmMetricsTypeImplBase.reset() |
void |
AlarmConditionTypeImplBase.reset() |
void |
AlarmConditionTypeImplBase.reset2(LocalizedText f_comment) |
void |
ServerConfigurationTypeImplBase.resetToServerDefaults() |
void |
DialogConditionTypeImplBase.respond(Integer f_selectedResponse) |
void |
DialogConditionTypeImplBase.respond2(Integer f_selectedResponse,
LocalizedText f_comment) |
void |
ProgramStateMachineTypeImplBase.resume() |
void |
FileTypeImplBase.setPosition(UnsignedInteger f_fileHandle,
UnsignedLong f_position) |
void |
ProvisionableDeviceTypeImplBase.setRegistrarEndpoints(ApplicationDescription[] f_registrars) |
void |
PublishSubscribeTypeImplBase.setSecurityKeys(String f_securityGroupId,
String f_securityPolicyUri,
UnsignedInteger f_currentTokenId,
ByteString f_currentKey,
ByteString[] f_futureKeys,
Double f_timeToNextKey,
Double f_keyLifetime) |
UnsignedInteger |
ServerTypeImplBase.setSubscriptionDurable(UnsignedInteger f_subscriptionId,
UnsignedInteger f_lifetimeInHours) |
void |
AlarmConditionTypeImplBase.silence() |
void |
ProgramStateMachineTypeImplBase.start() |
void |
AlarmConditionTypeImplBase.suppress() |
void |
AlarmConditionTypeImplBase.suppress2(LocalizedText f_comment) |
void |
ProgramStateMachineTypeImplBase.suspend() |
void |
ShelvedStateMachineTypeImplBase.timedShelve(Double f_shelvingTime) |
void |
ShelvedStateMachineTypeImplBase.timedShelve2(Double f_shelvingTime,
LocalizedText f_comment) |
void |
PubSubKeyPushTargetTypeImplBase.triggerKeyUpdate() |
void |
ShelvedStateMachineTypeImplBase.unshelve() |
void |
ShelvedStateMachineTypeImplBase.unshelve2(LocalizedText f_comment) |
void |
AlarmConditionTypeImplBase.unsuppress() |
void |
AlarmConditionTypeImplBase.unsuppress2(LocalizedText f_comment) |
Boolean |
ServerConfigurationTypeImplBase.updateCertificate(NodeId f_certificateGroupId,
NodeId f_certificateTypeId,
ByteString f_certificate,
ByteString[] f_issuerCertificates,
String f_privateKeyFormat,
ByteString f_privateKey) |
void |
KeyCredentialConfigurationTypeImplBase.updateCredential(String f_credentialId,
ByteString f_credentialSecret,
String f_certificateThumbprint,
String f_securityPolicyUri) |
void |
FileTypeImplBase.write(UnsignedInteger f_fileHandle,
ByteString f_data) |
Copyright © 2026. All rights reserved.