429430431432433434435
public RegistryPackage createRegistryPackage(String name) throws JAXRException { throw new UnsupportedCapabilityException(); } public BulkResponse deprecateObjects(Collection keys) throws JAXRException { throw new UnsupportedCapabilityException(); }
433434435436437438439
public BulkResponse deprecateObjects(Collection keys) throws JAXRException { throw new UnsupportedCapabilityException(); } public BulkResponse unDeprecateObjects(Collection keys) throws JAXRException { throw new UnsupportedCapabilityException(); }
437438439440441442443
public BulkResponse unDeprecateObjects(Collection keys) throws JAXRException { throw new UnsupportedCapabilityException(); } public BulkResponse deleteObjects(Collection keys) throws JAXRException { throw new UnsupportedCapabilityException(); }
93949596979899
{ /* * we are a level 0 provider */ throw new UnsupportedCapabilityException(); }
124125126127128129130
9899100101102103104
key = k; } public String toXML() throws JAXRException { throw new UnsupportedCapabilityException("toXML is not supported"); }
333334335336337338339
// Level 1 features must throw exceptions /////////////////////////////////////////////////////////////////////////// public Collection getAuditTrail() throws JAXRException { throw new UnsupportedCapabilityException("Level 1 feature"); }
338339340341342343344
throw new UnsupportedCapabilityException("Level 1 feature"); } public Collection getAssociatedObjects() throws JAXRException { throw new UnsupportedCapabilityException("Level 1 feature"); }
343344345346347348349
throw new UnsupportedCapabilityException("Level 1 feature"); } public Concept getObjectType() throws JAXRException { throw new UnsupportedCapabilityException("Level 1 feature"); }
348349350351352353354
throw new UnsupportedCapabilityException("Level 1 feature"); } public Collection getRegistryPackages() throws JAXRException { throw new UnsupportedCapabilityException("Level 1 feature"); }