Uses of Class
javax.xml.registry.InvalidRequestException

Packages that use InvalidRequestException
javax.xml.registry   
 

Uses of InvalidRequestException in javax.xml.registry
 

Methods in javax.xml.registry that throw InvalidRequestException
 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-2015 Oracle Corporation. All Rights Reserved.