Oracle Analytics Cloud and Server

Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture

Navigating Catalog Manager Using Java App

Received Response
31
Views
8
Comments
Ray Kelly
Ray Kelly Rank 4 - Community Specialist

Using OBIEE 11.1.1.7 with client tools installed.

I am trying to create a java app that allows a user to select an object from Catalog Manager.

I am not sure which library to use to access the catalog manager's folders and objects.

Any help would be appreciated.

Raymond

Answers

  • rmoff
    rmoff Rank 6 - Analytics Lead
    I am trying to create a java app that allows a user to select an object from Catalog Manager.
    

    What will the user do with the object once they've selected it? How does the java app interact with catalog manager? Seems like only half the picture we're getting here.

    As @Gianni Ceresa says, the webservices are the best way to interact with the Presentation Catalog, if not through the provided OBIEE web front end or Catalog Manager GUI/CLI

  • Ray Kelly
    Ray Kelly Rank 4 - Community Specialist


    I only want to get objects out of the catalog.

    My front end will ask the user to select the object type (Dashboard Prompt, Analysis, Dashboard Page, etc.).

    Once selected, I need to return a list of the selected object type.

    Nothing else needs to be done with the catalog.

  • Ray Kelly
    Ray Kelly Rank 4 - Community Specialist

    Are there any basic examples out there?

  • Christian Berg-0racle
    Christian Berg-0racle Rank 10 - Analytics Guru

    The answer is for the most part still "Web Services" as the interaction with the actual catalog manager (rather than with the presentation catalog) is restricted to the command line.

  • Ray Kelly
    Ray Kelly Rank 4 - Community Specialist

    Thank you.

    I am able to access the catalog using the webservice.  However, there is supposed to be a method that will getObjectTypes.  This method is not found in the WebCatalogService service.  Does anyone know where this method went and what I can use to access the Object Types?

    Thank you again.

    Raymond

  • Ray Kelly
    Ray Kelly Rank 4 - Community Specialist

    Any additional information on how to get Object Types would be helpful.

    I can get a list of items and it's children, but I don't see a way of determining whether the item is a Dashboard, Prompt, Analysis, etc.

    I found the getObjectTypes method in the documentation but it is not part of the WebService on 11.1.1.7.

    Please help!

  • Ray Kelly
    Ray Kelly Rank 4 - Community Specialist

    Does anyone have any additional information or possible tips/tricks to help me accomplish this?

    Thank you