Uses of Class
com.prosysopc.ua.WriteAccess

Packages that use WriteAccess
com.prosysopc.ua Common classes for client and server side. 
com.prosysopc.ua.client.nodes Client side implementation classes for the UaNode model. 
com.prosysopc.ua.nodes Common UaNode model. 
com.prosysopc.ua.server Main server side classes of the SDK. 
com.prosysopc.ua.server.io Classes related to dynamically handing Read/Write services. 
com.prosysopc.ua.server.nodes Server side implementation classes for the UaNode model. 
 

Uses of WriteAccess in com.prosysopc.ua
 

Fields in com.prosysopc.ua with type parameters of type WriteAccess
static EnumSet<WriteAccess> WriteAccess.ALL
           
static EnumSet<WriteAccess> WriteAccess.NONE
           
 

Methods in com.prosysopc.ua that return WriteAccess
static WriteAccess WriteAccess.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static WriteAccess WriteAccess.valueOf(org.opcfoundation.ua.builtintypes.UnsignedInteger attributeId)
          Get the enumeration corresponding to the attributeId
static WriteAccess[] WriteAccess.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.prosysopc.ua that return types with arguments of type WriteAccess
static EnumSet<WriteAccess> WriteAccess.getSet(int mask)
           
static EnumSet<WriteAccess> WriteAccess.getSet(org.opcfoundation.ua.builtintypes.UnsignedInteger mask)
           
static EnumSet<WriteAccess> WriteAccess.getSupportedWriteAccess(org.opcfoundation.ua.builtintypes.UnsignedInteger... attributeIds)
           
 

Methods in com.prosysopc.ua with parameters of type WriteAccess
static org.opcfoundation.ua.builtintypes.UnsignedInteger WriteAccess.getMask(WriteAccess... list)
           
 

Method parameters in com.prosysopc.ua with type arguments of type WriteAccess
static org.opcfoundation.ua.builtintypes.UnsignedInteger WriteAccess.getMask(Collection<WriteAccess> list)
           
static boolean WriteAccess.hasAccessToAttribute(EnumSet<WriteAccess> writeMask, org.opcfoundation.ua.builtintypes.UnsignedInteger attributeId)
          Check if the write mask contains the access bit corresponding to attributeId.
 

Uses of WriteAccess in com.prosysopc.ua.client.nodes
 

Methods in com.prosysopc.ua.client.nodes that return types with arguments of type WriteAccess
 EnumSet<WriteAccess> UaNodeImpl.getUserWriteMask()
           
 EnumSet<WriteAccess> UaNodeImpl.getWriteMask()
           
 

Method parameters in com.prosysopc.ua.client.nodes with type arguments of type WriteAccess
 void UaNodeImpl.setUserWriteMask(EnumSet<WriteAccess> userWriteMask)
           
 void UaNodeImpl.setWriteMask(EnumSet<WriteAccess> writeMask)
           
 

Constructor parameters in com.prosysopc.ua.client.nodes with type arguments of type WriteAccess
UaDataTypeImpl(AddressSpace addressSpace, org.opcfoundation.ua.builtintypes.NodeId nodeId, org.opcfoundation.ua.builtintypes.QualifiedName browseName, org.opcfoundation.ua.builtintypes.LocalizedText displayName, org.opcfoundation.ua.builtintypes.LocalizedText description, EnumSet<WriteAccess> writeMask, EnumSet<WriteAccess> userWriteMask, UaClientReference[] references, UaProperty[] properties, Boolean isAbstract)
           
UaDataTypeImpl(AddressSpace addressSpace, org.opcfoundation.ua.builtintypes.NodeId nodeId, org.opcfoundation.ua.builtintypes.QualifiedName browseName, org.opcfoundation.ua.builtintypes.LocalizedText displayName, org.opcfoundation.ua.builtintypes.LocalizedText description, EnumSet<WriteAccess> writeMask, EnumSet<WriteAccess> userWriteMask, UaClientReference[] references, UaProperty[] properties, Boolean isAbstract)
           
UaInstanceImpl(AddressSpace addressSpace, org.opcfoundation.ua.builtintypes.NodeId nodeId, org.opcfoundation.ua.builtintypes.QualifiedName browseName, org.opcfoundation.ua.builtintypes.LocalizedText displayName, org.opcfoundation.ua.builtintypes.LocalizedText description, EnumSet<WriteAccess> writeMask, EnumSet<WriteAccess> userWriteMask, UaClientReference[] references, UaProperty[] properties)
           
