Class RepositoryExplorerController

java.lang.Object
org.odpi.openmetadata.userinterface.uichassis.springboot.api.SecureController
org.odpi.openmetadata.userinterface.uichassis.springboot.api.rex.RepositoryExplorerController

@RestController public class RepositoryExplorerController extends SecureController
The RepositoryExplorerController provides the server-side implementation of the RepositoryExplorer UI-component (aka Rex) This view service provides a number of functions that are needed for Rex. get type information from a repository server returns: a TypeExplorerResponse object get an entity by guid from a repository server returns: a RexEntityDetailResponse object get a relationship by guid from a repository server search for entities that match a search string and property filters search for relationships that match a search string and property filters