com.prosysopc.ua.types.opcua
Interface AuditHistoryValueUpdateEventType

All Superinterfaces:
AuditEventType, AuditHistoryUpdateEventType, AuditUpdateEventType, BaseEventType, BaseInstanceType, BaseObjectType, UaInstance, UaNode, UaObject
All Known Implementing Classes:
AuditHistoryValueUpdateEventTypeImpl, AuditHistoryValueUpdateEventTypeImplBase, AuditHistoryValueUpdateEventTypeNode, AuditHistoryValueUpdateEventTypeNodeBase

public interface AuditHistoryValueUpdateEventType
extends AuditHistoryUpdateEventType

Generated on 2018-05-09 10:45:27


Field Summary
static String NEW_VALUES
           
static String OLD_VALUES
           
static String PERFORM_INSERT_REPLACE
           
static String UPDATED_NODE
           
 
Fields inherited from interface com.prosysopc.ua.types.opcua.AuditHistoryUpdateEventType
PARAMETER_DATA_TYPE_ID
 
Fields inherited from interface com.prosysopc.ua.types.opcua.AuditEventType
ACTION_TIME_STAMP, CLIENT_AUDIT_ENTRY_ID, CLIENT_USER_ID, SERVER_ID, STATUS
 
Fields inherited from interface com.prosysopc.ua.types.opcua.BaseEventType
EVENT_ID, EVENT_TYPE, LOCAL_TIME, MESSAGE, RECEIVE_TIME, SEVERITY, SOURCE_NAME, SOURCE_NODE, TIME
 
Method Summary
 org.opcfoundation.ua.builtintypes.DataValue[] getNewValues()
           
 UaProperty getNewValuesNode()
           
 org.opcfoundation.ua.builtintypes.DataValue[] getOldValues()
           
 UaProperty getOldValuesNode()
           
 org.opcfoundation.ua.core.PerformUpdateType getPerformInsertReplace()
           
 UaProperty getPerformInsertReplaceNode()
           
 org.opcfoundation.ua.builtintypes.NodeId getUpdatedNode()
           
 UaProperty getUpdatedNodeNode()
           
 void setNewValues(org.opcfoundation.ua.builtintypes.DataValue[] value)
           
 void setOldValues(org.opcfoundation.ua.builtintypes.DataValue[] value)
           
 void setPerformInsertReplace(org.opcfoundation.ua.core.PerformUpdateType value)
           
 void setUpdatedNode(org.opcfoundation.ua.builtintypes.NodeId value)
           
 
Methods inherited from interface com.prosysopc.ua.types.opcua.AuditHistoryUpdateEventType
getParameterDataTypeId, getParameterDataTypeIdNode, setParameterDataTypeId
 
Methods inherited from interface com.prosysopc.ua.types.opcua.AuditEventType
getActionTimeStamp, getActionTimeStampNode, getClientAuditEntryId, getClientAuditEntryIdNode, getClientUserId, getClientUserIdNode, getServerId, getServerIdNode, getStatusNode, isStatus, setActionTimeStamp, setClientAuditEntryId, setClientUserId, setServerId, setStatus
 
Methods inherited from interface com.prosysopc.ua.types.opcua.BaseEventType
getEventId, getEventIdNode, getEventType, getEventTypeNode, getLocalTime, getLocalTimeNode, getMessage, getMessageNode, getReceiveTime, getReceiveTimeNode, getSeverity, getSeverityNode, getSourceName, getSourceNameNode, getSourceNode, getSourceNodeNode, getTime, getTimeNode, setEventId, setEventType, setLocalTime, setMessage, setReceiveTime, setSeverity, setSourceName, setSourceNode, setTime
 
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

UPDATED_NODE

static final String UPDATED_NODE
See Also:
Constant Field Values

PERFORM_INSERT_REPLACE

static final String PERFORM_INSERT_REPLACE
See Also:
Constant Field Values

NEW_VALUES

static final String NEW_VALUES
See Also:
Constant Field Values

OLD_VALUES

static final String OLD_VALUES
See Also:
Constant Field Values
Method Detail

getUpdatedNodeNode

UaProperty getUpdatedNodeNode()

getUpdatedNode

org.opcfoundation.ua.builtintypes.NodeId getUpdatedNode()

setUpdatedNode

void setUpdatedNode(org.opcfoundation.ua.builtintypes.NodeId value)
                    throws StatusException
Throws:
StatusException

getPerformInsertReplaceNode

UaProperty getPerformInsertReplaceNode()

getPerformInsertReplace

org.opcfoundation.ua.core.PerformUpdateType getPerformInsertReplace()

setPerformInsertReplace

void setPerformInsertReplace(org.opcfoundation.ua.core.PerformUpdateType value)
                             throws StatusException
Throws:
StatusException

getNewValuesNode

UaProperty getNewValuesNode()

getNewValues

org.opcfoundation.ua.builtintypes.DataValue[] getNewValues()

setNewValues

void setNewValues(org.opcfoundation.ua.builtintypes.DataValue[] value)
                  throws StatusException
Throws:
StatusException

getOldValuesNode

UaProperty getOldValuesNode()

getOldValues

org.opcfoundation.ua.builtintypes.DataValue[] getOldValues()

setOldValues

void setOldValues(org.opcfoundation.ua.builtintypes.DataValue[] value)
                  throws StatusException
Throws:
StatusException


Copyright © 2018. All rights reserved.