Package | Description |
---|---|
javax.xml.registry |
This package defines APIs to access and programatically interact with metadata registries.
|
Modifier and Type | Method and Description |
---|---|
void |
BusinessLifeCycleManager.confirmAssociation(Association assoc)
Confirms this Association by the User associated with the caller.
|
Classification |
LifeCycleManager.createClassification(Concept concept)
Creates a Classification instance for an internal
Classification using the specified Concept that identifies
a taxonomy element within an internal ClassificationScheme.
|
ClassificationScheme |
LifeCycleManager.createClassificationScheme(Concept concept)
Creates a ClassificationScheme from a Concept that has no
ClassificationScheme or parent Concept.
|
ClassificationScheme |
LifeCycleManager.createClassificationScheme(InternationalString name,
InternationalString description)
Creates a ClassificationScheme given the specified
InternationalString parameters.
|
ClassificationScheme |
LifeCycleManager.createClassificationScheme(String name,
String description)
Creates a ClassificationScheme given the specified String parameters.
|
Object |
LifeCycleManager.createObject(String interfaceName)
Creates instances of information model
interfaces (factory method).
|
Query |
DeclarativeQueryManager.createQuery(int queryType,
String queryString)
Creates a Query object given a queryType (for example, QUERY_TYPE_SQL) and a String
that represents a query in the syntax appropriate for queryType.
|
BulkResponse |
RegistryService.getBulkResponse(String requestId)
Returns the BulkResponse associated with specified requestId.
|
void |
BusinessLifeCycleManager.unConfirmAssociation(Association assoc)
Undoes a previous confirmation of this Association by the User associated with the caller.
|
Copyright © 1996-2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.