UaInstanceImpl(AddressSpace addressSpace, org.opcfoundation.ua.builtintypes.NodeId nodeId, org.opcfoundation.ua.builtintypes.QualifiedName browseName, org.opcfoundation.ua.builtintypes.LocalizedText displayName, org.opcfoundation.ua.builtintypes.LocalizedText description, EnumSet<WriteAccess> writeMask, EnumSet<WriteAccess> userWriteMask, UaClientReference[] references, UaProperty[] properties)
           
UaMethodImpl(AddressSpace addressSpace, org.opcfoundation.ua.builtintypes.NodeId nodeId, org.opcfoundation.ua.builtintypes.QualifiedName browseName, org.opcfoundation.ua.builtintypes.LocalizedText displayName, org.opcfoundation.ua.builtintypes.LocalizedText description, EnumSet<WriteAccess> writeMask, EnumSet<WriteAccess> userWriteMask, UaClientReference[] references, UaProperty[] properties, Boolean executable, Boolean userExecutable)
           
UaMethodImpl(AddressSpace addressSpace, org.opcfoundation.ua.builtintypes.NodeId nodeId, org.opcfoundation.ua.builtintypes.QualifiedName browseName, org.opcfoundation.ua.builtintypes.LocalizedText displayName, org.opcfoundation.ua.builtintypes.LocalizedText description, EnumSet<WriteAccess> writeMask, EnumSet<WriteAccess> userWriteMask, UaClientReference[] references, UaProperty[] properties, Boolean executable, Boolean userExecutable)
           
UaNodeImpl(AddressSpace addressSpace, org.opcfoundation.ua.builtintypes.NodeId nodeId, org.opcfoundation.ua.builtintypes.QualifiedName browseName, org.opcfoundation.ua.builtintypes.LocalizedText displayName, org.opcfoundation.ua.builtintypes.LocalizedText description, EnumSet<WriteAccess> writeMask, EnumSet<WriteAccess> userWriteMask, UaClientReference[] references, UaProperty[] properties)
           
UaNodeImpl(AddressSpace addressSpace, org.opcfoundation.ua.builtintypes.NodeId nodeId, org.opcfoundation.ua.builtintypes.QualifiedName browseName, org.opcfoundation.ua.builtintypes.LocalizedText displayName, org.opcfoundation.ua.builtintypes.LocalizedText description, EnumSet<WriteAccess> writeMask, EnumSet<WriteAccess> userWriteMask, UaClientReference[] references, UaProperty[] properties)
           
UaObjectImpl(AddressSpace addressSpace, org.opcfoundation.ua.builtintypes.NodeId nodeId, org.opcfoundation.ua.core.NodeClass nodeClass, org.opcfoundation.ua.builtintypes.QualifiedName browseName, org.opcfoundation.ua.builtintypes.LocalizedText displayName, org.opcfoundation.ua.builtintypes.LocalizedText description, EnumSet<WriteAccess> writeMask, EnumSet<WriteAccess> userWriteMask, UaClientReference[] references, UaProperty[] properties, EnumSet<EventNotifierClass> eventNotifier)
           
UaObjectImpl(AddressSpace addressSpace, org.opcfoundation.ua.builtintypes.NodeId nodeId, org.opcfoundation.ua.core.NodeClass nodeClass, org.opcfoundation.ua.builtintypes.QualifiedName browseName, org.opcfoundation.ua.builtintypes.LocalizedText displayName, org.opcfoundation.ua.builtintypes.LocalizedText description, EnumSet<WriteAccess> writeMask, EnumSet<WriteAccess> userWriteMask, UaClientReference[] references, UaProperty[] properties, EnumSet<EventNotifierClass> eventNotifier)
           
UaObjectTypeImpl(AddressSpace addressSpace, org.opcfoundation.ua.builtintypes.NodeId nodeId, org.opcfoundation.ua.builtintypes.QualifiedName browseName, org.opcfoundation.ua.builtintypes.LocalizedText displayName, org.opcfoundation.ua.builtintypes.LocalizedText description, EnumSet<WriteAccess> writeMask, EnumSet<WriteAccess> userWriteMask, UaClientReference[] references, UaProperty[] properties, Boolean isAbstract)
           
UaObjectTypeImpl(AddressSpace addressSpace, org.opcfoundation.ua.builtintypes.NodeId nodeId, org.opcfoundation.ua.builtintypes.QualifiedName browseName, org.opcfoundation.ua.builtintypes.LocalizedText displayName, org.opcfoundation.ua.builtintypes.LocalizedText description, EnumSet<WriteAccess> writeMask, EnumSet<WriteAccess> userWriteMask, UaClientReference[] references, UaProperty[] properties, Boolean isAbstract)
           
