Java javax.xml.registry BusinessLifeCycleManager fields, constructors, methods, implement or subclass

Example usage for Java javax.xml.registry BusinessLifeCycleManager fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.xml.registry BusinessLifeCycleManager.

The text is from its open source code.

Implementation

javax.xml.registry.BusinessLifeCycleManager has the following implementations.
Click this link to see all its implementation.

Method

ClassificationcreateClassification(ClassificationScheme scheme, String name, String value)
Creates a Classification instance for an external Classification using the specified String name and String value that identify a taxonomy element within the specified ClassificationScheme.
ClassificationSchemecreateClassificationScheme(String name, String description)
Creates a ClassificationScheme given the specified String parameters.
ConceptcreateConcept(RegistryObject parent, String name, String value)
Creates a Concept instance using the specified parameters, where the name is a String.
EmailAddresscreateEmailAddress(String address)
Creates an EmailAddress instance using an address as the parameter.
ExternalLinkcreateExternalLink(String externalURI, String description)
Creates an ExternalLink instance using the specified parameters, where the description is a String.
InternationalStringcreateInternationalString(String s)
Creates an InternationalString instance using a String parameter and the default Locale.
KeycreateKey(String id)
Creates a Key instance from an ID.
ObjectcreateObject(String interfaceName)
Creates instances of information model interfaces (factory method).
OrganizationcreateOrganization(String name)
Creates an Organization instance using the specified name, where the name is a String.
PersonNamecreatePersonName(String fullName)
Creates a PersonName instance using the specified full name.
PostalAddresscreatePostalAddress(String streetNumber, String street, String city, String stateOrProvince, String country, String postalCode, String type)
Creates a PostalAddress instance using the specified parameters.
ServicecreateService(String name)
Creates a Service instance using the specified name, where the name is a String.
ServiceBindingcreateServiceBinding()
Creates an empty ServiceBinding instance.
SpecificationLinkcreateSpecificationLink()
Creates an empty SpecificationLink instance.
TelephoneNumbercreateTelephoneNumber()
Creates an empty TelephoneNumber instance.
UsercreateUser()
Creates an empty User instance.
BulkResponsedeleteClassificationSchemes(Collection schemeKeys)
Deletes the ClassificationSchemes corresponding to the specified Keys.
BulkResponsedeleteConcepts(Collection conceptKeys)
Deletes the Concepts corresponding to the specified Keys.
BulkResponsedeleteObjects(Collection keys)
Deletes one or more previously submitted objects from the registry using the object keys.
BulkResponsedeleteOrganizations(Collection organizationKeys)
Deletes the organizations corresponding to the specified Keys.
RegistryServicegetRegistryService()
Returns the parent RegistryService that created this object.
BulkResponsesaveClassificationSchemes(Collection schemes)
Saves the specified ClassificationScheme instances.
BulkResponsesaveConcepts(Collection concepts)
Saves the specified Concepts.
BulkResponsesaveOrganizations(Collection organizations)
Saves the specified Organizations.