Skip navigation links
A B C D E F G I K L M O P R S T U V 

A

AASDescriptorMap - Class in org.eclipse.basyx.components.registry.sql
This is a map implementation for a map which is needed by map registries.
AASDescriptorMap(Map<String, Object>) - Constructor for class org.eclipse.basyx.components.registry.sql.AASDescriptorMap
Default constructor taking the base map

B

BACKEND - Static variable in class org.eclipse.basyx.components.registry.configuration.BaSyxRegistryConfiguration
 
BaSyxRegistryConfiguration - Class in org.eclipse.basyx.components.registry.configuration
Represents a BaSyx registry configuration for a BaSyx Registry with any backend, that can be loaded from a properties file.
BaSyxRegistryConfiguration() - Constructor for class org.eclipse.basyx.components.registry.configuration.BaSyxRegistryConfiguration
 
BaSyxRegistryConfiguration(RegistryBackend) - Constructor for class org.eclipse.basyx.components.registry.configuration.BaSyxRegistryConfiguration
 
BaSyxRegistryConfiguration(Map<String, String>) - Constructor for class org.eclipse.basyx.components.registry.configuration.BaSyxRegistryConfiguration
 

C

clear() - Method in class org.eclipse.basyx.components.registry.sql.AASDescriptorMap
 
contains(IIdentifier) - Method in class org.eclipse.basyx.components.registry.mongodb.MongoDBRegistryHandler
 
containsKey(Object) - Method in class org.eclipse.basyx.components.registry.sql.AASDescriptorMap
 
containsValue(Object) - Method in class org.eclipse.basyx.components.registry.sql.AASDescriptorMap
 

D

DEFAULT_BACKEND - Static variable in class org.eclipse.basyx.components.registry.configuration.BaSyxRegistryConfiguration
 
DEFAULT_CONFIG_PATH - Static variable in class org.eclipse.basyx.components.registry.configuration.BaSyxRegistryConfiguration
 
DEFAULT_FILE_KEY - Static variable in class org.eclipse.basyx.components.registry.configuration.BaSyxRegistryConfiguration
 

E

entrySet() - Method in class org.eclipse.basyx.components.registry.sql.AASDescriptorMap
 

F

fromString(String) - Static method in enum org.eclipse.basyx.components.registry.configuration.RegistryBackend
Method to transform string literal to RegistryBackend enum.

G

get(IIdentifier) - Method in class org.eclipse.basyx.components.registry.mongodb.MongoDBRegistryHandler
 
get(Object) - Method in class org.eclipse.basyx.components.registry.sql.AASDescriptorMap
 
getAll() - Method in class org.eclipse.basyx.components.registry.mongodb.MongoDBRegistryHandler
 
getDefaultProperties() - Static method in class org.eclipse.basyx.components.registry.configuration.BaSyxRegistryConfiguration
 
getRegistryBackend() - Method in class org.eclipse.basyx.components.registry.configuration.BaSyxRegistryConfiguration
 

I

InMemoryRegistryServlet - Class in org.eclipse.basyx.components.registry.servlet
A registry servlet based on an InMemory Registry.
InMemoryRegistryServlet() - Constructor for class org.eclipse.basyx.components.registry.servlet.InMemoryRegistryServlet
Constructor with ModelProvider based on an InMemoryRegistry
insert(AASDescriptor) - Method in class org.eclipse.basyx.components.registry.mongodb.MongoDBRegistryHandler
 
isEmpty() - Method in class org.eclipse.basyx.components.registry.sql.AASDescriptorMap
 

K

keySet() - Method in class org.eclipse.basyx.components.registry.sql.AASDescriptorMap
 

L

loadFromDefaultSource() - Method in class org.eclipse.basyx.components.registry.configuration.BaSyxRegistryConfiguration
 

M

main(String[]) - Static method in class org.eclipse.basyx.components.registry.executable.RegistryExecutable
 
MongoDBRegistryHandler - Class in org.eclipse.basyx.components.registry.mongodb
A registry handler based on MongoDB
MongoDBRegistryHandler(BaSyxMongoDBConfiguration) - Constructor for class org.eclipse.basyx.components.registry.mongodb.MongoDBRegistryHandler
Receives the path of the configuration.properties file in it's constructor.
MongoDBRegistryHandler(String) - Constructor for class org.eclipse.basyx.components.registry.mongodb.MongoDBRegistryHandler
Receives the path of the .properties file in it's constructor from a resource.
MongoDBRegistryHandler() - Constructor for class org.eclipse.basyx.components.registry.mongodb.MongoDBRegistryHandler
Constructor using default sql connections
MongoDBRegistryServlet - Class in org.eclipse.basyx.components.registry.servlet
A registry servlet based on an SQL database.
MongoDBRegistryServlet() - Constructor for class org.eclipse.basyx.components.registry.servlet.MongoDBRegistryServlet
Provide HTTP interface with JSONProvider to handle serialization and SQLDirectoryProvider as backend
MongoDBRegistryServlet(BaSyxMongoDBConfiguration) - Constructor for class org.eclipse.basyx.components.registry.servlet.MongoDBRegistryServlet
 

