90 likes | 295 Views
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.
E N D
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 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
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
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
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);
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);
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);
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