UaPropertyImpl(AddressSpace addressSpace, org.opcfoundation.ua.builtintypes.NodeId nodeId, org.opcfoundation.ua.builtintypes.QualifiedName browseName, org.opcfoundation.ua.builtintypes.LocalizedText displayName, org.opcfoundation.ua.builtintypes.LocalizedText description, EnumSet<WriteAccess> writeMask, EnumSet<WriteAccess> userWriteMask, UaClientReference[] references, UaProperty[] properties, org.opcfoundation.ua.builtintypes.NodeId dataType, Integer valueRank, org.opcfoundation.ua.builtintypes.UnsignedInteger[] arrayDimensions, EnumSet<org.opcfoundation.ua.core.AccessLevel> accessLevel, EnumSet<org.opcfoundation.ua.core.AccessLevel> userAccessLevel, Double minimumSamplingInterval, Boolean historizing)
           
UaPropertyImpl(AddressSpace addressSpace, org.opcfoundation.ua.builtintypes.NodeId nodeId, org.opcfoundation.ua.builtintypes.QualifiedName browseName, org.opcfoundation.ua.builtintypes.LocalizedText displayName, org.opcfoundation.ua.builtintypes.LocalizedText description, EnumSet<WriteAccess> writeMask, EnumSet<WriteAccess> userWriteMask, UaClientReference[] references, UaProperty[] properties, org.opcfoundation.ua.builtintypes.NodeId dataType, Integer valueRank, org.opcfoundation.ua.builtintypes.UnsignedInteger[] arrayDimensions, EnumSet<org.opcfoundation.ua.core.AccessLevel> accessLevel, EnumSet<org.opcfoundation.ua.core.AccessLevel> userAccessLevel, Double minimumSamplingInterval, Boolean historizing)
           
UaReferenceTypeImpl(AddressSpace addressSpace, org.opcfoundation.ua.builtintypes.NodeId nodeId, org.opcfoundation.ua.builtintypes.QualifiedName browseName, org.opcfoundation.ua.builtintypes.LocalizedText displayName, org.opcfoundation.ua.builtintypes.LocalizedText description, EnumSet<WriteAccess> writeMask, EnumSet<WriteAccess> userWriteMask, UaClientReference[] references, UaProperty[] properties, Boolean isAbstract, Boolean symmetric, org.opcfoundation.ua.builtintypes.LocalizedText inverseName)
          Initialize a new reference type.
UaReferenceTypeImpl(AddressSpace addressSpace, org.opcfoundation.ua.builtintypes.NodeId nodeId, org.opcfoundation.ua.builtintypes.QualifiedName browseName, org.opcfoundation.ua.builtintypes.LocalizedText displayName, org.opcfoundation.ua.builtintypes.LocalizedText description, EnumSet<WriteAccess> writeMask, EnumSet<WriteAccess> userWriteMask, UaClientReference[] references, UaProperty[] properties, Boolean isAbstract, Boolean symmetric, org.opcfoundation.ua.builtintypes.LocalizedText inverseName)
          Initialize a new reference type.
UaTypeImpl(AddressSpace addressSpace, org.opcfoundation.ua.builtintypes.NodeId nodeId, org.opcfoundation.ua.builtintypes.QualifiedName browseName, org.opcfoundation.ua.builtintypes.LocalizedText displayName, org.opcfoundation.ua.builtintypes.LocalizedText description, EnumSet<WriteAccess> writeMask, EnumSet<WriteAccess> userWriteMask, UaClientReference[] references, UaProperty[] properties, Boolean isAbstract)
           
UaTypeImpl(AddressSpace addressSpace, org.opcfoundation.ua.builtintypes.NodeId nodeId, org.opcfoundation.ua.builtintypes.QualifiedName browseName, org.opcfoundation.ua.builtintypes.LocalizedText displayName, org.opcfoundation.ua.builtintypes.LocalizedText description, EnumSet<WriteAccess> writeMask, EnumSet<WriteAccess> userWriteMask, UaClientReference[] references, UaProperty[] properties, Boolean isAbstract)
           
