| Package | Description |
|---|---|
| com.sun.xml.registry.uddi | |
| javax.xml.registry |
| Modifier and Type | Method and Description |
|---|---|
Classification |
LifeCycleManagerImpl.createClassification(Concept concept)
Create a Classification instance for an internal
Classification using the specified Concept which identifies
a taxonomy element within an internal ClassificationScheme.
|
ClassificationScheme |
LifeCycleManagerImpl.createClassificationScheme(Concept concept)
Creates a ClassificationScheme from a Concept that has no
ClassificationScheme or parent Concept.
|
ClassificationScheme |
LifeCycleManagerImpl.createClassificationScheme(InternationalString name,
InternationalString description) |
ClassificationScheme |
LifeCycleManagerImpl.createClassificationScheme(String name,
String description) |
Connection |
ConnectionFactoryImpl.createConnection()
Create a named connection.
|
Query |
DeclarativeQueryManagerImpl.createQuery(int queryType,
String queryString)
Creates a Query object given a queryType (e.g.
|
| 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 © 2005–2017 Oracle Corporation. All rights reserved.