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
public void confirmAssociation(Association assoc)
throws JAXRException,
InvalidRequestException
- Throws:
JAXRException
InvalidRequestException
deleteAssociations
public BulkResponse deleteAssociations(java.util.Collection associationKeys)
throws JAXRException
- Throws:
JAXRException
deleteClassificationSchemes
public BulkResponse deleteClassificationSchemes(java.util.Collection schemeKeys)
throws JAXRException
- Throws:
JAXRException
deleteConcepts
public BulkResponse deleteConcepts(java.util.Collection conceptKeys)
throws JAXRException
- Throws:
JAXRException
deleteOrganizations
public BulkResponse deleteOrganizations(java.util.Collection organizationKeys)
throws JAXRException
- Throws:
JAXRException
deleteServiceBindings
public BulkResponse deleteServiceBindings(java.util.Collection bindingKeys)
throws JAXRException
- Throws:
JAXRException
deleteServices
public BulkResponse deleteServices(java.util.Collection serviceKeys)
throws JAXRException
- Throws:
JAXRException
saveAssociations
public BulkResponse saveAssociations(java.util.Collection associationKeys,
boolean replace)
throws JAXRException
- Throws:
JAXRException
saveClassificationSchemes
public BulkResponse saveClassificationSchemes(java.util.Collection schemeKeys)
throws JAXRException
- Throws:
JAXRException
saveConcepts
public BulkResponse saveConcepts(java.util.Collection conceptKeys)
throws JAXRException
- Throws:
JAXRException
saveOrganizations
public BulkResponse saveOrganizations(java.util.Collection organizationKeys)
throws JAXRException
- Throws:
JAXRException
saveServiceBindings
public BulkResponse saveServiceBindings(java.util.Collection bindingKeys)
throws JAXRException
- Throws:
JAXRException
saveServices
public BulkResponse saveServices(java.util.Collection serviceKeys)
throws JAXRException
- Throws:
JAXRException
unConfirmAssociation
public void unConfirmAssociation(Association assoc)
throws JAXRException,
InvalidRequestException
- Throws:
JAXRException
InvalidRequestException
Copyright © {inceptionYear}-2007 null. All Rights Reserved.