E F G I O P R S T
All Classes All Packages
All Classes All Packages
All Classes All Packages
E
- extractResourceEndpoints(List<ResourceEndpointConfig>, String, AuditLog) - Method in class org.odpi.openmetadata.viewservices.rex.admin.RexViewAdmin
-
Extract the resource endpoints property from the view services option.
F
- findEntities(String, String, String, boolean, String, String, List<String>, String) - Method in class org.odpi.openmetadata.viewservices.rex.handlers.RexViewHandler
-
Retrieve entities (by text search) from the repository server
- findEntities(String, String, RexSearchBody) - Method in class org.odpi.openmetadata.viewservices.rex.server.RexViewRESTServices
-
Find entities using searchText
- findRelationships(String, String, String, boolean, String, String, String) - Method in class org.odpi.openmetadata.viewservices.rex.handlers.RexViewHandler
-
Retrieve relationships (by text search) from the repository server
- findRelationships(String, String, RexSearchBody) - Method in class org.odpi.openmetadata.viewservices.rex.server.RexViewRESTServices
-
Find relationships using searchText
G
- getEntity(String, String, String, boolean, String, String) - Method in class org.odpi.openmetadata.viewservices.rex.handlers.RexViewHandler
-
Retrieve entity (by GUID) from the repository server
- getEntity(String, String, RexEntityRequestBody) - Method in class org.odpi.openmetadata.viewservices.rex.server.RexViewRESTServices
-
Get entity by GUID
- getRelationship(String, String, String, boolean, String, String) - Method in class org.odpi.openmetadata.viewservices.rex.handlers.RexViewHandler
-
Retrieve relationship (by GUID) from the repository server
- getRelationship(String, String, RexRelationshipRequestBody) - Method in class org.odpi.openmetadata.viewservices.rex.server.RexViewRESTServices
-
Get relationship by GUID
- getResourceEndpointList(String, String) - Method in class org.odpi.openmetadata.viewservices.rex.server.RexViewRESTServices
-
Retrieve platform origin
- getResourceEndpoints(String, String) - Method in class org.odpi.openmetadata.viewservices.rex.handlers.RexViewHandler
-
getResourceEndpoints - returns a list of the configured resource endpoints.
- getRexViewHandler(String, String, String) - Method in class org.odpi.openmetadata.viewservices.rex.server.RexViewInstanceHandler
-
The getRexHandler method retrieves the handler from the RexViewServicesInstance and returns it.
- getTypeExplorer(String, String, String, boolean, String) - Method in class org.odpi.openmetadata.viewservices.rex.handlers.RexViewHandler
-
Retrieve type information from the repository server
- getTypeExplorer(String, String, RexTypesRequestBody) - Method in class org.odpi.openmetadata.viewservices.rex.server.RexViewRESTServices
-
Load types
I
- initialize(String, ViewServiceConfig, AuditLog, String, int) - Method in class org.odpi.openmetadata.viewservices.rex.admin.RexViewAdmin
-
Initialize the REX view service.
- instanceHandler - Static variable in class org.odpi.openmetadata.viewservices.rex.server.RexViewRESTServices
O
- org.odpi.openmetadata.viewservices.rex.admin - package org.odpi.openmetadata.viewservices.rex.admin
- org.odpi.openmetadata.viewservices.rex.handlers - package org.odpi.openmetadata.viewservices.rex.handlers
- org.odpi.openmetadata.viewservices.rex.server - package org.odpi.openmetadata.viewservices.rex.server
P
- preTraversal(String, String, String, boolean, String, int, String) - Method in class org.odpi.openmetadata.viewservices.rex.handlers.RexViewHandler
-
Retrieve the neighborhood surrounding an entity for pre-traversal.
- preTraversal(String, String, RexTraversalRequestBody) - Method in class org.odpi.openmetadata.viewservices.rex.server.RexViewRESTServices
-
This method retrieves the neighborhood around a starting entity for pre=traversal
R
- registerViewService() - Static method in class org.odpi.openmetadata.viewservices.rex.server.RexViewRegistration
-
Pass information about this view service to the OMAG Server administration services.
- resourceEndpointsPropertyName - Variable in class org.odpi.openmetadata.viewservices.rex.admin.RexViewAdmin
- RexViewAdmin - Class in org.odpi.openmetadata.viewservices.rex.admin
-
RexViewAdmin is the class that is called by the UI Server to initialize and terminate the Repository Explorer OMVS.
- RexViewAdmin() - Constructor for class org.odpi.openmetadata.viewservices.rex.admin.RexViewAdmin
-
Default constructor
- RexViewHandler - Class in org.odpi.openmetadata.viewservices.rex.handlers
-
The RexViewHandler is initialised with the server the call should be sent to.
- RexViewHandler() - Constructor for class org.odpi.openmetadata.viewservices.rex.handlers.RexViewHandler
-
Default constructor for RexViewHandler
- RexViewHandler(List<ResourceEndpointConfig>) - Constructor for class org.odpi.openmetadata.viewservices.rex.handlers.RexViewHandler
-
Constructor for RexViewHandler with configured resourceEndpoints
- RexViewInstanceHandler - Class in org.odpi.openmetadata.viewservices.rex.server
-
RexViewInstanceHandler retrieves information from the instance map for the view service instances.
- RexViewInstanceHandler() - Constructor for class org.odpi.openmetadata.viewservices.rex.server.RexViewInstanceHandler
-
Default constructor registers the view service
- RexViewRegistration - Class in org.odpi.openmetadata.viewservices.rex.server
-
RexViewRegistration registers the view service with the OMAG Server administration services.
- RexViewRegistration() - Constructor for class org.odpi.openmetadata.viewservices.rex.server.RexViewRegistration
- RexViewRESTServices - Class in org.odpi.openmetadata.viewservices.rex.server
-
The RexViewRESTServices provides the org.odpi.openmetadata.viewservices.rex.services implementation of the Repository Explorer Open Metadata View Service (OMVS).
- RexViewRESTServices() - Constructor for class org.odpi.openmetadata.viewservices.rex.server.RexViewRESTServices
-
Default constructor
- RexViewServicesInstance - Class in org.odpi.openmetadata.viewservices.rex.server
-
RexViewServicesInstance caches references to objects it needs for a specific server.
- RexViewServicesInstance(String, AuditLog, String, int, List<ResourceEndpointConfig>) - Constructor for class org.odpi.openmetadata.viewservices.rex.server.RexViewServicesInstance
-
Set up the Rex OMVS instance Unlike the superclass () Rex does not expect to be passed remoteServerName or remoteServerURL during configuration or initialization.
S
- shutdown() - Method in class org.odpi.openmetadata.viewservices.rex.admin.RexViewAdmin
-
Shutdown the rex view service.
T
- traversal(String, String, String, boolean, String, int, List<String>, List<String>, List<String>, String) - Method in class org.odpi.openmetadata.viewservices.rex.handlers.RexViewHandler
-
Retrieve the neighborhood surrounding an entity.
- traversal(String, String, RexTraversalRequestBody) - Method in class org.odpi.openmetadata.viewservices.rex.server.RexViewRESTServices
-
This method retrieves the neighborhood around a starting entity.
All Classes All Packages