com.prosysopc.ua.types.opcua
Interface AuditHistoryEventUpdateEventType
- All Superinterfaces:
- AuditEventType, AuditHistoryUpdateEventType, AuditUpdateEventType, BaseEventType, BaseInstanceType, BaseObjectType, UaInstance, UaNode, UaObject
- All Known Implementing Classes:
- AuditHistoryEventUpdateEventTypeImpl, AuditHistoryEventUpdateEventTypeImplBase, AuditHistoryEventUpdateEventTypeNode, AuditHistoryEventUpdateEventTypeNodeBase
public interface AuditHistoryEventUpdateEventType
- extends AuditHistoryUpdateEventType
Generated on 2018-05-09 10:45:27
| 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.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 |
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
FILTER
static final String FILTER
- 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
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
getFilterNode
UaProperty getFilterNode()
getFilter
org.opcfoundation.ua.core.EventFilter getFilter()
setFilter
void setFilter(org.opcfoundation.ua.core.EventFilter value)
throws StatusException
- Throws:
StatusException
getNewValuesNode
UaProperty getNewValuesNode()
getNewValues
org.opcfoundation.ua.core.HistoryEventFieldList[] getNewValues()
setNewValues
void setNewValues(org.opcfoundation.ua.core.HistoryEventFieldList[] value)
throws StatusException
- Throws:
StatusException
getOldValuesNode
UaProperty getOldValuesNode()
getOldValues
org.opcfoundation.ua.core.HistoryEventFieldList[] getOldValues()
setOldValues
void setOldValues(org.opcfoundation.ua.core.HistoryEventFieldList[] value)
throws StatusException
- Throws:
StatusException
Copyright © 2018. All rights reserved.