Uses of Class
com.prosysopc.ua.types.opcua.server.ConditionTypeNode

Packages that use ConditionTypeNode
com.prosysopc.ua.server Main server side classes of the SDK. 
com.prosysopc.ua.types.opcua.server   
 

Uses of ConditionTypeNode in com.prosysopc.ua.server
 

Methods in com.prosysopc.ua.server that return types with arguments of type ConditionTypeNode
 Collection<ConditionTypeNode> EventManagerUaNode.getConditions()
          Get a list of all Condition nodes in the server address space.
 Collection<ConditionTypeNode> EventManagerUaNode.getConditions(org.opcfoundation.ua.builtintypes.NodeId nodeId)
          Get a list of all Condition nodes in the server address space that are listenable from the specified node.
 Collection<ConditionTypeNode> EventManagerUaNode.getConditions(UaNode node)
          Get a list of all Condition nodes in the server address space that are listenable from the specified node.
 

Methods in com.prosysopc.ua.server with parameters of type ConditionTypeNode
protected  boolean EventManagerUaNode.addComment(ServiceContext serviceContext, ConditionTypeNode condition, org.opcfoundation.ua.builtintypes.ByteString eventId, org.opcfoundation.ua.builtintypes.LocalizedText comment)
           
protected  boolean EventManagerUaNode.disable(ServiceContext serviceContext, ConditionTypeNode condition)
           
protected  boolean EventManagerUaNode.enable(ServiceContext serviceContext, ConditionTypeNode condition)
           
 boolean EventManagerListener.onAddComment(ServiceContext serviceContext, ConditionTypeNode condition, org.opcfoundation.ua.builtintypes.ByteString eventId, org.opcfoundation.ua.builtintypes.LocalizedText comment)
          Notifies that the client wants to add a new comment to the event.
 boolean EventManagerListener.onDisable(ServiceContext serviceContext, ConditionTypeNode condition)
          Notifies that the client wants to disable a condition.
 boolean EventManagerListener.onEnable(ServiceContext serviceContext, ConditionTypeNode condition)
          Notifies that the client wants to enable a condition.
 

Method parameters in com.prosysopc.ua.server with type arguments of type ConditionTypeNode
protected  void EventManagerUaNode.collectConditions(UaNode node, Collection<ConditionTypeNode> conditions)
           
 

Uses of ConditionTypeNode in com.prosysopc.ua.types.opcua.server
 

Subclasses of ConditionTypeNode in com.prosysopc.ua.types.opcua.server
 class AcknowledgeableConditionTypeNode
          The AcknowledgeableConditionType extends the ConditionType by defining acknowledgement characteristics.
 class AcknowledgeableConditionTypeNodeBase
          Generated on 2018-05-09 10:46:24
 class AlarmConditionTypeNode
           
 class AlarmConditionTypeNodeBase
          Generated on 2018-05-09 10:46:24
 class CertificateExpirationAlarmTypeNode
          Generated on 2018-05-09 10:46:24
 class CertificateExpirationAlarmTypeNodeBase
          Generated on 2018-05-09 10:46:24
 class DialogConditionTypeNode
           
 class DialogConditionTypeNodeBase
          Generated on 2018-05-09 10:46:24
 class DiscreteAlarmTypeNode
          Generated on 2018-05-09 10:46:24
 class DiscreteAlarmTypeNodeBase
          Generated on 2018-05-09 10:46:24
 class ExclusiveDeviationAlarmTypeNode
          Generated on 2018-05-09 10:46:24
 class ExclusiveDeviationAlarmTypeNodeBase
          Generated on 2018-05-09 10:46:24
 class ExclusiveLevelAlarmTypeNode
          Generated on 2018-05-09 10:46:24
 class ExclusiveLevelAlarmTypeNodeBase
          Generated on 2018-05-09 10:46:24
 class ExclusiveLimitAlarmTypeNode
          Generated on 2018-05-09 10:46:24
 class ExclusiveLimitAlarmTypeNodeBase
          Generated on 2018-05-09 10:46:24
 class ExclusiveRateOfChangeAlarmTypeNode
          Generated on 2018-05-09 10:46:24
 class ExclusiveRateOfChangeAlarmTypeNodeBase
          Generated on 2018-05-09 10:46:24
 class LimitAlarmTypeNode
          Generated on 2018-05-09 10:46:24
 class LimitAlarmTypeNodeBase
          Generated on 2018-05-09 10:46:24
 class NonExclusiveDeviationAlarmTypeNode
          Generated on 2018-05-09 10:46:24
 class NonExclusiveDeviationAlarmTypeNodeBase
          Generated on 2018-05-09 10:46:24
 class NonExclusiveLevelAlarmTypeNode
          Generated on 2018-05-09 10:46:24
 class NonExclusiveLevelAlarmTypeNodeBase
          Generated on 2018-05-09 10:46:24
 class NonExclusiveLimitAlarmTypeNode
           
 class NonExclusiveLimitAlarmTypeNodeBase
          Generated on 2018-05-09 10:46:24
 class NonExclusiveRateOfChangeAlarmTypeNode
          Generated on 2018-05-09 10:46:24
 class NonExclusiveRateOfChangeAlarmTypeNodeBase
          Generated on 2018-05-09 10:46:24
 class OffNormalAlarmTypeNode
          Generated on 2018-05-09 10:46:24
 class OffNormalAlarmTypeNodeBase
          Generated on 2018-05-09 10:46:24
 class SystemOffNormalAlarmTypeNode
          Generated on 2018-05-09 10:46:24
 class SystemOffNormalAlarmTypeNodeBase
          Generated on 2018-05-09 10:46:24
 class TripAlarmTypeNode
          Generated on 2018-05-09 10:46:24
 class TripAlarmTypeNodeBase
          Generated on 2018-05-09 10:46:24
 

Methods in com.prosysopc.ua.types.opcua.server that return types with arguments of type ConditionTypeNode
static GeneratedNodeInitializer<ConditionTypeNode> ConditionTypeNodeBase.getConditionTypeNodeInitializer()
           
 

Methods in com.prosysopc.ua.types.opcua.server with parameters of type ConditionTypeNode
 void ConditionTypeAddCommentMethod.addComment(ServiceContext serviceContext, ConditionTypeNode node, org.opcfoundation.ua.builtintypes.ByteString eventId, org.opcfoundation.ua.builtintypes.LocalizedText comment)
           
 void ConditionTypeDisableMethod.disable(ServiceContext serviceContext, ConditionTypeNode node)
           
 void ConditionTypeEnableMethod.enable(ServiceContext serviceContext, ConditionTypeNode node)
           
 

Method parameters in com.prosysopc.ua.types.opcua.server with type arguments of type ConditionTypeNode
static void ConditionTypeNodeBase.setConditionTypeNodeInitializer(GeneratedNodeInitializer<ConditionTypeNode> conditionTypeNodeInitializerNewValue)
           
 



Copyright © 2018. All rights reserved.