public interface PublishedDataItemsType extends PublishedDataSetType
| Modifier and Type | Interface and Description |
|---|---|
static class |
PublishedDataItemsType.AddVariablesMethodOutputs |
static class |
PublishedDataItemsType.RemoveVariablesMethodOutputs |
UaNode.Parameters| Modifier and Type | Field and Description |
|---|---|
static String |
ADD_VARIABLES |
static String |
PUBLISHED_DATA |
static String |
REMOVE_VARIABLES |
CONFIGURATION_VERSION, CYCLIC_DATA_SET, DATA_SET_CLASS_ID, DATA_SET_META_DATA, EXTENSION_FIELDS| Modifier and Type | Method and Description |
|---|---|
PublishedDataItemsType.AddVariablesMethodOutputs |
addVariables(ConfigurationVersionDataType f_configurationVersion,
String[] f_fieldNameAliases,
Boolean[] f_promotedFields,
PublishedVariableDataType[] f_variablesToAdd) |
UaMethod |
getAddVariablesNode() |
PublishedVariableDataType[] |
getPublishedData() |
UaProperty |
getPublishedDataNode() |
UaMethod |
getRemoveVariablesNode() |
PublishedDataItemsType.RemoveVariablesMethodOutputs |
removeVariables(ConfigurationVersionDataType f_configurationVersion,
UnsignedInteger[] f_variablesToRemove) |
void |
setPublishedData(PublishedVariableDataType[] value) |
getConfigurationVersion, getConfigurationVersionNode, getCyclicDataSetNode, getDataSetClassId, getDataSetClassIdNode, getDataSetMetaData, getDataSetMetaDataNode, getExtensionFieldsNode, isCyclicDataSet, setConfigurationVersion, setCyclicDataSet, setDataSetClassId, setDataSetMetaDatagetQualifiedNamecallMethod, getEventNotifier, getIcon, setEventNotifier, setIcongetTypeDefinition, getTypeDefinitionId, setTypeDefinition, setTypeDefinitionId, setTypeDefinitionIdaddComponent, addOrganizes, addProperty, addReference, addReference, addReference, addReference, addReference, addReference, deleteReference, deleteReference, deleteReference, deleteReference, getAddressSpace, getAttributes, getAttributesMap, getBrowseName, getBrowsePaths, getComponent, getComponents, getDescription, getDisplayName, getForwardReferences, getInverseReferences, getMethod, getNodeClass, getNodeId, getNodeVersionNode, getOrganizedNode, getOrganizedNodes, getProperties, getProperty, getReference, getReferences, getReferences, getSupportedAttributes, getUaBrowsePaths, getUaNodeId, getUserData, getUserWriteMask, getWriteMask, hasUserWriteAccess, hasWriteAccess, readAttribute, readAttribute, removeComponent, removeProperty, setAttribute, setAttributes, setBrowseName, setDescription, setDisplayName, setReferences, setUserData, setUserWriteMask, setWriteMask, supportsAttribute, writeAttributestatic final String PUBLISHED_DATA
static final String ADD_VARIABLES
static final String REMOVE_VARIABLES
UaProperty getPublishedDataNode()
PublishedVariableDataType[] getPublishedData()
void setPublishedData(PublishedVariableDataType[] value) throws StatusException
StatusExceptionUaMethod getAddVariablesNode()
PublishedDataItemsType.AddVariablesMethodOutputs addVariables(ConfigurationVersionDataType f_configurationVersion, String[] f_fieldNameAliases, Boolean[] f_promotedFields, PublishedVariableDataType[] f_variablesToAdd) throws StatusException, ServiceException
StatusExceptionServiceExceptionUaMethod getRemoveVariablesNode()
PublishedDataItemsType.RemoveVariablesMethodOutputs removeVariables(ConfigurationVersionDataType f_configurationVersion, UnsignedInteger[] f_variablesToRemove) throws StatusException, ServiceException
StatusExceptionServiceExceptionCopyright © 2026. All rights reserved.