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

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

Introduction

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

The text is from its open source code.

Implementation

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

Field

StringASSOCIATION
Constant representing the javax.xml.registry.infomodel.Association interface.
StringCLASSIFICATION_SCHEME
Constant representing the javax.xml.registry.infomodel.ClassificationScheme interface.
StringCONCEPT
Constant representing the javax.xml.registry.infomodel.Concept interface.
StringEXTERNAL_LINK
Constant representing the javax.xml.registry.infomodel.ExternalLink interface.
StringEXTRINSIC_OBJECT
Constant representing the javax.xml.registry.infomodel.ExternalLink interface.
StringORGANIZATION
Constant representing the javax.xml.registry.infomodel.Organization interface.
StringREGISTRY_PACKAGE
Constant representing the javax.xml.registry.infomodel.RegistryPackage interface.
StringSERVICE
Constant representing the javax.xml.registry.infomodel.Service interface.
StringSERVICE_BINDING
Constant representing the javax.xml.registry.infomodel.ServiceBinding interface.
StringUSER
Constant representing the javax.xml.registry.infomodel.User interface.

Method

ClassificationcreateClassification(Concept concept)
Creates a Classification instance for an internal Classification using the specified Concept that identifies a taxonomy element within an internal ClassificationScheme.
PersonNamecreatePersonName(String firstName, String middleName, String lastName)
Creates a PersonName instance using the specified first, middle, and last names.
PostalAddresscreatePostalAddress(String streetNumber, String street, String city, String stateOrProvince, String country, String postalCode, String type)
Creates a PostalAddress instance using the specified parameters.
BulkResponsedeleteObjects(Collection keys)
Deletes one or more previously submitted objects from the registry using the object keys.
BulkResponsedeprecateObjects(Collection keys)
Deprecates one or more previously submitted objects.
BulkResponseunDeprecateObjects(Collection keys)
Undeprecates one or more previously deprecated objects.