1 / 9

RAMIS Catalog Builder Community Edition

RAMIS Catalog Builder Community Edition. The introduction of eOTD web services in a catalog system Presented by Wynand Nortje, Pilog. eOTD Web Services. ECCMA Tools & Services. ECCMA Repository. eOTD. eOTD Core Web Service. eOTD. IGs. IG Web Service. Mining. Telecommunications.

munin
Download Presentation

RAMIS Catalog Builder Community Edition

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. RAMIS Catalog Builder Community Edition The introduction of eOTD web services in a catalog system Presented by Wynand Nortje, Pilog

  2. eOTD Web Services ECCMA Tools & Services ECCMA Repository eOTD eOTD Core Web Service eOTD IGs IG Web Service Mining Telecommunications EOTD IGBuilder Identification Guide Class Properties Features Values Unit of Measures Owner IG Name Revision eOTD Building / Construction Petrochemical eOTD Catalog’s IG Web Service IG’s Design EGIR Web Service Procurement Catalog Systems – ECCMA Catbuilder, RAMIS, CTC ,…. Telecoms Building Petrochemical Mining

  3. Standalone Java application Web Services are used to access Identification Guides Multiple Catalogs can be created and saved on the hard disk Multiple items can be hosted in a catalog Images can be added to the catalog Key data can be exported to Excell Catalog format is the XML schema required for the EGIR ( ECCMA Global Item Registry) Identification Guide constraints are enforced in the application leading to high degree of data integrity Values can be obtained with web service-improved Data Integrity Time to catalog drastically reduced e.g. only specific UOM’s valid for the specific property will be listed in the UOM drop down list box. Simple description generator function Features of RAMIS Cat Builder CE

  4. Web Service Data Access 2. COMPLETE the property Values (with Web Service) , add images to the Item catalogued ECCMA Tools & Services ECCMA Repository eOTD eOTD Core Web Service SEARCH on Class Names the eOTD repository for available Identification Guides (IGs) 3. GENERATE description, add Additional text. Save and open Catalogs saved on the hard disk eOTD IGs IG Web Service Mining Telecommunications EOTD IGBuilder Identification Guide Class Properties Features Values Unit of Measures Owner IG Name Revision eOTD Building / Construction Petrochemical eOTD Catalog’s 4. PUBLISH the catalog, all items of the Catalog is now available in the ECCMA Global Item Registry IG Web Service IG’s Design EGIR Web Service Procurement Catalog Systems – ECCMA Catbuilder, Ramis, CTC ,…. Telecoms Building Petrochemical Mining

  5. eOTD Dictionary Web Service

  6. Web Service: Searching for a Class • test.eccma.webservice.ConceptTermQuery query = new test.eccma.webservice.ConceptTermQuery() ; query.setConceptTypeRef("0161-1-CT-01"); query.setExact(exact); query.setLanguage(language); query.setLimit(100); query.setOffset(0); query.setQuery(queryString);

  7. Web Service: Searching for a Value • test.eccma.webservice.ConceptTermQuery query = new test.eccma.webservice.ConceptTermQuery() ; query.setConceptTypeRef("0161-1-CT-07"); query.setExact(exact); query.setLanguage(language); query.setLimit(limit); query.setOffset(0); query.setQuery(queryString);

  8. Web Service: Searching for a Unit Of Measure • test.eccma.webservice.ConceptTermQuery query = new test.eccma.webservice.ConceptTermQuery() ; query.setConceptTypeRef("0161-1-CT-05"); query.setExact(exact); query.setLanguage(language); query.setLimit(limit); query.setOffset(0); query.setQuery(queryString);

  9. RAMIS CE CAT Builder : Support • Updated Web Service from PartNet will be included as they are delivered • Publish Changes to EGIR hosted by PartNet as specifications are delivered • Updated Ramis Catabuilder CE available from ECCMA and Pilog web sites, Support by Pilog

More Related