Uses of Class
com.prosysopc.ua.server.BrowsePath

Packages that use BrowsePath
com.prosysopc.ua.server Main server side classes of the SDK. 
com.prosysopc.ua.server.instantiation Classes the SDK uses internally for building UaNode instances based on address space. 
 

Uses of BrowsePath in com.prosysopc.ua.server
 

Fields in com.prosysopc.ua.server declared as BrowsePath
static BrowsePath BrowsePath.EMPTY
           
 

Methods in com.prosysopc.ua.server that return BrowsePath
 BrowsePath BrowsePath.append(BrowsePath other)
           
 BrowsePath BrowsePath.append(int namespaceIndex, String... nameparts)
          Creates a new BrowsePath by appending one or more QualifiedNames to this BrowsePath.
 BrowsePath BrowsePath.append(org.opcfoundation.ua.builtintypes.QualifiedName... appendedBrowseNames)
          Creates a new BrowsePath by appending one or more QualifiedNames to this BrowsePath.
static BrowsePath BrowsePath.from(int namespaceIndex, String... nameparts)
          Creates a BrowsePath from namespace index and a set of names.
static BrowsePath BrowsePath.from(org.opcfoundation.ua.builtintypes.QualifiedName... browseNames)
          Creates BrowsePath from a set of QualifiedNames.
 BrowsePath BrowsePath.removeFirst()
          Return a new BrowsePath that has it's first element removed
 BrowsePath BrowsePath.removeLast()
           
 

Methods in com.prosysopc.ua.server with parameters of type BrowsePath
 BrowsePath BrowsePath.append(BrowsePath other)
           
 int BrowsePath.compareTo(BrowsePath other)
           
 

Uses of BrowsePath in com.prosysopc.ua.server.instantiation
 

Methods in com.prosysopc.ua.server.instantiation that return BrowsePath
 BrowsePath InstanceDeclarationSet.getPath(UaNode node)
           
 BrowsePath TemporaryInstanceDeclaration.getPrimaryPath()
           
 BrowsePath TemporaryInstanceDeclaration.Builder.getPrimaryPath()
           
 BrowsePath InternalReferenceDeclaration.getTargetPath()
           
 

Methods in com.prosysopc.ua.server.instantiation that return types with arguments of type BrowsePath
 Set<BrowsePath> TemporaryInstanceDeclaration.getBrowsePaths()
           
 Set<BrowsePath> InstanceDeclarationImpl.getBrowsePaths()
           
 Set<BrowsePath> InstanceDeclaration.getBrowsePaths()
           
 

Methods in com.prosysopc.ua.server.instantiation with parameters of type BrowsePath
 void TemporaryInstanceDeclaration.Builder.addBrowsePath(BrowsePath path)
           
 NodeBuilderConfiguration NodeBuilderConfiguration.addOptional(BrowsePath path)
           
 UaTypeInstanceDeclarationHierarchy UaTypeInstanceDeclarationHierarchy.addOptionalNodes(BrowsePath... paths)
          Define browse paths to optional nodes that should be created.
static TemporaryInstanceDeclaration.Builder TemporaryInstanceDeclaration.builder(TemporaryInstanceDeclaration other, BrowsePath prefix)
           
static TemporaryInstanceDeclaration.Builder TemporaryInstanceDeclaration.builder(UaNode node, BrowsePath primaryPath)
           
 TemporaryInstanceDeclaration InstanceDeclarationSet.get(BrowsePath path)
           
 boolean TemporaryInstanceDeclaration.hasPath(BrowsePath path)
           
 void UaTypeInstanceDeclarationHierarchy.overrideInstantiationStrategy(BrowsePath path, InstantiationStrategy strategy)
           
 NodeBuilderConfiguration NodeBuilderConfiguration.setInstantiationStrategy(BrowsePath path, InstantiationStrategy strategy)
           
 

Method parameters in com.prosysopc.ua.server.instantiation with type arguments of type BrowsePath
 void TemporaryInstanceDeclaration.Builder.addBrowsePath(Collection<? extends BrowsePath> paths)
           
 Set<InstanceDeclaration> InstanceDeclarationImpl.getNextMandatoryDeclarations(Set<BrowsePath> optionalNodes)
           
 Set<InstanceDeclaration> InstanceDeclaration.getNextMandatoryDeclarations(Set<BrowsePath> optionalNodes)
           
 

Constructors in com.prosysopc.ua.server.instantiation with parameters of type BrowsePath
AbstractNodeBuilderConfiguration.InternalBrowsePath(BrowsePath browsePath)
           
InternalReferenceDeclaration(UaReferenceType referenceType, BrowsePath targetPath)
           
 



Copyright © 2018. All rights reserved.