javax.xml.registry
Interface BusinessLifeCycleManager
- All Superinterfaces:
- LifeCycleManager
public interface BusinessLifeCycleManager
- extends LifeCycleManager
- Version:
- $Revision: 57196 $
- Author:
- Scott.Stark@jboss.org
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 associations,
boolean replace)
throws JAXRException
- Throws:
JAXRException
saveClassificationSchemes
BulkResponse saveClassificationSchemes(Collection schemes)
throws JAXRException
- Throws:
JAXRException
saveConcepts
BulkResponse saveConcepts(Collection concepts)
throws JAXRException
- Throws:
JAXRException
saveOrganizations
BulkResponse saveOrganizations(Collection organizations)
throws JAXRException
- Throws:
JAXRException
saveServiceBindings
BulkResponse saveServiceBindings(Collection bindings)
throws JAXRException
- Throws:
JAXRException
saveServices
BulkResponse saveServices(Collection services)
throws JAXRException
- Throws:
JAXRException
unConfirmAssociation
void unConfirmAssociation(Association assoc)
throws JAXRException,
InvalidRequestException
- Throws:
JAXRException
InvalidRequestException
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.