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


Field Summary
static String ACCESS_HISTORY_DATA_CAPABILITY
           
static String ACCESS_HISTORY_EVENTS_CAPABILITY
           
static String AGGREGATE_FUNCTIONS
           
static String DELETE_AT_TIME_CAPABILITY
           
static String DELETE_EVENT_CAPABILITY
           
static String DELETE_RAW_CAPABILITY
           
static String INSERT_ANNOTATION_CAPABILITY
           
static String INSERT_DATA_CAPABILITY
           
static String INSERT_EVENT_CAPABILITY
           
static String MAX_RETURN_DATA_VALUES
           
static String MAX_RETURN_EVENT_VALUES
           
static String REPLACE_DATA_CAPABILITY
           
static String REPLACE_EVENT_CAPABILITY
           
static String UPDATE_DATA_CAPABILITY
           
static String UPDATE_EVENT_CAPABILITY
           
 
Method Summary
 UaProperty getAccessHistoryDataCapabilityNode()
           
 UaProperty getAccessHistoryEventsCapabilityNode()
           
 FolderType getAggregateFunctionsNode()
           
 UaProperty getDeleteAtTimeCapabilityNode()
           
 UaProperty getDeleteEventCapabilityNode()
           
 UaProperty getDeleteRawCapabilityNode()
           
 UaProperty getInsertAnnotationCapabilityNode()
           
 UaProperty getInsertDataCapabilityNode()
           
 UaProperty getInsertEventCapabilityNode()
           
 org.opcfoundation.ua.builtintypes.UnsignedInteger getMaxReturnDataValues()
           
 UaProperty getMaxReturnDataValuesNode()
           
 org.opcfoundation.ua.builtintypes.UnsignedInteger getMaxReturnEventValues()
           
 UaProperty getMaxReturnEventValuesNode()
           
 UaProperty getReplaceDataCapabilityNode()
           
 UaProperty getReplaceEventCapabilityNode()
           
 UaProperty getUpdateDataCapabilityNode()
           
 UaProperty getUpdateEventCapabilityNode()
           
 Boolean isAccessHistoryDataCapability()
           
 Boolean isAccessHistoryEventsCapability()
           
 Boolean isDeleteAtTimeCapability()
           
 Boolean isDeleteEventCapability()
           
 Boolean isDeleteRawCapability()
           
 Boolean isInsertAnnotationCapability()
           
 Boolean isInsertDataCapability()
           
 Boolean isInsertEventCapability()
           
 Boolean isReplaceDataCapability()
           
 Boolean isReplaceEventCapability()
           
 Boolean isUpdateDataCapability()
           
 Boolean isUpdateEventCapability()
           
 void setAccessHistoryDataCapability(Boolean value)
           
 void setAccessHistoryEventsCapability(Boolean value)
           
 void setDeleteAtTimeCapability(Boolean value)
           
 void setDeleteEventCapability(Boolean value)
           
 void setDeleteRawCapability(Boolean value)
           
 void setInsertAnnotationCapability(Boolean value)
           
 void setInsertDataCapability(Boolean value)
           
 void setInsertEventCapability(Boolean value)
           
 void setMaxReturnDataValues(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
           
 void setMaxReturnEventValues(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
           
 void setReplaceDataCapability(Boolean value)
           
 void setReplaceEventCapability(Boolean value)
           
 void setUpdateDataCapability(Boolean value)
           
 void setUpdateEventCapability(Boolean value)
           
 
Methods inherited from interface com.prosysopc.ua.types.opcua.BaseInstanceType
getQualifiedName
 
Methods inherited from interface com.prosysopc.ua.nodes.UaObject
callMethod, getEventNotifier, getIcon, setEventNotifier, setIcon
 
Methods inherited from interface com.prosysopc.ua.nodes.UaInstance
getTypeDefinition, getTypeDefinitionId, setTypeDefinition, setTypeDefinitionId, setTypeDefinitionId
 
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
 

Field Detail

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
Method Detail

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.