Uses of Class
com.orchestranetworks.instance.Repository
-
Packages that use Repository Package Description com.onwbp.adaptation Provides core classes and interfaces for accessing datasets, tables, and their records.com.orchestranetworks.d3 Provides classes for distributed data delivery (D3) functionalities.com.orchestranetworks.d3.slave Provides classes and interfaces for D3 slave functionalities.com.orchestranetworks.instance Provides interfaces for accessing data sets.com.orchestranetworks.module This package allows to handle module registration.com.orchestranetworks.rest.inject com.orchestranetworks.scheduler This package allows the implementation of custom tasks in EBX® scheduler.com.orchestranetworks.schema Represents XML Schema concepts and provides schema extensions capabilities.com.orchestranetworks.service.directory Provides classes for Directory handling.com.orchestranetworks.service.extensions Provides classes and interfaces for specific extensions such as batch and adaptation tree optimizer.com.orchestranetworks.ui.perspective com.orchestranetworks.userservice A public API for user services.com.orchestranetworks.workflow Provides classes and interfaces for implementing workflow processes and invoking them. -
-
Uses of Repository in com.onwbp.adaptation
Methods in com.onwbp.adaptation that return Repository Modifier and Type Method Description abstract RepositoryAdaptationHome. getRepository()Returns the repository that contains thisAdaptationHome. -
Uses of Repository in com.orchestranetworks.d3
Methods in com.orchestranetworks.d3 that return Repository Modifier and Type Method Description RepositoryNodeMonitoringContext. getRepository()Returns the current data repository.Methods in com.orchestranetworks.d3 with parameters of type Repository Modifier and Type Method Description static D3EngineD3Engine. getFromSession(Repository aRepository, Session aSession)Deprecated.static D3NodeFactoryD3NodeFactory. getInstance(Repository aRepository)Get a D3 engine factory. -
Uses of Repository in com.orchestranetworks.d3.slave
Methods in com.orchestranetworks.d3.slave that return Repository Modifier and Type Method Description RepositoryD3ReceiveBroadcastExecutionContext. getRepository()Returns the current repository. -
Uses of Repository in com.orchestranetworks.instance
Methods in com.orchestranetworks.instance that return Repository Modifier and Type Method Description static RepositoryRepository. getDefault()Returns the default instance of this class.static RepositoryRepository. getDefaultWhenFullyInitialized()Returns the default instance of this class once the full initialization is done. -
Uses of Repository in com.orchestranetworks.module
Methods in com.orchestranetworks.module that return Repository Modifier and Type Method Description RepositoryModuleContextOnRepositoryStartup. getRepository()Returns the current repository. -
Uses of Repository in com.orchestranetworks.rest.inject
Methods in com.orchestranetworks.rest.inject that return Repository Modifier and Type Method Description RepositorySessionContext. getRepository()Returns the current EBX® repository. -
Uses of Repository in com.orchestranetworks.scheduler
Methods in com.orchestranetworks.scheduler that return Repository Modifier and Type Method Description RepositoryScheduledExecutionContext. getRepository()Returns the EBX® repository. -
Uses of Repository in com.orchestranetworks.schema
Methods in com.orchestranetworks.schema that return Repository Modifier and Type Method Description RepositorySchemaDocumentationContext. getRepository()Returns the EBX® repository.Methods in com.orchestranetworks.schema with parameters of type Repository Modifier and Type Method Description abstract InputStreamSchemaLocation. getInputStream(Repository aRepository)Returns a stream for reading the content of the corresponding data model. -
Uses of Repository in com.orchestranetworks.service.directory
Methods in com.orchestranetworks.service.directory with parameters of type Repository Modifier and Type Method Description static DirectoryDefaultDirectoryDefault. getInstance(Repository aRepository)Returns the default internal directory instance that is delivered with EBX®.static DirectoryHandlerDirectoryHandler. getInstance(Repository aRepository)Returns the directory instance that is associated with the specified repository. -
Uses of Repository in com.orchestranetworks.service.extensions
Methods in com.orchestranetworks.service.extensions that return Repository Modifier and Type Method Description static RepositoryTestHelper. getNewRepository(File aTargetDirectory)Creates a new temporary repository for running tests with workflow API disabled.static RepositoryTestHelper. getNewRepository(File aTargetDirectory, boolean isWorkflowEnabled)Creates a new temporary repository for running tests.static RepositoryTestHelper. getRepositoryCopyOfExistingH2StandaloneDB(File aSourceDirectory, File aTargetDirectory, String aPrefix)Creates a temporary copy of the specified existing repository for running tests with workflow API disabled.static RepositoryTestHelper. getRepositoryCopyOfExistingH2StandaloneDB(File aSourceDirectory, File aTargetDirectory, String aPrefix, boolean isWorkflowEnabled)Creates a temporary copy of the specified existing repository for running tests.static RepositoryTestHelper. getRepositoryExistingH2StandaloneDB(File aSourceDirectory, String aPrefix)Gets an existing H2 repository to use for running tests with workflow API disabled.static RepositoryTestHelper. getRepositoryExistingH2StandaloneDB(File aSourceDirectory, String aPrefix, boolean isWorkflowEnabled)Gets an existing H2 repository to use for running tests.Methods in com.orchestranetworks.service.extensions with parameters of type Repository Modifier and Type Method Description voidBatch. executeBatch(Repository aRepository)This method is called byBatchLauncher.executeBatch(Batch).static List<ReplicationUnit>ReplicationUnit. getReplicationUnitsForTable(SchemaNode aTableNode, Repository aRepository)Returns all the replication units involving the specified table in the context of a repository.static voidTestHelper. shutdownRepository(boolean checkConnectionsHaveBeenClosed, Repository aRepository)Shuts down the specified repository.static voidTestHelper. shutdownRepository(Repository aRepository)Shuts down the repository, and checks that all connections to the database have been closed. -
Uses of Repository in com.orchestranetworks.ui.perspective
Methods in com.orchestranetworks.ui.perspective with parameters of type Repository Modifier and Type Method Description static PerspectiveHandlerPerspectiveHandler. newInstance(Repository repository, Session aSession)Returns a new instance of the perspective handler. -
Uses of Repository in com.orchestranetworks.userservice
Methods in com.orchestranetworks.userservice that return Repository Modifier and Type Method Description RepositoryUserServiceRequest. getRepository()Returns the current repository. -
Uses of Repository in com.orchestranetworks.workflow
Methods in com.orchestranetworks.workflow that return Repository Modifier and Type Method Description RepositoryProcessExecutionInfoContext. getRepository()Returns the current repository where this workflow is executed.Methods in com.orchestranetworks.workflow with parameters of type Repository Modifier and Type Method Description static WorkflowEngineWorkflowEngine. getFromRepository(Repository aRepository, Session aSession)Creates a workflow engine from a repository and, optionally, a session.
-