public interface ConfigurationFileType extends FileType
| Modifier and Type | Interface and Description |
|---|---|
static class |
ConfigurationFileType.CloseAndUpdateMethodOutputs |
UaNode.Parameters| Modifier and Type | Field and Description |
|---|---|
static String |
ACTIVITY_TIMEOUT |
static String |
CLOSE_AND_UPDATE |
static String |
CONFIRM_UPDATE |
static String |
CURRENT_VERSION |
static String |
LAST_UPDATE_TIME |
static String |
SUPPORTED_DATA_TYPE |
CLOSE, GET_POSITION, LAST_MODIFIED_TIME, MAX_BYTE_STRING_LENGTH, MIME_TYPE, OPEN, OPEN_COUNT, READ, SET_POSITION, SIZE, USER_WRITABLE, WRITABLE, WRITE| Modifier and Type | Method and Description |
|---|---|
ConfigurationFileType.CloseAndUpdateMethodOutputs |
closeAndUpdate(UnsignedInteger f_fileHandle,
UnsignedInteger f_versionToUpdate,
ConfigurationUpdateTargetType[] f_targets,
Double f_revertAfterTime,
Double f_restartDelayTime) |
void |
confirmUpdate(UUID f_updateId) |
Double |
getActivityTimeout() |
UaProperty |
getActivityTimeoutNode() |
UaMethod |
getCloseAndUpdateNode() |
UaMethod |
getConfirmUpdateNode() |
UnsignedInteger |
getCurrentVersion() |
UaProperty |
getCurrentVersionNode() |
DateTime |
getLastUpdateTime() |
UaProperty |
getLastUpdateTimeNode() |
NodeId |
getSupportedDataType() |
UaProperty |
getSupportedDataTypeNode() |
void |
setActivityTimeout(Double value) |
void |
setCurrentVersion(UnsignedInteger value) |
void |
setLastUpdateTime(DateTime value) |
void |
setSupportedDataType(NodeId value) |
close, getCloseNode, getGetPositionNode, getLastModifiedTime, getLastModifiedTimeNode, getMaxByteStringLength, getMaxByteStringLengthNode, getMimeType, getMimeTypeNode, getOpenCount, getOpenCountNode, getOpenNode, getPosition, getReadNode, getSetPositionNode, getSize, getSizeNode, getUserWritableNode, getWritableNode, getWriteNode, isUserWritable, isWritable, open, read, setLastModifiedTime, setMaxByteStringLength, setMimeType, setOpenCount, setPosition, setSize, setUserWritable, setWritable, writegetQualifiedNamecallMethod, 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 CURRENT_VERSION
static final String LAST_UPDATE_TIME
static final String ACTIVITY_TIMEOUT
static final String SUPPORTED_DATA_TYPE
static final String CLOSE_AND_UPDATE
static final String CONFIRM_UPDATE
UaProperty getCurrentVersionNode()
UnsignedInteger getCurrentVersion()
void setCurrentVersion(UnsignedInteger value) throws StatusException
StatusExceptionUaProperty getLastUpdateTimeNode()
DateTime getLastUpdateTime()
void setLastUpdateTime(DateTime value) throws StatusException
StatusExceptionUaProperty getActivityTimeoutNode()
Double getActivityTimeout()
void setActivityTimeout(Double value) throws StatusException
StatusExceptionUaProperty getSupportedDataTypeNode()
NodeId getSupportedDataType()
void setSupportedDataType(NodeId value) throws StatusException
StatusExceptionUaMethod getCloseAndUpdateNode()
ConfigurationFileType.CloseAndUpdateMethodOutputs closeAndUpdate(UnsignedInteger f_fileHandle, UnsignedInteger f_versionToUpdate, ConfigurationUpdateTargetType[] f_targets, Double f_revertAfterTime, Double f_restartDelayTime) throws StatusException, ServiceException
StatusExceptionServiceExceptionUaMethod getConfirmUpdateNode()
void confirmUpdate(UUID f_updateId) throws StatusException, ServiceException
StatusExceptionServiceExceptionCopyright © 2026. All rights reserved.