public interface LifeCycleManager
Modifier and Type | Field and Description |
---|---|
static String |
ASSOCIATION |
static String |
AUDITABLE_EVENT |
static String |
CLASSIFICATION |
static String |
CLASSIFICATION_SCHEME |
static String |
CONCEPT |
static String |
EMAIL_ADDRESS |
static String |
EXTERNAL_IDENTIFIER |
static String |
EXTERNAL_LINK |
static String |
EXTRINSIC_OBJECT |
static String |
INTERNATIONAL_STRING |
static String |
KEY |
static String |
LOCALIZED_STRING |
static String |
ORGANIZATION |
static String |
PERSON_NAME |
static String |
POSTAL_ADDRESS |
static String |
REGISTRY_ENTRY |
static String |
REGISTRY_PACKAGE |
static String |
SERVICE |
static String |
SERVICE_BINDING |
static String |
SLOT |
static String |
SPECIFICATION_LINK |
static String |
TELEPHONE_NUMBER |
static String |
USER |
static String |
VERSIONABLE |
static final String ASSOCIATION
static final String AUDITABLE_EVENT
static final String CLASSIFICATION
static final String CLASSIFICATION_SCHEME
static final String CONCEPT
static final String EMAIL_ADDRESS
static final String EXTERNAL_IDENTIFIER
static final String EXTERNAL_LINK
static final String EXTRINSIC_OBJECT
static final String INTERNATIONAL_STRING
static final String KEY
static final String LOCALIZED_STRING
static final String ORGANIZATION
static final String PERSON_NAME
static final String POSTAL_ADDRESS
static final String REGISTRY_ENTRY
static final String REGISTRY_PACKAGE
static final String SERVICE
static final String SERVICE_BINDING
static final String SLOT
static final String SPECIFICATION_LINK
static final String TELEPHONE_NUMBER
static final String USER
static final String VERSIONABLE
Association createAssociation(RegistryObject targetObject, Concept associationType) throws JAXRException
JAXRException
Classification createClassification(ClassificationScheme scheme, InternationalString name, String value) throws JAXRException
JAXRException
Classification createClassification(ClassificationScheme scheme, String name, String value) throws JAXRException
JAXRException
Classification createClassification(Concept concept) throws JAXRException, InvalidRequestException
JAXRException
InvalidRequestException
ClassificationScheme createClassificationScheme(InternationalString name, InternationalString description) throws JAXRException, InvalidRequestException
JAXRException
InvalidRequestException
ClassificationScheme createClassificationScheme(Concept concept) throws JAXRException, InvalidRequestException
JAXRException
InvalidRequestException
ClassificationScheme createClassificationScheme(String name, String description) throws JAXRException, InvalidRequestException
JAXRException
InvalidRequestException
Concept createConcept(RegistryObject parent, String name, String value) throws JAXRException
JAXRException
Concept createConcept(RegistryObject parent, InternationalString name, String value) throws JAXRException
JAXRException
EmailAddress createEmailAddress(String address) throws JAXRException
JAXRException
EmailAddress createEmailAddress(String address, String type) throws JAXRException
JAXRException
ExternalIdentifier createExternalIdentifier(ClassificationScheme identificationScheme, String name, String value) throws JAXRException
JAXRException
ExternalIdentifier createExternalIdentifier(ClassificationScheme identificationScheme, InternationalString name, String value) throws JAXRException
JAXRException
ExternalLink createExternalLink(String externalURI, String description) throws JAXRException
JAXRException
ExternalLink createExternalLink(String externalURI, InternationalString description) throws JAXRException
JAXRException
ExtrinsicObject createExtrinsicObject(DataHandler repositoryItem) throws JAXRException
JAXRException
InternationalString createInternationalString() throws JAXRException
JAXRException
InternationalString createInternationalString(String s) throws JAXRException
JAXRException
InternationalString createInternationalString(Locale locale, String s) throws JAXRException
JAXRException
Key createKey(String id) throws JAXRException
JAXRException
LocalizedString createLocalizedString(Locale locale, String s) throws JAXRException
JAXRException
LocalizedString createLocalizedString(Locale locale, String s, String cs) throws JAXRException
JAXRException
Object createObject(String interfaceName) throws JAXRException, InvalidRequestException, UnsupportedCapabilityException
Organization createOrganization(String name) throws JAXRException
JAXRException
Organization createOrganization(InternationalString name) throws JAXRException
JAXRException
PersonName createPersonName(String fullName) throws JAXRException
JAXRException
PersonName createPersonName(String firstName, String middleName, String lastName) throws JAXRException
JAXRException
PostalAddress createPostalAddress(String streetNumber, String street, String city, String stateOrProvince, String country, String postalCode, String type) throws JAXRException
JAXRException
RegistryPackage createRegistryPackage(String name) throws JAXRException
JAXRException
RegistryPackage createRegistryPackage(InternationalString name) throws JAXRException
JAXRException
Service createService(String name) throws JAXRException
JAXRException
Service createService(InternationalString name) throws JAXRException
JAXRException
ServiceBinding createServiceBinding() throws JAXRException
JAXRException
Slot createSlot(String name, String value, String slotType) throws JAXRException
JAXRException
Slot createSlot(String name, Collection values, String slotType) throws JAXRException
JAXRException
SpecificationLink createSpecificationLink() throws JAXRException
JAXRException
TelephoneNumber createTelephoneNumber() throws JAXRException
JAXRException
User createUser() throws JAXRException
JAXRException
BulkResponse deleteObjects(Collection keys) throws JAXRException
JAXRException
BulkResponse deleteObjects(Collection keys, String objectType) throws JAXRException
JAXRException
BulkResponse deprecateObjects(Collection keys) throws JAXRException
JAXRException
RegistryService getRegistryService() throws JAXRException
JAXRException
BulkResponse saveObjects(Collection objects) throws JAXRException
JAXRException
BulkResponse unDeprecateObjects(Collection keys) throws JAXRException
JAXRException
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.