UaVariableImpl(AddressSpace addressSpace, org.opcfoundation.ua.builtintypes.NodeId nodeId, org.opcfoundation.ua.builtintypes.QualifiedName browseName, org.opcfoundation.ua.builtintypes.LocalizedText displayName, org.opcfoundation.ua.builtintypes.LocalizedText description, EnumSet<WriteAccess> writeMask, EnumSet<WriteAccess> userWriteMask, UaClientReference[] references, UaProperty[] properties, org.opcfoundation.ua.builtintypes.NodeId dataTypeId, Integer valueRank, org.opcfoundation.ua.builtintypes.UnsignedInteger[] arrayDimensions, EnumSet<org.opcfoundation.ua.core.AccessLevel> accessLevel, EnumSet<org.opcfoundation.ua.core.AccessLevel> userAccessLevel, Double minimumSamplingInterval, Boolean historizing)
           
UaVariableImpl(AddressSpace addressSpace, org.opcfoundation.ua.builtintypes.NodeId nodeId, org.opcfoundation.ua.builtintypes.QualifiedName browseName, org.opcfoundation.ua.builtintypes.LocalizedText displayName, org.opcfoundation.ua.builtintypes.LocalizedText description, EnumSet<WriteAccess> writeMask, EnumSet<WriteAccess> userWriteMask, UaClientReference[] references, UaProperty[] properties, org.opcfoundation.ua.builtintypes.NodeId dataTypeId, Integer valueRank, org.opcfoundation.ua.builtintypes.UnsignedInteger[] arrayDimensions, EnumSet<org.opcfoundation.ua.core.AccessLevel> accessLevel, EnumSet<org.opcfoundation.ua.core.AccessLevel> userAccessLevel, Double minimumSamplingInterval, Boolean historizing)
           
UaVariableTypeImpl(AddressSpace addressSpace, org.opcfoundation.ua.builtintypes.NodeId nodeId, org.opcfoundation.ua.builtintypes.QualifiedName browseName, org.opcfoundation.ua.builtintypes.LocalizedText displayName, org.opcfoundation.ua.builtintypes.LocalizedText description, EnumSet<WriteAccess> writeMask, EnumSet<WriteAccess> userWriteMask, UaClientReference[] references, UaProperty[] properties, org.opcfoundation.ua.builtintypes.DataValue value, org.opcfoundation.ua.builtintypes.NodeId dataType, Integer valueRank, org.opcfoundation.ua.builtintypes.UnsignedInteger[] arrayDimensions, Boolean isAbstract)
           
UaVariableTypeImpl(AddressSpace addressSpace, org.opcfoundation.ua.builtintypes.NodeId nodeId, org.opcfoundation.ua.builtintypes.QualifiedName browseName, org.opcfoundation.ua.builtintypes.LocalizedText displayName, org.opcfoundation.ua.builtintypes.LocalizedText description, EnumSet<WriteAccess> writeMask, EnumSet<WriteAccess> userWriteMask, UaClientReference[] references, UaProperty[] properties, org.opcfoundation.ua.builtintypes.DataValue value, org.opcfoundation.ua.builtintypes.NodeId dataType, Integer valueRank, org.opcfoundation.ua.builtintypes.UnsignedInteger[] arrayDimensions, Boolean isAbstract)
           
UaViewImpl(AddressSpace addressSpace, org.opcfoundation.ua.builtintypes.NodeId nodeId, org.opcfoundation.ua.builtintypes.QualifiedName browseName, org.opcfoundation.ua.builtintypes.LocalizedText displayName, org.opcfoundation.ua.builtintypes.LocalizedText description, EnumSet<WriteAccess> writeMask, EnumSet<WriteAccess> userWriteMask, UaClientReference[] references, UaProperty[] properties, boolean containsNoLoops, EnumSet<EventNotifierClass> eventNotifier)
           
UaViewImpl(AddressSpace addressSpace, org.opcfoundation.ua.builtintypes.NodeId nodeId, org.opcfoundation.ua.builtintypes.QualifiedName browseName, org.opcfoundation.ua.builtintypes.LocalizedText displayName, org.opcfoundation.ua.builtintypes.LocalizedText description, EnumSet<WriteAccess> writeMask, EnumSet<WriteAccess> userWriteMask, UaClientReference[] references, UaProperty[] properties, boolean containsNoLoops, EnumSet<EventNotifierClass> eventNotifier)
           
 

Uses of WriteAccess in com.prosysopc.ua.nodes
 

Methods in com.prosysopc.ua.nodes that return types with arguments of type WriteAccess
 EnumSet<WriteAccess> UaNode.getUserWriteMask()
          The optional UserWriteMask Attribute exposes the possibilities of a client to write the Attributes of the Node taking user access rights into account.
 EnumSet<WriteAccess> UaNode.getWriteMask()
          The optional WriteMask Attribute exposes the possibilities of a client to write the Attributes of the Node.
 

