Package | Description |
---|---|
javax.xml.registry |
This package defines APIs to access and programatically interact with metadata registries.
|
javax.xml.registry.infomodel |
This package defines interfaces that define the information model for metadata registries.
|
Modifier and Type | Class and Description |
---|---|
class |
DeleteException
A RegistryException that occurs during a delete action.
|
class |
FindException
A RegistryException that occurs during a find action.
|
class |
InvalidRequestException
This exception is thrown when a JAXR client attempts to invoke an API method
that is not valid for some reason.
|
class |
RegistryException
This is the common base class for all Exceptions that are detected on the registry
provider side rather than the JAXR client side.
|
class |
SaveException
A RegistryException that occurs during a save action.
|
class |
UnexpectedObjectException
This exception is thrown when the JAXR provider finds a Object that is
out-of-place or of the wrong type within the context of a user request.
|
class |
UnsupportedCapabilityException
This exception must be thrown when a JAXR client attempts to invoke an API method
that is not supported by the capability profile that is supported by the
JAXR provider.
|
Modifier and Type | Method and Description |
---|---|
void |
Connection.close()
Closes a Connection when it is no longer needed.
|
void |
BusinessLifeCycleManager.confirmAssociation(Association assoc)
Confirms this Association by the User associated with the caller.
|
Association |
LifeCycleManager.createAssociation(RegistryObject targetObject,
Concept associationType)
Creates an Association instance using the specified
parameters.
|
Classification |
LifeCycleManager.createClassification(ClassificationScheme scheme,
InternationalString name,
String value)
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.
|
Classification |
LifeCycleManager.createClassification(ClassificationScheme scheme,
String name,
String value)
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.
|
Classification |
LifeCycleManager.createClassification(Concept concept)
Creates a Classification instance for an internal
Classification using the specified Concept that identifies
a taxonomy element within an internal ClassificationScheme.
|
ClassificationScheme |
LifeCycleManager.createClassificationScheme(Concept concept)
Creates a ClassificationScheme from a Concept that has no
ClassificationScheme or parent Concept.
|
ClassificationScheme |
LifeCycleManager.createClassificationScheme(InternationalString name,
InternationalString description)
Creates a ClassificationScheme given the specified
InternationalString parameters.
|
ClassificationScheme |
LifeCycleManager.createClassificationScheme(String name,
String description)
Creates a ClassificationScheme given the specified String parameters.
|
Concept |
LifeCycleManager.createConcept(RegistryObject parent,
InternationalString name,
String value)
Creates a Concept instance using the specified
parameters, where the name is an InternationalString.
|
Concept |
LifeCycleManager.createConcept(RegistryObject parent,
String name,
String value)
Creates a Concept instance using the specified
parameters, where the name is a String.
|
abstract Connection |
ConnectionFactory.createConnection()
Create a named connection.
|
EmailAddress |
LifeCycleManager.createEmailAddress(String address)
Creates an EmailAddress instance using an address as the
parameter.
|
EmailAddress |
LifeCycleManager.createEmailAddress(String address,
String type)
Creates an EmailAddress instance using both an address and a type as
parameters.
|
ExternalIdentifier |
LifeCycleManager.createExternalIdentifier(ClassificationScheme identificationScheme,
InternationalString name,
String value)
Creates an ExternalIdentifier instance using the specified
parameters, where the name is an InternationalString.
|
ExternalIdentifier |
LifeCycleManager.createExternalIdentifier(ClassificationScheme identificationScheme,
String name,
String value)
Creates an ExternalIdentifier instance using the specified
parameters, where the name is a String.
|
ExternalLink |
LifeCycleManager.createExternalLink(String externalURI,
InternationalString description)
Creates an ExternalLink instance using the specified
parameters, where the description is an InternationalString.
|
ExternalLink |
LifeCycleManager.createExternalLink(String externalURI,
String description)
Creates an ExternalLink instance using the specified
parameters, where the description is a String.
|
ExtrinsicObject |
LifeCycleManager.createExtrinsicObject(DataHandler repositoryItem)
Creates an ExtrinsicObject instance using the specified
parameters.
|
abstract FederatedConnection |
ConnectionFactory.createFederatedConnection(Collection connections)
Create a FederatedConnection.
|
InternationalString |
LifeCycleManager.createInternationalString()
Creates an empty InternationalString instance.
|
InternationalString |
LifeCycleManager.createInternationalString(Locale l,
String s)
Creates an InternationalString instance using the specified
Locale and String parameters.
|
InternationalString |
LifeCycleManager.createInternationalString(String s)
Creates an InternationalString instance using a String
parameter and the default Locale.
|
Key |
LifeCycleManager.createKey(String id)
Creates a Key instance from an ID.
|
LocalizedString |
LifeCycleManager.createLocalizedString(Locale l,
String s)
Creates a LocalizedString instance using the specified
Locale and String parameters.
|
LocalizedString |
LifeCycleManager.createLocalizedString(Locale l,
String s,
String charSetName)
Creates a LocalizedString instance using the specified
Locale, String, and character set parameters.
|
Object |
LifeCycleManager.createObject(String interfaceName)
Creates instances of information model
interfaces (factory method).
|
Organization |
LifeCycleManager.createOrganization(InternationalString name)
Creates an Organization instance using the specified
name, where the name is an InternationalString.
|
Organization |
LifeCycleManager.createOrganization(String name)
Creates an Organization instance using the specified
name, where the name is a String.
|
PersonName |
LifeCycleManager.createPersonName(String fullName)
Creates a PersonName instance using the specified
full name.
|
PersonName |
LifeCycleManager.createPersonName(String firstName,
String middleName,
String lastName)
Creates a PersonName instance using the specified
first, middle, and last names.
|
PostalAddress |
LifeCycleManager.createPostalAddress(String streetNumber,
String street,
String city,
String stateOrProvince,
String country,
String postalCode,
String type)
Creates a PostalAddress instance using the specified
parameters.
|
Query |
DeclarativeQueryManager.createQuery(int queryType,
String queryString)
Creates a Query object given a queryType (for example, QUERY_TYPE_SQL) and a String
that represents a query in the syntax appropriate for queryType.
|
RegistryPackage |
LifeCycleManager.createRegistryPackage(InternationalString name)
Creates a RegistryPackage instance using the specified
name, where the name is an InternationalString.
|
RegistryPackage |
LifeCycleManager.createRegistryPackage(String name)
Creates a RegistryPackage instance using the specified
name, where the name is a String.
|
Service |
LifeCycleManager.createService(InternationalString name)
Creates a Service instance using the specified
name, where the name is an InternationalString.
|
Service |
LifeCycleManager.createService(String name)
Creates a Service instance using the specified
name, where the name is a String.
|
ServiceBinding |
LifeCycleManager.createServiceBinding()
Creates an empty ServiceBinding instance.
|
Slot |
LifeCycleManager.createSlot(String name,
Collection values,
String slotType)
Creates a Slot instance using the specified
parameters, where the value is a Collection of Strings.
|
Slot |
LifeCycleManager.createSlot(String name,
String value,
String slotType)
Creates a Slot instance using the specified
parameters, where the value is a String.
|
SpecificationLink |
LifeCycleManager.createSpecificationLink()
Creates an empty SpecificationLink instance.
|
TelephoneNumber |
LifeCycleManager.createTelephoneNumber()
Creates an empty TelephoneNumber instance.
|
User |
LifeCycleManager.createUser()
Creates an empty User instance.
|
BulkResponse |
BusinessLifeCycleManager.deleteAssociations(Collection associationKeys)
Deletes the Associations corresponding to the specified Keys.
|
BulkResponse |
BusinessLifeCycleManager.deleteClassificationSchemes(Collection schemeKeys)
Deletes the ClassificationSchemes corresponding to the specified Keys.
|
BulkResponse |
BusinessLifeCycleManager.deleteConcepts(Collection conceptKeys)
Deletes the Concepts corresponding to the specified Keys.
|
BulkResponse |
LifeCycleManager.deleteObjects(Collection keys)
Deletes one or more previously submitted objects from the registry
using the object keys.
|
BulkResponse |
LifeCycleManager.deleteObjects(Collection keys,
String objectType)
Deletes one or more previously submitted objects from the registry
using the object keys and a specified objectType attribute.
|
BulkResponse |
BusinessLifeCycleManager.deleteOrganizations(Collection organizationKeys)
Deletes the organizations corresponding to the specified Keys.
|
BulkResponse |
BusinessLifeCycleManager.deleteServiceBindings(Collection bindingKeys)
Deletes the ServiceBindings corresponding to the specified Keys.
|
BulkResponse |
BusinessLifeCycleManager.deleteServices(Collection serviceKeys)
Deletes the services corresponding to the specified Keys.
|
BulkResponse |
LifeCycleManager.deprecateObjects(Collection keys)
Deprecates one or more previously submitted objects.
|
BulkResponse |
DeclarativeQueryManager.executeQuery(Query query)
Executes a query as specified by query parameter.
|
BulkResponse |
BusinessQueryManager.findAssociations(Collection findQualifiers,
String sourceObjectId,
String targetObjectId,
Collection associationTypes)
Finds all Association objects that match all of the criteria specified by the parameters of this call.
|
BulkResponse |
BusinessQueryManager.findCallerAssociations(Collection findQualifiers,
Boolean confirmedByCaller,
Boolean confirmedByOtherParty,
Collection associationTypes)
Finds all Association objects owned by the caller that match all of the criteria specified by the parameters of this call.
|
ClassificationScheme |
BusinessQueryManager.findClassificationSchemeByName(Collection findQualifiers,
String namePattern)
Finds a ClassificationScheme by name based on the specified find
qualifiers and name pattern.
|
BulkResponse |
BusinessQueryManager.findClassificationSchemes(Collection findQualifiers,
Collection namePatterns,
Collection classifications,
Collection externalLinks)
Finds all ClassificationScheme objects that match all of the criteria specified by the parameters of this call.
|
Concept |
BusinessQueryManager.findConceptByPath(String path)
Finds a Concept based on the path specified.
|
BulkResponse |
BusinessQueryManager.findConcepts(Collection findQualifiers,
Collection namePatterns,
Collection classifications,
Collection externalIdentifiers,
Collection externalLinks)
Finds all Concept objects that match all of the criteria specified by the parameters of this call.
|
BulkResponse |
BusinessQueryManager.findOrganizations(Collection findQualifiers,
Collection namePatterns,
Collection classifications,
Collection specifications,
Collection externalIdentifiers,
Collection externalLinks)
Finds all Organization objects that match all of the criteria specified by the parameters of this call.
|
BulkResponse |
BusinessQueryManager.findRegistryPackages(Collection findQualifiers,
Collection namePatterns,
Collection classifications,
Collection externalLinks)
Finds all RegistryPackage objects that match all of the criteria specified by the parameters of this call.
|
BulkResponse |
BusinessQueryManager.findServiceBindings(Key serviceKey,
Collection findQualifiers,
Collection classifications,
Collection specifications)
Finds all ServiceBinding objects that match all of the criteria specified by the parameters of this call.
|
BulkResponse |
BusinessQueryManager.findServices(Key orgKey,
Collection findQualifiers,
Collection namePatterns,
Collection classifications,
Collection specifications)
Finds all Service objects that match all of the criteria specified by the parameters of this call.
|
BulkResponse |
RegistryService.getBulkResponse(String requestId)
Returns the BulkResponse associated with specified requestId.
|
BusinessLifeCycleManager |
RegistryService.getBusinessLifeCycleManager()
Returns the BusinessLifeCycleManager object implemented by the JAXR provider.
|
BusinessQueryManager |
RegistryService.getBusinessQueryManager()
Returns the BusinessQueryManager object implemented by the JAXR provider.
|
int |
CapabilityProfile.getCapabilityLevel()
Gets the capability level supported by the JAXR provider.
|
CapabilityProfile |
RegistryService.getCapabilityProfile()
Returns the CapabilityProfile for the JAXR provider.
|
Collection |
BulkResponse.getCollection()
Get the Collection of objects returned as a response of a
bulk operation.
|
Set |
Connection.getCredentials()
Gets the credentials associated with this client.
|
DeclarativeQueryManager |
RegistryService.getDeclarativeQueryManager()
Returns the DeclarativeQueryManager object implemented by the JAXR provider.
|
ClassificationScheme |
RegistryService.getDefaultPostalScheme()
Gets the default user-defined postal scheme for codifying the attributes of PostalAddress.
|
Key |
RegistryException.getErrorObjectKey()
Gets the Key to the first object that encountered an error in the registry.
|
Collection |
BulkResponse.getExceptions()
Get the Collection of RegistryException instances in case of partial commit.
|
abstract Properties |
ConnectionFactory.getProperties()
Gets the Properties used during createConnection
and createFederatedConnection calls.
|
RegistryObject |
QueryManager.getRegistryObject(String id)
Gets the RegistryObject specified by the Id.
|
RegistryObject |
QueryManager.getRegistryObject(String id,
String objectType)
Gets the RegistryObject specified by the Id and type of object.
|
BulkResponse |
QueryManager.getRegistryObjects()
Gets the RegistryObjects owned by the caller.
|
BulkResponse |
QueryManager.getRegistryObjects(Collection objectKeys)
Gets the specified RegistryObjects.
|
BulkResponse |
QueryManager.getRegistryObjects(Collection objectKeys,
String objectTypes)
Gets the specified RegistryObjects.
|
BulkResponse |
QueryManager.getRegistryObjects(String objectType)
Gets the RegistryObjects owned by the caller, that are of the specified type.
|
RegistryService |
QueryManager.getRegistryService()
Returns the parent RegistryService that created this object.
|
RegistryService |
LifeCycleManager.getRegistryService()
Returns the parent RegistryService that created this object.
|
RegistryService |
Connection.getRegistryService()
Gets the RegistryService interface associated with the Connection.
|
String |
JAXRResponse.getRequestId()
Returns the unique id for the request that generated this response.
|
int |
JAXRResponse.getStatus()
Returns the status for this response.
|
int |
Query.getType()
Gets the type of Query (for example, QUERY_TYPE_SQL).
|
String |
CapabilityProfile.getVersion()
Gets the JAXR specification version supported by the JAXR provider.
|
boolean |
JAXRResponse.isAvailable()
Returns true if a response is available, false otherwise.
|
boolean |
JAXRException.isAvailable()
Returns true if a response is available, false otherwise.
|
boolean |
Connection.isClosed()
Indicated whether this Connection has been closed or not.
|
boolean |
BulkResponse.isPartialResponse()
Determines whether the response is a partial response due to large result set.
|
boolean |
Connection.isSynchronous()
Indicates whether a client uses synchronous communication with JAXR provider or not.
|
String |
RegistryService.makeRegistrySpecificRequest(String request)
Takes a String that is an XML request in a registry-specific
format, sends the request to the registry, and returns a String that is
the registry-specific XML response.
|
static ConnectionFactory |
ConnectionFactory.newInstance()
Creates a default
ConnectionFactory object. |
BulkResponse |
BusinessLifeCycleManager.saveAssociations(Collection associations,
boolean replace)
Saves the specified Association instances.
|
BulkResponse |
BusinessLifeCycleManager.saveClassificationSchemes(Collection schemes)
Saves the specified ClassificationScheme instances.
|
BulkResponse |
BusinessLifeCycleManager.saveConcepts(Collection concepts)
Saves the specified Concepts.
|
BulkResponse |
LifeCycleManager.saveObjects(Collection objects)
Saves one or more Objects to the registry.
|
BulkResponse |
BusinessLifeCycleManager.saveOrganizations(Collection organizations)
Saves the specified Organizations.
|
BulkResponse |
BusinessLifeCycleManager.saveServiceBindings(Collection bindings)
Saves the specified ServiceBindings.
|
BulkResponse |
BusinessLifeCycleManager.saveServices(Collection services)
Saves the specified Services.
|
void |
Connection.setCredentials(Set credentials)
Sets the Credentials associated with this client.
|
void |
RegistryException.setErrorObjectKey(Key key)
Sets the Key to the first object that encountered an error in the registry.
|
abstract void |
ConnectionFactory.setProperties(Properties properties)
Sets the Properties used during createConnection
and createFederatedConnection calls.
|
void |
Connection.setSynchronous(boolean sync)
Sets whether the client uses synchronous communication or not.
|
void |
BusinessLifeCycleManager.unConfirmAssociation(Association assoc)
Undoes a previous confirmation of this Association by the User associated with the caller.
|
BulkResponse |
LifeCycleManager.unDeprecateObjects(Collection keys)
Undeprecates one or more previously deprecated objects.
|
Modifier and Type | Method and Description |
---|---|
void |
RegistryObject.addAssociation(Association association)
Adds specified Association to use this object as source.
|
void |
RegistryObject.addAssociations(Collection associations)
Adds specified Associations to use this object as source.
|
void |
Concept.addChildConcept(Concept concept)
Adds a child Concept.
|
void |
ClassificationScheme.addChildConcept(Concept concept)
Adds a child Concept.
|
void |
Concept.addChildConcepts(Collection concepts)
Adds a Collection of Concept children.
|
void |
ClassificationScheme.addChildConcepts(Collection concepts)
Adds a Collection of Concept children.
|
void |
Organization.addChildOrganization(Organization organization)
Adds a child Organization.
|
void |
Organization.addChildOrganizations(Collection organizations)
Adds a Collection of Organization children.
|
void |
RegistryObject.addClassification(Classification classification)
Adds specified Classification to this object.
|
void |
RegistryObject.addClassifications(Collection classifications)
Adds specified Classifications to this object.
|
void |
RegistryObject.addExternalIdentifier(ExternalIdentifier externalIdentifier)
Adds specified ExternalIdentifier as an external identifier to this object.
|
void |
RegistryObject.addExternalIdentifiers(Collection externalIdentifiers)
Adds specified ExternalIdentifiers as an external identifiers to this object.
|
void |
RegistryObject.addExternalLink(ExternalLink externalLink)
Adds specified ExternalLink to this object.
|
void |
RegistryObject.addExternalLinks(Collection externalLinks)
Adds specified ExternalLinks to this object.
|
void |
InternationalString.addLocalizedString(LocalizedString localizedString)
Adds a LocalizedString to this object.
|
void |
InternationalString.addLocalizedStrings(Collection localizedStrings)
Adds many LocalizedStrings to this object.
|
void |
RegistryPackage.addRegistryObject(RegistryObject registryObject)
Adds a child RegistryObject as member.
|
void |
RegistryPackage.addRegistryObjects(Collection registryObjects)
Adds a Collection of RegistryObject children as members.
|
void |
Organization.addService(Service service)
Adds a child Service.
|
void |
Service.addServiceBinding(ServiceBinding serviceBinding)
Adds a child ServiceBinding.
|
void |
Service.addServiceBindings(Collection serviceBindings)
Adds a Collection of ServiceBinding children.
|
void |
Organization.addServices(Collection services)
Adds a Collection of Service children.
|
void |
ExtensibleObject.addSlot(Slot slot)
Adds a Slot to this object.
|
void |
ExtensibleObject.addSlots(Collection slots)
Adds more Slots to this object.
|
void |
ServiceBinding.addSpecificationLink(SpecificationLink specificationLink)
Adds a child SpecificationLink.
|
void |
ServiceBinding.addSpecificationLinks(Collection specificationLinks)
Adds a Collection of SpecificationLink children.
|
void |
Organization.addUser(User user)
Adds a User.
|
void |
Organization.addUsers(Collection users)
Adds a Collection of Users.
|
String |
ServiceBinding.getAccessURI()
Gets the URI that gives access to the service via this binding.
|
String |
EmailAddress.getAddress()
Returns the email address for this object.
|
String |
TelephoneNumber.getAreaCode()
Gets the area code.
|
Collection |
RegistryObject.getAssociatedObjects()
Returns the collection of RegistryObject instances associated with this object.
|
Collection |
RegistryObject.getAssociations()
Gets all Associations where this object is source.
|
Concept |
Association.getAssociationType()
Gets the association type for this Association.
|
Collection |
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.
|
String |
LocalizedString.getCharsetName()
Gets the canonical name for the charset for this object.
|
int |
Concept.getChildConceptCount()
Gets number of children.
|
int |
ClassificationScheme.getChildConceptCount()
Gets number of children.
|
int |
Organization.getChildOrganizationCount()
Gets number of children.
|
Collection |
Organization.getChildOrganizations()
Gets all immediate children Organizations.
|
Collection |
Concept.getChildrenConcepts()
Gets all immediate children Concepts.
|
Collection |
ClassificationScheme.getChildrenConcepts()
Gets all immediate children Concepts.
|
String |
PostalAddress.getCity()
Returns the city.
|
Collection |
RegistryObject.getClassifications()
Gets the Classification instances that classify this object.
|
ClassificationScheme |
Concept.getClassificationScheme()
Gets the ClassificationScheme that this Concept is a descendent of.
|
ClassificationScheme |
Classification.getClassificationScheme()
Gets the ClassificationScheme that is used in classifying the object.
|
RegistryObject |
Classification.getClassifiedObject()
Gets the Object that is being classified.
|
Concept |
Classification.getConcept()
Gets the Concept that is classifying the object.
|
String |
PostalAddress.getCountry()
Returns the country.
|
String |
TelephoneNumber.getCountryCode()
Gets the country code.
|
Collection |
Concept.getDescendantConcepts()
Gets all descendant Concepts.
|
Collection |
ClassificationScheme.getDescendantConcepts()
Gets all descendant Concepts.
|
Collection |
Organization.getDescendantOrganizations()
Gets all descendant Organizations.
|
InternationalString |
RegistryObject.getDescription()
Gets the textual description for this object.
|
Collection |
User.getEmailAddresses()
Gets the email addresses for this User.
|
int |
AuditableEvent.getEventType()
Gets the type of this event.
|
Date |
RegistryEntry.getExpiration()
Gets expirationDate attribute of the RegistryEntry within the Registry.
|
String |
TelephoneNumber.getExtension()
Gets the internal extension.
|
Collection |
RegistryObject.getExternalIdentifiers()
Returns the ExternalIdentifiers associated with this object
that are external identifiers for this object.
|
Collection |
RegistryObject.getExternalLinks()
Returns the ExternalLinks associated with this object.
|
String |
ExternalLink.getExternalURI()
Gets URI to the an external resource.
|
String |
PersonName.getFirstName()
Gets the first name for this Person.
|
String |
PersonName.getFullName()
Gets the fully formatted name for this person.
|
String |
Key.getId()
Returns the unique Id of this key.
|
ClassificationScheme |
ExternalIdentifier.getIdentificationScheme()
Gets the ClassificationScheme that is used as the identification scheme
for identifying this object.
|
Key |
RegistryObject.getKey()
Gets the key representing the universally unique ID (UUID) for this object.
|
String |
PersonName.getLastName()
Gets the last name (surname) for this Person.
|
LifeCycleManager |
RegistryObject.getLifeCycleManager()
Returns the LifeCycleManager that created this object.
|
Collection |
ExternalLink.getLinkedObjects()
Gets the collection of RegistryObjects that are annotated by this
ExternalLink.
|
Locale |
LocalizedString.getLocale()
Get the Locale for this object.
|
LocalizedString |
InternationalString.getLocalizedString(Locale locale,
String charsetName)
Gets the LocalizedString for the specified Locale and charsetName.
|
Collection |
InternationalString.getLocalizedStrings()
Returns the LocalizedStrings associated with this object.
|
int |
Versionable.getMajorVersion()
Gets the major revision number for this version of the Versionable object.
|
String |
PersonName.getMiddleName()
Gets the middle name for this Person.
|
String |
ExtrinsicObject.getMimeType()
Gets the mime type associated with this object.
|
int |
Versionable.getMinorVersion()
Gets the minor revision number for this version of the Versionable object.
|
String |
Slot.getName()
Gets the name for this Slot.
|
InternationalString |
RegistryObject.getName()
Gets the user-friendly name of this object.
|
String |
TelephoneNumber.getNumber()
Gets the telephone number suffix, not including the country or area code.
|
Concept |
RegistryObject.getObjectType()
Gets the object type that best describes the RegistryObject.
|
Organization |
User.getOrganization()
Gets the Organization that this User is affiliated with.
|
RegistryObject |
Concept.getParent()
Gets the parent Concept or ClassificationScheme for this object.
|
Concept |
Concept.getParentConcept()
Gets the parent Concept or null if parent is a ClassificationScheme.
|
Organization |
Organization.getParentOrganization()
Gets the parent (container) organization.
|
String |
Concept.getPath()
Gets the canonical path representation for this Concept.
|
PersonName |
User.getPersonName()
Returns the name of this User.
|
PostalAddress |
Organization.getPostalAddress()
Gets the Address for this Organization.
|
Collection |
User.getPostalAddresses()
Gets the postal address for this User.
|
String |
PostalAddress.getPostalCode()
Returns the postal or zip code.
|
ClassificationScheme |
PostalAddress.getPostalScheme()
Returns a user-defined postal scheme for codifying the attributes of PostalAddress.
|
User |
Organization.getPrimaryContact()
Gets the primary Contact for this Organization.
|
Organization |
Service.getProvidingOrganization()
Gets the Organization that provides this service.
|
RegistryObject |
ExternalIdentifier.getRegistryObject()
Gets the parent RegistryObject for this ExternalIdentifier.
|
RegistryObject |
AuditableEvent.getRegistryObject()
Gets the RegistryObject associated with this AuditableEvent.
|
Set |
RegistryPackage.getRegistryObjects()
Gets the collection of member RegistryObjects of this RegistryPackage.
|
Collection |
RegistryObject.getRegistryPackages()
Returns the Package associated with this object.
|
DataHandler |
ExtrinsicObject.getRepositoryItem()
Gets the repository item for this object.
|
Organization |
Organization.getRootOrganization()
Gets the root organization.
|
Service |
ServiceBinding.getService()
Gets the parent service for which this is a binding.
|
ServiceBinding |
SpecificationLink.getServiceBinding()
Gets the parent ServiceBinding for this SpecificationLink.
|
Collection |
Service.getServiceBindings()
Gets all children ServiceBindings.
|
Collection |
Organization.getServices()
Gets all children Services.
|
Slot |
ExtensibleObject.getSlot(String slotName)
Gets the slot specified by slotName.
|
Collection |
ExtensibleObject.getSlots()
Returns the Slots associated with this object.
|
String |
Slot.getSlotType()
Gets the slotType for this Slot.
|
RegistryObject |
Association.getSourceObject()
Gets the Object that is the source of this Association.
|
Collection |
ServiceBinding.getSpecificationLinks()
Gets all children SpecificationLinks.
|
RegistryObject |
SpecificationLink.getSpecificationObject()
Gets the specification object for this object.
|
int |
RegistryEntry.getStability()
Gets the stability indicator for the RegistryEntry within the Registry.
|
String |
PostalAddress.getStateOrProvince()
Returns the state or province.
|
int |
RegistryEntry.getStatus()
Gets the life cycle status of the RegistryEntry within the registry.
|
String |
PostalAddress.getStreet()
Returns the street name.
|
String |
PostalAddress.getStreetNumber()
Returns the street number.
|
Organization |
RegistryObject.getSubmittingOrganization()
Gets the Organization that submitted this RegistryObject.
|
ServiceBinding |
ServiceBinding.getTargetBinding()
Gets the next ServiceBinding in case there is a redirection from
one service provider to another service provider.
|
RegistryObject |
Association.getTargetObject()
Gets the Object that is the target of this Association.
|
Collection |
User.getTelephoneNumbers(String phoneType)
Gets the telephone numbers for this User that match the specified telephone number type.
|
Collection |
Organization.getTelephoneNumbers(String phoneType)
Gets the telephone numbers for this User that match the specified telephone number type.
|
Timestamp |
AuditableEvent.getTimestamp()
Gets the Timestamp for when this event occurred.
|
String |
User.getType()
Gets the type for this User.
|
String |
TelephoneNumber.getType()
The type of telephone number (for example, "fax").
|
String |
PostalAddress.getType()
Returns the type of address (for example, "headquarters") as a String.
|
String |
EmailAddress.getType()
Gets the type for this object.
|
URL |
User.getUrl()
Gets the URL to the web page for this User.
|
String |
TelephoneNumber.getUrl()
Gets the URL that can dial this number electronically.
|
InternationalString |
SpecificationLink.getUsageDescription()
Gets the description of usage parameters.
|
Collection |
SpecificationLink.getUsageParameters()
Gets any usage parameters.
|
User |
AuditableEvent.getUser()
Gets the User associated with this object.
|
Collection |
Organization.getUsers()
Gets the Collection of Users affiliated with this Organization.
|
String |
Versionable.getUserVersion()
Gets the user-specified revision number for this version of the Versionable object.
|
boolean |
URIValidator.getValidateURI()
Gets whether to do URI validation for this object.
|
String |
LocalizedString.getValue()
Get the String value for this object.
|
String |
InternationalString.getValue()
Gets the String value for the Locale returned by Locale.getDefault().
|
String |
ExternalIdentifier.getValue()
Gets the value of an ExternalIdentifier.
|
String |
Concept.getValue()
Gets the value (usually a code in a taxonomy) associated with this Concept.
|
String |
Classification.getValue()
Gets the taxonomy value for this Classification.
|
String |
InternationalString.getValue(Locale locale)
Gets the String value for the specified Locale.
|
Collection |
Slot.getValues()
Gets the values for this Slot.
|
int |
ClassificationScheme.getValueType()
Gets the value type for this object.
|
boolean |
Association.isConfirmed()
Determines whether an Association has been confirmed completely.
|
boolean |
Association.isConfirmedBySourceOwner()
Determines whether an Association has been confirmed by the owner of the source object.
|
boolean |
Association.isConfirmedByTargetOwner()
Determines whether an Association has been confirmed by the owner of the target object.
|
boolean |
ClassificationScheme.isExternal()
Determines whether this ClassificationScheme is an external ClassificationScheme
or an internal ClassificationScheme.
|
boolean |
Classification.isExternal()
Returns true if this is an external classification.
|
boolean |
Association.isExtramural()
Determines whether an Association is extramural or not.
|
boolean |
ExtrinsicObject.isOpaque()
Determines whether the ExtrinsicObject is opaque (not readable) by the registry operator.
|
void |
RegistryObject.removeAssociation(Association association)
Removes specified Association from this object.
|
void |
RegistryObject.removeAssociations(Collection associations)
Removes specified Associations from this object.
|
void |
Concept.removeChildConcept(Concept concept)
Removes a child Concept.
|
void |
ClassificationScheme.removeChildConcept(Concept concept)
Removes a child Concept.
|
void |
Concept.removeChildConcepts(Collection concepts)
Removes a Collection of children Concepts.
|
void |
ClassificationScheme.removeChildConcepts(Collection concepts)
Removes a Collection of children Concepts.
|
void |
Organization.removeChildOrganization(Organization organization)
Removes a child Organization.
|
void |
Organization.removeChildOrganizations(Collection organizations)
Removes a Collection of children Organizations.
|
void |
RegistryObject.removeClassification(Classification classification)
Removes specified Classification from this object.
|
void |
RegistryObject.removeClassifications(Collection classifications)
Removes specified Classifications from this object.
|
void |
RegistryObject.removeExternalIdentifier(ExternalIdentifier externalIdentifier)
Removes specified ExternalIdentifier as an external identifier from this object.
|
void |
RegistryObject.removeExternalIdentifiers(Collection externalIdentifiers)
Removes specified ExternalIdentifiers as an external identifiers from this object.
|
void |
RegistryObject.removeExternalLink(ExternalLink externalLink)
Removes specified ExternalLink from this object.
|
void |
RegistryObject.removeExternalLinks(Collection externalLinks)
Removes specified ExternalLinks from this object.
|
void |
InternationalString.removeLocalizedString(LocalizedString localizedString)
Removes a LocalizedString from this object.
|
void |
InternationalString.removeLocalizedStrings(Collection localizedStrings)
Removes specified LocalizedStrings to this object.
|
void |
RegistryPackage.removeRegistryObject(RegistryObject registryObject)
Removes a child RegistryObject from membership.
|
void |
RegistryPackage.removeRegistryObjects(Collection registryObjects)
Removes a Collection of children RegistryObjects from membership.
|
void |
Organization.removeService(Service service)
Removes a Service from this object.
|
void |
Service.removeServiceBinding(ServiceBinding serviceBinding)
Removes a child ServiceBinding.
|
void |
Service.removeServiceBindings(Collection serviceBindings)
Removes a Collection of children ServiceBindings.
|
void |
Organization.removeServices(Collection services)
Removes a Collection of children Services from this object.
|
void |
ExtensibleObject.removeSlot(String slotName)
Removes a Slot from this object.
|
void |
ExtensibleObject.removeSlots(Collection slotNames)
Removes specified Slots from this object.
|
void |
ServiceBinding.removeSpecificationLink(SpecificationLink specificationLink)
Removes a child SpecificationLink.
|
void |
ServiceBinding.removeSpecificationLinks(Collection specificationLinks)
Removes a Collection of children SpecificationLinks.
|
void |
Organization.removeUser(User user)
Removes a User.
|
void |
Organization.removeUsers(Collection users)
Removes a Collection of Users.
|
void |
ServiceBinding.setAccessURI(String uri)
Sets the URI that gives access to the service via this binding.
|
void |
EmailAddress.setAddress(String address)
Sets the email address for this object.
|
void |
TelephoneNumber.setAreaCode(String areaCode)
Sets the area code.
|
void |
RegistryObject.setAssociations(Collection associations)
Replaces all previous Associations from this object with
specified Associations.
|
void |
Association.setAssociationType(Concept associationType)
Sets the association type for this Association.
|
void |
LocalizedString.setCharsetName(String charsetName)
Set the canonical name for the charset for this object.
|
void |
PostalAddress.setCity(String city)
Sets the city.
|
void |
RegistryObject.setClassifications(Collection classifications)
Replaces all previous Classifications with specified
Classifications.
|
void |
Classification.setClassificationScheme(ClassificationScheme classificationScheme)
Sets the ClassificationScheme for this external classification.
|
void |
Classification.setClassifiedObject(RegistryObject classifiedObject)
Sets the object that is being classified.
|
void |
Classification.setConcept(Concept concept)
Sets the concept for this internal classification.
|
void |
PostalAddress.setCountry(String country)
Sets the country.
|
void |
TelephoneNumber.setCountryCode(String countryCode)
Sets country code.
|
void |
RegistryObject.setDescription(InternationalString description)
Sets the context independent textual description for this object.
|
void |
User.setEmailAddresses(Collection emailAddresses)
Sets the Collection of EmailAddress instances for this User.
|
void |
RegistryEntry.setExpiration(Date expiration)
Sets the expirationDate.
|
void |
TelephoneNumber.setExtension(String extension)
Sets the internal extension.
|
void |
RegistryObject.setExternalIdentifiers(Collection externalIdentifiers)
Replaces all previous external identifiers with specified
Collection of ExternalIdentifiers as an external identifier.
|
void |
RegistryObject.setExternalLinks(Collection externalLinks)
Replaces all previous ExternalLinks with specified
ExternalLinks.
|
void |
ExternalLink.setExternalURI(String uri)
Sets URI for an external resource.
|
void |
PersonName.setFirstName(String firstName)
Sets the first name for this Person.
|
void |
PersonName.setFullName(String fullName)
Sets the fully formatted name for this person.
|
void |
Key.setId(String id)
Sets the unique id associated with this key.
|
void |
ExternalIdentifier.setIdentificationScheme(ClassificationScheme identificationScheme)
Sets the ClassificationScheme that is used as the identification scheme
for identifying this object.
|
void |
RegistryObject.setKey(Key key)
Sets the key representing the universally unique ID (UUID) for this object.
|
void |
PersonName.setLastName(String lastName)
Sets the last name (surname) for this Person.
|
void |
LocalizedString.setLocale(Locale locale)
Set the Locale for this object.
|
void |
Versionable.setMajorVersion(int majorVersion)
Sets the major revision number for this version of the Versionable object.
|
void |
PersonName.setMiddleName(String middleName)
Sets the middle name for this Person.
|
void |
ExtrinsicObject.setMimeType(String mimeType)
Sets the mime type associated with this object.
|
void |
Versionable.setMinorVersion(int minorVersion)
Sets the minor revision number for this version of the Versionable object.
|
void |
RegistryObject.setName(InternationalString name)
Sets user-friendly name of object in repository.
|
void |
Slot.setName(String name)
Sets the name for this Slot.
|
void |
TelephoneNumber.setNumber(String number)
Sets the telephone number suffix, not including the country or area code.
|
void |
ExtrinsicObject.setOpaque(boolean isOpaque)
Sets whether the ExtrinsicObject is opaque (not readable) by the registry.
|
void |
User.setPersonName(PersonName personName)
Sets the name of this User.
|
void |
Organization.setPostalAddress(PostalAddress address)
Sets the address for this Organization.
|
void |
User.setPostalAddresses(Collection addresses)
Sets the addresses for this User.
|
void |
PostalAddress.setPostalCode(String postalCode)
Sets the postal or zip code.
|
void |
PostalAddress.setPostalScheme(ClassificationScheme scheme)
Sets a user-defined postal scheme for codifying the attributes of PostalAddress.
|
void |
Organization.setPrimaryContact(User primaryContact)
Sets the primary contact for this Organization.
|
void |
Service.setProvidingOrganization(Organization providingOrganization)
Sets the Organization that provides this service.
|
void |
ExtrinsicObject.setRepositoryItem(DataHandler repositoryItem)
Sets the repository item for this object.
|
void |
Slot.setSlotType(String slotType)
Sets the slotType for this Slot.
|
void |
Association.setSourceObject(RegistryObject srcObject)
Sets the Object that is the source of this Association.
|
void |
SpecificationLink.setSpecificationObject(RegistryObject obj)
Sets the specification object for this object.
|
void |
RegistryEntry.setStability(int stability)
Sets the stability indicator for the RegistryEntry.
|
void |
PostalAddress.setStateOrProvince(String stateOrProvince)
Sets the state or province.
|
void |
PostalAddress.setStreet(String street)
Sets the street name.
|
void |
PostalAddress.setStreetNumber(String streetNumber)
Sets the street number.
|
void |
ServiceBinding.setTargetBinding(ServiceBinding binding)
Sets the next ServiceBinding in case there is a redirection.
|
void |
Association.setTargetObject(RegistryObject targetObject)
Sets the Object that is the target of this Association.
|
void |
User.setTelephoneNumbers(Collection phoneNumbers)
Sets the various telephone numbers for this user.
|
void |
Organization.setTelephoneNumbers(Collection phoneNumbers)
Sets the various telephone numbers for this user.
|
void |
User.setType(String type)
Sets the type for this User.
|
void |
TelephoneNumber.setType(String type)
Sets the type of telephone number (for example, "fax").
|
void |
PostalAddress.setType(String type)
Sets the type of address (for example, "headquarters") as a String.
|
void |
EmailAddress.setType(String type)
Sets the type for this object.
|
void |
TelephoneNumber.setUrl(String url)
Sets the URL that can dial this number electronically.
|
void |
User.setUrl(URL url)
Sets the URL to the web page for this User.
|
void |
SpecificationLink.setUsageDescription(InternationalString usageDescription)
Sets the description of usage parameters.
|
void |
SpecificationLink.setUsageParameters(Collection usageParameters)
Sets any usage parameters.
|
void |
Versionable.setUserVersion(String userVersion)
Sets the user specified revision number for this version of the Versionable object.
|
void |
URIValidator.setValidateURI(boolean validate)
Sets whether to do URI validation for this object.
|
void |
InternationalString.setValue(Locale locale,
String value)
Sets the String value for the specified Locale.
|
void |
LocalizedString.setValue(String value)
Set the String value for the specified object.
|
void |
InternationalString.setValue(String value)
Sets the String value for the Locale returned by Locale.getDefault().
|
void |
ExternalIdentifier.setValue(String value)
Sets the value of an ExternalIdentifier.
|
void |
Concept.setValue(String value)
Sets the value (usually a taxonomy value) associated with this Concept.
|
void |
Classification.setValue(String value)
Sets the taxonomy value for this external Classification.
|
void |
Slot.setValues(Collection values)
Sets the values for this Slot.
|
void |
ClassificationScheme.setValueType(int valueType)
Sets the value type for this object.
|
String |
RegistryObject.toXML()
Returns a registry provider specific XML representation of this Object.
|
Copyright © 1996-2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.