O

org.eclipse.basyx.components.registry - package org.eclipse.basyx.components.registry
 
org.eclipse.basyx.components.registry.configuration - package org.eclipse.basyx.components.registry.configuration
 
org.eclipse.basyx.components.registry.executable - package org.eclipse.basyx.components.registry.executable
 
org.eclipse.basyx.components.registry.mongodb - package org.eclipse.basyx.components.registry.mongodb
 
org.eclipse.basyx.components.registry.servlet - package org.eclipse.basyx.components.registry.servlet
 
org.eclipse.basyx.components.registry.sql - package org.eclipse.basyx.components.registry.sql
 

P

put(String, AASDescriptor) - Method in class org.eclipse.basyx.components.registry.sql.AASDescriptorMap
 
putAll(Map<? extends String, ? extends AASDescriptor>) - Method in class org.eclipse.basyx.components.registry.sql.AASDescriptorMap
 

R

RegistryBackend - Enum in org.eclipse.basyx.components.registry.configuration
Possible types for registry backends.
RegistryComponent - Class in org.eclipse.basyx.components.registry
Generic registry that can start and stop a registry with different kinds of backends.
RegistryComponent() - Constructor for class org.eclipse.basyx.components.registry.RegistryComponent
Default constructor that loads default configurations
RegistryComponent(BaSyxContextConfiguration) - Constructor for class org.eclipse.basyx.components.registry.RegistryComponent
Constructor with given configuration for the registry and its server context.
RegistryComponent(BaSyxContextConfiguration, BaSyxMongoDBConfiguration) - Constructor for class org.eclipse.basyx.components.registry.RegistryComponent
Constructor with given configuration for the registry and its server context.
RegistryComponent(BaSyxContextConfiguration, BaSyxSQLConfiguration) - Constructor for class org.eclipse.basyx.components.registry.RegistryComponent
Constructor with given configuration for the registry and its server context.
RegistryComponent(BaSyxContextConfiguration, BaSyxRegistryConfiguration) - Constructor for class org.eclipse.basyx.components.registry.RegistryComponent
Constructor with given configuration for the registry and its server context.
RegistryExecutable - Class in org.eclipse.basyx.components.registry.executable
A registry executable for a registry with any backend.
remove(IIdentifier) - Method in class org.eclipse.basyx.components.registry.mongodb.MongoDBRegistryHandler
 
remove(Object) - Method in class org.eclipse.basyx.components.registry.sql.AASDescriptorMap
 

S

setConfiguration(BaSyxMongoDBConfiguration) - Method in class org.eclipse.basyx.components.registry.mongodb.MongoDBRegistryHandler
 
setRegistryBackend(RegistryBackend) - Method in class org.eclipse.basyx.components.registry.configuration.BaSyxRegistryConfiguration
 
size() - Method in class org.eclipse.basyx.components.registry.sql.AASDescriptorMap
 
SQLRegistry - Class in org.eclipse.basyx.components.registry.sql
Implements a local registry based on an SQL database
SQLRegistry() - Constructor for class org.eclipse.basyx.components.registry.sql.SQLRegistry
Constructor using default sql connection
SQLRegistry(BaSyxSQLConfiguration) - Constructor for class org.eclipse.basyx.components.registry.sql.SQLRegistry
Creates a SQLRegistry from a sql configuration
SQLRegistryServlet - Class in org.eclipse.basyx.components.registry.servlet
A registry servlet based on an SQL database.
SQLRegistryServlet() - Constructor for class org.eclipse.basyx.components.registry.servlet.SQLRegistryServlet
Provide HTTP interface with JSONProvider to handle serialization and SQLDirectoryProvider as backend
SQLRegistryServlet(BaSyxSQLConfiguration) - Constructor for class org.eclipse.basyx.components.registry.servlet.SQLRegistryServlet
 
startComponent() - Method in class org.eclipse.basyx.components.registry.RegistryComponent
Starts the context at http://${hostName}:${port}/${path}
stopComponent() - Method in class org.eclipse.basyx.components.registry.RegistryComponent
 

T

TABLE_ID - Static variable in class org.eclipse.basyx.components.registry.sql.SQLRegistry
 
toString() - Method in enum org.eclipse.basyx.components.registry.configuration.RegistryBackend
 

U

update(AASDescriptor) - Method in class org.eclipse.basyx.components.registry.mongodb.MongoDBRegistryHandler
 

V

valueOf(String) - Static method in enum org.eclipse.basyx.components.registry.configuration.RegistryBackend
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.eclipse.basyx.components.registry.configuration.RegistryBackend
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class org.eclipse.basyx.components.registry.sql.AASDescriptorMap
 
A B C D E F G I K L M O P R S T U V 
Skip navigation links

Copyright © 2021. All rights reserved.