Method parameters in com.prosysopc.ua.nodes with type arguments of type WriteAccess
 void UaNode.setUserWriteMask(EnumSet<WriteAccess> userWriteMask)
           
 void UaNode.setWriteMask(EnumSet<WriteAccess> writeMask)
           
 

Uses of WriteAccess in com.prosysopc.ua.server
 

Methods in com.prosysopc.ua.server that return types with arguments of type WriteAccess
protected  EnumSet<WriteAccess> IoManager.getUserWriteMask(ServiceContext serviceContext, Object operationContext, org.opcfoundation.ua.builtintypes.NodeId nodeId, UaNode node)
           
protected  EnumSet<WriteAccess> IoManager.getWriteMask(ServiceContext serviceContext, Object operationContext, org.opcfoundation.ua.builtintypes.NodeId nodeId, UaNode node)
           
 

Uses of WriteAccess in com.prosysopc.ua.server.io
 

Methods in com.prosysopc.ua.server.io that return types with arguments of type WriteAccess
 EnumSet<WriteAccess> UaNodeIoListenerImpl.onGetUserWriteMask(ServiceContext serviceContext)
          Called from NodeIoManagerListener.onGetUserWriteMask(com.prosysopc.ua.server.ServiceContext, org.opcfoundation.ua.builtintypes.NodeId, com.prosysopc.ua.nodes.UaNode) .
 EnumSet<WriteAccess> UaNodeIoListener.onGetUserWriteMask(ServiceContext serviceContext)
          Called from NodeIoManagerListener.onGetUserWriteMask(com.prosysopc.ua.server.ServiceContext, org.opcfoundation.ua.builtintypes.NodeId, com.prosysopc.ua.nodes.UaNode).
 EnumSet<WriteAccess> TypeIoManagerListener.onGetUserWriteMask(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId nodeId, UaNode node)
           
 EnumSet<WriteAccess> NodeIoManagerListener.onGetUserWriteMask(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId nodeId, UaNode node)
           
 EnumSet<WriteAccess> IoManagerListenerChainImpl.onGetUserWriteMask(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId nodeId, UaNode node)
           
 EnumSet<WriteAccess> IoManagerListener.onGetUserWriteMask(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId nodeId, UaNode node)
          Notification of a read request for user write mask attribute of a node.
 EnumSet<WriteAccess> IoManagerAdapter.onGetUserWriteMask(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId nodeId, UaNode node)
           
 EnumSet<WriteAccess> UaTypeIoListenerImpl.onGetUserWriteMask(ServiceContext serviceContext, UaInstance instance, UaNode node)
           
 EnumSet<WriteAccess> UaTypeIoListener.onGetUserWriteMask(ServiceContext serviceContext, UaInstance instance, UaNode node)
          Called from TypeIoManagerListener.onGetUserWriteMask(com.prosysopc.ua.server.ServiceContext, org.opcfoundation.ua.builtintypes.NodeId, com.prosysopc.ua.nodes.UaNode).
 

Uses of WriteAccess in com.prosysopc.ua.server.nodes
 

Methods in com.prosysopc.ua.server.nodes that return types with arguments of type WriteAccess
 EnumSet<WriteAccess> UaExternalNodeImpl.getUserWriteMask()
           
 EnumSet<WriteAccess> InstanceVariable.getUserWriteMask()
           
 EnumSet<WriteAccess> BaseNode.getUserWriteMask()
           
 EnumSet<WriteAccess> UaExternalNodeImpl.getWriteMask()
           
 EnumSet<WriteAccess> InstanceVariable.getWriteMask()
           
 EnumSet<WriteAccess> BaseNode.getWriteMask()
           
 

Method parameters in com.prosysopc.ua.server.nodes with type arguments of type WriteAccess
 void UaExternalNodeImpl.setUserWriteMask(EnumSet<WriteAccess> userWriteMask)
           
 void InstanceVariable.setUserWriteMask(EnumSet<WriteAccess> userWriteMask)
           
 void BaseNode.setUserWriteMask(EnumSet<WriteAccess> userWriteMask)
           
 void UaExternalNodeImpl.setWriteMask(EnumSet<WriteAccess> writeMask)
           
 void InstanceVariable.setWriteMask(EnumSet<WriteAccess> writeMask)
           
 void BaseNode.setWriteMask(EnumSet<WriteAccess> writeMask)
           
 



Copyright © 2018. All rights reserved.