|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.xml.registry.uddi.LifeCycleManagerImpl
com.sun.xml.registry.uddi.BusinessLifeCycleManagerImpl
public class BusinessLifeCycleManagerImpl
Class Declaration for Class1
| Field Summary |
|---|
| Fields inherited from interface javax.xml.registry.LifeCycleManager |
|---|
ASSOCIATION, AUDITABLE_EVENT, CLASSIFICATION, CLASSIFICATION_SCHEME, CONCEPT, EMAIL_ADDRESS, 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 |
| Constructor Summary | |
|---|---|
BusinessLifeCycleManagerImpl()
|
|
BusinessLifeCycleManagerImpl(RegistryServiceImpl service)
|
|
| Method Summary | |
|---|---|
void |
confirmAssociation(Association association)
Confirms this Association by the User associated with the caller. |
BulkResponse |
deleteAssociations(Collection schemeKeys)
Delete the Associations corresponding to the specified Keys. |
BulkResponse |
deleteClassificationSchemes(Collection schemeKeys)
Delete the ClassificationSchemes corresponding to the specified Keys. |
BulkResponse |
deleteConcepts(Collection conceptKeys)
Delete the Concepts corresponding to specified Keys. |
BulkResponse |
deleteOrganizations(Collection organizationKeys)
Delete the organizations corresponding to specified Keys. |
BulkResponse |
deleteServiceBindings(Collection interfaceKeys)
Delete the ServiceInterfaceBindings corresponding to specified Keys. |
BulkResponse |
deleteServices(Collection serviceKeys)
Delete the services corresponding to specified Keys. |
BulkResponse |
saveAssociations(Collection associations,
boolean replace)
Saves specified Association instances. |
BulkResponse |
saveClassificationSchemes(Collection schemes)
Saves specified ClassificationScheme instances. |
BulkResponse |
saveConcepts(Collection concepts)
Adds or updates (replaces) specified Concepts. |
BulkResponse |
saveOrganizations(Collection organizations)
Adds or updates (replaces) specified Organizations. |
BulkResponse |
saveServiceBindings(Collection bindings)
Adds or updates (replaces) specified ServiceInterfaceBindings. |
BulkResponse |
saveServices(Collection services)
Adds or updates (replaces) specified Services. |
void |
unConfirmAssociation(Association association)
Undoes a previous confirmation of this Association by the User associated with the caller. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BusinessLifeCycleManagerImpl()
public BusinessLifeCycleManagerImpl(RegistryServiceImpl service)
| Method Detail |
|---|
public BulkResponse saveOrganizations(Collection organizations)
throws JAXRException
saveOrganizations in interface BusinessLifeCycleManagerorganizations - the Collection of Organization objects to be saved
JAXRException - if the JAXR provider encounters an internal error
public BulkResponse saveServices(Collection services)
throws JAXRException
saveServices in interface BusinessLifeCycleManagerservices - the Collection of Service objects to be saved
JAXRException - if the JAXR provider encounters an internal error
public BulkResponse saveServiceBindings(Collection bindings)
throws JAXRException
saveServiceBindings in interface BusinessLifeCycleManagerbindings - the Collection of ServiceBinding objects to be saved
JAXRException - if the JAXR provider encounters an internal error
public BulkResponse saveConcepts(Collection concepts)
throws JAXRException
saveConcepts in interface BusinessLifeCycleManagerconcepts - the Collection of Concept objects to be saved
JAXRException - if the JAXR provider encounters an internal error
public BulkResponse saveClassificationSchemes(Collection schemes)
throws JAXRException
saveClassificationSchemes in interface BusinessLifeCycleManagerschemes - the Collection of ClassificationScheme objects to be saved
JAXRException - if the JAXR provider encounters an internal error
public BulkResponse deleteOrganizations(Collection organizationKeys)
throws JAXRException
deleteOrganizations in interface BusinessLifeCycleManagerorganizationKeys - the Collection of keys for the Organization objects to be deleted
JAXRException - if the JAXR provider encounters an internal error
public BulkResponse deleteServices(Collection serviceKeys)
throws JAXRException
deleteServices in interface BusinessLifeCycleManagerserviceKeys - the Collection of keys for the Service objects to be deleted
JAXRException - if the JAXR provider encounters an internal error
public BulkResponse deleteServiceBindings(Collection interfaceKeys)
throws JAXRException
deleteServiceBindings in interface BusinessLifeCycleManagerinterfaceKeys - the Collection of keys for the ServiceBinding objects to be deleted
JAXRException - if the JAXR provider encounters an internal error
public BulkResponse deleteConcepts(Collection conceptKeys)
throws JAXRException
deleteConcepts in interface BusinessLifeCycleManagerconceptKeys - the Collection of keys for the Concept objects to be deleted
JAXRException - if the JAXR provider encounters an internal error
public BulkResponse deleteClassificationSchemes(Collection schemeKeys)
throws JAXRException
deleteClassificationSchemes in interface BusinessLifeCycleManagerschemeKeys - the Collection of keys for the ClassificationScheme objects to be deleted
JAXRException - if the JAXR provider encounters an internal error
public BulkResponse saveAssociations(Collection associations,
boolean replace)
throws JAXRException
saveAssociations in interface BusinessLifeCycleManagerreplace - 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.associations - the Collection of Association objects to be saved
JAXRException - if the JAXR provider encounters an internal error
public BulkResponse deleteAssociations(Collection schemeKeys)
throws JAXRException
deleteAssociations in interface BusinessLifeCycleManagerschemeKeys - the Collection of keys for the Association objects to be deleted
JAXRException - if the JAXR provider encounters an internal error
public void confirmAssociation(Association association)
throws JAXRException
BusinessLifeCycleManager
The details of confirming an extramural Association are registry-specific. For UDDI and ebXML registries, the registry-specific details are described in the JAXR specification.
confirmAssociation in interface BusinessLifeCycleManagerassociation - the Association object to be confirmed
JAXRException - if the JAXR provider encounters an internal error
InvalidRequestException - if the User is not the owner of the
sourceObject or the targetObject
public void unConfirmAssociation(Association association)
throws JAXRException
BusinessLifeCycleManager
The details of unconfirming an extramural Association are registry-specific. For UDDI and ebXML registries, the registry-specific details are described in the JAXR specification.
unConfirmAssociation in interface BusinessLifeCycleManagerassociation - the Association object to be unconfirmed
JAXRException - if the JAXR provider encounters an internal error
InvalidRequestException - if the User is not the owner of the
sourceObject or the targetObject
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||