|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
This is the interface exposed by the Registry Service that implements the life cycle management functionality of the Registry as part of a business level API. Note that there is no authentication information provided as the Connection interface keeps that state and context on behalf of the client.
LifeCycleManager| Fields inherited from interface javax.xml.registry.LifeCycleManager |
ASSOCIATION, AUDITABLE_EVENT, CLASSIFICATION, CLASSIFICATION_SCHEME, CONCEPT, EMAIL_ADDRESS, EXTENSIBLE_OBJECT, EXTERNAL_IDENTIFIER, EXTERNAL_LINK, EXTRINSIC_OBJECT, INTERNATIONAL_STRING, KEY, LOCALIZED_STRING, ORGANIZATION, PERSON_NAME, POSTAL_ADDRESS, REGISTRY_ENTRY, REGISTRY_PACKAGE, SERVICE, SERVICE_BINDING, SLOT, SPECIFICATION_LINK, TELEPHONE_NUMBER, USER, VERSIONABLE |
| Method Summary | |
BulkResponse |
deleteAssociations(java.util.Collection schemeKeys)
Delete the Associations corresponding to the specified Keys. |
BulkResponse |
deleteClassificationSchemes(java.util.Collection schemeKeys)
Delete the ClassificationSchemes corresponding to the specified Keys. |
BulkResponse |
deleteConcepts(java.util.Collection conceptKeys)
Delete the Concepts corresponding to the specified Keys. |
BulkResponse |
deleteOrganizations(java.util.Collection organizationKeys)
Deletes the organizations corresponding to the specified Keys. |
BulkResponse |
deleteServiceBindings(java.util.Collection bindingKeys)
Delete the ServiceBindings corresponding to the specified Keys. |
BulkResponse |
deleteServices(java.util.Collection serviceKeys)
Delete the services corresponding to the specified Keys. |
BulkResponse |
saveAssociations(java.util.Collection associations,
boolean replace)
Saves specified Association instances. |
BulkResponse |
saveClassificationSchemes(java.util.Collection schemes)
Saves specified ClassificationScheme instances. |
BulkResponse |
saveConcepts(java.util.Collection concepts)
Saves specified Concepts. |
BulkResponse |
saveOrganizations(java.util.Collection organizations)
Saves specified Organizations. |
BulkResponse |
saveServiceBindings(java.util.Collection bindings)
Saves specified ServiceBindings. |
BulkResponse |
saveServices(java.util.Collection services)
Saves specified Services. |
| Method Detail |
public BulkResponse saveOrganizations(java.util.Collection organizations)
throws JAXRException
public BulkResponse saveServices(java.util.Collection services)
throws JAXRException
public BulkResponse saveServiceBindings(java.util.Collection bindings)
throws JAXRException
public BulkResponse saveConcepts(java.util.Collection concepts)
throws JAXRException
public BulkResponse saveClassificationSchemes(java.util.Collection schemes)
throws JAXRException
public BulkResponse saveAssociations(java.util.Collection associations,
boolean replace)
throws JAXRException
replace - If set to true then the specified associations replace any existing associations owned by the caller. If set to false specif8ied associations are saved while preserving any existing associations that are not being updated by this call.
public BulkResponse deleteOrganizations(java.util.Collection organizationKeys)
throws JAXRException
public BulkResponse deleteServices(java.util.Collection serviceKeys)
throws JAXRException
public BulkResponse deleteServiceBindings(java.util.Collection bindingKeys)
throws JAXRException
public BulkResponse deleteConcepts(java.util.Collection conceptKeys)
throws JAXRException
public BulkResponse deleteClassificationSchemes(java.util.Collection schemeKeys)
throws JAXRException
public BulkResponse deleteAssociations(java.util.Collection schemeKeys)
throws JAXRException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||