Why do we create Identification Guides

Download Report

Transcript Why do we create Identification Guides

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
Telecommunica
tions
EOTD
IG Builder
Identification Guide
Class
Properties
eOTD Features
Values
Unit of Measures
Petrochemical
Owner
IG Name
Revision
eOTD
Catalog’s
IG’s
Building /
Construction
IG Web Service
Design
Procurement
EGIR Web Service
Catalog Systems –
ECCMA Catbuilder,
RAMIS, CTC ,….
Telecoms
Building
Petrochemical
Mining
Features of RAMIS Cat Builder CE
•
•
•
•
•
•
•
•
•
•
•
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
Web Service Data Access
2.
ECCMA Tools & ServicesCOMPLETE
ECCMA
the property
Repository
Values (with Web Service)
, add images to the
eOTD
eOTD Core Web Item
Service catalogued
eOTD
IGs
SEARCH on Class
Builder
Names the eOTDIGrepository
for available Identification
Guides (IGs)
IG Web Service
Mining
Telecommunica
tions
3.
EOTD
GENERATE description, add
Additional text. Save and open
Catalogs saved on the hard
disk
Identification Guide
Class
Properties
eOTD Features
Values
Unit of Measures
Petrochemical
Owner
IG Name
Revision
eOTD
Catalog’s
IG’s
Catalog Systems –
ECCMA Catbuilder,
Ramis, CTC ,….
Building /
Construction
IG Web Service
4.
Design
PUBLISH the catalog, all
items of the Catalog is
now available in the ECCMA
Global Item Registry
Procurement
EGIR Web Service
Telecoms
Building
Petrochemical
Mining
eOTD Dictionary Web Service
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