com.prosysopc.ua.types.opcua
Interface HistoryServerCapabilitiesType
- All Superinterfaces:
- BaseInstanceType, BaseObjectType, UaInstance, UaNode, UaObject
- All Known Implementing Classes:
- HistoryServerCapabilitiesTypeImpl, HistoryServerCapabilitiesTypeImplBase, HistoryServerCapabilitiesTypeNode, HistoryServerCapabilitiesTypeNodeBase
public interface HistoryServerCapabilitiesType
- extends BaseObjectType
Generated on 2018-05-09 10:45:27
| Methods inherited from interface com.prosysopc.ua.nodes.UaNode |
addComponent, addProperty, addReference, addReference, addReference, deleteReference, deleteReference, deleteReference, deleteReference, getAddressSpace, getAttributes, getBrowseName, getComponent, getComponents, getDescription, getDisplayName, getForwardReferences, getInverseReferences, getMethod, getNodeClass, getNodeId, getNodeVersion, getProperties, getProperty, getReference, getReferences, getReferences, getSupportedAttributes, getUserWriteMask, getWriteMask, hasUserWriteAccess, hasWriteAccess, readAttribute, readAttribute, removeComponent, removeProperty, setAttribute, setAttributes, setBrowseName, setDescription, setDisplayName, setReferences, setUserWriteMask, setWriteMask, supportsAttribute, writeAttribute |
ACCESS_HISTORY_DATA_CAPABILITY
static final String ACCESS_HISTORY_DATA_CAPABILITY
- See Also:
- Constant Field Values
ACCESS_HISTORY_EVENTS_CAPABILITY
static final String ACCESS_HISTORY_EVENTS_CAPABILITY
- See Also:
- Constant Field Values
MAX_RETURN_DATA_VALUES
static final String MAX_RETURN_DATA_VALUES
- See Also:
- Constant Field Values
MAX_RETURN_EVENT_VALUES
static final String MAX_RETURN_EVENT_VALUES
- See Also:
- Constant Field Values
INSERT_DATA_CAPABILITY
static final String INSERT_DATA_CAPABILITY
- See Also:
- Constant Field Values
REPLACE_DATA_CAPABILITY
static final String REPLACE_DATA_CAPABILITY
- See Also:
- Constant Field Values
UPDATE_DATA_CAPABILITY
static final String UPDATE_DATA_CAPABILITY
- See Also:
- Constant Field Values
DELETE_RAW_CAPABILITY
static final String DELETE_RAW_CAPABILITY
- See Also:
- Constant Field Values
DELETE_AT_TIME_CAPABILITY
static final String DELETE_AT_TIME_CAPABILITY
- See Also:
- Constant Field Values
INSERT_EVENT_CAPABILITY
static final String INSERT_EVENT_CAPABILITY
- See Also:
- Constant Field Values
REPLACE_EVENT_CAPABILITY
static final String REPLACE_EVENT_CAPABILITY
- See Also:
- Constant Field Values
UPDATE_EVENT_CAPABILITY
static final String UPDATE_EVENT_CAPABILITY
- See Also:
- Constant Field Values
DELETE_EVENT_CAPABILITY
static final String DELETE_EVENT_CAPABILITY
- See Also:
- Constant Field Values
INSERT_ANNOTATION_CAPABILITY
static final String INSERT_ANNOTATION_CAPABILITY
- See Also:
- Constant Field Values
AGGREGATE_FUNCTIONS
static final String AGGREGATE_FUNCTIONS
- See Also:
- Constant Field Values
getAccessHistoryDataCapabilityNode
UaProperty getAccessHistoryDataCapabilityNode()
isAccessHistoryDataCapability
Boolean isAccessHistoryDataCapability()
setAccessHistoryDataCapability
void setAccessHistoryDataCapability(Boolean value)
throws StatusException
- Throws:
StatusException
getAccessHistoryEventsCapabilityNode
UaProperty getAccessHistoryEventsCapabilityNode()
isAccessHistoryEventsCapability
Boolean isAccessHistoryEventsCapability()
setAccessHistoryEventsCapability
void setAccessHistoryEventsCapability(Boolean value)
throws StatusException
- Throws:
StatusException
getMaxReturnDataValuesNode
UaProperty getMaxReturnDataValuesNode()
getMaxReturnDataValues
org.opcfoundation.ua.builtintypes.UnsignedInteger getMaxReturnDataValues()
setMaxReturnDataValues
void setMaxReturnDataValues(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
throws StatusException
- Throws:
StatusException
getMaxReturnEventValuesNode
UaProperty getMaxReturnEventValuesNode()
getMaxReturnEventValues
org.opcfoundation.ua.builtintypes.UnsignedInteger getMaxReturnEventValues()
setMaxReturnEventValues
void setMaxReturnEventValues(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
throws StatusException
- Throws:
StatusException
getInsertDataCapabilityNode
UaProperty getInsertDataCapabilityNode()
isInsertDataCapability
Boolean isInsertDataCapability()
setInsertDataCapability
void setInsertDataCapability(Boolean value)
throws StatusException
- Throws:
StatusException
getReplaceDataCapabilityNode
UaProperty getReplaceDataCapabilityNode()
isReplaceDataCapability
Boolean isReplaceDataCapability()
setReplaceDataCapability
void setReplaceDataCapability(Boolean value)
throws StatusException
- Throws:
StatusException
getUpdateDataCapabilityNode
UaProperty getUpdateDataCapabilityNode()
isUpdateDataCapability
Boolean isUpdateDataCapability()
setUpdateDataCapability
void setUpdateDataCapability(Boolean value)
throws StatusException
- Throws:
StatusException
getDeleteRawCapabilityNode
UaProperty getDeleteRawCapabilityNode()
isDeleteRawCapability
Boolean isDeleteRawCapability()
setDeleteRawCapability
void setDeleteRawCapability(Boolean value)
throws StatusException
- Throws:
StatusException
getDeleteAtTimeCapabilityNode
UaProperty getDeleteAtTimeCapabilityNode()
isDeleteAtTimeCapability
Boolean isDeleteAtTimeCapability()
setDeleteAtTimeCapability
void setDeleteAtTimeCapability(Boolean value)
throws StatusException
- Throws:
StatusException
getInsertEventCapabilityNode
UaProperty getInsertEventCapabilityNode()
isInsertEventCapability
Boolean isInsertEventCapability()
setInsertEventCapability
void setInsertEventCapability(Boolean value)
throws StatusException
- Throws:
StatusException
getReplaceEventCapabilityNode
UaProperty getReplaceEventCapabilityNode()
isReplaceEventCapability
Boolean isReplaceEventCapability()
setReplaceEventCapability
void setReplaceEventCapability(Boolean value)
throws StatusException
- Throws:
StatusException
getUpdateEventCapabilityNode
UaProperty getUpdateEventCapabilityNode()
isUpdateEventCapability
Boolean isUpdateEventCapability()
setUpdateEventCapability
void setUpdateEventCapability(Boolean value)
throws StatusException
- Throws:
StatusException
getDeleteEventCapabilityNode
UaProperty getDeleteEventCapabilityNode()
isDeleteEventCapability
Boolean isDeleteEventCapability()
setDeleteEventCapability
void setDeleteEventCapability(Boolean value)
throws StatusException
- Throws:
StatusException
getInsertAnnotationCapabilityNode
UaProperty getInsertAnnotationCapabilityNode()
isInsertAnnotationCapability
Boolean isInsertAnnotationCapability()
setInsertAnnotationCapability
void setInsertAnnotationCapability(Boolean value)
throws StatusException
- Throws:
StatusException
getAggregateFunctionsNode
FolderType getAggregateFunctionsNode()
Copyright © 2018. All rights reserved.