public abstract class LifeCycleManagerImpl extends Object implements LifeCycleManager
| Modifier and Type | Field and Description |
|---|---|
protected RegistryServiceImpl |
registry |
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 and Description |
|---|
LifeCycleManagerImpl(RegistryService registry) |
protected final RegistryServiceImpl registry
public LifeCycleManagerImpl(RegistryService registry)
public RegistryService getRegistryService()
getRegistryService in interface LifeCycleManagerpublic Object createObject(String interfaceName) throws JAXRException
createObject in interface LifeCycleManagerJAXRExceptionpublic Association createAssociation(RegistryObject targetObject, Concept associationType) throws JAXRException
createAssociation in interface LifeCycleManagerJAXRExceptionpublic Classification createClassification(Concept concept) throws JAXRException, InvalidRequestException
createClassification in interface LifeCycleManagerJAXRExceptionInvalidRequestExceptionpublic Classification createClassification(ClassificationScheme scheme, InternationalString name, String value) throws JAXRException
createClassification in interface LifeCycleManagerJAXRExceptionpublic Classification createClassification(ClassificationScheme scheme, String name, String value) throws JAXRException
createClassification in interface LifeCycleManagerJAXRExceptionpublic ClassificationScheme createClassificationScheme(Concept concept) throws JAXRException, InvalidRequestException
createClassificationScheme in interface LifeCycleManagerJAXRExceptionInvalidRequestExceptionpublic ClassificationScheme createClassificationScheme(InternationalString name, InternationalString des) throws JAXRException, InvalidRequestException
createClassificationScheme in interface LifeCycleManagerJAXRExceptionInvalidRequestExceptionpublic ClassificationScheme createClassificationScheme(String name, String desc) throws JAXRException, InvalidRequestException
createClassificationScheme in interface LifeCycleManagerJAXRExceptionInvalidRequestExceptionpublic Concept createConcept(RegistryObject parent, InternationalString name, String value) throws JAXRException
createConcept in interface LifeCycleManagerJAXRExceptionpublic Concept createConcept(RegistryObject parent, String name, String value) throws JAXRException
createConcept in interface LifeCycleManagerJAXRExceptionpublic EmailAddress createEmailAddress(String address) throws JAXRException
createEmailAddress in interface LifeCycleManagerJAXRExceptionpublic EmailAddress createEmailAddress(String address, String type) throws JAXRException
createEmailAddress in interface LifeCycleManagerJAXRExceptionpublic ExternalIdentifier createExternalIdentifier(ClassificationScheme ids, InternationalString name, String value) throws JAXRException
createExternalIdentifier in interface LifeCycleManagerJAXRExceptionpublic ExternalIdentifier createExternalIdentifier(ClassificationScheme ids, String name, String value) throws JAXRException
createExternalIdentifier in interface LifeCycleManagerJAXRExceptionpublic ExternalLink createExternalLink(String uri, InternationalString desc) throws JAXRException
createExternalLink in interface LifeCycleManagerJAXRExceptionpublic ExternalLink createExternalLink(String uri, String desc) throws JAXRException
createExternalLink in interface LifeCycleManagerJAXRExceptionpublic InternationalString createInternationalString() throws JAXRException
createInternationalString in interface LifeCycleManagerJAXRExceptionpublic InternationalString createInternationalString(String value) throws JAXRException
createInternationalString in interface LifeCycleManagerJAXRExceptionpublic InternationalString createInternationalString(Locale locale, String value) throws JAXRException
createInternationalString in interface LifeCycleManagerJAXRExceptionpublic Key createKey(String id)
createKey in interface LifeCycleManagerpublic LocalizedString createLocalizedString(Locale locale, String value) throws JAXRException
createLocalizedString in interface LifeCycleManagerJAXRExceptionpublic LocalizedString createLocalizedString(Locale locale, String value, String charsetName) throws JAXRException
createLocalizedString in interface LifeCycleManagerJAXRExceptionpublic Organization createOrganization(InternationalString name) throws JAXRException
createOrganization in interface LifeCycleManagerJAXRExceptionpublic Organization createOrganization(String name) throws JAXRException
createOrganization in interface LifeCycleManagerJAXRExceptionpublic PersonName createPersonName(String fullName) throws JAXRException
createPersonName in interface LifeCycleManagerJAXRExceptionpublic PostalAddress createPostalAddress(String streetNumber, String street, String city, String stateOrProvince, String country, String postalCode, String type) throws JAXRException
createPostalAddress in interface LifeCycleManagerJAXRExceptionpublic Service createService(InternationalString name) throws JAXRException
createService in interface LifeCycleManagerJAXRExceptionpublic Service createService(String name) throws JAXRException
createService in interface LifeCycleManagerJAXRExceptionpublic ServiceBinding createServiceBinding() throws JAXRException
createServiceBinding in interface LifeCycleManagerJAXRExceptionpublic Slot createSlot(String name, String value, String slotType) throws JAXRException
createSlot in interface LifeCycleManagerJAXRExceptionpublic Slot createSlot(String name, Collection values, String slotType) throws JAXRException
createSlot in interface LifeCycleManagerJAXRExceptionpublic SpecificationLink createSpecificationLink() throws JAXRException
createSpecificationLink in interface LifeCycleManagerJAXRExceptionpublic TelephoneNumber createTelephoneNumber() throws JAXRException
createTelephoneNumber in interface LifeCycleManagerJAXRExceptionpublic User createUser() throws JAXRException
createUser in interface LifeCycleManagerJAXRExceptionpublic abstract BulkResponse saveObjects(Collection objects) throws JAXRException
saveObjects in interface LifeCycleManagerobjects - JAXRExceptionpublic abstract BulkResponse deleteObjects(Collection keys, String objectType) throws JAXRException
deleteObjects in interface LifeCycleManagerkeys - objectType - JAXRExceptionpublic ExtrinsicObject createExtrinsicObject(DataHandler repositoryItem) throws JAXRException
createExtrinsicObject in interface LifeCycleManagerrepositoryItem - JAXRExceptionpublic PersonName createPersonName(String firstName, String middleName, String lastName) throws JAXRException
createPersonName in interface LifeCycleManagerJAXRExceptionpublic RegistryPackage createRegistryPackage(InternationalString name) throws JAXRException
createRegistryPackage in interface LifeCycleManagerJAXRExceptionpublic RegistryPackage createRegistryPackage(String name) throws JAXRException
createRegistryPackage in interface LifeCycleManagerJAXRExceptionpublic BulkResponse deprecateObjects(Collection keys) throws JAXRException
deprecateObjects in interface LifeCycleManagerJAXRExceptionpublic BulkResponse unDeprecateObjects(Collection keys) throws JAXRException
unDeprecateObjects in interface LifeCycleManagerJAXRExceptionpublic BulkResponse deleteObjects(Collection keys) throws JAXRException
deleteObjects in interface LifeCycleManagerJAXRExceptionCopyright © 2012 JBoss by Red Hat. All Rights Reserved.