| Package | Description |
|---|---|
| com.prosysopc.ua |
Common classes for client and server side.
|
| com.prosysopc.ua.server |
Main server side classes of the SDK.
|
| com.prosysopc.ua.stack.core | |
| com.prosysopc.ua.types.opcua | |
| com.prosysopc.ua.types.opcua.client | |
| com.prosysopc.ua.types.opcua.server |
| Modifier and Type | Method and Description |
|---|---|
SimpleAttributeOperand |
UaSimpleAttributeOperand.asSimpleAttributeOperand(NamespaceTable namespaceTable)
Returns the data of this object as a
SimpleAttributeOperand within the context of the
given NamespaceTable. |
| Modifier and Type | Method and Description |
|---|---|
Variant |
EventData.getFieldValue(SimpleAttributeOperand field)
Returns field values for the given field.
|
Variant[] |
EventData.getFieldValues(SimpleAttributeOperand[] fields)
Returns field values for the given fields (in the relative indexes).
|
| Modifier and Type | Method and Description |
|---|---|
SimpleAttributeOperand |
SimpleAttributeOperand.Builder.build() |
SimpleAttributeOperand |
SimpleAttributeOperand.clone() |
SimpleAttributeOperand |
SortRuleElement.getEventField() |
SimpleAttributeOperand |
SortRuleElement.Builder.getEventField() |
SimpleAttributeOperand[] |
EventFilter.getSelectClauses() |
SimpleAttributeOperand[] |
EventFilter.Builder.getSelectClauses() |
SimpleAttributeOperand[] |
PublishedEventsDataType.getSelectedFields() |
SimpleAttributeOperand[] |
PublishedEventsDataType.Builder.getSelectedFields() |
| Modifier and Type | Method and Description |
|---|---|
void |
SortRuleElement.setEventField(SimpleAttributeOperand value) |
SortRuleElement.Builder |
SortRuleElement.Builder.setEventField(SimpleAttributeOperand value) |
void |
EventFilter.setSelectClauses(SimpleAttributeOperand[] value) |
EventFilter.Builder |
EventFilter.Builder.setSelectClauses(SimpleAttributeOperand[] value) |
void |
PublishedEventsDataType.setSelectedFields(SimpleAttributeOperand[] value) |
PublishedEventsDataType.Builder |
PublishedEventsDataType.Builder.setSelectedFields(SimpleAttributeOperand[] value) |
| Constructor and Description |
|---|
EventFilter(SimpleAttributeOperand[] f_selectClauses,
ContentFilter f_whereClause) |
PublishedEventsDataType(NodeId f_eventNotifier,
SimpleAttributeOperand[] f_selectedFields,
ContentFilter f_filter) |
SortRuleElement(SortOrderType f_sortOrder,
SimpleAttributeOperand f_eventField) |
| Modifier and Type | Method and Description |
|---|---|
SimpleAttributeOperand[] |
PublishedEventsType.getSelectedFields() |
SimpleAttributeOperand[] |
HistoricalEventConfigurationType.getSortByEventFields() |
| Modifier and Type | Method and Description |
|---|---|
DataSetFolderType.AddPublishedEventsMethodOutputs |
DataSetFolderType.addPublishedEvents(String f_name,
NodeId f_eventNotifier,
String[] f_fieldNameAliases,
DataSetFieldFlags[] f_fieldFlags,
SimpleAttributeOperand[] f_selectedFields,
ContentFilter f_filter) |
NodeId |
DataSetFolderType.addPublishedEventsTemplate(String f_name,
DataSetMetaDataType f_dataSetMetaData,
NodeId f_eventNotifier,
SimpleAttributeOperand[] f_selectedFields,
ContentFilter f_filter) |
ConfigurationVersionDataType |
PublishedEventsType.modifyFieldSelection(ConfigurationVersionDataType f_configurationVersion,
String[] f_fieldNameAliases,
Boolean[] f_promotedFields,
SimpleAttributeOperand[] f_selectedFields) |
void |
PublishedEventsType.setSelectedFields(SimpleAttributeOperand[] value) |
void |
HistoricalEventConfigurationType.setSortByEventFields(SimpleAttributeOperand[] value) |
| Modifier and Type | Method and Description |
|---|---|
SimpleAttributeOperand[] |
PublishedEventsTypeImplBase.getSelectedFields() |
SimpleAttributeOperand[] |
HistoricalEventConfigurationTypeImplBase.getSortByEventFields() |
| Modifier and Type | Method and Description |
|---|---|
DataSetFolderType.AddPublishedEventsMethodOutputs |
DataSetFolderTypeImplBase.addPublishedEvents(String f_name,
NodeId f_eventNotifier,
String[] f_fieldNameAliases,
DataSetFieldFlags[] f_fieldFlags,
SimpleAttributeOperand[] f_selectedFields,
ContentFilter f_filter) |
AsyncResult<? extends DataSetFolderType.AddPublishedEventsMethodOutputs> |
DataSetFolderTypeImplBase.addPublishedEventsAsync(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) |
AsyncResult<? extends NodeId> |
DataSetFolderTypeImplBase.addPublishedEventsTemplateAsync(String f_name,
DataSetMetaDataType f_dataSetMetaData,
NodeId f_eventNotifier,
SimpleAttributeOperand[] f_selectedFields,
ContentFilter f_filter) |
ConfigurationVersionDataType |
PublishedEventsTypeImplBase.modifyFieldSelection(ConfigurationVersionDataType f_configurationVersion,
String[] f_fieldNameAliases,
Boolean[] f_promotedFields,
SimpleAttributeOperand[] f_selectedFields) |
AsyncResult<? extends ConfigurationVersionDataType> |
PublishedEventsTypeImplBase.modifyFieldSelectionAsync(ConfigurationVersionDataType f_configurationVersion,
String[] f_fieldNameAliases,
Boolean[] f_promotedFields,
SimpleAttributeOperand[] f_selectedFields) |
void |
PublishedEventsTypeImplBase.setSelectedFields(SimpleAttributeOperand[] value) |
void |
HistoricalEventConfigurationTypeImplBase.setSortByEventFields(SimpleAttributeOperand[] value) |
| Modifier and Type | Method and Description |
|---|---|
SimpleAttributeOperand[] |
PublishedEventsTypeNodeBase.getSelectedFields() |
SimpleAttributeOperand[] |
HistoricalEventConfigurationTypeNodeBase.getSortByEventFields() |
| Modifier and Type | Method and Description |
|---|---|
DataSetFolderType.AddPublishedEventsMethodOutputs |
DataSetFolderTypeAddPublishedEventsMethod.addPublishedEvents(ServiceContext serviceContext,
DataSetFolderTypeNode node,
String f_name,
NodeId f_eventNotifier,
String[] f_fieldNameAliases,
DataSetFieldFlags[] f_fieldFlags,
SimpleAttributeOperand[] f_selectedFields,
ContentFilter f_filter) |
DataSetFolderType.AddPublishedEventsMethodOutputs |
DataSetFolderTypeNodeBase.addPublishedEvents(String f_name,
NodeId f_eventNotifier,
String[] f_fieldNameAliases,
DataSetFieldFlags[] f_fieldFlags,
SimpleAttributeOperand[] f_selectedFields,
ContentFilter f_filter) |
NodeId |
DataSetFolderTypeAddPublishedEventsTemplateMethod.addPublishedEventsTemplate(ServiceContext serviceContext,
DataSetFolderTypeNode node,
String f_name,
DataSetMetaDataType f_dataSetMetaData,
NodeId f_eventNotifier,
SimpleAttributeOperand[] f_selectedFields,
ContentFilter f_filter) |
NodeId |
DataSetFolderTypeNodeBase.addPublishedEventsTemplate(String f_name,
DataSetMetaDataType f_dataSetMetaData,
NodeId f_eventNotifier,
SimpleAttributeOperand[] f_selectedFields,
ContentFilter f_filter) |
ConfigurationVersionDataType |
PublishedEventsTypeNodeBase.modifyFieldSelection(ConfigurationVersionDataType f_configurationVersion,
String[] f_fieldNameAliases,
Boolean[] f_promotedFields,
SimpleAttributeOperand[] f_selectedFields) |
ConfigurationVersionDataType |
PublishedEventsTypeModifyFieldSelectionMethod.modifyFieldSelection(ServiceContext serviceContext,
PublishedEventsTypeNode node,
ConfigurationVersionDataType f_configurationVersion,
String[] f_fieldNameAliases,
Boolean[] f_promotedFields,
SimpleAttributeOperand[] f_selectedFields) |
protected abstract DataSetFolderType.AddPublishedEventsMethodOutputs |
DataSetFolderTypeNodeBase.onAddPublishedEvents(ServiceContext serviceContext,
String f_name,
NodeId f_eventNotifier,
String[] f_fieldNameAliases,
DataSetFieldFlags[] f_fieldFlags,
SimpleAttributeOperand[] f_selectedFields,
ContentFilter f_filter) |
protected DataSetFolderType.AddPublishedEventsMethodOutputs |
DataSetFolderTypeNode.onAddPublishedEvents(ServiceContext serviceContext,
String f_name,
NodeId f_eventNotifier,
String[] f_fieldNameAliases,
DataSetFieldFlags[] f_fieldFlags,
SimpleAttributeOperand[] f_selectedFields,
ContentFilter f_filter) |
protected abstract NodeId |
DataSetFolderTypeNodeBase.onAddPublishedEventsTemplate(ServiceContext serviceContext,
String f_name,
DataSetMetaDataType f_dataSetMetaData,
NodeId f_eventNotifier,
SimpleAttributeOperand[] f_selectedFields,
ContentFilter f_filter) |
protected NodeId |
DataSetFolderTypeNode.onAddPublishedEventsTemplate(ServiceContext serviceContext,
String f_name,
DataSetMetaDataType f_dataSetMetaData,
NodeId f_eventNotifier,
SimpleAttributeOperand[] f_selectedFields,
ContentFilter f_filter) |
protected abstract ConfigurationVersionDataType |
PublishedEventsTypeNodeBase.onModifyFieldSelection(ServiceContext serviceContext,
ConfigurationVersionDataType f_configurationVersion,
String[] f_fieldNameAliases,
Boolean[] f_promotedFields,
SimpleAttributeOperand[] f_selectedFields) |
protected ConfigurationVersionDataType |
PublishedEventsTypeNode.onModifyFieldSelection(ServiceContext serviceContext,
ConfigurationVersionDataType f_configurationVersion,
String[] f_fieldNameAliases,
Boolean[] f_promotedFields,
SimpleAttributeOperand[] f_selectedFields) |
void |
PublishedEventsTypeNodeBase.setSelectedFields(SimpleAttributeOperand[] value) |
void |
HistoricalEventConfigurationTypeNodeBase.setSortByEventFields(SimpleAttributeOperand[] value) |
Copyright © 2026. All rights reserved.