Example usage for Java javax.xml.registry LifeCycleManager fields, constructors, methods, implement or subclass
The text is from its open source code.
String | ASSOCIATION Constant representing the javax.xml.registry.infomodel.Association interface. |
String | CLASSIFICATION_SCHEME Constant representing the javax.xml.registry.infomodel.ClassificationScheme interface. |
String | CONCEPT Constant representing the javax.xml.registry.infomodel.Concept interface. |
String | EXTERNAL_LINK Constant representing the javax.xml.registry.infomodel.ExternalLink interface. |
String | EXTRINSIC_OBJECT Constant representing the javax.xml.registry.infomodel.ExternalLink interface. |
String | ORGANIZATION Constant representing the javax.xml.registry.infomodel.Organization interface. |
String | REGISTRY_PACKAGE Constant representing the javax.xml.registry.infomodel.RegistryPackage interface. |
String | SERVICE Constant representing the javax.xml.registry.infomodel.Service interface. |
String | SERVICE_BINDING Constant representing the javax.xml.registry.infomodel.ServiceBinding interface. |
String | USER Constant representing the javax.xml.registry.infomodel.User interface. |
Classification | createClassification(Concept concept) Creates a Classification instance for an internal Classification using the specified Concept that identifies a taxonomy element within an internal ClassificationScheme. |
PersonName | createPersonName(String firstName, String middleName, String lastName) Creates a PersonName instance using the specified first, middle, and last names. |
PostalAddress | createPostalAddress(String streetNumber, String street, String city, String stateOrProvince, String country, String postalCode, String type) Creates a PostalAddress instance using the specified parameters. |
BulkResponse | deleteObjects(Collection keys) Deletes one or more previously submitted objects from the registry using the object keys. |
BulkResponse | deprecateObjects(Collection keys) Deprecates one or more previously submitted objects. |
BulkResponse | unDeprecateObjects(Collection keys) Undeprecates one or more previously deprecated objects. |