ID | Return | Method/Field | Description | Required | Deprecated | Testable |
JAXR:JAVADOC:1 | UnsupportedCapabilityException | javax.xml.registry.UnsupportedCapabilityException.UnsupportedCapabilityException
| Constructs a <code>JAXRException</code> object with no reason or embedded Throwable. | true |
| true |
JAXR:JAVADOC:2 | UnsupportedCapabilityException | javax.xml.registry.UnsupportedCapabilityException.UnsupportedCapabilityException
(
String
)
| Constructs a <code>JAXRException</code> object with the given <code>String</code> as the reason for the exception being thrown. | true |
| true |
JAXR:JAVADOC:3 | UnsupportedCapabilityException | javax.xml.registry.UnsupportedCapabilityException.UnsupportedCapabilityException
(
String
, Throwable
)
| Constructs a <code>JAXRException</code> object with the given <code>String</code> as the reason for the exception being thrown and the given <code>Throwable</code> object as an embedded Throwable. | true |
| true |
JAXR:JAVADOC:5 | UnexpectedObjectException | javax.xml.registry.UnexpectedObjectException.UnexpectedObjectException
| Constructs a <code>JAXRException</code> object with no reason or embedded Throwable. | true |
| true |
JAXR:JAVADOC:6 | UnexpectedObjectException | javax.xml.registry.UnexpectedObjectException.UnexpectedObjectException
(
String
)
| Constructs a <code>JAXRException</code> object with the given <code>String</code> as the reason for the exception being thrown. | true |
| true |
JAXR:JAVADOC:7 | UnexpectedObjectException | javax.xml.registry.UnexpectedObjectException.UnexpectedObjectException
(
String
, Throwable
)
| Constructs a <code>JAXRException</code> object with the given <code>String</code> as the reason for the exception being thrown and the given <code>Throwable</code> object as an embedded Throwable. | true |
| true |
JAXR:JAVADOC:9 | SaveException | javax.xml.registry.SaveException.SaveException
| Constructs a <code>JAXRException</code> object with no reason or embedded Throwable. | true |
| true |
JAXR:JAVADOC:10 | SaveException | javax.xml.registry.SaveException.SaveException
(
String
)
| Constructs a <code>JAXRException</code> object with the given <code>String</code> as the reason for the exception being thrown. | true |
| true |
JAXR:JAVADOC:11 | SaveException | javax.xml.registry.SaveException.SaveException
(
String
, Throwable
)
| Constructs a <code>JAXRException</code> object with the given <code>String</code> as the reason for the exception being thrown and the given <code>Throwable</code> object as an embedded Throwable. | true |
| true |
JAXR:JAVADOC:13 | RegistryException | javax.xml.registry.RegistryException.RegistryException
| Constructs a <code>JAXRException</code> object with no reason or embedded Throwable. | true |
| true |
JAXR:JAVADOC:14 | RegistryException | javax.xml.registry.RegistryException.RegistryException
(
String
)
| Constructs a <code>JAXRException</code> object with the given <code>String</code> as the reason for the exception being thrown. | true |
| true |
JAXR:JAVADOC:15 | RegistryException | javax.xml.registry.RegistryException.RegistryException
(
String
, Throwable
)
| Constructs a <code>JAXRException</code> object with the given <code>String</code> as the reason for the exception being thrown and the given <code>Throwable</code> object as an embedded Throwable. | true |
| true |
JAXR:JAVADOC:18 | Key | javax.xml.registry.RegistryException.getErrorObjectKey
throws
JAXRException
|
| true |
| false |
JAXR:JAVADOC:20 | void | javax.xml.registry.RegistryException.setErrorObjectKey
(
Key
)
throws
JAXRException
|
| true |
| false |
JAXR:JAVADOC:21 | JAXRException | javax.xml.registry.JAXRException.JAXRException
| Constructs a <code>JAXRException</code> object with no reason or embedded Throwable. | true |
| true |
JAXR:JAVADOC:22 | JAXRException | javax.xml.registry.JAXRException.JAXRException
(
String
)
| Constructs a <code>JAXRException</code> object with the given <code>String</code> as the reason for the exception being thrown. | true |
| true |
JAXR:JAVADOC:23 | JAXRException | javax.xml.registry.JAXRException.JAXRException
(
String
, Throwable
)
| Constructs a <code>JAXRException</code> object with the given <code>String</code> as the reason for the exception being thrown and the given <code>Throwable</code> object as an embedded Throwable. | true |
| true |
JAXR:JAVADOC:25 | String | javax.xml.registry.JAXRException.getMessage
| Returns the detail message for this <code>JAXRException</code> object. <P> If there is an embedded Throwable, and if the <code>JAXRException</code> object has no detail message of its own, this method will return the detail message from the embedded Throwable. | true |
| true |
JAXR:JAVADOC:26 | Throwable | javax.xml.registry.JAXRException.getCause
| Returns the Throwable embedded in this <code>JAXRException</code> if there is one. Otherwise, this method returns <code>null</code>. | true |
| true |
JAXR:JAVADOC:27 | Throwable | javax.xml.registry.JAXRException.initCause
(
Throwable
)
| Initializes the <i>cause</i> of this throwable to the specified value. (The cause is the throwable that caused this throwable to get thrown.) <p>This method can be called at most once. It is generally called from within the constructor, or immediately after creating the throwable. If this throwable was created with or , this method cannot be called even once. | true |
| true |
JAXR:JAVADOC:28 | String | javax.xml.registry.JAXRException.getRequestId
|
| true |
| true |
JAXR:JAVADOC:29 | int | javax.xml.registry.JAXRException.getStatus
|
| true |
| true |
JAXR:JAVADOC:32 | boolean | javax.xml.registry.JAXRException.isAvailable
throws
JAXRException
|
| true |
| false |
JAXR:JAVADOC:33 | InvalidRequestException | javax.xml.registry.InvalidRequestException.InvalidRequestException
| Constructs a <code>JAXRException</code> object with no reason or embedded Throwable. | true |
| true |
JAXR:JAVADOC:34 | InvalidRequestException | javax.xml.registry.InvalidRequestException.InvalidRequestException
(
String
)
| Constructs a <code>JAXRException</code> object with the given <code>String</code> as the reason for the exception being thrown. | true |
| true |
JAXR:JAVADOC:35 | InvalidRequestException | javax.xml.registry.InvalidRequestException.InvalidRequestException
(
String
, Throwable
)
| Constructs a <code>JAXRException</code> object with the given <code>String</code> as the reason for the exception being thrown and the given <code>Throwable</code> object as an embedded Throwable. | true |
| true |
JAXR:JAVADOC:37 | FindException | javax.xml.registry.FindException.FindException
| Constructs a <code>JAXRException</code> object with no reason or embedded Throwable. | true |
| true |
JAXR:JAVADOC:38 | FindException | javax.xml.registry.FindException.FindException
(
String
)
| Constructs a <code>JAXRException</code> object with the given <code>String</code> as the reason for the exception being thrown. | true |
| true |
JAXR:JAVADOC:39 | FindException | javax.xml.registry.FindException.FindException
(
String
, Throwable
)
| Constructs a <code>JAXRException</code> object with the given <code>String</code> as the reason for the exception being thrown and the given <code>Throwable</code> object as an embedded Throwable. | true |
| true |
JAXR:JAVADOC:41 | DeleteException | javax.xml.registry.DeleteException.DeleteException
| Constructs a <code>JAXRException</code> object with no reason or embedded Throwable. | true |
| true |
JAXR:JAVADOC:42 | DeleteException | javax.xml.registry.DeleteException.DeleteException
(
String
)
| Constructs a <code>JAXRException</code> object with the given <code>String</code> as the reason for the exception being thrown. | true |
| true |
JAXR:JAVADOC:43 | DeleteException | javax.xml.registry.DeleteException.DeleteException
(
String
, Throwable
)
| Constructs a <code>JAXRException</code> object with the given <code>String</code> as the reason for the exception being thrown and the given <code>Throwable</code> object as an embedded Throwable. | true |
| true |
JAXR:JAVADOC:45 | ConnectionFactory | javax.xml.registry.ConnectionFactory.ConnectionFactory
|
| true |
| false |
JAXR:JAVADOC:48 | Properties | javax.xml.registry.ConnectionFactory.getProperties
| Gets the Properties used during createConnection and createFederatedConnection calls. <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:50 | Connection | javax.xml.registry.ConnectionFactory.createConnection
| Create a named connection. Such a connection can be used to communicate with a JAXR provider. <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:52 | FederatedConnection | javax.xml.registry.ConnectionFactory.createFederatedConnection
(
Collection
)
| Create a FederatedConnection. <p><DL><DT><B>Capability Level: 0 (optional) </B></DL> | false |
| false |
JAXR:JAVADOC:54 | ConnectionFactory | javax.xml.registry.ConnectionFactory.newInstance
| Creates a default <code>ConnectionFactory</code> object. | true |
| false |
JAXR:JAVADOC:56 | CapabilityProfile | javax.xml.registry.RegistryService.getCapabilityProfile
| Returns the CapabilityProfile for the JAXR provider <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:64 | DeclarativeQueryManager | javax.xml.registry.RegistryService.getDeclarativeQueryManager
throws
UnsupportedCapabilityException
|
| true |
| true |
JAXR:JAVADOC:68 | ClassificationScheme | javax.xml.registry.RegistryService.getDefaultPostalScheme
| Get the default user-defined postal scheme for codifying the attributes of PostalAddress <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| false |
JAXR:JAVADOC:70 | String | javax.xml.registry.RegistryService.makeRegistrySpecificRequest
(
String
)
| This method takes a String that is an XML request in a registry specific format. It sends the request to the registry and returns a String that is the registry specific XML response. <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:72 | RegistryObject | javax.xml.registry.QueryManager.getRegistryObject
(
String
, String
)
| Gets the RegistryObject specified by the Id and type of object. <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:74 | RegistryObject | javax.xml.registry.QueryManager.getRegistryObject
(
String
)
| Gets the RegistryObject specified by the Id. <p><DL><DT><B>Capability Level: 1 </B></DL> | false |
| false |
JAXR:JAVADOC:76 | BulkResponse | javax.xml.registry.QueryManager.getRegistryObjects
(
Collection
)
| Gets the specified RegistryObjects. The objects are returned as their concrete type (e.g. Organization, User etc.). <p><DL><DT><B>Capability Level: 1 </B></DL> | false |
| false |
JAXR:JAVADOC:78 | BulkResponse | javax.xml.registry.QueryManager.getRegistryObjects
| Gets the RegistryObjects owned by the caller. The objects are returned as their concrete type (e.g. Organization, User etc.). <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:80 | BulkResponse | javax.xml.registry.QueryManager.getRegistryObjects
(
String
)
| Gets the RegistryObjects owned by the caller, that are of the specified type. The objects are returned as their concrete type (e.g. Organization, User etc.). <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:82 | RegistryService | javax.xml.registry.QueryManager.getRegistryService
| Returns the parent RegistryService that created this object. <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:90 | public static final | javax.xml.registry.String.ASSOCIATION
|
| true |
| true |
JAXR:JAVADOC:91 | public static final | javax.xml.registry.String.AUDITABLE_EVENT
|
| true |
| true |
JAXR:JAVADOC:92 | public static final | javax.xml.registry.String.CLASSIFICATION
|
| true |
| true |
JAXR:JAVADOC:93 | public static final | javax.xml.registry.String.CLASSIFICATION_SCHEME
|
| true |
| true |
JAXR:JAVADOC:94 | public static final | javax.xml.registry.String.CONCEPT
|
| true |
| true |
JAXR:JAVADOC:95 | public static final | javax.xml.registry.String.EMAIL_ADDRESS
|
| true |
| true |
JAXR:JAVADOC:97 | public static final | javax.xml.registry.String.EXTERNAL_IDENTIFIER
|
| true |
| true |
JAXR:JAVADOC:98 | public static final | javax.xml.registry.String.EXTERNAL_LINK
|
| true |
| true |
JAXR:JAVADOC:99 | public static final | javax.xml.registry.String.EXTRINSIC_OBJECT
|
| true |
| true |
JAXR:JAVADOC:100 | public static final | javax.xml.registry.String.INTERNATIONAL_STRING
|
| true |
| true |
JAXR:JAVADOC:101 | public static final | javax.xml.registry.String.KEY
|
| true |
| true |
JAXR:JAVADOC:102 | public static final | javax.xml.registry.String.LOCALIZED_STRING
|
| true |
| true |
JAXR:JAVADOC:103 | public static final | javax.xml.registry.String.ORGANIZATION
|
| true |
| true |
JAXR:JAVADOC:104 | public static final | javax.xml.registry.String.PERSON_NAME
|
| true |
| true |
JAXR:JAVADOC:105 | public static final | javax.xml.registry.String.POSTAL_ADDRESS
|
| true |
| true |
JAXR:JAVADOC:106 | public static final | javax.xml.registry.String.REGISTRY_ENTRY
|
| true |
| true |
JAXR:JAVADOC:107 | public static final | javax.xml.registry.String.REGISTRY_PACKAGE
|
| true |
| true |
JAXR:JAVADOC:108 | public static final | javax.xml.registry.String.SERVICE
|
| true |
| true |
JAXR:JAVADOC:109 | public static final | javax.xml.registry.String.SERVICE_BINDING
|
| true |
| true |
JAXR:JAVADOC:110 | public static final | javax.xml.registry.String.SLOT
|
| true |
| true |
JAXR:JAVADOC:111 | public static final | javax.xml.registry.String.SPECIFICATION_LINK
|
| true |
| true |
JAXR:JAVADOC:112 | public static final | javax.xml.registry.String.TELEPHONE_NUMBER
|
| true |
| true |
JAXR:JAVADOC:113 | public static final | javax.xml.registry.String.USER
|
| true |
| true |
JAXR:JAVADOC:114 | public static final | javax.xml.registry.String.VERSIONABLE
|
| true |
| true |
JAXR:JAVADOC:130 | ClassificationScheme | javax.xml.registry.LifeCycleManager.createClassificationScheme
(
String
, String
)
throws
InvalidRequestException
|
| true |
| false |
JAXR:JAVADOC:133 | ClassificationScheme | javax.xml.registry.LifeCycleManager.createClassificationScheme
(
InternationalString
, InternationalString
)
throws
InvalidRequestException
|
| true |
| false |
JAXR:JAVADOC:205 | RegistryService | javax.xml.registry.LifeCycleManager.getRegistryService
| Returns the parent RegistryService that created this object. <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:211 | String | javax.xml.registry.JAXRResponse.getRequestId
| Returns the unique id for the request that generated this response. <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:213 | int | javax.xml.registry.JAXRResponse.getStatus
| Returns the status for this response. <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:215 | boolean | javax.xml.registry.JAXRResponse.isAvailable
| Returns true if a response is available, false otherwise. This is a polling method and must not block. <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:217 | public static final | javax.xml.registry.String.EXACT_NAME_MATCH
|
| true |
| true |
JAXR:JAVADOC:218 | public static final | javax.xml.registry.String.CASE_SENSITIVE_MATCH
|
| true |
| true |
JAXR:JAVADOC:219 | public static final | javax.xml.registry.String.SORT_BY_NAME_ASC
|
| true |
| true |
JAXR:JAVADOC:220 | public static final | javax.xml.registry.String.SORT_BY_NAME_DESC
|
| true |
| true |
JAXR:JAVADOC:221 | public static final | javax.xml.registry.String.SORT_BY_DATE_ASC
|
| true |
| true |
JAXR:JAVADOC:222 | public static final | javax.xml.registry.String.SORT_BY_DATE_DESC
|
| true |
| true |
JAXR:JAVADOC:223 | public static final | javax.xml.registry.String.OR_LIKE_KEYS
|
| true |
| true |
JAXR:JAVADOC:224 | public static final | javax.xml.registry.String.OR_ALL_KEYS
|
| true |
| true |
JAXR:JAVADOC:225 | public static final | javax.xml.registry.String.COMBINE_CLASSIFICATIONS
| Maps to UDDI combineCategoryBags. Required for JAXR UDDI providers, optional for all others. | true |
| true |
JAXR:JAVADOC:226 | public static final | javax.xml.registry.String.SERVICE_SUBSET
| Maps to UDDI serviceSubset. Required for JAXR UDDI providers, optional for all others. | true |
| true |
JAXR:JAVADOC:227 | public static final | javax.xml.registry.String.AND_ALL_KEYS
|
| true |
| true |
JAXR:JAVADOC:228 | public static final | javax.xml.registry.String.SOUNDEX
| Optional qualifier that allows matching strings by their sounds. | true |
| true |
JAXR:JAVADOC:234 | RegistryService | javax.xml.registry.Connection.getRegistryService
| Gets the RegistryService interface associated with the Connection. If a Connection property (e.g. credentials) is set after the client calls getRegistryService then the newly set Connection property is visible to the RegistryService previously returned by this call. <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:242 | void | javax.xml.registry.Connection.setSynchronous
(
boolean
)
| Sets whether the client uses synchronous communication or not. A JAXR client may dynamically change its communication style preference. <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:244 | void | javax.xml.registry.Connection.setCredentials
(
Set
)
| Sets the Credentials associated with this client. The credentials is used to authenticate the client with the JAXR provider. A JAXR client may dynamically change its identity by changing the credentials associated with it. <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:246 | Set | javax.xml.registry.Connection.getCredentials
| Gets the credentials associated with this client. <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:248 | String | javax.xml.registry.CapabilityProfile.getVersion
| Gets the JAXR specification version supported by the JAXR provider. <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:250 | int | javax.xml.registry.CapabilityProfile.getCapabilityLevel
| Gets the capability level supported by the JAXR provider. <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:302 | Collection | javax.xml.registry.BulkResponse.getCollection
| Get the Collection of objects returned as a response of a bulk operation. Caller thread will block here if result is not yet available. <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:304 | Collection | javax.xml.registry.BulkResponse.getExceptions
| Get the Collection of RegistryException instances in case of partial commit. Caller thread will block here if result is not yet available. Return null if result is available and there is no RegistryException(s). <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:308 | int | javax.xml.registry.infomodel.Versionable.getMajorVersion
| Gets the major revision number for this version of the Versionable object. <p><DL><DT><B>Capability Level: 1 </B></DL> | false |
| false |
JAXR:JAVADOC:312 | int | javax.xml.registry.infomodel.Versionable.getMinorVersion
| Gets the minor revision number for this version of the Versionable object. <p><DL><DT><B>Capability Level: 1 </B></DL> | false |
| false |
JAXR:JAVADOC:314 | void | javax.xml.registry.infomodel.Versionable.setMinorVersion
(
int
)
| Sets the minor revision number for this version of the Versionable object. <p><DL><DT><B>Capability Level: 1 </B></DL> | false |
| false |
JAXR:JAVADOC:318 | void | javax.xml.registry.infomodel.Versionable.setUserVersion
(
String
)
| Sets the user specified revision number for this version of the Versionable object. <p><DL><DT><B>Capability Level: 1 </B></DL> | false |
| false |
JAXR:JAVADOC:378 | InternationalString | javax.xml.registry.infomodel.SpecificationLink.getUsageDescription
| Gets the description of usage parameters. Default is an empty String. <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:380 | void | javax.xml.registry.infomodel.SpecificationLink.setUsageDescription
(
InternationalString
)
| Sets the description of usage parameters. <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:384 | void | javax.xml.registry.infomodel.SpecificationLink.setUsageParameters
(
Collection
)
| Sets any usage parameters. Each parameter is a String <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:386 | ServiceBinding | javax.xml.registry.infomodel.SpecificationLink.getServiceBinding
| Gets the parent ServiceBinding for this SpecificationLink. <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:388 | public static final | javax.xml.registry.infomodel.String.SORT_CODE_SLOT
| Name for pre-defined Slot used in PostalAddress by JAXR UDDI provider. | true |
| true |
JAXR:JAVADOC:389 | public static final | javax.xml.registry.infomodel.String.ADDRESS_LINES_SLOT
| Name for pre-defined Slot used in PostalAddress by JAXR UDDI provider. | true |
| true |
JAXR:JAVADOC:390 | public static final | javax.xml.registry.infomodel.String.AUTHORIZED_NAME_SLOT
| Name for pre-defined Slot used in Organization and ClassificationScheme by JAXR UDDI provider. | true |
| true |
JAXR:JAVADOC:391 | public static final | javax.xml.registry.infomodel.String.OPERATOR_SLOT
| Name for pre-defined Slot used in Organization and ClassificationScheme by JAXR UDDI provider. | true |
| true |
JAXR:JAVADOC:398 | void | javax.xml.registry.infomodel.Slot.setSlotType
(
String
)
| Sets the slotType for this Slot. <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:400 | Collection | javax.xml.registry.infomodel.Slot.getValues
| Gets the values for this Slot. <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:402 | void | javax.xml.registry.infomodel.Slot.setValues
(
Collection
)
| Sets the values for this Slot. <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:414 | Service | javax.xml.registry.infomodel.ServiceBinding.getService
| Gets the parent service for which this is a binding <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:416 | void | javax.xml.registry.infomodel.ServiceBinding.addSpecificationLink
(
SpecificationLink
)
| Add a child SpecificationLink <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:418 | void | javax.xml.registry.infomodel.ServiceBinding.addSpecificationLinks
(
Collection
)
| Add a Collection of SpecificationLink children <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:420 | void | javax.xml.registry.infomodel.ServiceBinding.removeSpecificationLink
(
SpecificationLink
)
| Remove a child SpecificationLink <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:422 | void | javax.xml.registry.infomodel.ServiceBinding.removeSpecificationLinks
(
Collection
)
| Remove a Collection of children SpecificationLinks <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:424 | Collection | javax.xml.registry.infomodel.ServiceBinding.getSpecificationLinks
| Get all children SpecificationLinks <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:426 | Organization | javax.xml.registry.infomodel.Service.getProvidingOrganization
| Gets the Organization that provides this service. Providing Organization may be null. The providing Organization may be different from the Submitting Organization as defined by RegistryObject#getSubmittingOrganization. <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:428 | void | javax.xml.registry.infomodel.Service.setProvidingOrganization
(
Organization
)
| Sets the Organization that provides this service. <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:430 | void | javax.xml.registry.infomodel.Service.addServiceBinding
(
ServiceBinding
)
| Add a child ServiceBinding <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:432 | void | javax.xml.registry.infomodel.Service.addServiceBindings
(
Collection
)
| Add a Collection of ServiceBinding children <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:434 | void | javax.xml.registry.infomodel.Service.removeServiceBinding
(
ServiceBinding
)
| Remove a child ServiceBinding <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:436 | void | javax.xml.registry.infomodel.Service.removeServiceBindings
(
Collection
)
| Remove a Collection of children ServiceBindings <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:438 | Collection | javax.xml.registry.infomodel.Service.getServiceBindings
| Get all children ServiceBindings <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:440 | void | javax.xml.registry.infomodel.RegistryPackage.addRegistryObject
(
RegistryObject
)
| Add a child RegistryObject as member <p><DL><DT><B>Capability Level: 1 </B></DL> | false |
| true |
JAXR:JAVADOC:442 | void | javax.xml.registry.infomodel.RegistryPackage.addRegistryObjects
(
Collection
)
| Add a Collection of RegistryObject children as members <p><DL><DT><B>Capability Level: 1 </B></DL> | false |
| false |
JAXR:JAVADOC:444 | void | javax.xml.registry.infomodel.RegistryPackage.removeRegistryObject
(
RegistryObject
)
| Remove a child RegistryObject from membership <p><DL><DT><B>Capability Level: 1 </B></DL> | false |
| false |
JAXR:JAVADOC:446 | void | javax.xml.registry.infomodel.RegistryPackage.removeRegistryObjects
(
Collection
)
| Remove a Collection of children RegistryObjects from membership <p><DL><DT><B>Capability Level: 1 </B></DL> | false |
| false |
JAXR:JAVADOC:448 | Set | javax.xml.registry.infomodel.RegistryPackage.getRegistryObjects
| Get the collection of member RegistryObjects of this RegistryPackage <p><DL><DT><B>Capability Level: 1 </B></DL> | false |
| false |
JAXR:JAVADOC:450 | Key | javax.xml.registry.infomodel.RegistryObject.getKey
| Gets the key representing the universally unique ID (UUID) for this object. <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:452 | InternationalString | javax.xml.registry.infomodel.RegistryObject.getDescription
| Gets the textual description for this object. <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:454 | void | javax.xml.registry.infomodel.RegistryObject.setDescription
(
InternationalString
)
| Sets the context independent textual description for this object. <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:456 | InternationalString | javax.xml.registry.infomodel.RegistryObject.getName
| Gets user friendly name of this object. <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:458 | void | javax.xml.registry.infomodel.RegistryObject.setName
(
InternationalString
)
| Sets user friendly name of object in repository. <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:460 | void | javax.xml.registry.infomodel.RegistryObject.setKey
(
Key
)
| Sets the key representing the universally unique ID (UUID) for this object. <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:462 | String | javax.xml.registry.infomodel.RegistryObject.toXML
| Returns a registry provider specific XML representation of this Object. This may be used as a last resort back door way to get to a provider specific information element that is not accessible via the API. Implementation may choose to throw a UnsupportedCapabilityException. <p><DL><DT><B>Capability Level: 0 </B></DL> | false |
| false |
JAXR:JAVADOC:464 | void | javax.xml.registry.infomodel.RegistryObject.addClassification
(
Classification
)
| Adds specified Classification to this object. Silently replaces the classifiedObject in Classification with reference to this object. <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:466 | void | javax.xml.registry.infomodel.RegistryObject.addClassifications
(
Collection
)
| Adds specified Classifications to this object. Silently replaces the classifiedObject in Classifications with reference to this object. <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:468 | void | javax.xml.registry.infomodel.RegistryObject.removeClassification
(
Classification
)
| Removes specified Classification from this object. <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:470 | void | javax.xml.registry.infomodel.RegistryObject.removeClassifications
(
Collection
)
| Removes specified Classifications from this object. <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:472 | void | javax.xml.registry.infomodel.RegistryObject.setClassifications
(
Collection
)
| Replaces all previous Classifications with specified Classifications. <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:474 | Collection | javax.xml.registry.infomodel.RegistryObject.getClassifications
| Gets the Classification instances that classify this object. <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:476 | Collection | javax.xml.registry.infomodel.RegistryObject.getAuditTrail
| Returns the complete audit trail of all requests that effected a state change in this object as an ordered Collection of AuditableEvent objects. <p><DL><DT><B>Capability Level: 1 </B><DD>This method must throw UnsupportedCapabilityException in lower capability levels.</DL> | false |
| false |
JAXR:JAVADOC:478 | void | javax.xml.registry.infomodel.RegistryObject.addAssociation
(
Association
)
| Adds specified Association to use this object as source. Silently replaces the sourceObject in Association with reference to this object. <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:480 | void | javax.xml.registry.infomodel.RegistryObject.addAssociations
(
Collection
)
| Adds specified Associations to use this object as source Silently replaces the sourceObject in Associations with reference to this object. <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:482 | void | javax.xml.registry.infomodel.RegistryObject.removeAssociation
(
Association
)
| Removes specified Association from this object. <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:484 | void | javax.xml.registry.infomodel.RegistryObject.removeAssociations
(
Collection
)
| Removes specified Associations from this object. <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:486 | void | javax.xml.registry.infomodel.RegistryObject.setAssociations
(
Collection
)
| Replaces all previous Associations from this object with specified Associations. <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:488 | Collection | javax.xml.registry.infomodel.RegistryObject.getAssociations
| Gets all Associations where this object is source. <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:490 | Collection | javax.xml.registry.infomodel.RegistryObject.getAssociatedObjects
| Returns the collection of RegistryObject instances associated with this object. <p><DL><DT><B>Capability Level: 1 </B><DD>This method must throw UnsupportedCapabilityException in lower capability levels.</DL> | false |
| false |
JAXR:JAVADOC:492 | void | javax.xml.registry.infomodel.RegistryObject.addExternalIdentifier
(
ExternalIdentifier
)
| Adds specified ExternalIdentifier as an external identifier to this object. Silently replaces the registryObject in ExternalIdentifier with reference to this object. <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:494 | void | javax.xml.registry.infomodel.RegistryObject.addExternalIdentifiers
(
Collection
)
| Adds specified ExternalIdentifiers as an external identifiers to this object. Silently replaces the registryObject in ExternalIdentifiers with reference to this object. <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:496 | void | javax.xml.registry.infomodel.RegistryObject.removeExternalIdentifier
(
ExternalIdentifier
)
| Removes specified ExternalIdentifier as an external identifier from this object. <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:498 | void | javax.xml.registry.infomodel.RegistryObject.removeExternalIdentifiers
(
Collection
)
| Removes specified ExternalIdentifiers as an external identifiers from this object. <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:500 | void | javax.xml.registry.infomodel.RegistryObject.setExternalIdentifiers
(
Collection
)
| Replaces all previous external identifiers with specified Collection of ExternalIdentifiers as an external identifiers. <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:502 | Collection | javax.xml.registry.infomodel.RegistryObject.getExternalIdentifiers
| Returns the ExternalIdentifiers associated with this object that are external identifiers for this object. <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:504 | void | javax.xml.registry.infomodel.RegistryObject.addExternalLink
(
ExternalLink
)
| Adds specified ExternalLink to this object. <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:506 | void | javax.xml.registry.infomodel.RegistryObject.addExternalLinks
(
Collection
)
| Adds specified ExternalLinks to this object. <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:508 | void | javax.xml.registry.infomodel.RegistryObject.removeExternalLink
(
ExternalLink
)
| Removes specified ExternalLink from this object. <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:510 | void | javax.xml.registry.infomodel.RegistryObject.removeExternalLinks
(
Collection
)
| Removes specified ExternalLinks from this object. <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:512 | void | javax.xml.registry.infomodel.RegistryObject.setExternalLinks
(
Collection
)
| Replaces all previous ExternalLinks with specified ExternalLinks. <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:514 | Collection | javax.xml.registry.infomodel.RegistryObject.getExternalLinks
| Returns the ExternalLinks associated with this object. <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:518 | Organization | javax.xml.registry.infomodel.RegistryObject.getSubmittingOrganization
| Gets the Organization that submitted this RegistryObject. | true |
| true |
JAXR:JAVADOC:520 | Collection | javax.xml.registry.infomodel.RegistryObject.getRegistryPackages
| Returns the Package associated with this object. <p><DL><DT><B>Capability Level: 1 </B><DD>This method must throw UnsupportedCapabilityException in lower capability levels.</DL> | false |
| false |
JAXR:JAVADOC:524 | public static final | javax.xml.registry.infomodel.int.STATUS_SUBMITTED
| RegistryEntry has been submitted. | false |
| false |
JAXR:JAVADOC:525 | public static final | javax.xml.registry.infomodel.int.STATUS_APPROVED
| RegistryEntry has been submitted and approved. | false |
| false |
JAXR:JAVADOC:526 | public static final | javax.xml.registry.infomodel.int.STATUS_DEPRECATED
| RegistryEntry has been deprecated. | false |
| false |
JAXR:JAVADOC:527 | public static final | javax.xml.registry.infomodel.int.STATUS_WITHDRAWN
| RegistryEntry has been withdrawn by the submitter. | false |
| false |
JAXR:JAVADOC:528 | public static final | javax.xml.registry.infomodel.int.STABILITY_DYNAMIC
| RegistryEntry may change at any time. | false |
| false |
JAXR:JAVADOC:529 | public static final | javax.xml.registry.infomodel.int.STABILITY_DYNAMIC_COMPATIBLE
| RegistryEntry may change at any time, however the changes will be backward compatible. | false |
| false |
JAXR:JAVADOC:530 | public static final | javax.xml.registry.infomodel.int.STABILITY_STATIC
| RegistryEntry will not change. | false |
| false |
JAXR:JAVADOC:531 | int | javax.xml.registry.infomodel.RegistryEntry.getStatus
| Gets the life cycle status of the RegistryEntry within the registry. <p><DL><DT><B>Capability Level: 1 </B><DD>This method must throw UnsupportedCapabilityException in lower capability levels.</DL> | false |
| false |
JAXR:JAVADOC:533 | int | javax.xml.registry.infomodel.RegistryEntry.getStability
| Gets the stability indicator for the RegistryEntry within the Registry. The stability indicator is provided by the submitter as an indication of the level of stability for the content. <p><DL><DT><B>Capability Level: 1 </B><DD>This method must throw UnsupportedCapabilityException in lower capability levels.</DL> | false |
| false |
JAXR:JAVADOC:535 | void | javax.xml.registry.infomodel.RegistryEntry.setStability
(
int
)
| Sets the stability indicator for the RegistryEntry <p><DL><DT><B>Capability Level: 1 </B><DD>This method must throw UnsupportedCapabilityException in lower capability levels.</DL> | false |
| false |
JAXR:JAVADOC:537 | Date | javax.xml.registry.infomodel.RegistryEntry.getExpiration
| Gets expirationDate attribute of the RegistryEntry within the Registry. This attribute defines a time limit upon the stability indication provided by the stability attribute. Once the expirationDate has been reached the stability attribute in effect becomes STABILITY_DYNAMIC implying that content can change at any time and in any manner. A null value implies that there is no expiration on stability attribute. <p><DL><DT><B>Capability Level: 1 </B><DD>This method must throw UnsupportedCapabilityException in lower capability levels.</DL> | false |
| false |
JAXR:JAVADOC:539 | void | javax.xml.registry.infomodel.RegistryEntry.setExpiration
(
Date
)
| Sets the expirationDate <p><DL><DT><B>Capability Level: 1 </B></DL> | false |
| false |
JAXR:JAVADOC:574 | String | javax.xml.registry.infomodel.PersonName.getLastName
| The last name (surname) for this Person. Default is a NULL String. <p><DL><DT><B>Capability Level: 1 </B></DL> | false |
| false |
JAXR:JAVADOC:576 | void | javax.xml.registry.infomodel.PersonName.setLastName
(
String
)
| Sets the last name (surname) for this Person. <p><DL><DT><B>Capability Level: 1 </B></DL> | false |
| false |
JAXR:JAVADOC:578 | String | javax.xml.registry.infomodel.PersonName.getFirstName
| The first name for this Person. Default is an empty String. <p><DL><DT><B>Capability Level: 1 </B></DL> | false |
| false |
JAXR:JAVADOC:580 | void | javax.xml.registry.infomodel.PersonName.setFirstName
(
String
)
| Sets the first name for this Person. <p><DL><DT><B>Capability Level: 1 </B></DL> | false |
| false |
JAXR:JAVADOC:582 | String | javax.xml.registry.infomodel.PersonName.getMiddleName
| The middle name for this Person. Default is an empty String. <p><DL><DT><B>Capability Level: 1 </B></DL> | false |
| false |
JAXR:JAVADOC:584 | void | javax.xml.registry.infomodel.PersonName.setMiddleName
(
String
)
| Sets the middle name for this Person. <p><DL><DT><B>Capability Level: 1 </B></DL> | false |
| false |
JAXR:JAVADOC:588 | void | javax.xml.registry.infomodel.PersonName.setFullName
(
String
)
| Sets the fully formatted name for this person <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:590 | PostalAddress | javax.xml.registry.infomodel.Organization.getPostalAddress
| Gets the Address for this Organization. <p><DL><DT><B>Capability Level: 1 </B></DL> | false |
| false |
JAXR:JAVADOC:592 | void | javax.xml.registry.infomodel.Organization.setPostalAddress
(
PostalAddress
)
| Sets the address <p><DL><DT><B>Capability Level: 1 </B></DL> | false |
| false |
JAXR:JAVADOC:594 | User | javax.xml.registry.infomodel.Organization.getPrimaryContact
| Gets the primary Contact for this Organization. The primary contact is one of the Users of the Organization, as returned by the getUsers call on an Organization instance. <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:599 | void | javax.xml.registry.infomodel.Organization.addUser
(
User
)
| Add a User <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:601 | void | javax.xml.registry.infomodel.Organization.addUsers
(
Collection
)
| Add a Collection of Users <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:603 | void | javax.xml.registry.infomodel.Organization.removeUser
(
User
)
| Remove a User <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:605 | void | javax.xml.registry.infomodel.Organization.removeUsers
(
Collection
)
| Remove a Collection of Users <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:607 | Collection | javax.xml.registry.infomodel.Organization.getUsers
| Gets the Collection of Users affiliated with this Organization. One of these users is designated as the primary contact. <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:609 | Collection | javax.xml.registry.infomodel.Organization.getTelephoneNumbers
(
String
)
| Gets the telephone numbers for this User that match the specified telephone number type. If phoneType is null return all telephoneNumbers <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:610 | Collection | javax.xml.registry.infomodel.Organization.getTelephoneNumbers
(
String
)
| If phoneType is null return all telephoneNumbers <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:612 | void | javax.xml.registry.infomodel.Organization.setTelephoneNumbers
(
Collection
)
| Set the various telephone numbers for this user <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:614 | void | javax.xml.registry.infomodel.Organization.addService
(
Service
)
| Add a child Service <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:616 | void | javax.xml.registry.infomodel.Organization.addServices
(
Collection
)
| Add a Collection of Service children <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:622 | Collection | javax.xml.registry.infomodel.Organization.getServices
| Get all children Services <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:624 | void | javax.xml.registry.infomodel.Organization.addChildOrganization
(
Organization
)
| Add a child Organization <p><DL><DT><B>Capability Level: 1 </B></DL> | false |
| false |
JAXR:JAVADOC:626 | void | javax.xml.registry.infomodel.Organization.addChildOrganizations
(
Collection
)
| Add a Collection of Organization children <p><DL><DT><B>Capability Level: 1 </B></DL> | false |
| false |
JAXR:JAVADOC:628 | void | javax.xml.registry.infomodel.Organization.removeChildOrganization
(
Organization
)
| Remove a child Organization <p><DL><DT><B>Capability Level: 1 </B></DL> | false |
| false |
JAXR:JAVADOC:632 | int | javax.xml.registry.infomodel.Organization.getChildOrganizationCount
| Get number of children <p><DL><DT><B>Capability Level: 1 </B></DL> | false |
| false |
JAXR:JAVADOC:634 | Collection | javax.xml.registry.infomodel.Organization.getChildOrganizations
| Get all immediate children Organizations <p><DL><DT><B>Capability Level: 1 </B></DL> | false |
| false |
JAXR:JAVADOC:636 | Collection | javax.xml.registry.infomodel.Organization.getDescendantOrganizations
| Get all descendant Organizations <p><DL><DT><B>Capability Level: 1 </B></DL> | false |
| false |
JAXR:JAVADOC:638 | Organization | javax.xml.registry.infomodel.Organization.getParentOrganization
| Get the parent (container) organization <p><DL><DT><B>Capability Level: 1 </B></DL> | false |
| false |
JAXR:JAVADOC:642 | public static final | javax.xml.registry.infomodel.String.DEFAULT_CHARSET_NAME
| The default name returned by getCharsetName if no other name has explicitly been set. | true |
| true |
JAXR:JAVADOC:664 | void | javax.xml.registry.infomodel.InternationalString.addLocalizedString
(
LocalizedString
)
| Adds a LocalizedString to this object. <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:666 | void | javax.xml.registry.infomodel.InternationalString.addLocalizedStrings
(
Collection
)
| Adds many LocalizedStrings to this object. <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:668 | void | javax.xml.registry.infomodel.InternationalString.removeLocalizedString
(
LocalizedString
)
| Removes a LocalizedString from this object. <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:670 | void | javax.xml.registry.infomodel.InternationalString.removeLocalizedStrings
(
Collection
)
| Removes specified LocalizedStrings to this object. <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:672 | LocalizedString | javax.xml.registry.infomodel.InternationalString.getLocalizedString
(
Locale
, String
)
| Get the LocalizedString for the specified Locale and charsetName <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:674 | Collection | javax.xml.registry.infomodel.InternationalString.getLocalizedStrings
| Returns the LocalizedStrings associated with this object. <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:682 | void | javax.xml.registry.infomodel.ExtrinsicObject.setOpaque
(
boolean
)
| Sets whether the ExtrinsicObject is opaque (not readable) by the registry. <p><DL><DT><B>Capability Level: 1 </B></DL> | false |
| false |
JAXR:JAVADOC:684 | DataHandler | javax.xml.registry.infomodel.ExtrinsicObject.getRepositoryItem
| Gets the repository item for this object. Must not return null. <p><DL><DT><B>Capability Level: 1 </B></DL> | false |
| false |
JAXR:JAVADOC:691 | Collection | javax.xml.registry.infomodel.ExternalLink.getLinkedObjects
throws
JAXRException
|
| true |
| false |
JAXR:JAVADOC:693 | String | javax.xml.registry.infomodel.ExternalLink.getExternalURI
throws
JAXRException
|
| true |
| false |
JAXR:JAVADOC:695 | void | javax.xml.registry.infomodel.ExternalLink.setExternalURI
(
String
)
throws
JAXRException
|
| true |
| false |
JAXR:JAVADOC:696 | RegistryObject | javax.xml.registry.infomodel.ExternalIdentifier.getRegistryObject
| Gets the parent RegistryObject for this ExternalIdentifier. To set the registryObject call addExternalIdentifier on a RegistryObject. <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:698 | String | javax.xml.registry.infomodel.ExternalIdentifier.getValue
| Gets the value of an ExternalIdentifier <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:700 | void | javax.xml.registry.infomodel.ExternalIdentifier.setValue
(
String
)
| Sets the value of an ExternalIdentifier <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:702 | ClassificationScheme | javax.xml.registry.infomodel.ExternalIdentifier.getIdentificationScheme
| Gets the ClassificationScheme that is used as the identification scheme for identifying this object. <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:704 | void | javax.xml.registry.infomodel.ExternalIdentifier.setIdentificationScheme
(
ClassificationScheme
)
| Sets the ClassificationScheme that is used as the identification scheme for identifying this object. <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:706 | void | javax.xml.registry.infomodel.ExtensibleObject.addSlot
(
Slot
)
| Adds a Slot to this object. <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:708 | void | javax.xml.registry.infomodel.ExtensibleObject.addSlots
(
Collection
)
| Adds more Slots to this object. <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:714 | Slot | javax.xml.registry.infomodel.ExtensibleObject.getSlot
(
String
)
| Get the slot specified by slotName <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:716 | Collection | javax.xml.registry.infomodel.ExtensibleObject.getSlots
| Returns the Slots associated with this object. <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:718 | String | javax.xml.registry.infomodel.EmailAddress.getAddress
| Returns the email address for this object. Default is a NULL String. <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:720 | void | javax.xml.registry.infomodel.EmailAddress.setAddress
(
String
)
| Sets the email address for this object. <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:722 | String | javax.xml.registry.infomodel.EmailAddress.getType
| The type for this object. Default is a NULL String. <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:724 | void | javax.xml.registry.infomodel.EmailAddress.setType
(
String
)
| Sets the type for this object. <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:726 | String | javax.xml.registry.infomodel.Concept.getValue
| Gets the value (usually a code in a taxonomy) associated with this Concept. <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:730 | void | javax.xml.registry.infomodel.Concept.addChildConcept
(
Concept
)
| Add a child Concept <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:732 | void | javax.xml.registry.infomodel.Concept.addChildConcepts
(
Collection
)
| Add a Collection of Concept children <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:734 | void | javax.xml.registry.infomodel.Concept.removeChildConcept
(
Concept
)
| Remove a child Concept <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:736 | void | javax.xml.registry.infomodel.Concept.removeChildConcepts
(
Collection
)
| Remove a Collection of children Concepts <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:738 | int | javax.xml.registry.infomodel.Concept.getChildConceptCount
| Get number of children <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:740 | Collection | javax.xml.registry.infomodel.Concept.getChildrenConcepts
| Get all immediate children Concepts <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:742 | Collection | javax.xml.registry.infomodel.Concept.getDescendantConcepts
| Get all descendant Concepts <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:744 | Concept | javax.xml.registry.infomodel.Concept.getParentConcept
| Get the parent Concept or null if parent is a ClassificationScheme. <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:869 | Concept | javax.xml.registry.infomodel.Concept.getParentConcept
| Get the parent Concept or null if parent is a ClassificationScheme. Null test. <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:746 | ClassificationScheme | javax.xml.registry.infomodel.Concept.getClassificationScheme
| Get the ClassificationScheme that this Concept is a descendent of <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:748 | String | javax.xml.registry.infomodel.Key.getId
| Returns the unique Id of this key. Default is a NULL String. <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:750 | void | javax.xml.registry.infomodel.Key.setId
(
String
)
| Sets the unique id associated with this key. <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:752 | public static final | javax.xml.registry.infomodel.int.VALUE_TYPE_UNIQUE
| Each taxonomy value in ClassificationScheme is unique | false |
| false |
JAXR:JAVADOC:753 | public static final | javax.xml.registry.infomodel.int.VALUE_TYPE_EMBEDDED_PATH
| Each taxonomy value in ClassificationScheme embeds the full path from scheme to that Concept. This also implies that each taxonomy value is unique. | false |
| false |
JAXR:JAVADOC:754 | public static final | javax.xml.registry.infomodel.int.VALUE_TYPE_NON_UNIQUE
| Taxonomy values in ClassificationScheme may be repeated within the same scheme. However, two Concepts that have the same parent cannot have the same value. | false |
| false |
JAXR:JAVADOC:755 | void | javax.xml.registry.infomodel.ClassificationScheme.addChildConcept
(
Concept
)
| Add a child Concept <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:757 | void | javax.xml.registry.infomodel.ClassificationScheme.addChildConcepts
(
Collection
)
| Add a Collection of Concept children <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:759 | void | javax.xml.registry.infomodel.ClassificationScheme.removeChildConcept
(
Concept
)
| Remove a child Concept <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:761 | void | javax.xml.registry.infomodel.ClassificationScheme.removeChildConcepts
(
Collection
)
| Remove a Collection of children Concepts <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:763 | int | javax.xml.registry.infomodel.ClassificationScheme.getChildConceptCount
| Get number of children <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:765 | Collection | javax.xml.registry.infomodel.ClassificationScheme.getChildrenConcepts
| Get all immediate children Concepts <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:767 | Collection | javax.xml.registry.infomodel.ClassificationScheme.getDescendantConcepts
| Get all descendant Concepts <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:772 | int | javax.xml.registry.infomodel.ClassificationScheme.getValueType
| Get the value type for this object. The value type describes how taxonomy values are defined within the scheme. <p><DL><DT><B>Capability Level: 1 </B></DL> | false |
| false |
JAXR:JAVADOC:774 | void | javax.xml.registry.infomodel.ClassificationScheme.setValueType
(
int
)
| Set the value type for this object. <p><DL><DT><B>Capability Level: 1 </B></DL> | false |
| false |
JAXR:JAVADOC:776 | Concept | javax.xml.registry.infomodel.Classification.getConcept
| Gets the Concept that is classifying the object. <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:780 | ClassificationScheme | javax.xml.registry.infomodel.Classification.getClassificationScheme
| Gets the ClassificationScheme that is used in classifying the object. If the Classification is an internal Classification then this method should return the value returned by calling the getClassificationScheme method on the Concept representing the taxonomy element. <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:788 | RegistryObject | javax.xml.registry.infomodel.Classification.getClassifiedObject
| Gets the Object that is being classified. <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:792 | boolean | javax.xml.registry.infomodel.Classification.isExternal
| Returns true if this is an external classification. <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:793 | boolean | javax.xml.registry.infomodel.Classification.isExternal
| Internal test. <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:795 | public static final | javax.xml.registry.infomodel.int.EVENT_TYPE_CREATED
| An event where a RegistryObject is created | false |
| false |
JAXR:JAVADOC:796 | public static final | javax.xml.registry.infomodel.int.EVENT_TYPE_DELETED
| An event where a RegistryObject is deleted | false |
| false |
JAXR:JAVADOC:797 | public static final | javax.xml.registry.infomodel.int.EVENT_TYPE_DEPRECATED
| An event where a RegistryObject is deprecated | false |
| false |
JAXR:JAVADOC:798 | public static final | javax.xml.registry.infomodel.int.EVENT_TYPE_UPDATED
| An event where a RegistryObject is updated | false |
| false |
JAXR:JAVADOC:799 | public static final | javax.xml.registry.infomodel.int.EVENT_TYPE_VERSIONED
| An event where a RegistryObject is versioned | false |
| false |
JAXR:JAVADOC:800 | public static final | javax.xml.registry.infomodel.int.EVENT_TYPE_UNDEPRECATED
| An event where a RegistryObject is undeprecated | false |
| false |
JAXR:JAVADOC:803 | Timestamp | javax.xml.registry.infomodel.AuditableEvent.getTimestamp
| Gets the Timestamp for when this event occurred. <p><DL><DT><B>Capability Level: 1 </B></DL> | false |
| false |
JAXR:JAVADOC:805 | int | javax.xml.registry.infomodel.AuditableEvent.getEventType
| The type of this event. <p><DL><DT><B>Capability Level: 1 </B></DL> | false |
| false |
JAXR:JAVADOC:807 | RegistryObject | javax.xml.registry.infomodel.AuditableEvent.getRegistryObject
| Gets the RegistryObject associated with this AudiatbleEvent <p><DL><DT><B>Capability Level: 1 </B></DL> | false |
| false |
JAXR:JAVADOC:809 | RegistryObject | javax.xml.registry.infomodel.Association.getSourceObject
| Gets the Object that is the source of this Association. <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:811 | void | javax.xml.registry.infomodel.Association.setSourceObject
(
RegistryObject
)
| Sets the Object that is the source of this Association. <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:813 | RegistryObject | javax.xml.registry.infomodel.Association.getTargetObject
| Gets the Object that is the target of this Association. <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:815 | void | javax.xml.registry.infomodel.Association.setTargetObject
(
RegistryObject
)
| Sets the Object that is the target of this Association. <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:4 | UnsupportedCapabilityException | javax.xml.registry.UnsupportedCapabilityException.UnsupportedCapabilityException
(
Throwable
)
| Constructs a <code>JAXRException</code> object initialized with the given <code>Throwable</code> object. | true |
| true |
JAXR:JAVADOC:8 | UnexpectedObjectException | javax.xml.registry.UnexpectedObjectException.UnexpectedObjectException
(
Throwable
)
| Constructs a <code>JAXRException</code> object initialized with the given <code>Throwable</code> object. | true |
| true |
JAXR:JAVADOC:12 | SaveException | javax.xml.registry.SaveException.SaveException
(
Throwable
)
| Constructs a <code>JAXRException</code> object initialized with the given <code>Throwable</code> object. | true |
| true |
JAXR:JAVADOC:16 | RegistryException | javax.xml.registry.RegistryException.RegistryException
(
Throwable
)
| Constructs a <code>JAXRException</code> object initialized with the given <code>Throwable</code> object. | true |
| true |
JAXR:JAVADOC:17 | Key | javax.xml.registry.RegistryException.getErrorObjectKey
| Gets the Key to the first object that encountered an error in the registry. | true |
| true |
JAXR:JAVADOC:19 | void | javax.xml.registry.RegistryException.setErrorObjectKey
(
Key
)
| Sets the Key to the first object that encountered an error in the registry. | true |
| true |
JAXR:JAVADOC:24 | JAXRException | javax.xml.registry.JAXRException.JAXRException
(
Throwable
)
| Constructs a <code>JAXRException</code> object initialized with the given <code>Throwable</code> object. | true |
| true |
JAXR:JAVADOC:30 | boolean | javax.xml.registry.JAXRException.isAvailable
| True test. Returns true if a response is available, false otherwise. This is a polling method and must not block. | true |
| true |
JAXR:JAVADOC:31 | boolean | javax.xml.registry.JAXRException.isAvailable
| False test. Returns true if a response is available, false otherwise. This is a polling method and must not block. | true |
| true |
JAXR:JAVADOC:36 | InvalidRequestException | javax.xml.registry.InvalidRequestException.InvalidRequestException
(
Throwable
)
| Constructs a <code>JAXRException</code> object initialized with the given <code>Throwable</code> object. | true |
| true |
JAXR:JAVADOC:40 | FindException | javax.xml.registry.FindException.FindException
(
Throwable
)
| Constructs a <code>JAXRException</code> object initialized with the given <code>Throwable</code> object. | true |
| true |
JAXR:JAVADOC:44 | DeleteException | javax.xml.registry.DeleteException.DeleteException
(
Throwable
)
| Constructs a <code>JAXRException</code> object initialized with the given <code>Throwable</code> object. | true |
| true |
JAXR:JAVADOC:46 | void | javax.xml.registry.ConnectionFactory.setProperties
(
Properties
)
| Sets the Properties used during createConnection and createFederatedConnection calls. <p> <DD><DL> <DT> <B>Standard Connection Properties:</B> <DD><CODE>javax.xml.registry.queryManagerURL</CODE> - URL String for the query manager service within the target registry provider <DD><CODE>javax.xml.registry.lifeCycleManagerURL</CODE> - URL String for the life cycle manager service within the target registry provider. If unspecified, must default to value of the queryManagerURL described above <DD><CODE>javax.xml.registry.semanticEquivalences</CODE> - String that allows specification of semantic equivalences <DD><CODE>javax.xml.registry.security.authenticationMethod</CODE> - string that provides a hint to the JAXR provider on the authentication method to be used when authenticating with the registry provider. Possible value include but are not limited to "UDDI_GET_AUTHTOKEN", "HTTP_BASIC", "CLIENT_CERTIFICATE", "MS_PASSPORT" <DD><CODE>javax.xml.registry.uddi.maxRows</CODE> - integer that specifies the maximum number of rows to be returned for find operations. This property is specific for UDDI providers <DD><CODE>javax.xml.registry.postalAddressScheme</CODE> - String that specifies the id of a ClassificationScheme that is used as the default postal address scheme for this connection </DL> <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:47 | void | javax.xml.registry.ConnectionFactory.setProperties
(
Properties
)
throws
JAXRException
| If the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:49 | Properties | javax.xml.registry.ConnectionFactory.getProperties
throws
JAXRException
| If the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:51 | Connection | javax.xml.registry.ConnectionFactory.createConnection
throws
JAXRException
| If the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:53 | FederatedConnection | javax.xml.registry.ConnectionFactory.createFederatedConnection
(
Collection
)
throws
JAXRException
| If the JAXR provider encounters an internal error | false |
| false |
JAXR:JAVADOC:55 | ConnectionFactory | javax.xml.registry.ConnectionFactory.newInstance
throws
JAXRException
| If the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:57 | CapabilityProfile | javax.xml.registry.RegistryService.getCapabilityProfile
throws
JAXRException
| If the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:58 | BusinessLifeCycleManager | javax.xml.registry.RegistryService.getBusinessLifeCycleManager
| Returns the BusinessLifeCycleManager object implemented by the JAXR provider <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:59 | BusinessLifeCycleManager | javax.xml.registry.RegistryService.getBusinessLifeCycleManager
throws
JAXRException
| If the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:60 | BusinessQueryManager | javax.xml.registry.RegistryService.getBusinessQueryManager
| Returns the BusinessQueryManager object implemented by the JAXR provider <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:61 | BusinessQueryManager | javax.xml.registry.RegistryService.getBusinessQueryManager
throws
JAXRException
| If the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:62 | DeclarativeQueryManager | javax.xml.registry.RegistryService.getDeclarativeQueryManager
| Returns the DeclarativeQueryManager object implemented by the JAXR provider. <p><DL><DT><B>Capability Level: 1 </B></DL> | false |
| false |
JAXR:JAVADOC:63 | DeclarativeQueryManager | javax.xml.registry.RegistryService.getDeclarativeQueryManager
throws
JAXRException
| If the JAXR provider encounters an internal error | false |
| false |
JAXR:JAVADOC:65 | BulkResponse | javax.xml.registry.RegistryService.getBulkResponse
(
String
)
| Returns the BulkResponse associated with specified requestId. Once a client retrieves a BulkResponse for a particular requestId any subsequent calls to retrieve the Bulkresponse for the same requestId should result in an InvalidRequestException. <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:66 | BulkResponse | javax.xml.registry.RegistryService.getBulkResponse
(
String
)
throws
InvalidRequestException
| if no responses exist for specified requestId | true |
| true |
JAXR:JAVADOC:67 | BulkResponse | javax.xml.registry.RegistryService.getBulkResponse
(
String
)
throws
JAXRException
| If the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:69 | ClassificationScheme | javax.xml.registry.RegistryService.getDefaultPostalScheme
throws
JAXRException
| If the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:71 | String | javax.xml.registry.RegistryService.makeRegistrySpecificRequest
(
String
)
throws
JAXRException
| If the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:73 | RegistryObject | javax.xml.registry.QueryManager.getRegistryObject
(
String
, String
)
throws
JAXRException
| If the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:75 | RegistryObject | javax.xml.registry.QueryManager.getRegistryObject
(
String
)
throws
JAXRException
| If the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:77 | BulkResponse | javax.xml.registry.QueryManager.getRegistryObjects
(
Collection
)
throws
JAXRException
| If the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:79 | BulkResponse | javax.xml.registry.QueryManager.getRegistryObjects
throws
JAXRException
| If the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:81 | BulkResponse | javax.xml.registry.QueryManager.getRegistryObjects
(
String
)
throws
JAXRException
| If the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:83 | RegistryService | javax.xml.registry.QueryManager.getRegistryService
throws
JAXRException
| If the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:84 | public static final | javax.xml.registry.int.QUERY_TYPE_SQL
| An SQL query type. | false |
| false |
JAXR:JAVADOC:85 | public static final | javax.xml.registry.int.QUERY_TYPE_XQUERY
| A W3C XQuery type. | false |
| false |
JAXR:JAVADOC:86 | public static final | javax.xml.registry.int.QUERY_TYPE_EBXML_FILTER_QUERY
| An OASIS ebXML Registry XML Filter Query type. | false |
| false |
JAXR:JAVADOC:87 | int | javax.xml.registry.Query.getType
| Gets the type of Query (for example, QUERY_TYPE_SQL). <p><DL><DT><B>Capability Level: 1 </B></DL> | false |
| false |
JAXR:JAVADOC:88 | int | javax.xml.registry.Query.getType
throws
JAXRException
| If the JAXR provider encounters an internal error | false |
| false |
JAXR:JAVADOC:89 | String | javax.xml.registry.Query.toString
| Returns the String representing the query. For example, in the case of an SQL query, returns the SQL query as a string. <p><DL><DT><B>Capability Level: 1 </B></DL> | false |
| false |
JAXR:JAVADOC:115 | Object | javax.xml.registry.LifeCycleManager.createObject
(
String
)
| Creates instances of information model interfaces (factory method). To create an Organization, use this method as follows: <pre> Organization org = (Organization) lifeCycleMgr.createObject(LifeCycleManager.ORGANIZATION); </pre> <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:116 | Object | javax.xml.registry.LifeCycleManager.createObject
(
String
)
throws
JAXRException
| if the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:117 | Object | javax.xml.registry.LifeCycleManager.createObject
(
String
)
throws
InvalidRequestException
| if the interface is not an interface in the javax.xml.registry.infomodel package | true |
| true |
JAXR:JAVADOC:118 | Object | javax.xml.registry.LifeCycleManager.createObject
(
String
)
throws
UnsupportedCapabilityException
| if the client attempts to create an instance of an infomodel interface that is not supported by the capability level of the JAXR provider | true |
| true |
JAXR:JAVADOC:119 | Association | javax.xml.registry.LifeCycleManager.createAssociation
(
RegistryObject
, Concept
)
| Creates an Association instance using the specified parameters. The sourceObject is left null and will be set when the Association is added to a RegistryObject. <p> Note that for a UDDI provider an Association may only be created between Organizations. <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:120 | Association | javax.xml.registry.LifeCycleManager.createAssociation
(
RegistryObject
, Concept
)
throws
JAXRException
| if the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:121 | Classification | javax.xml.registry.LifeCycleManager.createClassification
(
ClassificationScheme
, String
, String
)
| Creates a Classification instance for an external Classification using the specified String name and String value that identify a taxonomy element within the specified ClassificationScheme. <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:122 | Classification | javax.xml.registry.LifeCycleManager.createClassification
(
ClassificationScheme
, String
, String
)
throws
JAXRException
| if the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:123 | Classification | javax.xml.registry.LifeCycleManager.createClassification
(
ClassificationScheme
, InternationalString
, String
)
| Creates a Classification instance for an external Classification using the specified InternationalString name and String value that identify a taxonomy element within the specified ClassificationScheme. <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:124 | Classification | javax.xml.registry.LifeCycleManager.createClassification
(
ClassificationScheme
, InternationalString
, String
)
throws
JAXRException
| if the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:125 | Classification | javax.xml.registry.LifeCycleManager.createClassification
(
Concept
)
| Creates a Classification instance for an internal Classification using the specified Concept that identifies a taxonomy element within an internal ClassificationScheme. <p> <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:126 | Classification | javax.xml.registry.LifeCycleManager.createClassification
(
Concept
)
throws
JAXRException
| if the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:127 | Classification | javax.xml.registry.LifeCycleManager.createClassification
(
Concept
)
throws
InvalidRequestException
| if the Concept is not under a ClassificationScheme | true |
| true |
JAXR:JAVADOC:128 | ClassificationScheme | javax.xml.registry.LifeCycleManager.createClassificationScheme
(
String
, String
)
| Creates a ClassificationScheme given the specified String parameters. <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:129 | ClassificationScheme | javax.xml.registry.LifeCycleManager.createClassificationScheme
(
String
, String
)
throws
JAXRException
| if the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:131 | ClassificationScheme | javax.xml.registry.LifeCycleManager.createClassificationScheme
(
InternationalString
, InternationalString
)
| Creates a ClassificationScheme given the specified InternationalString parameters. <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:132 | ClassificationScheme | javax.xml.registry.LifeCycleManager.createClassificationScheme
(
InternationalString
, InternationalString
)
throws
JAXRException
| if the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:134 | ClassificationScheme | javax.xml.registry.LifeCycleManager.createClassificationScheme
(
Concept
)
| Creates a ClassificationScheme from a Concept that has no ClassificationScheme or parent Concept. <p> This method is a special-case method to do a type-safe conversion from Concept to ClassificationScheme. <p> This method is provided to allow for Concepts returned by the BusinessQueryManager findConcepts call to be safely cast to ClassificationScheme. It is up to the programmer to make sure that the Concept is indeed semantically a ClassificationScheme. <p> This method is necessary because in the UDDI specification a tModel may serve multiple purposes, and there is no way to know when a tModel maps to a Concept and when it maps to a ClassificationScheme. The UDDI specification leaves the determination to the programmer, and consequently so does this method. <p> <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:135 | ClassificationScheme | javax.xml.registry.LifeCycleManager.createClassificationScheme
(
Concept
)
throws
JAXRException
| if the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:136 | ClassificationScheme | javax.xml.registry.LifeCycleManager.createClassificationScheme
(
Concept
)
throws
InvalidRequestException
| if the Concept has a parent Concept or is under a ClassificationScheme | true |
| true |
JAXR:JAVADOC:137 | Concept | javax.xml.registry.LifeCycleManager.createConcept
(
RegistryObject
, String
, String
)
| Creates a Concept instance using the specified parameters, where the name is a String. <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:138 | Concept | javax.xml.registry.LifeCycleManager.createConcept
(
RegistryObject
, String
, String
)
throws
JAXRException
| if the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:139 | Concept | javax.xml.registry.LifeCycleManager.createConcept
(
RegistryObject
, InternationalString
, String
)
| Creates a Concept instance using the specified parameters, where the name is an InternationalString. <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:140 | Concept | javax.xml.registry.LifeCycleManager.createConcept
(
RegistryObject
, InternationalString
, String
)
throws
JAXRException
| if the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:141 | EmailAddress | javax.xml.registry.LifeCycleManager.createEmailAddress
(
String
)
| Creates an EmailAddress instance using an address as the parameter. <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:142 | EmailAddress | javax.xml.registry.LifeCycleManager.createEmailAddress
(
String
)
throws
JAXRException
| if the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:143 | EmailAddress | javax.xml.registry.LifeCycleManager.createEmailAddress
(
String
, String
)
| Creates an EmailAddress instance using both an address and a type as parameters. <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:144 | EmailAddress | javax.xml.registry.LifeCycleManager.createEmailAddress
(
String
, String
)
throws
JAXRException
| if the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:145 | ExternalIdentifier | javax.xml.registry.LifeCycleManager.createExternalIdentifier
(
ClassificationScheme
, String
, String
)
| Creates an ExternalIdentifier instance using the specified parameters, where the name is a String. <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:146 | ExternalIdentifier | javax.xml.registry.LifeCycleManager.createExternalIdentifier
(
ClassificationScheme
, String
, String
)
throws
JAXRException
| if the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:147 | ExternalIdentifier | javax.xml.registry.LifeCycleManager.createExternalIdentifier
(
ClassificationScheme
, InternationalString
, String
)
| Creates an ExternalIdentifier instance using the specified parameters, where the name is an InternationalString. <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:148 | ExternalIdentifier | javax.xml.registry.LifeCycleManager.createExternalIdentifier
(
ClassificationScheme
, InternationalString
, String
)
throws
JAXRException
| if the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:149 | ExternalLink | javax.xml.registry.LifeCycleManager.createExternalLink
(
String
, String
)
| Creates an ExternalLink instance using the specified parameters, where the description is a String. <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:150 | ExternalLink | javax.xml.registry.LifeCycleManager.createExternalLink
(
String
, String
)
throws
JAXRException
| if the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:151 | ExternalLink | javax.xml.registry.LifeCycleManager.createExternalLink
(
String
, InternationalString
)
| Creates an ExternalLink instance using the specified parameters, where the description is an InternationalString. <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:152 | ExternalLink | javax.xml.registry.LifeCycleManager.createExternalLink
(
String
, InternationalString
)
throws
JAXRException
| if the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:153 | ExtrinsicObject | javax.xml.registry.LifeCycleManager.createExtrinsicObject
(
DataHandler
)
| Creates an ExtrinsicObject instance using the specified parameters. <p><DL><DT><B>Capability Level: 1 </B></DL> | false |
| false |
JAXR:JAVADOC:154 | ExtrinsicObject | javax.xml.registry.LifeCycleManager.createExtrinsicObject
(
DataHandler
)
throws
JAXRException
| if the JAXR provider encounters an internal error | false |
| false |
JAXR:JAVADOC:155 | InternationalString | javax.xml.registry.LifeCycleManager.createInternationalString
| Creates an empty InternationalString instance. <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:156 | InternationalString | javax.xml.registry.LifeCycleManager.createInternationalString
throws
JAXRException
| if the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:157 | InternationalString | javax.xml.registry.LifeCycleManager.createInternationalString
(
String
)
| Creates an InternationalString instance using a String parameter and the default Locale. <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:158 | InternationalString | javax.xml.registry.LifeCycleManager.createInternationalString
(
String
)
throws
JAXRException
| if the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:159 | InternationalString | javax.xml.registry.LifeCycleManager.createInternationalString
(
Locale
, String
)
| Creates an InternationalString instance using the specified Locale and String parameters. <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:160 | InternationalString | javax.xml.registry.LifeCycleManager.createInternationalString
(
Locale
, String
)
throws
JAXRException
| if the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:161 | Key | javax.xml.registry.LifeCycleManager.createKey
(
String
)
| Creates a Key instance from an ID. <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:162 | Key | javax.xml.registry.LifeCycleManager.createKey
(
String
)
throws
JAXRException
| if the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:163 | LocalizedString | javax.xml.registry.LifeCycleManager.createLocalizedString
(
Locale
, String
)
| Creates a LocalizedString instance using the specified Locale and String parameters. <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:164 | LocalizedString | javax.xml.registry.LifeCycleManager.createLocalizedString
(
Locale
, String
)
throws
JAXRException
| if the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:165 | LocalizedString | javax.xml.registry.LifeCycleManager.createLocalizedString
(
Locale
, String
, String
)
| Creates a LocalizedString instance using the specified Locale, String, and character set parameters. <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:166 | LocalizedString | javax.xml.registry.LifeCycleManager.createLocalizedString
(
Locale
, String
, String
)
throws
JAXRException
| if the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:167 | Organization | javax.xml.registry.LifeCycleManager.createOrganization
(
String
)
| Creates an Organization instance using the specified name, where the name is a String. <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:168 | Organization | javax.xml.registry.LifeCycleManager.createOrganization
(
String
)
throws
JAXRException
| if the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:169 | Organization | javax.xml.registry.LifeCycleManager.createOrganization
(
InternationalString
)
| Creates an Organization instance using the specified name, where the name is an InternationalString. <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:170 | Organization | javax.xml.registry.LifeCycleManager.createOrganization
(
InternationalString
)
throws
JAXRException
| if the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:171 | PersonName | javax.xml.registry.LifeCycleManager.createPersonName
(
String
, String
, String
)
| Creates a PersonName instance using the specified first, middle, and last names. <p><DL><DT><B>Capability Level: 1 </B></DL> | true |
| true |
JAXR:JAVADOC:172 | PersonName | javax.xml.registry.LifeCycleManager.createPersonName
(
String
, String
, String
)
throws
JAXRException
| if the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:173 | PersonName | javax.xml.registry.LifeCycleManager.createPersonName
(
String
)
| Creates a PersonName instance using the specified full name. <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:174 | PersonName | javax.xml.registry.LifeCycleManager.createPersonName
(
String
)
throws
JAXRException
| if the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:175 | PostalAddress | javax.xml.registry.LifeCycleManager.createPostalAddress
(
String
, String
, String
, String
, String
, String
, String
)
| Creates a PostalAddress instance using the specified parameters. <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:176 | PostalAddress | javax.xml.registry.LifeCycleManager.createPostalAddress
(
String
, String
, String
, String
, String
, String
, String
)
throws
JAXRException
| if the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:177 | RegistryPackage | javax.xml.registry.LifeCycleManager.createRegistryPackage
(
String
)
| Creates a RegistryPackage instance using the specified name, where the name is a String. <p><DL><DT><B>Capability Level: 1 </B></DL> | true |
| false |
JAXR:JAVADOC:178 | RegistryPackage | javax.xml.registry.LifeCycleManager.createRegistryPackage
(
String
)
throws
JAXRException
| if the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:179 | RegistryPackage | javax.xml.registry.LifeCycleManager.createRegistryPackage
(
InternationalString
)
| Creates a RegistryPackage instance using the specified name, where the name is an InternationalString. <p><DL><DT><B>Capability Level: 1 </B></DL> | true |
| false |
JAXR:JAVADOC:180 | RegistryPackage | javax.xml.registry.LifeCycleManager.createRegistryPackage
(
InternationalString
)
throws
JAXRException
| if the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:181 | Service | javax.xml.registry.LifeCycleManager.createService
(
String
)
| Creates a Service instance using the specified name, where the name is a String. <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:182 | Service | javax.xml.registry.LifeCycleManager.createService
(
String
)
throws
JAXRException
| if the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:183 | Service | javax.xml.registry.LifeCycleManager.createService
(
InternationalString
)
| Creates a Service instance using the specified name, where the name is an InternationalString. <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:184 | Service | javax.xml.registry.LifeCycleManager.createService
(
InternationalString
)
throws
JAXRException
| if the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:185 | ServiceBinding | javax.xml.registry.LifeCycleManager.createServiceBinding
| Creates an empty ServiceBinding instance. <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:186 | ServiceBinding | javax.xml.registry.LifeCycleManager.createServiceBinding
throws
JAXRException
| if the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:187 | Slot | javax.xml.registry.LifeCycleManager.createSlot
(
String
, String
, String
)
| Creates a Slot instance using the specified parameters, where the value is a String. <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:188 | Slot | javax.xml.registry.LifeCycleManager.createSlot
(
String
, String
, String
)
throws
JAXRException
| if the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:189 | Slot | javax.xml.registry.LifeCycleManager.createSlot
(
String
, Collection
, String
)
| Creates a Slot instance using the specified parameters, where the value is a Collection of Strings. <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:190 | Slot | javax.xml.registry.LifeCycleManager.createSlot
(
String
, Collection
, String
)
throws
JAXRException
| if the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:191 | SpecificationLink | javax.xml.registry.LifeCycleManager.createSpecificationLink
| Creates an empty SpecificationLink instance. <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:192 | SpecificationLink | javax.xml.registry.LifeCycleManager.createSpecificationLink
throws
JAXRException
| if the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:193 | TelephoneNumber | javax.xml.registry.LifeCycleManager.createTelephoneNumber
| Creates an empty TelephoneNumber instance. <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:194 | TelephoneNumber | javax.xml.registry.LifeCycleManager.createTelephoneNumber
throws
JAXRException
| if the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:195 | User | javax.xml.registry.LifeCycleManager.createUser
| Creates an empty User instance. <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:196 | User | javax.xml.registry.LifeCycleManager.createUser
throws
JAXRException
| if the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:197 | BulkResponse | javax.xml.registry.LifeCycleManager.saveObjects
(
Collection
)
| Saves one or more Objects to the registry. An object may be a RegistryObject subclass instance. <p>If an object is not in the registry, it is created in the registry. If it already exists in the registry and has been modified, then its state is updated (replaced) in the registry. <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:198 | BulkResponse | javax.xml.registry.LifeCycleManager.saveObjects
(
Collection
)
throws
JAXRException
| if the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:199 | BulkResponse | javax.xml.registry.LifeCycleManager.deprecateObjects
(
Collection
)
| Deprecates one or more previously submitted objects. Deprecation marks an object as "soon to be deleted". Once an object is deprecated, the JAXR provider must not allow any new references (e.g. new Associations, Classifications and ExternalLinks) to that object to be submitted. If a client makes an API call that results in a new reference to a deprecated object, the JAXR provider must throw a java.lang.IllegalStateException within a JAXRException. However, existing references to a deprecated object continue to function normally. <p><DL><DT><B>Capability Level: 1 </B></DL> | true |
| false |
JAXR:JAVADOC:200 | BulkResponse | javax.xml.registry.LifeCycleManager.deprecateObjects
(
Collection
)
throws
JAXRException
| if the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:201 | BulkResponse | javax.xml.registry.LifeCycleManager.unDeprecateObjects
(
Collection
)
| Undeprecates one or more previously deprecated objects. If an object was not previously deprecated, it is not an error, and no exception is thrown. Once an object is undeprecated, the JAXR provider must again allow new references (e.g. new Associations, Classifications and ExternalLinks) to that object to be submitted. <p><DL><DT><B>Capability Level: 1 </B></DL> | true |
| false |
JAXR:JAVADOC:202 | BulkResponse | javax.xml.registry.LifeCycleManager.unDeprecateObjects
(
Collection
)
throws
JAXRException
| if the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:203 | BulkResponse | javax.xml.registry.LifeCycleManager.deleteObjects
(
Collection
)
| Deletes one or more previously submitted objects from the registry using the object keys. <p><DL><DT><B>Capability Level: 1 </B></DL> | true |
| false |
JAXR:JAVADOC:204 | BulkResponse | javax.xml.registry.LifeCycleManager.deleteObjects
(
Collection
)
throws
JAXRException
| if the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:206 | RegistryService | javax.xml.registry.LifeCycleManager.getRegistryService
throws
JAXRException
| if the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:207 | public static final | javax.xml.registry.int.STATUS_SUCCESS
| Status indicating a successful response. | true |
| false |
JAXR:JAVADOC:208 | public static final | javax.xml.registry.int.STATUS_WARNING
| Status indicating a successful response that included at least one warning. | true |
| false |
JAXR:JAVADOC:209 | public static final | javax.xml.registry.int.STATUS_FAILURE
| Status indicating a failure response. | true |
| false |
JAXR:JAVADOC:210 | public static final | javax.xml.registry.int.STATUS_UNAVAILABLE
| Status indicating that the results are currently unavailable. | true |
| false |
JAXR:JAVADOC:212 | String | javax.xml.registry.JAXRResponse.getRequestId
throws
JAXRException
| If the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:214 | int | javax.xml.registry.JAXRResponse.getStatus
throws
JAXRException
| If the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:216 | boolean | javax.xml.registry.JAXRResponse.isAvailable
throws
JAXRException
| If the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:229 | Query | javax.xml.registry.DeclarativeQueryManager.createQuery
(
int
, String
)
| 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. <p><DL><DT><B>Capability Level: 1 </B></DL> | true |
| false |
JAXR:JAVADOC:230 | Query | javax.xml.registry.DeclarativeQueryManager.createQuery
(
int
, String
)
throws
InvalidRequestException
| If the JAXR provider validates query syntax (optional) and the sqlQuery is not valid | true |
| false |
JAXR:JAVADOC:231 | Query | javax.xml.registry.DeclarativeQueryManager.createQuery
(
int
, String
)
throws
JAXRException
| If the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:232 | BulkResponse | javax.xml.registry.DeclarativeQueryManager.executeQuery
(
Query
)
| Executes a query as specified by query parameter. <p><DL><DT><B>Capability Level: 1 </B></DL> | true |
| false |
JAXR:JAVADOC:233 | BulkResponse | javax.xml.registry.DeclarativeQueryManager.executeQuery
(
Query
)
throws
JAXRException
| If the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:235 | RegistryService | javax.xml.registry.Connection.getRegistryService
throws
JAXRException
| If the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:236 | void | javax.xml.registry.Connection.close
| Closes a Connection when it is no longer needed. Since a provider typically allocates significant resources outside the JVM on behalf of a Connection, clients should close them when they are not needed. <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:237 | void | javax.xml.registry.Connection.close
throws
JAXRException
| If the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:238 | boolean | javax.xml.registry.Connection.isClosed
| Indicated whether this Connection has been closed or not. <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:239 | boolean | javax.xml.registry.Connection.isClosed
throws
JAXRException
| If the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:240 | boolean | javax.xml.registry.Connection.isSynchronous
| Indicates whether a client uses synchronous communication with JAXR provider or not. A JAXR provider must support both modes of communication. A JAXR client can choose which mode it wants to use. <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:241 | boolean | javax.xml.registry.Connection.isSynchronous
throws
JAXRException
| If the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:243 | void | javax.xml.registry.Connection.setSynchronous
(
boolean
)
throws
JAXRException
| If the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:245 | void | javax.xml.registry.Connection.setCredentials
(
Set
)
throws
JAXRException
| If the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:247 | Set | javax.xml.registry.Connection.getCredentials
throws
JAXRException
| If the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:249 | String | javax.xml.registry.CapabilityProfile.getVersion
throws
JAXRException
| If the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:251 | int | javax.xml.registry.CapabilityProfile.getCapabilityLevel
throws
JAXRException
| If the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:254 | BulkResponse | javax.xml.registry.BusinessQueryManager.findOrganizations
(
Collection
, Collection
, Collection
, Collection
, Collection
, Collection
)
| Finds all Organization objects that match all of the criteria specified by the parameters of this call. This is a logical AND operation between all non-null parameters. <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:255 | BulkResponse | javax.xml.registry.BusinessQueryManager.findOrganizations
(
Collection
, Collection
, Collection
, Collection
, Collection
, Collection
)
throws
JAXRException
| if the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:256 | BulkResponse | javax.xml.registry.BusinessQueryManager.findServices
(
Key
, Collection
, Collection
, Collection
, Collection
)
| Finds all Service objects that match all of the criteria specified by the parameters of this call. This is a logical AND operation between all non-null parameters. <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:257 | BulkResponse | javax.xml.registry.BusinessQueryManager.findServices
(
Key
, Collection
, Collection
, Collection
, Collection
)
throws
JAXRException
| if the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:258 | BulkResponse | javax.xml.registry.BusinessQueryManager.findServiceBindings
(
Key
, Collection
, Collection
, Collection
)
| Finds all ServiceBinding objects that match all of the criteria specified by the parameters of this call. This is a logical AND operation between all non-null parameters. <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:259 | BulkResponse | javax.xml.registry.BusinessQueryManager.findServiceBindings
(
Key
, Collection
, Collection
, Collection
)
throws
JAXRException
| if the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:260 | BulkResponse | javax.xml.registry.BusinessQueryManager.findClassificationSchemes
(
Collection
, Collection
, Collection
, Collection
)
| Finds all ClassificationScheme objects that match all of the criteria specified by the parameters of this call. This is a logical AND operation between all non-null parameters. <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:261 | BulkResponse | javax.xml.registry.BusinessQueryManager.findClassificationSchemes
(
Collection
, Collection
, Collection
, Collection
)
| Finds all ClassificationScheme objects that match all of the criteria specified by the parameters of this call. This is a logical AND operation between all non-null parameters. <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:263 | BulkResponse | javax.xml.registry.BusinessQueryManager.findClassificationSchemes
(
Collection
, Collection
, Collection
, Collection
)
throws
JAXRException
| if the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:266 | BulkResponse | javax.xml.registry.BusinessQueryManager.findConcepts
(
Collection
, Collection
, Collection
, Collection
, Collection
)
| Finds all Concept objects that match all of the criteria specified by the parameters of this call. This is a logical AND operation between all non-null parameters. <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:267 | BulkResponse | javax.xml.registry.BusinessQueryManager.findConcepts
(
Collection
, Collection
, Collection
, Collection
, Collection
)
throws
JAXRException
| if the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:268 | Concept | javax.xml.registry.BusinessQueryManager.findConceptByPath
(
String
)
| Finds a Concept based on the path specified. If the specified path matches more than one Concept, the one that is most general (higher in the concept hierarchy) is returned. <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:269 | Concept | javax.xml.registry.BusinessQueryManager.findConceptByPath
(
String
)
throws
JAXRException
| if the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:270 | BulkResponse | javax.xml.registry.BusinessQueryManager.findRegistryPackages
(
Collection
, Collection
, Collection
, Collection
)
| Finds all RegistryPackage objects that match all of the criteria specified by the parameters of this call. This is a logical AND operation between all non-null parameters. <p><DL><DT><B>Capability Level: 1 </B></DL> | true |
| false |
JAXR:JAVADOC:271 | BulkResponse | javax.xml.registry.BusinessQueryManager.findRegistryPackages
(
Collection
, Collection
, Collection
, Collection
)
throws
JAXRException
| if the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:273 | BulkResponse | javax.xml.registry.BusinessLifeCycleManager.saveOrganizations
(
Collection
)
| Saves the specified Organizations. <p>If the object is not in the registry, it is created in the registry. If it already exists in the registry and has been modified, its state is updated (replaced) in the registry. <p>Partial commits are allowed. Processing stops on first SaveException encountered. <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:273 | BulkResponse | javax.xml.registry.BusinessLifeCycleManager.saveOrganizations
(
Collection
)
| Saves the specified Organizations. <p>If the object is not in the registry, it is created in the registry. If it already exists in the registry and has been modified, its state is updated (replaced) in the registry. <p>Partial commits are allowed. Processing stops on first SaveException encountered. <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:274 | BulkResponse | javax.xml.registry.BusinessLifeCycleManager.saveOrganizations
(
Collection
)
throws
JAXRException
| if the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:275 | BulkResponse | javax.xml.registry.BusinessLifeCycleManager.saveServices
(
Collection
)
| Saves the specified Services. <p>If the object is not in the registry, it is created in the registry. <p>Partial commits are allowed. Processing stops on first SaveException encountered. <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:276 | BulkResponse | javax.xml.registry.BusinessLifeCycleManager.saveServices
(
Collection
)
| Saves the specified Services. <p> If it already exists in the registry and has been modified, its state is updated (replaced) in the registry. <p>Partial commits are allowed. Processing stops on first SaveException encountered. <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:277 | BulkResponse | javax.xml.registry.BusinessLifeCycleManager.saveServices
(
Collection
)
throws
JAXRException
| if the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:278 | BulkResponse | javax.xml.registry.BusinessLifeCycleManager.saveServiceBindings
(
Collection
)
| Saves the specified ServiceBindings. <p>If the object is not in the registry, it is created in the registry. If it already exists in the registry and has been modified, its state is updated (replaced) in the registry. <p>Partial commits are allowed. Processing stops on first SaveException encountered. <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:279 | BulkResponse | javax.xml.registry.BusinessLifeCycleManager.saveServiceBindings
(
Collection
)
| Saves the specified ServiceBindings. <p>If it already exists in the registry and has been modified, its state is updated (replaced) in the registry. <p>Partial commits are allowed. Processing stops on first SaveException encountered. <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:280 | BulkResponse | javax.xml.registry.BusinessLifeCycleManager.saveServiceBindings
(
Collection
)
throws
JAXRException
| if the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:281 | BulkResponse | javax.xml.registry.BusinessLifeCycleManager.saveConcepts
(
Collection
)
| Saves the specified Concepts. <p>If the object is not in the registry, it is created in the registry. <p>Partial commits are allowed. Processing stops on first SaveException encountered. <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:282 | BulkResponse | javax.xml.registry.BusinessLifeCycleManager.saveConcepts
(
Collection
)
| Saves the specified Concepts. <p>If it already exists in the registry and has been modified, its state is updated (replaced) in the registry. <p>Partial commits are allowed. Processing stops on first SaveException encountered. <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:283 | BulkResponse | javax.xml.registry.BusinessLifeCycleManager.saveConcepts
(
Collection
)
throws
JAXRException
| if the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:284 | BulkResponse | javax.xml.registry.BusinessLifeCycleManager.saveClassificationSchemes
(
Collection
)
| Saves the specified ClassificationScheme instances. <p>If the object is not in the registry, it is created in the registry. <p>Partial commits are allowed. Processing stops on first SaveException encountered. <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:285 | BulkResponse | javax.xml.registry.BusinessLifeCycleManager.saveClassificationSchemes
(
Collection
)
| Saves the specified ClassificationScheme instances. <p> If it already exists in the registry and has been modified, its state is updated (replaced) in the registry. <p>Partial commits are allowed. Processing stops on first SaveException encountered. <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:286 | BulkResponse | javax.xml.registry.BusinessLifeCycleManager.saveClassificationSchemes
(
Collection
)
throws
JAXRException
| if the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:287 | BulkResponse | javax.xml.registry.BusinessLifeCycleManager.saveAssociations
(
Collection
, boolean
)
| Saves the specified Association instances. <p>If the object is not in the registry, it is created in the registry. <p>Partial commits are allowed. Processing stops on first SaveException encountered. <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:288 | BulkResponse | javax.xml.registry.BusinessLifeCycleManager.saveAssociations
(
Collection
, boolean
)
| Saves the specified Association instances. <p>If it already exists in the registry and has been modified, its state is updated (replaced) in the registry. <p>Partial commits are allowed. Processing stops on first SaveException encountered. <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:289 | BulkResponse | javax.xml.registry.BusinessLifeCycleManager.saveAssociations
(
Collection
, boolean
)
throws
JAXRException
| if the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:290 | BulkResponse | javax.xml.registry.BusinessLifeCycleManager.deleteOrganizations
(
Collection
)
| Deletes the organizations corresponding to the specified Keys. <p>Partial commits are allowed. Processing stops on first DeleteException encountered. <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:291 | BulkResponse | javax.xml.registry.BusinessLifeCycleManager.deleteOrganizations
(
Collection
)
throws
JAXRException
| if the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:292 | BulkResponse | javax.xml.registry.BusinessLifeCycleManager.deleteServices
(
Collection
)
| Deletes the services corresponding to the specified Keys. <p>Partial commits are allowed. Processing stops on first DeleteException encountered. <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:293 | BulkResponse | javax.xml.registry.BusinessLifeCycleManager.deleteServices
(
Collection
)
throws
JAXRException
| if the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:294 | BulkResponse | javax.xml.registry.BusinessLifeCycleManager.deleteServiceBindings
(
Collection
)
| Deletes the ServiceBindings corresponding to the specified Keys. <p>Partial commits are allowed. Processing stops on first DeleteException encountered. <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:295 | BulkResponse | javax.xml.registry.BusinessLifeCycleManager.deleteServiceBindings
(
Collection
)
throws
JAXRException
| if the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:296 | BulkResponse | javax.xml.registry.BusinessLifeCycleManager.deleteConcepts
(
Collection
)
| Deletes the Concepts corresponding to the specified Keys. <p>Partial commits are allowed. Processing stops on first DeleteException encountered. <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:297 | BulkResponse | javax.xml.registry.BusinessLifeCycleManager.deleteConcepts
(
Collection
)
throws
JAXRException
| if the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:298 | BulkResponse | javax.xml.registry.BusinessLifeCycleManager.deleteClassificationSchemes
(
Collection
)
| Deletes the ClassificationSchemes corresponding to the specified Keys. <p>Partial commits are allowed. Processing stops on first DeleteException encountered. <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:299 | BulkResponse | javax.xml.registry.BusinessLifeCycleManager.deleteClassificationSchemes
(
Collection
)
throws
JAXRException
| if the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:300 | BulkResponse | javax.xml.registry.BusinessLifeCycleManager.deleteAssociations
(
Collection
)
| Deletes the Associations corresponding to the specified Keys. <p>Partial commits are allowed. Processing stops on first DeleteException encountered. <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:301 | BulkResponse | javax.xml.registry.BusinessLifeCycleManager.deleteAssociations
(
Collection
)
throws
JAXRException
| if the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:303 | Collection | javax.xml.registry.BulkResponse.getCollection
throws
JAXRException
| If the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:305 | Collection | javax.xml.registry.BulkResponse.getExceptions
throws
JAXRException
| If the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:306 | boolean | javax.xml.registry.BulkResponse.isPartialResponse
| Determines whether the response is a partial response due to large result set. <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:307 | boolean | javax.xml.registry.BulkResponse.isPartialResponse
throws
JAXRException
| If the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:309 | int | javax.xml.registry.infomodel.Versionable.getMajorVersion
throws
JAXRException
| If the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:310 | void | javax.xml.registry.infomodel.Versionable.setMajorVersion
(
int
)
| Sets the major revision number for this version of the Versionable object. <p><DL><DT><B>Capability Level: 1 </B></DL> | true |
| false |
JAXR:JAVADOC:311 | void | javax.xml.registry.infomodel.Versionable.setMajorVersion
(
int
)
throws
JAXRException
| If the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:313 | int | javax.xml.registry.infomodel.Versionable.getMinorVersion
throws
JAXRException
| If the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:315 | void | javax.xml.registry.infomodel.Versionable.setMinorVersion
(
int
)
throws
JAXRException
| If the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:316 | String | javax.xml.registry.infomodel.Versionable.getUserVersion
| Gets the user-specified revision number for this version of the Versionable object. <p><DL><DT><B>Capability Level: 1 </B></DL> | true |
| false |
JAXR:JAVADOC:317 | String | javax.xml.registry.infomodel.Versionable.getUserVersion
throws
JAXRException
| If the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:319 | void | javax.xml.registry.infomodel.Versionable.setUserVersion
(
String
)
throws
JAXRException
| If the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:320 | Organization | javax.xml.registry.infomodel.User.getOrganization
| Gets the Organization that this User is affiliated with. <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:321 | Organization | javax.xml.registry.infomodel.User.getOrganization
throws
JAXRException
| If the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:322 | PersonName | javax.xml.registry.infomodel.User.getPersonName
| Returns the name of this User. <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:323 | PersonName | javax.xml.registry.infomodel.User.getPersonName
throws
JAXRException
| If the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:324 | void | javax.xml.registry.infomodel.User.setPersonName
(
PersonName
)
| Sets the name of this User. <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:325 | void | javax.xml.registry.infomodel.User.setPersonName
(
PersonName
)
throws
JAXRException
| If the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:326 | Collection | javax.xml.registry.infomodel.User.getPostalAddresses
| Gets the postal address for this User. <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:327 | Collection | javax.xml.registry.infomodel.User.getPostalAddresses
throws
JAXRException
| If the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:328 | void | javax.xml.registry.infomodel.User.setPostalAddresses
(
Collection
)
| Sets the addresses for this User. <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:329 | void | javax.xml.registry.infomodel.User.setPostalAddresses
(
Collection
)
throws
JAXRException
| If the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:330 | URL | javax.xml.registry.infomodel.User.getUrl
| Gets the URL to the web page for this User. <p><DL><DT><B>Capability Level: 1 </B></DL> | false |
| false |
JAXR:JAVADOC:331 | URL | javax.xml.registry.infomodel.User.getUrl
throws
JAXRException
| If the JAXR provider encounters an internal error | false |
| false |
JAXR:JAVADOC:332 | void | javax.xml.registry.infomodel.User.setUrl
(
URL
)
| Sets the URL to the web page for this User. <p><DL><DT><B>Capability Level: 1 </B></DL> | false |
| false |
JAXR:JAVADOC:333 | void | javax.xml.registry.infomodel.User.setUrl
(
URL
)
throws
JAXRException
| If the JAXR provider encounters an internal error | false |
| false |
JAXR:JAVADOC:334 | Collection | javax.xml.registry.infomodel.User.getTelephoneNumbers
(
String
)
| Gets the telephone numbers for this User that match the specified telephone number type. <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:335 | Collection | javax.xml.registry.infomodel.User.getTelephoneNumbers
(
String
)
throws
JAXRException
| If the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:336 | void | javax.xml.registry.infomodel.User.setTelephoneNumbers
(
Collection
)
| Sets the various telephone numbers for this user. <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:337 | void | javax.xml.registry.infomodel.User.setTelephoneNumbers
(
Collection
)
throws
JAXRException
| If the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:338 | Collection | javax.xml.registry.infomodel.User.getEmailAddresses
| Gets the email addresses for this User. <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:339 | Collection | javax.xml.registry.infomodel.User.getEmailAddresses
throws
JAXRException
| If the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:340 | void | javax.xml.registry.infomodel.User.setEmailAddresses
(
Collection
)
| Sets the Collection of EmailAddress instances for this User. <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:341 | void | javax.xml.registry.infomodel.User.setEmailAddresses
(
Collection
)
throws
JAXRException
| If the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:342 | String | javax.xml.registry.infomodel.User.getType
| Gets the type for this User. Default is a NULL String. <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:343 | String | javax.xml.registry.infomodel.User.getType
throws
JAXRException
| If the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:344 | void | javax.xml.registry.infomodel.User.setType
(
String
)
| Sets the type for this User. <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:345 | void | javax.xml.registry.infomodel.User.setType
(
String
)
throws
JAXRException
| If the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:346 | void | javax.xml.registry.infomodel.URIValidator.setValidateURI
(
boolean
)
| Sets whether to do URI validation for this object. Default is true. <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:347 | void | javax.xml.registry.infomodel.URIValidator.setValidateURI
(
boolean
)
throws
JAXRException
| If the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:348 | boolean | javax.xml.registry.infomodel.URIValidator.getValidateURI
| Gets whether to do URI validation for this object. <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:349 | boolean | javax.xml.registry.infomodel.URIValidator.getValidateURI
throws
JAXRException
| If the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:350 | String | javax.xml.registry.infomodel.TelephoneNumber.getCountryCode
| Gets the country code. Default is an empty String. <p><DL><DT><B>Capability Level: 1 </B></DL> | false |
| false |
JAXR:JAVADOC:351 | String | javax.xml.registry.infomodel.TelephoneNumber.getCountryCode
throws
JAXRException
| If the JAXR provider encounters an internal error | false |
| false |
JAXR:JAVADOC:352 | String | javax.xml.registry.infomodel.TelephoneNumber.getAreaCode
| Gets the area code. Default is an empty String. <p><DL><DT><B>Capability Level: 1 </B></DL> | false |
| false |
JAXR:JAVADOC:353 | String | javax.xml.registry.infomodel.TelephoneNumber.getAreaCode
throws
JAXRException
| If the JAXR provider encounters an internal error | false |
| false |
JAXR:JAVADOC:354 | String | javax.xml.registry.infomodel.TelephoneNumber.getNumber
| Gets the telephone number suffix, not including the country or area code. Default is an empty String. <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:355 | String | javax.xml.registry.infomodel.TelephoneNumber.getNumber
throws
JAXRException
| If the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:356 | String | javax.xml.registry.infomodel.TelephoneNumber.getExtension
| Gets the internal extension. Default is an empty String. <p><DL><DT><B>Capability Level: 1 </B></DL> | false |
| false |
JAXR:JAVADOC:357 | String | javax.xml.registry.infomodel.TelephoneNumber.getExtension
throws
JAXRException
| If the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:358 | String | javax.xml.registry.infomodel.TelephoneNumber.getUrl
| Gets the URL that can dial this number electronically. Default is a NULL String. <p><DL><DT><B>Capability Level: 1 </B></DL> | false |
| false |
JAXR:JAVADOC:359 | String | javax.xml.registry.infomodel.TelephoneNumber.getUrl
throws
JAXRException
| If the JAXR provider encounters an internal error | false |
| false |
JAXR:JAVADOC:360 | String | javax.xml.registry.infomodel.TelephoneNumber.getType
| The type of telephone number (for example, "fax"). Any String would do. <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:361 | String | javax.xml.registry.infomodel.TelephoneNumber.getType
throws
JAXRException
| If the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:362 | void | javax.xml.registry.infomodel.TelephoneNumber.setCountryCode
(
String
)
| Sets country code. <p><DL><DT><B>Capability Level: 1 </B></DL> | false |
| false |
JAXR:JAVADOC:363 | void | javax.xml.registry.infomodel.TelephoneNumber.setCountryCode
(
String
)
throws
JAXRException
| If the JAXR provider encounters an internal error | false |
| false |
JAXR:JAVADOC:364 | void | javax.xml.registry.infomodel.TelephoneNumber.setAreaCode
(
String
)
| Sets the area code. <p><DL><DT><B>Capability Level: 1 </B></DL> | false |
| false |
JAXR:JAVADOC:365 | void | javax.xml.registry.infomodel.TelephoneNumber.setAreaCode
(
String
)
throws
JAXRException
| If the JAXR provider encounters an internal error | false |
| false |
JAXR:JAVADOC:366 | void | javax.xml.registry.infomodel.TelephoneNumber.setNumber
(
String
)
| Sets the telephone number suffix, not including the country or area code. <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:367 | void | javax.xml.registry.infomodel.TelephoneNumber.setNumber
(
String
)
throws
JAXRException
| If the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:368 | void | javax.xml.registry.infomodel.TelephoneNumber.setExtension
(
String
)
| Sets the internal extension. <p><DL><DT><B>Capability Level: 1 </B></DL> | false |
| false |
JAXR:JAVADOC:369 | void | javax.xml.registry.infomodel.TelephoneNumber.setExtension
(
String
)
throws
JAXRException
| If the JAXR provider encounters an internal error | false |
| false |
JAXR:JAVADOC:370 | void | javax.xml.registry.infomodel.TelephoneNumber.setUrl
(
String
)
| Sets the URL that can dial this number electronically. <p><DL><DT><B>Capability Level: 1 </B></DL> | false |
| false |
JAXR:JAVADOC:371 | void | javax.xml.registry.infomodel.TelephoneNumber.setUrl
(
String
)
throws
JAXRException
| If the JAXR provider encounters an internal error | false |
| false |
JAXR:JAVADOC:372 | void | javax.xml.registry.infomodel.TelephoneNumber.setType
(
String
)
| Sets the type of telephone number (for example, "fax"). Any String will do. <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:373 | void | javax.xml.registry.infomodel.TelephoneNumber.setType
(
String
)
throws
JAXRException
| If the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:374 | RegistryObject | javax.xml.registry.infomodel.SpecificationLink.getSpecificationObject
| Gets the specification object for this object. <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:375 | RegistryObject | javax.xml.registry.infomodel.SpecificationLink.getSpecificationObject
throws
JAXRException
| If the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:376 | void | javax.xml.registry.infomodel.SpecificationLink.setSpecificationObject
(
RegistryObject
)
| Sets the specification object for this object. <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:377 | void | javax.xml.registry.infomodel.SpecificationLink.setSpecificationObject
(
RegistryObject
)
throws
JAXRException
| If the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:379 | InternationalString | javax.xml.registry.infomodel.SpecificationLink.getUsageDescription
throws
JAXRException
| If the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:381 | void | javax.xml.registry.infomodel.SpecificationLink.setUsageDescription
(
InternationalString
)
throws
JAXRException
| If the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:382 | Collection | javax.xml.registry.infomodel.SpecificationLink.getUsageParameters
| Gets any usage parameters. A usage parameter is an arbitrary String that describes how to use the technical specification accessed via this SpecificationLink. Each parameter is a String. <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:383 | Collection | javax.xml.registry.infomodel.SpecificationLink.getUsageParameters
throws
JAXRException
| If the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:385 | void | javax.xml.registry.infomodel.SpecificationLink.setUsageParameters
(
Collection
)
throws
JAXRException
| If the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:392 | String | javax.xml.registry.infomodel.Slot.getName
| Gets the name for this Slot. Default is a NULL String. <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:393 | String | javax.xml.registry.infomodel.Slot.getName
throws
JAXRException
| If the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:394 | void | javax.xml.registry.infomodel.Slot.setName
(
String
)
| Sets the name for this Slot. Default is a NULL String. <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:395 | void | javax.xml.registry.infomodel.Slot.setName
(
String
)
throws
JAXRException
| If the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:396 | String | javax.xml.registry.infomodel.Slot.getSlotType
| Gets the slotType for this Slot. Default is a NULL String. <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:397 | String | javax.xml.registry.infomodel.Slot.getSlotType
throws
JAXRException
| If the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:399 | void | javax.xml.registry.infomodel.Slot.setSlotType
(
String
)
throws
JAXRException
| If the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:401 | Collection | javax.xml.registry.infomodel.Slot.getValues
throws
JAXRException
| If the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:403 | void | javax.xml.registry.infomodel.Slot.setValues
(
Collection
)
throws
JAXRException
| If the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:404 | String | javax.xml.registry.infomodel.ServiceBinding.getAccessURI
| Gets the URI that gives access to the service via this binding. Default is a NULL String. <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:405 | String | javax.xml.registry.infomodel.ServiceBinding.getAccessURI
throws
JAXRException
| If the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:406 | void | javax.xml.registry.infomodel.ServiceBinding.setAccessURI
(
String
)
| Sets the URI that gives access to the service via this binding. <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:407 | void | javax.xml.registry.infomodel.ServiceBinding.setAccessURI
(
String
)
| JAXR Provider must throw an InvalidRequestException if an accessURI is set when there is already a non-null targetBinding defined. <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:408 | void | javax.xml.registry.infomodel.ServiceBinding.setAccessURI
(
String
)
throws
JAXRException
| If the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:409 | ServiceBinding | javax.xml.registry.infomodel.ServiceBinding.getTargetBinding
| Gets the next ServiceBinding in case there is a redirection from one service provider to another service provider. <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:410 | ServiceBinding | javax.xml.registry.infomodel.ServiceBinding.getTargetBinding
throws
JAXRException
| If the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:411 | void | javax.xml.registry.infomodel.ServiceBinding.setTargetBinding
(
ServiceBinding
)
| Sets the next ServiceBinding in case there is a redirection <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:412 | void | javax.xml.registry.infomodel.ServiceBinding.setTargetBinding
(
ServiceBinding
)
| The targetBinding is mutually exclusive from accessURI. JAXR Provider must throw an InvalidRequestExcpetion if a targetBinding is set when there is already a non-null accessURI defined. <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:413 | void | javax.xml.registry.infomodel.ServiceBinding.setTargetBinding
(
ServiceBinding
)
throws
JAXRException
| If the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:415 | Service | javax.xml.registry.infomodel.ServiceBinding.getService
throws
JAXRException
| If the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:417 | void | javax.xml.registry.infomodel.ServiceBinding.addSpecificationLink
(
SpecificationLink
)
throws
JAXRException
| If the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:419 | void | javax.xml.registry.infomodel.ServiceBinding.addSpecificationLinks
(
Collection
)
throws
JAXRException
| If the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:421 | void | javax.xml.registry.infomodel.ServiceBinding.removeSpecificationLink
(
SpecificationLink
)
throws
JAXRException
| If the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:423 | void | javax.xml.registry.infomodel.ServiceBinding.removeSpecificationLinks
(
Collection
)
throws
JAXRException
| If the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:425 | Collection | javax.xml.registry.infomodel.ServiceBinding.getSpecificationLinks
throws
JAXRException
| If the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:427 | Organization | javax.xml.registry.infomodel.Service.getProvidingOrganization
throws
JAXRException
| If the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:429 | void | javax.xml.registry.infomodel.Service.setProvidingOrganization
(
Organization
)
throws
JAXRException
| If the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:431 | void | javax.xml.registry.infomodel.Service.addServiceBinding
(
ServiceBinding
)
throws
JAXRException
| If the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:433 | void | javax.xml.registry.infomodel.Service.addServiceBindings
(
Collection
)
throws
JAXRException
| If the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:435 | void | javax.xml.registry.infomodel.Service.removeServiceBinding
(
ServiceBinding
)
throws
JAXRException
| If the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:437 | void | javax.xml.registry.infomodel.Service.removeServiceBindings
(
Collection
)
throws
JAXRException
| If the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:439 | Collection | javax.xml.registry.infomodel.Service.getServiceBindings
throws
JAXRException
| If the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:441 | void | javax.xml.registry.infomodel.RegistryPackage.addRegistryObject
(
RegistryObject
)
throws
JAXRException
| If the JAXR provider encounters an internal error | false |
| false |
JAXR:JAVADOC:443 | void | javax.xml.registry.infomodel.RegistryPackage.addRegistryObjects
(
Collection
)
throws
JAXRException
| If the JAXR provider encounters an internal error | false |
| false |
JAXR:JAVADOC:445 | void | javax.xml.registry.infomodel.RegistryPackage.removeRegistryObject
(
RegistryObject
)
throws
JAXRException
| If the JAXR provider encounters an internal error | false |
| false |
JAXR:JAVADOC:447 | void | javax.xml.registry.infomodel.RegistryPackage.removeRegistryObjects
(
Collection
)
throws
JAXRException
| If the JAXR provider encounters an internal error | false |
| false |
JAXR:JAVADOC:449 | Set | javax.xml.registry.infomodel.RegistryPackage.getRegistryObjects
throws
JAXRException
| If the JAXR provider encounters an internal error | false |
| false |
JAXR:JAVADOC:451 | Key | javax.xml.registry.infomodel.RegistryObject.getKey
throws
JAXRException
| If the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:453 | InternationalString | javax.xml.registry.infomodel.RegistryObject.getDescription
throws
JAXRException
| If the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:455 | void | javax.xml.registry.infomodel.RegistryObject.setDescription
(
InternationalString
)
throws
JAXRException
| If the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:457 | InternationalString | javax.xml.registry.infomodel.RegistryObject.getName
throws
JAXRException
| If the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:459 | void | javax.xml.registry.infomodel.RegistryObject.setName
(
InternationalString
)
throws
JAXRException
| If the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:461 | void | javax.xml.registry.infomodel.RegistryObject.setKey
(
Key
)
throws
JAXRException
| If the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:463 | String | javax.xml.registry.infomodel.RegistryObject.toXML
throws
JAXRException
| If the JAXR provider encounters an internal error | false |
| false |
JAXR:JAVADOC:465 | void | javax.xml.registry.infomodel.RegistryObject.addClassification
(
Classification
)
throws
JAXRException
| If the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:467 | void | javax.xml.registry.infomodel.RegistryObject.addClassifications
(
Collection
)
throws
JAXRException
| If the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:469 | void | javax.xml.registry.infomodel.RegistryObject.removeClassification
(
Classification
)
throws
JAXRException
| If the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:471 | void | javax.xml.registry.infomodel.RegistryObject.removeClassifications
(
Collection
)
throws
JAXRException
| If the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:473 | void | javax.xml.registry.infomodel.RegistryObject.setClassifications
(
Collection
)
throws
JAXRException
| If the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:475 | Collection | javax.xml.registry.infomodel.RegistryObject.getClassifications
throws
JAXRException
| If the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:477 | Collection | javax.xml.registry.infomodel.RegistryObject.getAuditTrail
throws
JAXRException
| If the JAXR provider encounters an internal error | false |
| false |
JAXR:JAVADOC:479 | void | javax.xml.registry.infomodel.RegistryObject.addAssociation
(
Association
)
throws
JAXRException
| If the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:481 | void | javax.xml.registry.infomodel.RegistryObject.addAssociations
(
Collection
)
throws
JAXRException
| If the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:483 | void | javax.xml.registry.infomodel.RegistryObject.removeAssociation
(
Association
)
throws
JAXRException
| If the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:485 | void | javax.xml.registry.infomodel.RegistryObject.removeAssociations
(
Collection
)
throws
JAXRException
| If the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:487 | void | javax.xml.registry.infomodel.RegistryObject.setAssociations
(
Collection
)
throws
JAXRException
| If the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:489 | Collection | javax.xml.registry.infomodel.RegistryObject.getAssociations
throws
JAXRException
| If the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:491 | Collection | javax.xml.registry.infomodel.RegistryObject.getAssociatedObjects
throws
JAXRException
| If the JAXR provider encounters an internal error | false |
| false |
JAXR:JAVADOC:493 | void | javax.xml.registry.infomodel.RegistryObject.addExternalIdentifier
(
ExternalIdentifier
)
throws
JAXRException
| If the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:495 | void | javax.xml.registry.infomodel.RegistryObject.addExternalIdentifiers
(
Collection
)
throws
JAXRException
| If the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:497 | void | javax.xml.registry.infomodel.RegistryObject.removeExternalIdentifier
(
ExternalIdentifier
)
throws
JAXRException
| If the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:499 | void | javax.xml.registry.infomodel.RegistryObject.removeExternalIdentifiers
(
Collection
)
throws
JAXRException
| If the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:501 | void | javax.xml.registry.infomodel.RegistryObject.setExternalIdentifiers
(
Collection
)
throws
JAXRException
| If the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:503 | Collection | javax.xml.registry.infomodel.RegistryObject.getExternalIdentifiers
throws
JAXRException
| If the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:505 | void | javax.xml.registry.infomodel.RegistryObject.addExternalLink
(
ExternalLink
)
throws
JAXRException
| If the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:507 | void | javax.xml.registry.infomodel.RegistryObject.addExternalLinks
(
Collection
)
throws
JAXRException
| If the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:509 | void | javax.xml.registry.infomodel.RegistryObject.removeExternalLink
(
ExternalLink
)
throws
JAXRException
| If the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:511 | void | javax.xml.registry.infomodel.RegistryObject.removeExternalLinks
(
Collection
)
throws
JAXRException
| If the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:513 | void | javax.xml.registry.infomodel.RegistryObject.setExternalLinks
(
Collection
)
throws
JAXRException
| If the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:515 | Collection | javax.xml.registry.infomodel.RegistryObject.getExternalLinks
throws
JAXRException
| If the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:516 | Concept | javax.xml.registry.infomodel.RegistryObject.getObjectType
| Gets the object type that best describes the RegistryObject. <p><DL><DT><B>Capability Level: 1 </B><DD>This method must throw UnsupportedCapabilityException in lower capability levels.</DL> | false |
| false |
JAXR:JAVADOC:517 | Concept | javax.xml.registry.infomodel.RegistryObject.getObjectType
throws
JAXRException
| If the JAXR provider encounters an internal error | false |
| false |
JAXR:JAVADOC:519 | Organization | javax.xml.registry.infomodel.RegistryObject.getSubmittingOrganization
throws
JAXRException
| If the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:521 | Collection | javax.xml.registry.infomodel.RegistryObject.getRegistryPackages
throws
JAXRException
| If the JAXR provider encounters an internal error | false |
| false |
JAXR:JAVADOC:532 | int | javax.xml.registry.infomodel.RegistryEntry.getStatus
throws
JAXRException
| If the JAXR provider encounters an internal error | false |
| false |
JAXR:JAVADOC:534 | int | javax.xml.registry.infomodel.RegistryEntry.getStability
throws
JAXRException
| If the JAXR provider encounters an internal error | false |
| false |
JAXR:JAVADOC:536 | void | javax.xml.registry.infomodel.RegistryEntry.setStability
(
int
)
throws
JAXRException
| If the JAXR provider encounters an internal error | false |
| false |
JAXR:JAVADOC:538 | Date | javax.xml.registry.infomodel.RegistryEntry.getExpiration
throws
JAXRException
| If the JAXR provider encounters an internal error | false |
| false |
JAXR:JAVADOC:540 | void | javax.xml.registry.infomodel.RegistryEntry.setExpiration
(
Date
)
throws
JAXRException
| If the JAXR provider encounters an internal error | false |
| false |
JAXR:JAVADOC:541 | String | javax.xml.registry.infomodel.PostalAddress.getStreet
| Returns the street name. Default is an empty String. <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:542 | String | javax.xml.registry.infomodel.PostalAddress.getStreet
throws
JAXRException
| If the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:543 | void | javax.xml.registry.infomodel.PostalAddress.setStreet
(
String
)
| Sets the street name. <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:544 | void | javax.xml.registry.infomodel.PostalAddress.setStreet
(
String
)
throws
JAXRException
| If the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:545 | String | javax.xml.registry.infomodel.PostalAddress.getStreetNumber
| Returns the street number. Default is an empty String. <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:546 | String | javax.xml.registry.infomodel.PostalAddress.getStreetNumber
throws
JAXRException
| If the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:547 | void | javax.xml.registry.infomodel.PostalAddress.setStreetNumber
(
String
)
| Sets the street number. <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:548 | void | javax.xml.registry.infomodel.PostalAddress.setStreetNumber
(
String
)
throws
JAXRException
| If the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:549 | String | javax.xml.registry.infomodel.PostalAddress.getCity
| Returns the city. Default is an empty String. <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:550 | String | javax.xml.registry.infomodel.PostalAddress.getCity
throws
JAXRException
| If the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:551 | void | javax.xml.registry.infomodel.PostalAddress.setCity
(
String
)
| Sets the city. <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:552 | void | javax.xml.registry.infomodel.PostalAddress.setCity
(
String
)
throws
JAXRException
| If the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:553 | String | javax.xml.registry.infomodel.PostalAddress.getStateOrProvince
| Returns the state or province. Default is an empty String. <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:554 | String | javax.xml.registry.infomodel.PostalAddress.getStateOrProvince
throws
JAXRException
| If the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:555 | void | javax.xml.registry.infomodel.PostalAddress.setStateOrProvince
(
String
)
| Sets the state or province. <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:556 | void | javax.xml.registry.infomodel.PostalAddress.setStateOrProvince
(
String
)
throws
JAXRException
| If the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:557 | String | javax.xml.registry.infomodel.PostalAddress.getPostalCode
| Returns the postal or zip code. Default is an empty String. <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:558 | String | javax.xml.registry.infomodel.PostalAddress.getPostalCode
throws
JAXRException
| If the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:559 | void | javax.xml.registry.infomodel.PostalAddress.setPostalCode
(
String
)
| Sets the postal or zip code. <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:560 | void | javax.xml.registry.infomodel.PostalAddress.setPostalCode
(
String
)
throws
JAXRException
| If the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:561 | String | javax.xml.registry.infomodel.PostalAddress.getCountry
| Returns the country. Default is an empty String. <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:562 | String | javax.xml.registry.infomodel.PostalAddress.getCountry
throws
JAXRException
| If the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:563 | void | javax.xml.registry.infomodel.PostalAddress.setCountry
(
String
)
| Sets the country. <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:564 | void | javax.xml.registry.infomodel.PostalAddress.setCountry
(
String
)
throws
JAXRException
| If the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:565 | String | javax.xml.registry.infomodel.PostalAddress.getType
| Returns the type of address (for example, "headquarters") as a String. <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:566 | String | javax.xml.registry.infomodel.PostalAddress.getType
throws
JAXRException
| If the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:567 | void | javax.xml.registry.infomodel.PostalAddress.setType
(
String
)
| Sets the type of address (for example, "headquarters") as a String. <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| false |
JAXR:JAVADOC:568 | void | javax.xml.registry.infomodel.PostalAddress.setType
(
String
)
throws
JAXRException
| If the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:569 | void | javax.xml.registry.infomodel.PostalAddress.setPostalScheme
(
ClassificationScheme
)
| Sets a user-defined postal scheme for codifying the attributes of PostalAddress. <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:570 | void | javax.xml.registry.infomodel.PostalAddress.setPostalScheme
(
ClassificationScheme
)
throws
JAXRException
| If the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:572 | ClassificationScheme | javax.xml.registry.infomodel.PostalAddress.getPostalScheme
| Returns a user-defined postal scheme for codifying the attributes of PostalAddress. If none is defined for this object, then must return the default value returned by RegistryService#getDefaultPostalScheme() <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:572 | ClassificationScheme | javax.xml.registry.infomodel.PostalAddress.getPostalScheme
| Returns a user-defined postal scheme for codifying the attributes of PostalAddress. If none is defined for this object, then must return the default value returned by RegistryService#getDefaultPostalScheme() <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:573 | ClassificationScheme | javax.xml.registry.infomodel.PostalAddress.getPostalScheme
throws
JAXRException
| If the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:575 | String | javax.xml.registry.infomodel.PersonName.getLastName
throws
JAXRException
| If the JAXR provider encounters an internal error | false |
| false |
JAXR:JAVADOC:577 | void | javax.xml.registry.infomodel.PersonName.setLastName
(
String
)
throws
JAXRException
| If the JAXR provider encounters an internal error | false |
| false |
JAXR:JAVADOC:579 | String | javax.xml.registry.infomodel.PersonName.getFirstName
throws
JAXRException
| If the JAXR provider encounters an internal error | false |
| false |
JAXR:JAVADOC:581 | void | javax.xml.registry.infomodel.PersonName.setFirstName
(
String
)
throws
JAXRException
| If the JAXR provider encounters an internal error | false |
| false |
JAXR:JAVADOC:583 | String | javax.xml.registry.infomodel.PersonName.getMiddleName
throws
JAXRException
| If the JAXR provider encounters an internal error | false |
| false |
JAXR:JAVADOC:585 | void | javax.xml.registry.infomodel.PersonName.setMiddleName
(
String
)
throws
JAXRException
| If the JAXR provider encounters an internal error | false |
| false |
JAXR:JAVADOC:870 | String | javax.xml.registry.infomodel.PersonName.getFullName
| The fully formatted name for this person. Default is an empty String. Test default <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:586 | String | javax.xml.registry.infomodel.PersonName.getFullName
| The fully formatted name for this person. Default is an empty String. <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:587 | String | javax.xml.registry.infomodel.PersonName.getFullName
throws
JAXRException
| If the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:589 | void | javax.xml.registry.infomodel.PersonName.setFullName
(
String
)
throws
JAXRException
| If the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:591 | PostalAddress | javax.xml.registry.infomodel.Organization.getPostalAddress
throws
JAXRException
| If the JAXR provider encounters an internal error | false |
| false |
JAXR:JAVADOC:593 | void | javax.xml.registry.infomodel.Organization.setPostalAddress
(
PostalAddress
)
throws
JAXRException
| If the JAXR provider encounters an internal error | false |
| false |
JAXR:JAVADOC:595 | User | javax.xml.registry.infomodel.Organization.getPrimaryContact
throws
JAXRException
| If the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:596 | void | javax.xml.registry.infomodel.Organization.setPrimaryContact
(
User
)
| Sets the primary contact for this Organization. If the primary contact is not in the existing Collection of User instances for this object then it must be added to that Collection. the primary contact is a distinguished User instance within the Collection of User instances for this Object. <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:597 | void | javax.xml.registry.infomodel.Organization.setPrimaryContact
(
User
)
| Sets the primary contact for this Organization. If the primary contact is already in the existing Collection of User instances for this object, then it should not be added to the Users collection as a duplicate entry. In either case, the primary contact is a distinguished User instance within the Collection of User instances for this Object. <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:598 | void | javax.xml.registry.infomodel.Organization.setPrimaryContact
(
User
)
throws
JAXRException
| If the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:600 | void | javax.xml.registry.infomodel.Organization.addUser
(
User
)
throws
JAXRException
| If the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:602 | void | javax.xml.registry.infomodel.Organization.addUsers
(
Collection
)
throws
JAXRException
| If the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:604 | void | javax.xml.registry.infomodel.Organization.removeUser
(
User
)
throws
JAXRException
| If the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:606 | void | javax.xml.registry.infomodel.Organization.removeUsers
(
Collection
)
throws
JAXRException
| If the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:608 | Collection | javax.xml.registry.infomodel.Organization.getUsers
throws
JAXRException
| If the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:611 | Collection | javax.xml.registry.infomodel.Organization.getTelephoneNumbers
(
String
)
throws
JAXRException
| If the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:613 | void | javax.xml.registry.infomodel.Organization.setTelephoneNumbers
(
Collection
)
throws
JAXRException
| If the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:615 | void | javax.xml.registry.infomodel.Organization.addService
(
Service
)
throws
JAXRException
| If the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:617 | void | javax.xml.registry.infomodel.Organization.addServices
(
Collection
)
throws
JAXRException
| If the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:618 | void | javax.xml.registry.infomodel.Organization.removeService
(
Service
)
| Remove a Service from this object <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:619 | void | javax.xml.registry.infomodel.Organization.removeService
(
Service
)
throws
JAXRException
| If the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:620 | void | javax.xml.registry.infomodel.Organization.removeServices
(
Collection
)
| Remove a Collection of children Services from this object <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:621 | void | javax.xml.registry.infomodel.Organization.removeServices
(
Collection
)
throws
JAXRException
| If the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:623 | Collection | javax.xml.registry.infomodel.Organization.getServices
throws
JAXRException
| If the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:625 | void | javax.xml.registry.infomodel.Organization.addChildOrganization
(
Organization
)
throws
JAXRException
| If the JAXR provider encounters an internal error | false |
| false |
JAXR:JAVADOC:627 | void | javax.xml.registry.infomodel.Organization.addChildOrganizations
(
Collection
)
throws
JAXRException
| If the JAXR provider encounters an internal error | false |
| false |
JAXR:JAVADOC:629 | void | javax.xml.registry.infomodel.Organization.removeChildOrganization
(
Organization
)
throws
JAXRException
| If the JAXR provider encounters an internal error | false |
| false |
JAXR:JAVADOC:630 | void | javax.xml.registry.infomodel.Organization.removeChildOrganizations
(
Collection
)
| Remove a Collection of children Organizations <p><DL><DT><B>Capability Level: 1 </B></DL> | false |
| false |
JAXR:JAVADOC:631 | void | javax.xml.registry.infomodel.Organization.removeChildOrganizations
(
Collection
)
throws
JAXRException
| If the JAXR provider encounters an internal error | false |
| false |
JAXR:JAVADOC:633 | int | javax.xml.registry.infomodel.Organization.getChildOrganizationCount
throws
JAXRException
| If the JAXR provider encounters an internal error | false |
| false |
JAXR:JAVADOC:635 | Collection | javax.xml.registry.infomodel.Organization.getChildOrganizations
throws
JAXRException
| If the JAXR provider encounters an internal error | false |
| false |
JAXR:JAVADOC:637 | Collection | javax.xml.registry.infomodel.Organization.getDescendantOrganizations
throws
JAXRException
| If the JAXR provider encounters an internal error | false |
| false |
JAXR:JAVADOC:639 | Organization | javax.xml.registry.infomodel.Organization.getParentOrganization
throws
JAXRException
| If the JAXR provider encounters an internal error | false |
| false |
JAXR:JAVADOC:640 | Organization | javax.xml.registry.infomodel.Organization.getRootOrganization
| Get the root organization <p><DL><DT><B>Capability Level: 1 </B></DL> | false |
| false |
JAXR:JAVADOC:641 | Organization | javax.xml.registry.infomodel.Organization.getRootOrganization
throws
JAXRException
| If the JAXR provider encounters an internal error | false |
| false |
JAXR:JAVADOC:643 | String | javax.xml.registry.infomodel.LocalizedString.getCharsetName
| Gets the canonical name for the charset for this object. Must return the default charset when there is no charset name defined. <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:644 | String | javax.xml.registry.infomodel.LocalizedString.getCharsetName
throws
JAXRException
| If the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:645 | Locale | javax.xml.registry.infomodel.LocalizedString.getLocale
| Get the Locale for this object. Must return the default Locale when no Locale has been defined. <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:646 | Locale | javax.xml.registry.infomodel.LocalizedString.getLocale
throws
JAXRException
| If the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:647 | String | javax.xml.registry.infomodel.LocalizedString.getValue
| Get the String value for this object. <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:648 | String | javax.xml.registry.infomodel.LocalizedString.getValue
throws
JAXRException
| If the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:649 | void | javax.xml.registry.infomodel.LocalizedString.setCharsetName
(
String
)
| Set the canonical name for the charset for this object. <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:650 | void | javax.xml.registry.infomodel.LocalizedString.setCharsetName
(
String
)
throws
JAXRException
| If the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:651 | void | javax.xml.registry.infomodel.LocalizedString.setLocale
(
Locale
)
| Set the Locale for this object. <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:652 | void | javax.xml.registry.infomodel.LocalizedString.setLocale
(
Locale
)
throws
JAXRException
| If the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:653 | void | javax.xml.registry.infomodel.LocalizedString.setValue
(
String
)
| Set the String value for the specified object. <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:654 | void | javax.xml.registry.infomodel.LocalizedString.setValue
(
String
)
throws
JAXRException
| If the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:655 | String | javax.xml.registry.infomodel.InternationalString.getValue
| Get the String value for the Locale returned by Locale.getDefault(). <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:656 | String | javax.xml.registry.infomodel.InternationalString.getValue
throws
JAXRException
| If the JAXR provider encounters an internal error | true |
| true |
JAXR:JAVADOC:657 | String | javax.xml.registry.infomodel.InternationalString.getValue
(
Locale
)
| Get the String value for the specified Locale. <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:658 | String | javax.xml.registry.infomodel.InternationalString.getValue
(
Locale
)
| Get the String value for the specified Locale. Return null if no locale specific value is found for the specified locale. <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:659 | String | javax.xml.registry.infomodel.InternationalString.getValue
(
Locale
)
throws
JAXRException
| If the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:660 | void | javax.xml.registry.infomodel.InternationalString.setValue
(
String
)
| Set the String value for the Locale returned by Locale.getDefault(). <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:661 | void | javax.xml.registry.infomodel.InternationalString.setValue
(
String
)
throws
JAXRException
| If the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:662 | void | javax.xml.registry.infomodel.InternationalString.setValue
(
Locale
, String
)
| Set the String value for the specified Locale. <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:663 | void | javax.xml.registry.infomodel.InternationalString.setValue
(
Locale
, String
)
throws
JAXRException
| If the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:665 | void | javax.xml.registry.infomodel.InternationalString.addLocalizedString
(
LocalizedString
)
throws
JAXRException
| If the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:667 | void | javax.xml.registry.infomodel.InternationalString.addLocalizedStrings
(
Collection
)
throws
JAXRException
| If the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:669 | void | javax.xml.registry.infomodel.InternationalString.removeLocalizedString
(
LocalizedString
)
throws
JAXRException
| If the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:671 | void | javax.xml.registry.infomodel.InternationalString.removeLocalizedStrings
(
Collection
)
throws
JAXRException
| If the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:673 | LocalizedString | javax.xml.registry.infomodel.InternationalString.getLocalizedString
(
Locale
, String
)
throws
JAXRException
| If the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:675 | Collection | javax.xml.registry.infomodel.InternationalString.getLocalizedStrings
throws
JAXRException
| If the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:676 | String | javax.xml.registry.infomodel.ExtrinsicObject.getMimeType
| Gets the mime type associated with this object. Default is a NULL String. <p><DL><DT><B>Capability Level: 1 </B></DL> | false |
| false |
JAXR:JAVADOC:677 | String | javax.xml.registry.infomodel.ExtrinsicObject.getMimeType
throws
JAXRException
| If the JAXR provider encounters an internal error | false |
| false |
JAXR:JAVADOC:678 | void | javax.xml.registry.infomodel.ExtrinsicObject.setMimeType
(
String
)
| Sets the mime type associated with this object. <p><DL><DT><B>Capability Level: 1 </B></DL> | false |
| false |
JAXR:JAVADOC:679 | void | javax.xml.registry.infomodel.ExtrinsicObject.setMimeType
(
String
)
throws
JAXRException
| If the JAXR provider encounters an internal error | false |
| false |
JAXR:JAVADOC:680 | boolean | javax.xml.registry.infomodel.ExtrinsicObject.isOpaque
| Determines whether the ExtrinsicObject is opaque (not readable) by the registry operator. <p> In some situations, a Submitting Organization may submit content that is encrypted and not even readable by the registry. This attribute allows the registry to know whether this is the case. <p><DL><DT><B>Capability Level: 1 </B></DL> | false |
| false |
JAXR:JAVADOC:681 | boolean | javax.xml.registry.infomodel.ExtrinsicObject.isOpaque
throws
JAXRException
| If the JAXR provider encounters an internal error | false |
| false |
JAXR:JAVADOC:683 | void | javax.xml.registry.infomodel.ExtrinsicObject.setOpaque
(
boolean
)
throws
JAXRException
| If the JAXR provider encounters an internal error | false |
| false |
JAXR:JAVADOC:686 | DataHandler | javax.xml.registry.infomodel.ExtrinsicObject.getRepositoryItem
throws
JAXRException
| If the JAXR provider encounters an internal error | false |
| false |
JAXR:JAVADOC:687 | void | javax.xml.registry.infomodel.ExtrinsicObject.setRepositoryItem
(
DataHandler
)
| Sets the repository item for this object. <p><DL><DT><B>Capability Level: 1 </B></DL> | false |
| false |
JAXR:JAVADOC:689 | void | javax.xml.registry.infomodel.ExtrinsicObject.setRepositoryItem
(
DataHandler
)
throws
JAXRException
| If the JAXR provider encounters an internal error | false |
| false |
JAXR:JAVADOC:690 | Collection | javax.xml.registry.infomodel.ExternalLink.getLinkedObjects
| Gets the collection of RegistryObjects that are annotated by this ExternalLink. <p><DL><DT><B>Capability Level: 0 </B></DL> @return Collection of RegistryObjects. Return an empty Collection if no RegistryObjects are annotated by this object. @throws JAXRException If the JAXR provider encounters an internal error | true |
| true |
JAXR:JAVADOC:692 | String | javax.xml.registry.infomodel.ExternalLink.getExternalURI
| * Gets URI to the an external resource * Default is a NULL String. * * <p><DL><DT><B>Capability Level: 0 </B></DL> * * @return the URI String for this object (e.g. "http://java.sun.com") * @throws JAXRException If the JAXR provider encounters an internal error * | true |
| true |
JAXR:JAVADOC:694 | void | javax.xml.registry.infomodel.ExternalLink.setExternalURI
(
String
)
| * Sets URI for an external resource * * <p><DL><DT><B>Capability Level: 0 </B></DL> * * @param uri the URI String for this object (e.g. "http://java.sun.com") * @throws JAXRException If the JAXR provider encounters an internal error * | true |
| true |
JAXR:JAVADOC:697 | RegistryObject | javax.xml.registry.infomodel.ExternalIdentifier.getRegistryObject
throws
JAXRException
| If the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:699 | String | javax.xml.registry.infomodel.ExternalIdentifier.getValue
throws
JAXRException
| If the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:701 | void | javax.xml.registry.infomodel.ExternalIdentifier.setValue
(
String
)
throws
JAXRException
| If the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:703 | ClassificationScheme | javax.xml.registry.infomodel.ExternalIdentifier.getIdentificationScheme
throws
JAXRException
| If the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:705 | void | javax.xml.registry.infomodel.ExternalIdentifier.setIdentificationScheme
(
ClassificationScheme
)
throws
JAXRException
| If the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:707 | void | javax.xml.registry.infomodel.ExtensibleObject.addSlot
(
Slot
)
throws
JAXRException
| If the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:709 | void | javax.xml.registry.infomodel.ExtensibleObject.addSlots
(
Collection
)
throws
JAXRException
| If the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:710 | void | javax.xml.registry.infomodel.ExtensibleObject.removeSlot
(
String
)
| Removes a Slot from this object. The Slot is identified by its name. <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:711 | void | javax.xml.registry.infomodel.ExtensibleObject.removeSlot
(
String
)
throws
JAXRException
| If the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:712 | void | javax.xml.registry.infomodel.ExtensibleObject.removeSlots
(
Collection
)
| Removes specified Slots from this object. The Slots are identified by its name. <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:713 | void | javax.xml.registry.infomodel.ExtensibleObject.removeSlots
(
Collection
)
throws
JAXRException
| If the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:715 | Slot | javax.xml.registry.infomodel.ExtensibleObject.getSlot
(
String
)
throws
JAXRException
| If the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:717 | Collection | javax.xml.registry.infomodel.ExtensibleObject.getSlots
throws
JAXRException
| If the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:719 | String | javax.xml.registry.infomodel.EmailAddress.getAddress
throws
JAXRException
| If the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:721 | void | javax.xml.registry.infomodel.EmailAddress.setAddress
(
String
)
throws
JAXRException
| If the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:723 | String | javax.xml.registry.infomodel.EmailAddress.getType
throws
JAXRException
| If the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:725 | void | javax.xml.registry.infomodel.EmailAddress.setType
(
String
)
throws
JAXRException
| If the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:727 | String | javax.xml.registry.infomodel.Concept.getValue
throws
JAXRException
| If the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:728 | void | javax.xml.registry.infomodel.Concept.setValue
(
String
)
| Sets the value (usually a taxonomy value) associated with this Concept. <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:729 | void | javax.xml.registry.infomodel.Concept.setValue
(
String
)
throws
JAXRException
| If the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:731 | void | javax.xml.registry.infomodel.Concept.addChildConcept
(
Concept
)
throws
JAXRException
| If the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:733 | void | javax.xml.registry.infomodel.Concept.addChildConcepts
(
Collection
)
throws
JAXRException
| If the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:735 | void | javax.xml.registry.infomodel.Concept.removeChildConcept
(
Concept
)
throws
JAXRException
| If the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:737 | void | javax.xml.registry.infomodel.Concept.removeChildConcepts
(
Collection
)
throws
JAXRException
| If the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:739 | int | javax.xml.registry.infomodel.Concept.getChildConceptCount
throws
JAXRException
| If the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:741 | Collection | javax.xml.registry.infomodel.Concept.getChildrenConcepts
throws
JAXRException
| If the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:743 | Collection | javax.xml.registry.infomodel.Concept.getDescendantConcepts
throws
JAXRException
| If the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:745 | Concept | javax.xml.registry.infomodel.Concept.getParentConcept
throws
JAXRException
| If the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:747 | ClassificationScheme | javax.xml.registry.infomodel.Concept.getClassificationScheme
throws
JAXRException
| If the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:749 | String | javax.xml.registry.infomodel.Key.getId
throws
JAXRException
| If the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:751 | void | javax.xml.registry.infomodel.Key.setId
(
String
)
throws
JAXRException
| If the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:756 | void | javax.xml.registry.infomodel.ClassificationScheme.addChildConcept
(
Concept
)
throws
JAXRException
| If the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:758 | void | javax.xml.registry.infomodel.ClassificationScheme.addChildConcepts
(
Collection
)
throws
JAXRException
| If the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:760 | void | javax.xml.registry.infomodel.ClassificationScheme.removeChildConcept
(
Concept
)
throws
JAXRException
| If the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:762 | void | javax.xml.registry.infomodel.ClassificationScheme.removeChildConcepts
(
Collection
)
throws
JAXRException
| If the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:764 | int | javax.xml.registry.infomodel.ClassificationScheme.getChildConceptCount
throws
JAXRException
| If the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:766 | Collection | javax.xml.registry.infomodel.ClassificationScheme.getChildrenConcepts
throws
JAXRException
| If the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:768 | Collection | javax.xml.registry.infomodel.ClassificationScheme.getDescendantConcepts
throws
JAXRException
| If the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:769 | boolean | javax.xml.registry.infomodel.ClassificationScheme.isExternal
| Determines whether this ClassificationScheme is an external ClassificationScheme or and internal ClassificationScheme. <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:770 | boolean | javax.xml.registry.infomodel.ClassificationScheme.isExternal
| Determines whether this ClassificationScheme is an external ClassificationScheme or and internal ClassificationScheme. Test false case. <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:771 | boolean | javax.xml.registry.infomodel.ClassificationScheme.isExternal
throws
JAXRException
| If the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:773 | int | javax.xml.registry.infomodel.ClassificationScheme.getValueType
throws
JAXRException
| If the JAXR provider encounters an internal error | false |
| false |
JAXR:JAVADOC:775 | void | javax.xml.registry.infomodel.ClassificationScheme.setValueType
(
int
)
throws
JAXRException
| If the JAXR provider encounters an internal error | false |
| false |
JAXR:JAVADOC:777 | Concept | javax.xml.registry.infomodel.Classification.getConcept
throws
JAXRException
| If the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:778 | void | javax.xml.registry.infomodel.Classification.setConcept
(
Concept
)
| Sets the concept for this internal classification. <p> This method should be used mutually exclusively with the setClassificationScheme method. <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:779 | void | javax.xml.registry.infomodel.Classification.setConcept
(
Concept
)
throws
JAXRException
| If the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:781 | ClassificationScheme | javax.xml.registry.infomodel.Classification.getClassificationScheme
throws
JAXRException
| If the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:782 | void | javax.xml.registry.infomodel.Classification.setClassificationScheme
(
ClassificationScheme
)
| Sets the ClassificationScheme for this external classification. <p> If this method is called then you must also call setValue method. This method should be used mutually exclusively with the setConcept method. <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:783 | void | javax.xml.registry.infomodel.Classification.setClassificationScheme
(
ClassificationScheme
)
throws
JAXRException
| If the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:871 | String | javax.xml.registry.infomodel.Classification.getValue
| This should return the value of the Concept representing the taxonomy element when the Classification is an internal Classification. <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:784 | String | javax.xml.registry.infomodel.Classification.getValue
| Gets the taxonomy value for this Classification. <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:785 | String | javax.xml.registry.infomodel.Classification.getValue
throws
JAXRException
| If the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:786 | void | javax.xml.registry.infomodel.Classification.setValue
(
String
)
| Sets the taxonomy value for this external Classification. <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:787 | void | javax.xml.registry.infomodel.Classification.setValue
(
String
)
throws
JAXRException
| If the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:789 | RegistryObject | javax.xml.registry.infomodel.Classification.getClassifiedObject
throws
JAXRException
| If the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:790 | void | javax.xml.registry.infomodel.Classification.setClassifiedObject
(
RegistryObject
)
| Sets the object that is being classified. <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:791 | void | javax.xml.registry.infomodel.Classification.setClassifiedObject
(
RegistryObject
)
throws
JAXRException
| If the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:794 | boolean | javax.xml.registry.infomodel.Classification.isExternal
throws
JAXRException
| If the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:801 | User | javax.xml.registry.infomodel.AuditableEvent.getUser
| Gets the User associated with this object. <p><DL><DT><B>Capability Level: 1 </B></DL> | false |
| false |
JAXR:JAVADOC:802 | User | javax.xml.registry.infomodel.AuditableEvent.getUser
throws
JAXRException
| If the JAXR provider encounters an internal error | false |
| false |
JAXR:JAVADOC:804 | Timestamp | javax.xml.registry.infomodel.AuditableEvent.getTimestamp
throws
JAXRException
| If the JAXR provider encounters an internal error | false |
| false |
JAXR:JAVADOC:806 | int | javax.xml.registry.infomodel.AuditableEvent.getEventType
throws
JAXRException
| If the JAXR provider encounters an internal error | false |
| false |
JAXR:JAVADOC:808 | RegistryObject | javax.xml.registry.infomodel.AuditableEvent.getRegistryObject
throws
JAXRException
| If the JAXR provider encounters an internal error | false |
| false |
JAXR:JAVADOC:810 | RegistryObject | javax.xml.registry.infomodel.Association.getSourceObject
throws
JAXRException
| If the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:812 | void | javax.xml.registry.infomodel.Association.setSourceObject
(
RegistryObject
)
throws
JAXRException
| If the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:814 | RegistryObject | javax.xml.registry.infomodel.Association.getTargetObject
throws
JAXRException
| If the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:816 | void | javax.xml.registry.infomodel.Association.setTargetObject
(
RegistryObject
)
throws
JAXRException
| If the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:817 | Concept | javax.xml.registry.infomodel.Association.getAssociationType
| Gets the association type for this Association. <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:818 | Concept | javax.xml.registry.infomodel.Association.getAssociationType
throws
JAXRException
| If the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:819 | void | javax.xml.registry.infomodel.Association.setAssociationType
(
Concept
)
| Sets the association type for this Association. <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:820 | void | javax.xml.registry.infomodel.Association.setAssociationType
(
Concept
)
throws
JAXRException
| If the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:821 | boolean | javax.xml.registry.infomodel.Association.isExtramural
| Determines whether an Association is extramural or not. <p> An Extramural Association must be confirmed by the User(s) that own the source and/or targert object, if they are different from the User who creates this extramural association. Both the sourceObject and targetObject owners must confirm an extramural Association, in order for it to be visible to third parties. <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| false |
JAXR:JAVADOC:822 | boolean | javax.xml.registry.infomodel.Association.isExtramural
throws
JAXRException
| If the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:823 | boolean | javax.xml.registry.infomodel.Association.isConfirmedBySourceOwner
| Determines whether an Association has been confirmed by the owner of the source object. <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:824 | boolean | javax.xml.registry.infomodel.Association.isConfirmedBySourceOwner
| Determines whether an Association has been confirmed by the owner of the source object. Not confirmed case.<p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:825 | boolean | javax.xml.registry.infomodel.Association.isConfirmedBySourceOwner
throws
JAXRException
| If the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:826 | boolean | javax.xml.registry.infomodel.Association.isConfirmedByTargetOwner
| Determines whether an Association has been confirmed by the owner of the target object. <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:827 | boolean | javax.xml.registry.infomodel.Association.isConfirmedByTargetOwner
| Determines whether an Association has been confirmed by the owner of the target object. Unconfirmed test.<p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:828 | boolean | javax.xml.registry.infomodel.Association.isConfirmedByTargetOwner
throws
JAXRException
| If the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:829 | boolean | javax.xml.registry.infomodel.Association.isConfirmed
| Determines whether an Association has been confirmed completely. <p> An association should only be visible to third parties (not involved with the Association) if isConfirmed returns true. <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:830 | boolean | javax.xml.registry.infomodel.Association.isConfirmed
| Determines whether an Association has been confirmed completely.Unconfirmed test. <p> An association should only be visible to third parties (not involved with the Association) if isConfirmed returns true. <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:831 | boolean | javax.xml.registry.infomodel.Association.isConfirmed
throws
JAXRException
| If the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:96 | public static final | javax.xml.registry.String.EXTENSIBLE_OBJECT
|
| true |
| true |
JAXR:JAVADOC:252 | BulkResponse | javax.xml.registry.BusinessQueryManager.findAssociations
(
Collection
, String
, String
, Collection
, Boolean
, Boolean
)
| Finds all Associations that match ALL of the criteria specified by the parameters of this call. This is a Logical AND operation between all non-null parameters. <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:253 | BulkResponse | javax.xml.registry.BusinessQueryManager.findAssociations
(
Collection
, String
, String
, Collection
, Boolean
, Boolean
)
throws
JAXRException
|
| true |
| false |
JAXR:JAVADOC:262 | BulkResponse | javax.xml.registry.BusinessQueryManager.findClassificationSchemes
(
Collection
, Collection
, Collection
, Collection
)
throws
InvalidRequestException
| If multiple matches are found then throw an InvalidRequestException | true |
| true |
JAXR:JAVADOC:264 | ClassificationScheme | javax.xml.registry.BusinessQueryManager.findClassificationSchemeByName
(
String
)
| Find a ClassificationScheme by name based on the specified name pattern. <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:265 | ClassificationScheme | javax.xml.registry.BusinessQueryManager.findClassificationSchemeByName
(
String
)
throws
JAXRException
|
| true |
| false |
JAXR:JAVADOC:387 | ServiceBinding | javax.xml.registry.infomodel.SpecificationLink.getServiceBinding
throws
RegistryException
|
| true |
| false |
JAXR:JAVADOC:522 | Connection | javax.xml.registry.infomodel.RegistryObject.getConnection
| Returns the Connection associated with this object. <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:523 | Connection | javax.xml.registry.infomodel.RegistryObject.getConnection
throws
JAXRException
|
| true |
| false |
JAXR:JAVADOC:685 | DataHandler | javax.xml.registry.infomodel.ExtrinsicObject.getRepositoryItem
throws
UnsupportedCapabilityException
|
| false |
| false |
JAXR:JAVADOC:688 | void | javax.xml.registry.infomodel.ExtrinsicObject.setRepositoryItem
(
DataHandler
)
throws
UnsupportedCapabilityException
|
| false |
| false |
JAXR:JAVADOC:832 | void | javax.xml.registry.infomodel.Association.confirm
| Confirm this Association by the User associated with the caller. The User must be the owner of the sourceObject or the targetObject in this association. the User is not the owner of the sourceObject or the targetObject then InavlidRequestException must be throw. <p> <ul> <li>If Association is intramural then this method does nothing and returns.</li> <li>If Association is extramural and already confirmed (isConfirmed returns true) then this method does nothing and returns.</li> <li>If Association is extramural and not already confirmed then this method confirms the association for the User associated with the caller.</li> </ul> <p> The details of confirming an extramural Association are registry specific. For UDDI and ebXML registries the registry specific details are described in the JAXR specification. </ol> <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:833 | void | javax.xml.registry.infomodel.Association.confirm
throws
JAXRException
|
| true |
| false |
JAXR:JAVADOC:834 | void | javax.xml.registry.infomodel.Association.confirm
throws
InvalidRequestException
|
| true |
| true |
JAXR:JAVADOC:835 | void | javax.xml.registry.infomodel.Association.unConfirm
| Undo a previous confirm of this Association by the User associated with the caller. The User must be the owner of the sourceObject or the targetObject in this association. If the User is not the owner of the sourceObject or the targetObject then InavlidRequestException must be throw. <p> <ul> <li>If Association is intramural then this method does nothing and returns.</li> <li>If Association is extramural and already confirmed (isConfirmed returns true) then this method unconfirms it for the requestor.</li> <li>If Association is extramural and not already confirmed then this method does nothing and returns.</li> </ul> <p> The details of un-confirming an extramural Association are registry specific. For UDDI and ebXML registries the registry specific details are described in the JAXR specification. </ol> <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:836 | void | javax.xml.registry.infomodel.Association.unConfirm
throws
JAXRException
|
| true |
| false |
JAXR:JAVADOC:837 | void | javax.xml.registry.infomodel.Association.unConfirm
throws
InvalidRequestException
|
| true |
| true |
JAXR:JAVADOC:838 | BulkResponse | javax.xml.registry.QueryManager.getRegistryObjects
(
Collection
, String
)
| Gets the specified RegistryObjects. The objects are returned as their concrete type (e.g. Organization, User etc.). <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:839 | BulkResponse | javax.xml.registry.QueryManager.getRegistryObjects
(
Collection
, String
)
throws
JAXRException
| If the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:840 | BulkResponse | javax.xml.registry.LifeCycleManager.deleteObjects
(
Collection
, String
)
| Deletes one or more previously submitted objects from the registry using the object keys and a specified objectType attribute. <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:841 | BulkResponse | javax.xml.registry.LifeCycleManager.deleteObjects
(
Collection
, String
)
throws
JAXRException
| if the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:842 | BulkResponse | javax.xml.registry.BusinessQueryManager.findAssociations
(
Collection
, String
, String
, Collection
)
| Finds all Association objects that match all of the criteria specified by the parameters of this call. This is a logical AND operation between all non-null parameters. If no parameters are specified, no Associations are returned. <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:843 | BulkResponse | javax.xml.registry.BusinessQueryManager.findAssociations
(
Collection
, String
, String
, Collection
)
throws
JAXRException
| if the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:844 | BulkResponse | javax.xml.registry.BusinessQueryManager.findCallerAssociations
(
Collection
, Boolean
, Boolean
, Collection
)
| Finds all Association objects owned by the caller that match all of the criteria specified by the parameters of this call. This is a logical AND operation between all non-null parameters. If no parameters are specified, no Associations are returned. <p> This call is sensitive to the identity of the caller and is a privileged operation that requires the caller to have provided its identity credentials to the Connection associated with this object. <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:845 | BulkResponse | javax.xml.registry.BusinessQueryManager.findCallerAssociations
(
Collection
, Boolean
, Boolean
, Collection
)
throws
JAXRException
| if the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:846 | ClassificationScheme | javax.xml.registry.BusinessQueryManager.findClassificationSchemeByName
(
Collection
, String
)
| Finds a ClassificationScheme by name based on the specified find qualifiers and name pattern. <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:847 | ClassificationScheme | javax.xml.registry.BusinessQueryManager.findClassificationSchemeByName
(
Collection
, String
)
throws
JAXRException
| if the JAXR provider encounters an internal error. Throws an InvalidRequestException if multiple matches are found. | true |
| false |
JAXR:JAVADOC:848 | void | javax.xml.registry.BusinessLifeCycleManager.confirmAssociation
(
Association
)
| Confirms this Association by the User associated with the caller. The User must be the owner of the sourceObject or the targetObject in this association. <p> <ul> <li>If the Association is intramural, this method does nothing and returns.</li> <li>If the Association is extramural and already confirmed (isConfirmed returns true), this method does nothing and returns.</li> <li>If the Association is extramural and not already confirmed, this method confirms the association for the User associated with the caller.</li> </ul> <p> The details of confirming an extramural Association are registry-specific. For UDDI and ebXML registries, the registry-specific details are described in the JAXR specification. </ol> <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:849 | void | javax.xml.registry.BusinessLifeCycleManager.confirmAssociation
(
Association
)
throws
JAXRException
| if the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:850 | void | javax.xml.registry.BusinessLifeCycleManager.confirmAssociation
(
Association
)
throws
InvalidRequestException
| if the User is not the owner of the sourceObject or the targetObject | true |
| true |
JAXR:JAVADOC:851 | void | javax.xml.registry.BusinessLifeCycleManager.unConfirmAssociation
(
Association
)
| Undoes a previous confirmation of this Association by the User associated with the caller. The User must be the owner of the sourceObject or the targetObject in this association. <p> <ul> <li>If the Association is intramural, this method does nothing and returns.</li> <li>If the Association is extramural and already confirmed (isConfirmed returns true), this method unconfirms it for the requestor.</li> <li>If the Association is extramural and not already confirmed, this method does nothing and returns.</li> </ul> <p> The details of unconfirming an extramural Association are registry-specific. For UDDI and ebXML registries, the registry-specific details are described in the JAXR specification. </ol> <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:852 | void | javax.xml.registry.BusinessLifeCycleManager.unConfirmAssociation
(
Association
)
throws
JAXRException
| if the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:853 | void | javax.xml.registry.BusinessLifeCycleManager.unConfirmAssociation
(
Association
)
throws
InvalidRequestException
| if the User is not the owner of the sourceObject or the targetObject | true |
| true |
JAXR:JAVADOC:854 | ServiceBinding | javax.xml.registry.infomodel.SpecificationLink.getServiceBinding
throws
JAXRException
| If the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:855 | LifeCycleManager | javax.xml.registry.infomodel.RegistryObject.getLifeCycleManager
| Returns the LifeCycleManager that created this object. <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:856 | LifeCycleManager | javax.xml.registry.infomodel.RegistryObject.getLifeCycleManager
throws
JAXRException
| If the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:857 | String | javax.xml.registry.infomodel.Concept.getPath
| Gets the canonical path representation for this Concept. <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:858 | String | javax.xml.registry.infomodel.Concept.getPath
throws
JAXRException
| If the JAXR provider encounters an internal error | true |
| false |
JAXR:JAVADOC:859 | RegistryObject | javax.xml.registry.infomodel.Concept.getParent
| Gets the parent Concept or ClassificationScheme for this object. <p><DL><DT><B>Capability Level: 0 </B></DL> | true |
| true |
JAXR:JAVADOC:860 | RegistryObject | javax.xml.registry.infomodel.Concept.getParent
throws
JAXRException
| If the JAXR provider encounters an internal error | true |
| false |