javax.xml.registry
Interface BusinessLifeCycleManager
- All Superinterfaces: 
 - LifeCycleManager
 
public interface BusinessLifeCycleManager
- extends LifeCycleManager
 
- Version:
 
  - $Revision$ $Date$
 
 
| 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 | 
 
 
| Methods inherited from interface javax.xml.registry.LifeCycleManager | 
createAssociation, createClassification, createClassification, createClassification, createClassificationScheme, createClassificationScheme, createClassificationScheme, createConcept, createConcept, createEmailAddress, createEmailAddress, createExternalIdentifier, createExternalIdentifier, createExternalLink, createExternalLink, createExtrinsicObject, createInternationalString, createInternationalString, createInternationalString, createKey, createLocalizedString, createLocalizedString, createObject, createOrganization, createOrganization, createPersonName, createPersonName, createPostalAddress, createRegistryPackage, createRegistryPackage, createService, createService, createServiceBinding, createSlot, createSlot, createSpecificationLink, createTelephoneNumber, createUser, deleteObjects, deleteObjects, deprecateObjects, getRegistryService, saveObjects, unDeprecateObjects | 
 
confirmAssociation
void confirmAssociation(Association assoc)
                        throws JAXRException,
                               InvalidRequestException
 
- Throws:
 JAXRException
InvalidRequestException
 
deleteAssociations
BulkResponse deleteAssociations(Collection associationKeys)
                                throws JAXRException
 
- Throws:
 JAXRException
 
deleteClassificationSchemes
BulkResponse deleteClassificationSchemes(Collection schemeKeys)
                                         throws JAXRException
 
- Throws:
 JAXRException
 
deleteConcepts
BulkResponse deleteConcepts(Collection conceptKeys)
                            throws JAXRException
 
- Throws:
 JAXRException
 
deleteOrganizations
BulkResponse deleteOrganizations(Collection organizationKeys)
                                 throws JAXRException
 
- Throws:
 JAXRException
 
deleteServiceBindings
BulkResponse deleteServiceBindings(Collection bindingKeys)
                                   throws JAXRException
 
- Throws:
 JAXRException
 
deleteServices
BulkResponse deleteServices(Collection serviceKeys)
                            throws JAXRException
 
- Throws:
 JAXRException
 
saveAssociations
BulkResponse saveAssociations(Collection associationKeys,
                              boolean replace)
                              throws JAXRException
 
- Throws:
 JAXRException
 
saveClassificationSchemes
BulkResponse saveClassificationSchemes(Collection schemeKeys)
                                       throws JAXRException
 
- Throws:
 JAXRException
 
saveConcepts
BulkResponse saveConcepts(Collection conceptKeys)
                          throws JAXRException
 
- Throws:
 JAXRException
 
saveOrganizations
BulkResponse saveOrganizations(Collection organizationKeys)
                               throws JAXRException
 
- Throws:
 JAXRException
 
saveServiceBindings
BulkResponse saveServiceBindings(Collection bindingKeys)
                                 throws JAXRException
 
- Throws:
 JAXRException
 
saveServices
BulkResponse saveServices(Collection serviceKeys)
                          throws JAXRException
 
- Throws:
 JAXRException
 
unConfirmAssociation
void unConfirmAssociation(Association assoc)
                          throws JAXRException,
                                 InvalidRequestException
 
- Throws:
 JAXRException
InvalidRequestException
 
Copyright © 2006 Apache Software Foundation. All Rights Reserved.