| Modifier and Type | Method and Description |
|---|---|
void |
BulkResponseImpl.addException(JAXRException except)
Add single exception to exceptions collection.
|
| Modifier and Type | Method and Description |
|---|---|
Connection |
ConnectionFactoryImpl.createConnection()
Create a named connection.
|
FederatedConnection |
ConnectionFactoryImpl.createFederatedConnection(Collection connections)
Create a Federation.
|
Collection |
BulkResponseImpl.getCollection()
Get the Collection of of objects returned as a response of a
bulk operation.
|
Collection |
BulkResponseImpl.getExceptions()
Get the JAXRException in case of partial commit.
|
Properties |
ConnectionFactoryImpl.getProperties() |
String |
JAXRResponseImpl.getRequestId()
Returns the request id of the bulk response.
|
int |
JAXRResponseImpl.getStatus()
Returns the status of the response.
|
boolean |
JAXRResponseImpl.isAvailable()
Returns true if a response is available, false otherwise.
|
boolean |
BulkResponseImpl.isPartialResponse()
Returns true if the reponse is a partial response due to
a large result set.
|
void |
BulkResponseImpl.setPartialResponse(boolean isPartial)
Sets isPartial, which is true in the case of a large
result set.
|
void |
BulkResponseImpl.setPartialResponse(String isPartial)
Bindings classes return a string rather than boolean,
which is passed here to set isPartial.
|
void |
ConnectionFactoryImpl.setProperties(Properties properties) |
void |
BulkResponseImpl.updateResponse(BulkResponse update)
Updates information in BulkResponse in the case of asynchronous
connection.
|
| Modifier and Type | Method and Description |
|---|---|
Collection |
JAXRConceptsManager.findClassificationSchemeByName(Collection findQualifiers,
String namePattern) |
Collection |
JAXRConceptsManager.findClassificationSchemes(Collection findQualifiers,
Collection namePatterns,
Collection classifications,
Collection externalLinks) |
Concept |
JAXRConceptsManager.findConceptByPath(String path) |
Collection |
JAXRConceptsManager.getChildConcepts(ClassificationScheme scheme) |
ClassificationScheme |
JAXRConceptsManager.getClassificationSchemeById(String id) |
Concept |
JAXRConceptsManager.getConceptById(String id) |
| Modifier and Type | Method and Description |
|---|---|
Object |
SecurityManagerImpl.addAuthenticationTokens(Object request)
Adds the authentication tokens (information) to the specified request
as required by the spefic target registry provider.
|
void |
ConnectionImpl.close()
Since a provider typically allocates significant resources outside
the JVM on behalf of a Connection, clients should close them when
they are not needed.
|
void |
BusinessLifeCycleManagerImpl.confirmAssociation(Association association) |
Association |
LifeCycleManagerImpl.createAssociation(RegistryObject targetObject,
Concept associationType)
Create an Association instance using the specified
parameters.
|
Classification |
LifeCycleManagerImpl.createClassification(ClassificationScheme classificationScheme,
InternationalString name,
String value) |
Classification |
LifeCycleManagerImpl.createClassification(ClassificationScheme scheme,
String name,
String value)
Create a Classification instance for an external
Classification using the specified name and value that identifies
a taxonomy element within specified ClassificationScheme.
|
Classification |
LifeCycleManagerImpl.createClassification(Concept concept)
Create a Classification instance for an internal
Classification using the specified Concept which identifies
a taxonomy element within an internal ClassificationScheme.
|
ClassificationScheme |
LifeCycleManagerImpl.createClassificationScheme(Concept concept)
Creates a ClassificationScheme from a Concept that has no
ClassificationScheme or parent Concept.
|
ClassificationScheme |
LifeCycleManagerImpl.createClassificationScheme(InternationalString name,
InternationalString description) |
ClassificationScheme |
LifeCycleManagerImpl.createClassificationScheme(String name,
String description) |
Concept |
LifeCycleManagerImpl.createConcept(RegistryObject parent,
InternationalString name,
String value) |
Concept |
LifeCycleManagerImpl.createConcept(RegistryObject parent,
String name,
String value) |
void |
LifeCycleManagerImpl.createConceptEquivalence(Concept concept1,
Concept concept2)
Create a semantic equivalence between the two specified Concepts.
|
Connection |
ConnectionFactoryImpl.createConnection()
Create a named connection.
|
EmailAddress |
LifeCycleManagerImpl.createEmailAddress(String address) |
EmailAddress |
LifeCycleManagerImpl.createEmailAddress(String address,
String type) |
ExternalIdentifier |
LifeCycleManagerImpl.createExternalIdentifier(ClassificationScheme identificationScheme,
InternationalString name,
String value) |
ExternalIdentifier |
LifeCycleManagerImpl.createExternalIdentifier(ClassificationScheme identificationScheme,
String name,
String value)
Create an ExternalIdentifier instance using the specified
parameters.
|
ExternalLink |
LifeCycleManagerImpl.createExternalLink(String externalURI,
InternationalString description) |
ExternalLink |
LifeCycleManagerImpl.createExternalLink(String externalURI,
String description)
Create an ExternalLink instance using the specified
parameters.
|
ExtrinsicObject |
LifeCycleManagerImpl.createExtrinsicObject()
Level 1 method
|
ExtrinsicObject |
LifeCycleManagerImpl.createExtrinsicObject(DataHandler repositoryItem)
Level 1 method
|
FederatedConnection |
ConnectionFactoryImpl.createFederatedConnection(Collection connections)
Create a Federation.
|
InternationalString |
LifeCycleManagerImpl.createInternationalString() |
InternationalString |
LifeCycleManagerImpl.createInternationalString(Locale locale,
String str) |
InternationalString |
LifeCycleManagerImpl.createInternationalString(String str) |
Key |
LifeCycleManagerImpl.createKey(String id)
Create a Key instance using the specified
parameters.
|
LocalizedString |
LifeCycleManagerImpl.createLocalizedString(Locale locale,
String str) |
LocalizedString |
LifeCycleManagerImpl.createLocalizedString(Locale locale,
String s,
String charsetName) |
Object |
LifeCycleManagerImpl.createObject(String className)
Factory method for creating instances of information model
interfaces.
|
Organization |
LifeCycleManagerImpl.createOrganization(InternationalString name) |
Organization |
LifeCycleManagerImpl.createOrganization(String name) |
PersonName |
LifeCycleManagerImpl.createPersonName(String fullName)
Create a PersonName instance using the specified
parameters.
|
PersonName |
LifeCycleManagerImpl.createPersonName(String firstName,
String middleName,
String lastName)
Level 1 method
|
PostalAddress |
LifeCycleManagerImpl.createPostalAddress(String streetNumber,
String street,
String city,
String stateOrProvince,
String country,
String postalCode,
String type)
Create a PostalAddress instance using the specified
parameters.
|
Query |
DeclarativeQueryManagerImpl.createQuery(int queryType,
String queryString)
Creates a Query object given a queryType (e.g.
|
RegistryPackage |
LifeCycleManagerImpl.createRegistryPackage(InternationalString internationalString)
Level 1 method
|
RegistryPackage |
LifeCycleManagerImpl.createRegistryPackage(String name)
Level 1 method
|
Service |
LifeCycleManagerImpl.createService(InternationalString name) |
Service |
LifeCycleManagerImpl.createService(String name) |
ServiceBinding |
LifeCycleManagerImpl.createServiceBinding() |
Slot |
LifeCycleManagerImpl.createSlot(String name,
Collection values,
String slotType)
Create a Slot instance using the specified
parameters.
|
Slot |
LifeCycleManagerImpl.createSlot(String name,
String value,
String slotType)
Create a Slot instance using the specified
parameters.
|
SpecificationLink |
LifeCycleManagerImpl.createSpecificationLink() |
TelephoneNumber |
LifeCycleManagerImpl.createTelephoneNumber() |
User |
LifeCycleManagerImpl.createUser() |
Object |
SecurityManagerImpl.decryptRequest(Object request)
Decrypt the specified response
The response is a registry provider specific object.
|
BulkResponse |
BusinessLifeCycleManagerImpl.deleteAssociations(Collection schemeKeys)
Delete the Associations corresponding to the specified Keys.
|
BulkResponse |
BusinessLifeCycleManagerImpl.deleteClassificationSchemes(Collection schemeKeys)
Delete the ClassificationSchemes corresponding to the specified Keys.
|
void |
LifeCycleManagerImpl.deleteConceptEquivalence(Concept concept1,
Concept concept2)
Removes the semantic equivalence, if any, between the specified two Concepts.
|
BulkResponse |
BusinessLifeCycleManagerImpl.deleteConcepts(Collection conceptKeys)
Delete the Concepts corresponding to specified Keys.
|
BulkResponse |
LifeCycleManagerImpl.deleteObjects(Collection keys)
Deletes one or more previously submitted objects from the registry.
|
BulkResponse |
LifeCycleManagerImpl.deleteObjects(Collection keys,
String objectType)
Deletes one or more previously submitted objects from the registry.
|
BulkResponse |
BusinessLifeCycleManagerImpl.deleteOrganizations(Collection organizationKeys)
Delete the organizations corresponding to specified Keys.
|
BulkResponse |
BusinessLifeCycleManagerImpl.deleteServiceBindings(Collection interfaceKeys)
Delete the ServiceInterfaceBindings corresponding to specified Keys.
|
BulkResponse |
BusinessLifeCycleManagerImpl.deleteServices(Collection serviceKeys)
Delete the services corresponding to specified Keys.
|
BulkResponse |
LifeCycleManagerImpl.deprecateObjects(Collection keys)
Level 1 method
|
Object |
SecurityManagerImpl.encryptRequest(Object request)
Encrypt the specified request
as required by the spefic target registry provider.
|
BulkResponse |
DeclarativeQueryManagerImpl.executeQuery(Query query)
Execute a query as specified by query paramater.
|
void |
UDDIObjectCache.fetchAssociations(RegistryObjectImpl registryObject,
String serviceId) |
void |
UDDIObjectCache.fetchObject(RegistryObjectImpl registryObject,
String serviceId) |
BulkResponse |
BusinessQueryManagerImpl.findAssociations(Collection findQualifiers,
String sourceObjectId,
String targetObjectId,
Collection associationTypes)
Finds all Associations that match ALL of the criteria specified by the parameters of this call.
|
BulkResponse |
UDDIMapper.findAssociations(Collection findQualifiers,
String sourceKeyId,
String targetKeyId,
Collection associationTypes) |
BulkResponse |
BusinessQueryManagerImpl.findCallerAssociations(Collection findQualifiers,
Boolean confirmedByCaller,
Boolean confirmedByOther,
Collection associationTypes) |
BulkResponse |
UDDIMapper.findCallerAssociations(Collection findQualifiers,
Boolean callerIsConfirmed,
Boolean otherIsConfirmed,
Collection associationTypes) |
ClassificationScheme |
BusinessQueryManagerImpl.findClassificationSchemeByName(Collection findQualifiers,
String namePattern)
Find a ClassificationScheme by name based on the specified name pattern.
|
BulkResponse |
BusinessQueryManagerImpl.findClassificationSchemes(Collection findQualifiers,
Collection namePatterns,
Collection classifications,
Collection externalLinks)
Finds all ClassificationSchemes that match ALL of the criteria specified by the parameters of this call.
|
Concept |
BusinessQueryManagerImpl.findConceptByPath(String path)
Find a Concept based on the path specified.
|
BulkResponse |
BusinessQueryManagerImpl.findConcepts(Collection findQualifiers,
Collection namePatterns,
Collection classifications,
Collection externalIdentifiers,
Collection externalLinks)
Finds all Concepts that match ALL of the criteria specified by the parameters of this call.
|
BulkResponse |
BusinessQueryManagerImpl.findOrganizations(Collection findQualifiers,
Collection namePatterns,
Collection classifications,
Collection specifications,
Collection identifiers,
Collection externalLinks)
Finds all Organizations that match ALL of the criteria specified by the parameters of this call.
|
BulkResponse |
BusinessQueryManagerImpl.findRegistryPackages(Collection findQualifiers,
Collection namePatterns,
Collection classifications,
Collection externalLinks)
Finds all Pac
kages that match ALL of the criteria specified by the parameters of this call.
|
BulkResponse |
BusinessQueryManagerImpl.findServiceBindings(Key serviceKey,
Collection findQualifiers,
Collection classifications,
Collection specifications)
Finds all ServiceBindings that match ALL of the criteria specified by the parameters of this call.
|
BulkResponse |
BusinessQueryManagerImpl.findServices(Key orgKey,
Collection findQualifiers,
Collection namePatterns,
Collection classifications,
Collection specifications)
Finds all Services that match ALL of the criteria specified by the parameters of this call.
|
BulkResponse |
RegistryServiceImpl.getBulkResponse(String requestId)
Returns the BulkResponse associated with specified requestId.
|
BusinessLifeCycleManager |
RegistryServiceImpl.getBusinessLifeCycleManager()
Returns the BusinessLifeCycleManager interface implemented by the JAXR provider
|
BusinessQueryManager |
RegistryServiceImpl.getBusinessQueryManager()
Returns the BusinessQueryManager interface implemented by the JAXR provider
|
int |
CapabilityProfileImpl.getCapabilityLevel() |
CapabilityProfile |
RegistryServiceImpl.getCapabilityProfile()
Returns the CapabilityProfile for the JAXR provider
|
Collection |
UDDIMapper.getChildConcepts(ClassificationScheme scheme) |
Set |
ConnectionImpl.getCredentials() |
DeclarativeQueryManager |
RegistryServiceImpl.getDeclarativeQueryManager()
Returns the DeclarativeQueryManager interface implemented by the JAXR provider
Capbility level 0 registries should throws UnsupportedCapabilityException.
|
ClassificationScheme |
RegistryServiceImpl.getDefaultPostalScheme() |
LifeCycleManager |
RegistryServiceImpl.getLifeCycleManager()
Returns the basic LifeCycleManager interface implemented by the JAXR provider
|
Properties |
ConnectionFactoryImpl.getProperties() |
RegistryObject |
QueryManagerImpl.getRegistryObject(String id)
Gets the RegistryObject specified by the Id.
|
RegistryObject |
QueryManagerImpl.getRegistryObject(String id,
String type) |
BulkResponse |
QueryManagerImpl.getRegistryObjects()
Gets the RegistryObjects owned by the caller.
|
BulkResponse |
QueryManagerImpl.getRegistryObjects(Collection objectKeys)
gets the specified RegistryObjects
|
BulkResponse |
QueryManagerImpl.getRegistryObjects(Collection ids,
String type) |
BulkResponse |
QueryManagerImpl.getRegistryObjects(String objectType)
Gets the RegistryObject specified by the Id.
|
BulkResponse |
UDDIMapper.getRegistryObjects(String objectType)
Not yet implemented.
|
RegistryService |
ConnectionImpl.getRegistryService()
Gets the RegistryService interface associated with the Connection.
|
int |
QueryImpl.getType()
Gets the type of Query (e.g.
|
String |
CapabilityProfileImpl.getVersion() |
BulkResponse |
Processor.invoke(Object obj,
Collection keys,
String type) |
BulkResponse |
Processor.invokeMethod(Object obj,
Collection keys,
String type) |
boolean |
ConnectionImpl.isSynchronous()
Return true if client uses synchronous communication with JAXR provider.
|
SOAPBody |
RegistryServiceImpl.jaxmSend(SOAPMessage msg,
boolean secure) |
String |
RegistryServiceImpl.makeRegistrySpecificRequest(String request)
This method takes a String that is an XML request in a registry specific
format.
|
BulkResponse |
UDDIMapper.saveAllAssociations(Collection associations,
boolean replace)
Not yet implemented.
|
BulkResponse |
BusinessLifeCycleManagerImpl.saveAssociations(Collection associations,
boolean replace)
Saves specified Association instances.
|
BulkResponse |
UDDIMapper.saveAssociations(Collection associations,
boolean replace)
Not yet implemented.
|
BulkResponse |
BusinessLifeCycleManagerImpl.saveClassificationSchemes(Collection schemes)
Saves specified ClassificationScheme instances.
|
BulkResponse |
BusinessLifeCycleManagerImpl.saveConcepts(Collection concepts)
Adds or updates (replaces) specified Concepts.
|
BulkResponse |
LifeCycleManagerImpl.saveObjects(Collection cataloguedObjects)
Saves one or more CataloguedObjects to the registry.
|
BulkResponse |
BusinessLifeCycleManagerImpl.saveOrganizations(Collection organizations)
Adds or updates (replaces) specified Organizations.
|
BulkResponse |
BusinessLifeCycleManagerImpl.saveServiceBindings(Collection bindings)
Adds or updates (replaces) specified ServiceInterfaceBindings.
|
BulkResponse |
BusinessLifeCycleManagerImpl.saveServices(Collection services)
Adds or updates (replaces) specified Services.
|
Node |
RegistryServiceImpl.send(SOAPMessage doc,
boolean secure)
Currently, default is to use jaxm.
|
void |
ConnectionImpl.setCredentials(Set credentials) |
void |
ConnectionFactoryImpl.setProperties(Properties properties) |
void |
ConnectionImpl.setSynchronous(boolean sync)
Sets whether the client uses synchronous communication or not.
|
Object |
SecurityManagerImpl.signRequest(Object request)
Digitally sign the specified request
as required by the spefic target registry provider.
|
void |
BusinessLifeCycleManagerImpl.unConfirmAssociation(Association association) |
BulkResponse |
LifeCycleManagerImpl.unDeprecateObjects(Collection keys)
Level 1 method
|
void |
SecurityManagerImpl.validateRequest(Object response)
Validate the digitally signature in the specified response.
|
| Constructor and Description |
|---|
JAXRCommand(RegistryServiceImpl service,
BulkResponseImpl response)
Constructor sets the service and response
object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RegistryObjectImpl.addAssociation(Association association)
Adds specified Association to use this object as source.
|
void |
RegistryObjectImpl.addAssociations(Collection associations)
Adds specified Associations to use this object as source.
|
void |
ClassificationSchemeImpl.addChildConcept(Concept concept)
Add a child Concept
|
void |
ConceptImpl.addChildConcept(Concept concept)
Add a child Concept
|
void |
ClassificationSchemeImpl.addChildConcepts(Collection concepts)
Add a Collection of Concept children.
|
void |
ConceptImpl.addChildConcepts(Collection concepts)
Add a Collection of Concept children.
|
void |
OrganizationImpl.addChildOrganization(Organization organization)
Level 1 method
|
void |
OrganizationImpl.addChildOrganizations(Collection organization)
Level 1 method
|
void |
RegistryObjectImpl.addClassification(Classification classification)
Adds specified Classification to this object.
|
void |
RegistryObjectImpl.addClassifications(Collection classifications)
Adds specified Classifications to this object.
|
void |
RegistryObjectImpl.addExternalIdentifier(ExternalIdentifier identifier)
Adds specified ExternalIdentifier to this object.
|
void |
RegistryObjectImpl.addExternalIdentifiers(Collection identifiers)
Adds specified ExternalIdentifiers to this object.
|
void |
ClassificationSchemeImpl.addExternalLink(ExternalLink link)
Overrides behavior in RegistryObjectImpl to allow adding
external links.
|
void |
ConceptImpl.addExternalLink(ExternalLink link)
Overrides behavior in RegistryObjectImpl to allow adding
external links.
|
void |
OrganizationImpl.addExternalLink(ExternalLink link)
Overrides behavior in RegistryObjectImpl to allow adding
external links.
|
void |
RegistryObjectImpl.addExternalLink(ExternalLink link)
Adds specified ExternalLink to this object.
|
void |
SpecificationLinkImpl.addExternalLink(ExternalLink link)
Overrides behavior in RegistryObjectImpl to allow adding
external links.
|
void |
ClassificationSchemeImpl.addExternalLinks(Collection links)
Overrides behavior in RegistryObjectImpl to allow adding
external links.
|
void |
ConceptImpl.addExternalLinks(Collection links)
Overrides behavior in RegistryObjectImpl to allow adding
external links.
|
void |
OrganizationImpl.addExternalLinks(Collection links)
Overrides behavior in RegistryObjectImpl to allow adding
external links.
|
void |
RegistryObjectImpl.addExternalLinks(Collection links)
Adds specified ExternalLinks to this object.
|
void |
SpecificationLinkImpl.addExternalLinks(Collection links)
Overrides behavior in RegistryObjectImpl to allow adding
external links.
|
void |
InternationalStringImpl.addLocalizedString(LocalizedString localizedString)
Adds given localized string to collection.
|
void |
InternationalStringImpl.addLocalizedStrings(Collection strings)
Adds localized strings to the collection.
|
void |
RegistryPackageImpl.addRegistryObject(RegistryObject registryObject)
Level 1 method
|
void |
RegistryPackageImpl.addRegistryObjects(Collection registryObjects)
Level 1 method
|
void |
OrganizationImpl.addService(Service service)
Add a child Service.
|
void |
ServiceImpl.addServiceBinding(ServiceBinding serviceBinding)
Add a child ServiceBinding.
|
void |
ServiceImpl.addServiceBindings(Collection serviceBindings)
Add a Collection of ServiceBinding children.
|
void |
OrganizationImpl.addServices(Collection services)
Add a Collection of service children.
|
void |
ExtensibleObjectImpl.addSlot(Slot slot)
Add a single slot to the map.
|
void |
RegistryObjectImpl.addSlot(Slot slot)
Override superclass to set isModified
|
void |
ExtensibleObjectImpl.addSlots(Collection slots)
Add multiple slots.
|
void |
RegistryObjectImpl.addSlots(Collection slots)
Override superclass to set isModified
|
void |
ServiceBindingImpl.addSpecificationLink(SpecificationLink link)
Add specification link.
|
void |
ServiceBindingImpl.addSpecificationLinks(Collection specificationLinks)
Add a Collection of SpecificationLink children.
|
void |
OrganizationImpl.addUser(User user)
Add a user.
|
void |
OrganizationImpl.addUsers(Collection users)
Add users.
|
void |
AssociationImpl.createKey() |
String |
ServiceBindingImpl.getAccessURI()
Gets the URI that gives access to the service via this binding.
|
String |
EmailAddressImpl.getAddress()
Returns the email address for this object.
|
String |
TelephoneNumberImpl.getAreaCode()
Level 1 method
|
Collection |
RegistryObjectImpl.getAssociatedObjects()
Level 1 method
|
Collection |
RegistryObjectImpl.getAssociations()
Gets all Associations where this object is source.
|
Concept |
AssociationImpl.getAssociationType()
Gets the predefined association type for this Association.
|
Collection |
RegistryObjectImpl.getAuditTrail()
Level 1 method
|
String |
LocalizedStringImpl.getCharsetName()
Get the charset name
|
int |
ClassificationSchemeImpl.getChildConceptCount()
Get number of children
|
int |
OrganizationImpl.getChildOrganizationCount()
Level 1 method
|
Collection |
OrganizationImpl.getChildOrganizations()
Level 1 method
|
Collection |
ClassificationSchemeImpl.getChildrenConcepts()
Get all immediate children Concepts
|
Collection |
ConceptImpl.getChildrenConcepts()
Get all immediate children Concepts
|
boolean |
ConceptImpl.getChildrenLoaded() |
String |
PostalAddressImpl.getCity()
The city
|
Collection |
RegistryObjectImpl.getClassifications()
Gets the Classification that classify this object.
|
ClassificationScheme |
ClassificationImpl.getClassificationScheme()
Get the classifiation scheme
|
ClassificationScheme |
ConceptImpl.getClassificationScheme()
Get the parent classification scheme.
|
RegistryObject |
ClassificationImpl.getClassifiedObject()
Gets the Object that is being classified.
|
Concept |
ClassificationImpl.getConcept()
Gets the Concept that is classifying the object.
|
Connection |
RegistryObjectImpl.getConnection()
Returns the Connection associated with this object.
|
String |
PostalAddressImpl.getCountry()
The country
|
String |
TelephoneNumberImpl.getCountryCode()
Level 1 method
|
Collection |
ClassificationSchemeImpl.getDescendantConcepts()
Get all descendant Concepts
|
Collection |
ConceptImpl.getDescendantConcepts()
Get all descendant Concepts.
|
Collection |
OrganizationImpl.getDescendantOrganizations()
Level 1 method
|
InternationalString |
RegistryObjectImpl.getDescription()
Gets the context independent textual description for this object.
|
Collection |
UserImpl.getEmailAddresses()
Get the user email addresses
|
int |
AuditableEventImpl.getEventType()
Level 1 method
|
Date |
RegistryEntryImpl.getExpiration()
Level 1 method
|
String |
TelephoneNumberImpl.getExtension()
Level 1 method
|
Collection |
RegistryObjectImpl.getExternalIdentifiers()
Returns the ExternalIdentifiers associated with this object.
|
Collection |
RegistryObjectImpl.getExternalLinks()
Returns the ExternalLinks associated with this object.
|
String |
ExternalLinkImpl.getExternalURI()
Gets URI to the an external resource
|
String |
PersonNameImpl.getFirstName()
Level 1 method
|
String |
PersonNameImpl.getFullName()
The fully formatted name for this Person.
|
String |
KeyImpl.getId() |
ClassificationScheme |
ExternalIdentifierImpl.getIdentificationScheme()
Gets the ClassificationScheme that is used as the identification scheme
for identifying this object.
|
Key |
ClassificationImpl.getKey()
Override the behavior in RegistryObject to return a
provider generated id.
|
Key |
ExternalLinkImpl.getKey()
Override the behavior in RegistryObject to return a
provider generated id.
|
Key |
RegistryObjectImpl.getKey()
Get registry key identifying this object
|
Key |
SpecificationLinkImpl.getKey()
Override the behavior in RegistryObject to return a
provider generated id.
|
String |
PersonNameImpl.getLastName()
Level 1 method
|
Collection |
ExternalLinkImpl.getLinkedObjects()
Gets the collection of RegistryObjects that are annotated by this
ExternalLink
|
Locale |
LocalizedStringImpl.getLocale()
Get the locale
|
LocalizedString |
InternationalStringImpl.getLocalizedString(Locale locale,
String charsetName)
Gets the localized string for the given locale, if one exists.
|
Collection |
InternationalStringImpl.getLocalizedStrings()
Get the localized strings contained in this international
string.
|
int |
RegistryEntryImpl.getMajorVersion()
Level 1 method
|
int |
VersionableImpl.getMajorVersion()
Level 1 method, throws UnsupportedCapabilityException
|
String |
PersonNameImpl.getMiddleName()
Level 1 method
|
String |
ExtrinsicObjectImpl.getMimeType()
Level 1 method
|
int |
RegistryEntryImpl.getMinorVersion()
Level 1 method
|
int |
VersionableImpl.getMinorVersion()
Level 1 method, throws UnsupportedCapabilityException
|
InternationalString |
RegistryObjectImpl.getName()
Gets user friendly context independent name of object in repository.
|
String |
SlotImpl.getName()
Getter for Slot name.
|
String |
TelephoneNumberImpl.getNumber()
The telephone number suffix not including the country or area code.
|
Concept |
RegistryObjectImpl.getObjectType()
Level 1 method
|
Organization |
UserImpl.getOrganization()
Gets the submitting organization
|
Concept |
ConceptImpl.getParentConcept()
Get the parent Concept or null if
parent is a ClassificationScheme
|
Organization |
OrganizationImpl.getParentOrganization()
Level 1 method
|
String |
ConceptImpl.getPath()
Returns the full path from classification scheme
down to the concept.
|
PersonName |
UserImpl.getPersonName()
Name of contact person
|
PostalAddress |
OrganizationImpl.getPostalAddress()
Level 1 method
|
Collection |
UserImpl.getPostalAddresses()
The postal addresses for this Contact.
|
String |
PostalAddressImpl.getPostalCode()
The postal or zip code
|
ClassificationScheme |
PostalAddressImpl.getPostalScheme()
Get a user-defined postal scheme for codifying the attributes of PostalAddress
If none is defined for this object, then must rerturn the default value
returned by RegistryService#getDefaultPostalScheme()
|
User |
OrganizationImpl.getPrimaryContact()
Gets the primary contact for this Organization.
|
Organization |
ServiceImpl.getProvidingOrganization()
Get the organization that provides this service
|
RegistryObject |
AuditableEventImpl.getRegistryObject()
Level 1 method
|
RegistryObject |
ExternalIdentifierImpl.getRegistryObject()
Gets the parent registry object
|
Set |
RegistryPackageImpl.getRegistryObjects()
Level 1 method
|
Collection |
RegistryObjectImpl.getRegistryPackages()
Level 1 method
|
DataHandler |
ExtrinsicObjectImpl.getRepositoryItem()
Level 1 method
|
Organization |
OrganizationImpl.getRootOrganization()
Level 1 method
|
Service |
ServiceBindingImpl.getService()
Gets the parent service for which this is a binding
|
Collection |
ServiceImpl.getServiceBindings()
Get the service bindings
|
Collection |
OrganizationImpl.getServices()
Get all children services.
|
Slot |
ExtensibleObjectImpl.getSlot(String slotName)
Get single slot from map.
|
Collection |
ExtensibleObjectImpl.getSlots()
Returns all slots.
|
String |
SlotImpl.getSlotType()
Getter for Slot type.
|
RegistryObject |
AssociationImpl.getSourceObject()
Gets the Object that is the source of this Association.
|
Collection |
ServiceBindingImpl.getSpecificationLinks()
Get specification links
|
int |
RegistryEntryImpl.getStability()
Level 1 method
|
String |
PostalAddressImpl.getStateOrProvince()
The state or province
|
int |
RegistryEntryImpl.getStatus()
Level 1 method
|
String |
PostalAddressImpl.getStreet()
The street address
|
String |
PostalAddressImpl.getStreetNumber()
The street number
|
Organization |
RegistryObjectImpl.getSubmittingOrganization() |
ServiceBinding |
ServiceBindingImpl.getTargetBinding()
Gets the next ServiceInterfaceBinding in case there is a redirection
|
RegistryObject |
AssociationImpl.getTargetObject()
Gets the Object that is the target of this Association.
|
Collection |
OrganizationImpl.getTelephoneNumbers(String phoneType)
Gets the telephone numbers that match the type.
|
Collection |
UserImpl.getTelephoneNumbers(String phoneType)
Gets the telephone numbers for this User that match the specified
telephone number type.
|
Timestamp |
AuditableEventImpl.getTimestamp()
Level 1 method
|
String |
EmailAddressImpl.getType()
The type for this object.
|
String |
PostalAddressImpl.getType()
The type of address (e.g.
|
String |
TelephoneNumberImpl.getType()
The type of telephone number (e.g.
|
String |
UserImpl.getType()
Get user type
|
String |
TelephoneNumberImpl.getUrl()
Level 1 method
|
URL |
UserImpl.getUrl()
Level 1 method
|
User |
AuditableEventImpl.getUser()
Level 1 method
|
Collection |
OrganizationImpl.getUsers()
Gets the Collection of Users affiliated with this Organization.
|
String |
RegistryEntryImpl.getUserVersion()
Level 1 method
|
String |
VersionableImpl.getUserVersion()
Level 1 method, throws UnsupportedCapabilityException
|
String |
ClassificationImpl.getValue()
Gets the value of the classification.
|
String |
ConceptImpl.getValue()
Gets the value (usually a code in a taxonomy)
associated with this Concept.
|
String |
ExternalIdentifierImpl.getValue()
Gets the value of an ExternalIdentifier
|
String |
InternationalStringImpl.getValue()
Returns the string value for default locale
|
String |
LocalizedStringImpl.getValue()
Get the value
|
String |
InternationalStringImpl.getValue(Locale locale)
Returns the string value for the given locale.
|
Collection |
SlotImpl.getValues()
Getter for the Slot values
|
int |
ClassificationSchemeImpl.getValueType()
Level 1 method
|
boolean |
AssociationImpl.isConfirmed()
Convenience method that returns true if isConfirmedBySourceOwner and
isConfirmedByTargetOwner both return true.
|
boolean |
AssociationImpl.isConfirmedBySourceOwner()
Returns true if the association has been confirmed by the owner of the sourceObject.
|
boolean |
AssociationImpl.isConfirmedByTargetOwner()
Returns true if the association has been confirmed by the owner of the targetObject.
|
boolean |
AssociationImpl.isExtramural()
Returns true if the sourceObject and targetObject are owned by two different
Users.
|
boolean |
ExtrinsicObjectImpl.isOpaque()
Level 1 method
|
void |
RegistryObjectImpl.removeAssociation(Association association)
Removes specified Association from this object.
|
void |
RegistryObjectImpl.removeAssociations(Collection associations)
Removes specified Associations from this object.
|
void |
ClassificationSchemeImpl.removeChildConcept(Concept concept)
Remove child concept
|
void |
ClassificationSchemeImpl.removeChildConcepts(Collection concepts)
Remove a Collection of children Concepts.
|
void |
OrganizationImpl.removeChildOrganization(Organization organization)
Level 1 method
|
void |
OrganizationImpl.removeChildOrganizations(Collection organization)
Level 1 method
|
void |
RegistryObjectImpl.removeClassification(Classification classification)
Removes specified Classification from this object.
|
void |
RegistryObjectImpl.removeClassifications(Collection classifications)
Removes specified Classifications from this object.
|
void |
RegistryObjectImpl.removeExternalIdentifier(ExternalIdentifier externalIdentifier)
Removes specified ExternalIdentifier from this object.
|
void |
RegistryObjectImpl.removeExternalIdentifiers(Collection externalIdentifiers)
Removes specified ExternalIdentifiers from this object.
|
void |
RegistryObjectImpl.removeExternalLink(ExternalLink externalLink)
Removes specified ExternalLink from this object.
|
void |
RegistryObjectImpl.removeExternalLinks(Collection externalLinks)
Removes specified ExternalLinks from this object.
|
void |
InternationalStringImpl.removeLocalizedString(LocalizedString lString)
Removes given localized string.
|
void |
InternationalStringImpl.removeLocalizedStrings(Collection lStrings)
Removes localized strings from the international string
if they are present.
|
void |
RegistryPackageImpl.removeRegistryObject(RegistryObject registryObject)
Level 1 method
|
void |
RegistryPackageImpl.removeRegistryObjects(Collection registryEntries)
Level 1 method
|
void |
OrganizationImpl.removeService(Service service)
Remove a child service.
|
void |
ServiceImpl.removeServiceBinding(ServiceBinding serviceBinding)
Remove a child ServiceBinding.
|
void |
ServiceImpl.removeServiceBindings(Collection serviceBindings)
Remove a Collection of children ServiceBindings.
|
void |
OrganizationImpl.removeServices(Collection services)
Remove a collection of children services.
|
void |
ExtensibleObjectImpl.removeSlot(String slotName)
Remove single slot from the map.
|
void |
RegistryObjectImpl.removeSlot(String slotName)
Override superclass to set isModified
|
void |
ExtensibleObjectImpl.removeSlots(Collection slotNames)
Remove all slots with the given names.
|
void |
RegistryObjectImpl.removeSlots(Collection slotNames)
Override superclass to set isModified
|
void |
ServiceBindingImpl.removeSpecificationLink(SpecificationLink specificationLink)
Remove a child SpecificationLink
|
void |
ServiceBindingImpl.removeSpecificationLinks(Collection specificationLinks)
Remove a Collection of children SpecificationLinks.
|
void |
OrganizationImpl.removeUser(User user)
Remove a user
|
void |
OrganizationImpl.removeUsers(Collection users)
Remove multiple users.
|
void |
ServiceBindingImpl.setAccessURI(String uri)
Sets the URI that gives access to the service via this binding.
|
void |
EmailAddressImpl.setAddress(String address)
Sets the email address for this object.
|
void |
TelephoneNumberImpl.setAreaCode(String areaCode)
Level 1 method
|
void |
RegistryObjectImpl.setAssociations(Collection associations)
Replaces all previous Associations from this object with
specified Associations.
|
void |
AssociationImpl.setAssociationType(Concept associationType)
Sets the predefined association type for this Association.
|
void |
LocalizedStringImpl.setCharsetName(String charset)
Set the charset name
|
void |
PostalAddressImpl.setCity(String city)
Sets the city
|
void |
RegistryObjectImpl.setClassifications(Collection classifications)
Replaces all previous Classifications with specified
Classififications.
|
void |
ClassificationImpl.setClassificationScheme(ClassificationScheme classificationScheme)
Sets the ClassificationScheme for this classification.
|
void |
ClassificationImpl.setClassifiedObject(RegistryObject object)
Sets the Object that is being classified.
|
void |
ClassificationImpl.setConcept(Concept concept)
Sets the Concept for this classification.
|
void |
PostalAddressImpl.setCountry(String country)
Sets the country
|
void |
TelephoneNumberImpl.setCountryCode(String countryCode)
Level 1 method
|
void |
RegistryObjectImpl.setDescription(InternationalString description)
Set the desciption for the object
|
void |
UserImpl.setEmailAddresses(Collection addresses)
Set the user email addresses.
|
void |
RegistryEntryImpl.setExpiration(Date date)
Level 1 method
|
void |
TelephoneNumberImpl.setExtension(String extension)
Level 1 method
|
void |
RegistryObjectImpl.setExternalIdentifiers(Collection externalIdentifiers)
Replaces all previous ExternalIdentifiers with specified
ExternalIdentifiers.
|
void |
ClassificationSchemeImpl.setExternalLinks(Collection links)
Overrides behavior in RegistryObjectImpl to allow adding
external links.
|
void |
ConceptImpl.setExternalLinks(Collection links)
Overrides behavior in RegistryObjectImpl to allow adding
external links.
|
void |
OrganizationImpl.setExternalLinks(Collection links)
Overrides behavior in RegistryObjectImpl to allow adding
external links.
|
void |
RegistryObjectImpl.setExternalLinks(Collection links)
Sets specified ExternalLinks to this object.
|
void |
SpecificationLinkImpl.setExternalLinks(Collection links)
Overrides behavior in RegistryObjectImpl to allow adding
external links.
|
void |
ExternalLinkImpl.setExternalURI(String externalUri)
Sets URI for an external resource.
|
void |
PersonNameImpl.setFirstName(String firstName)
Level 1 method
|
void |
PersonNameImpl.setFullName(String fullName)
Sets the fully formatted name for this Person.
|
void |
ExternalIdentifierImpl.setIdentificationScheme(ClassificationScheme classificationScheme)
Sets the ClassificationScheme that is used as the identification scheme
for identifying this object.
|
void |
AssociationImpl.setIsConfirmedBySourceOwner(boolean confirmation)
Returns true if the association has been confirmed by the owner of the sourceObject.
|
void |
AssociationImpl.setIsConfirmedByTargetOwner(boolean confirmation)
Returns true if the association has been confirmed by the owner of the targetObject.
|
void |
AssociationImpl.setIsExtramural(boolean extramural)
Returns true if the sourceObject and targetObject are owned by two different
Users.
|
void |
RegistryObjectImpl.setKey(Key key)
Set registry key on this object
|
void |
PersonNameImpl.setLastName(String lastName)
Level 1 method
|
void |
LocalizedStringImpl.setLocale(Locale locale)
Set the locale
|
void |
RegistryEntryImpl.setMajorVersion(int majorVersion)
Level 1 method
|
void |
VersionableImpl.setMajorVersion(int majorVersion)
Level 1 method, throws UnsupportedCapabilityException
|
void |
PersonNameImpl.setMiddleName(String middleName)
Level 1 method
|
void |
ExtrinsicObjectImpl.setMimeType(String mimeType)
Level 1 method
|
void |
RegistryEntryImpl.setMinorVersion(int minorVersion)
Level 1 method
|
void |
VersionableImpl.setMinorVersion(int minorVersion)
Level 1 method, throws UnsupportedCapabilityException
|
void |
RegistryObjectImpl.setName(InternationalString name)
Set the name for the object
|
void |
SlotImpl.setName(String name)
Setter for Slot name
|
void |
TelephoneNumberImpl.setNumber(String number)
The telephone number suffix not including the country or area code.
|
void |
RegistryObjectImpl.setObjectType(Concept objectType)
Level 1 method
|
void |
ExtrinsicObjectImpl.setOpaque(boolean isOpaque)
Level 1 method
|
void |
UserImpl.setOrganization(Organization org)
Internal method for setting user organization
|
void |
UserImpl.setPersonName(PersonName personName)
Sets Name of contact person.
|
void |
OrganizationImpl.setPostalAddress(PostalAddress address)
Level 1 method
|
void |
UserImpl.setPostalAddresses(Collection addresses)
Sets the addresses.
|
void |
PostalAddressImpl.setPostalCode(String postalCode)
Sets the postal or zip code
|
void |
PostalAddressImpl.setPostalScheme(ClassificationScheme scheme)
Set a user-defined postal scheme for codifying the attributes of PostalAddress
|
void |
OrganizationImpl.setPrimaryContact(User primaryContact)
Sets the primary contact.
|
void |
ServiceImpl.setProvidingOrganization(Organization org)
Set the organization that provides this service
|
void |
ExternalIdentifierImpl.setRegistryObject(RegistryObject registryObject)
Internal method to set the registry object
|
void |
ExtrinsicObjectImpl.setRepositoryItem(DataHandler repositoryItem)
Level 1 method
|
void |
OrganizationImpl.setServices(Collection services)
Internal method for setting services on organization
|
void |
SlotImpl.setSlotType(String slotType)
Setter for Slot type
|
void |
AssociationImpl.setSourceObject(RegistryObject srcObject)
Sets the Object that is the source of this Association.
|
void |
ServiceBindingImpl.setSpecificationLinks(Collection links)
Internal method to set the specification links
|
void |
SpecificationLinkImpl.setSpecificationObject(RegistryObject obj)
Set specification object.
|
void |
RegistryEntryImpl.setStability(int stability)
Level 1 method
|
void |
PostalAddressImpl.setStateOrProvince(String stateOrProvince)
Sets the state or province
|
void |
PostalAddressImpl.setStreet(String street)
Sets the street address
|
void |
PostalAddressImpl.setStreetNumber(String streetNumber)
Sets the street number
|
void |
RegistryObjectImpl.setSubmittingOrganization(Organization org)
Internal method for setting submitting organization
|
void |
ServiceBindingImpl.setTargetBinding(ServiceBinding binding)
Sets the next ServiceInterfaceBinding in case there is a redirection.
|
void |
AssociationImpl.setTargetObject(RegistryObject targetObject)
Sets the Object that is the target of this Association.
|
void |
OrganizationImpl.setTelephoneNumbers(Collection phoneNumbers)
Set the various telephone numbers for this user.
|
void |
UserImpl.setTelephoneNumbers(Collection phoneNumbers)
Set the various telephone numbers for this user.
|
void |
EmailAddressImpl.setType(String type)
Sets the type for this object.
|
void |
PostalAddressImpl.setType(String type)
Sets the type of address (e.g.
|
void |
TelephoneNumberImpl.setType(String type)
The type of telephone number (e.g.
|
void |
UserImpl.setType(String type)
Set user type
|
void |
TelephoneNumberImpl.setUrl(String url)
Level 1 method
|
void |
UserImpl.setUrl(URL url)
Sets the URL to the web page for this contact.
|
void |
SpecificationLinkImpl.setUsageParameters(Collection usageParameters)
Sets any optional usage parameters.
|
void |
RegistryEntryImpl.setUserVersion(String userVersion)
Level 1 method
|
void |
VersionableImpl.setUserVersion(String userVersion)
Level 1 method, throws UnsupportedCapabilityException
|
void |
ExternalLinkImpl.setValidateURI(boolean validate)
Turns validation on or off.
|
void |
InternationalStringImpl.setValue(Locale locale,
String string)
Sets the string value for the specified locale
|
void |
ExternalIdentifierImpl.setValue(String value)
Sets the value of an ExternalIdentifier
|
void |
InternationalStringImpl.setValue(String string)
Sets string value for default locale
|
void |
LocalizedStringImpl.setValue(String value)
Set the value
|
void |
SlotImpl.setValues(Collection values)
Setter for values.
|
void |
ClassificationSchemeImpl.setValueType(int valueType)
Level 1 method
|
String |
RegistryObjectImpl.toXML()
Implementation may choose to throw an
UnsupportedCapabilityException.
|
| Constructor and Description |
|---|
AssociationImpl(RegistryObject targetObject,
Concept associationType) |
ClassificationSchemeImpl(Concept concept) |
ConceptImpl(RegistryObject parent,
String name,
String value) |
ExternalLinkImpl()
Default constructor initializes list and creates
URIValidatorImpl object for delgating uri validations
tasks.
|
ExternalLinkImpl(String uri)
Utility constructor used when URI is given.
|
ExternalLinkImpl(String uri,
String description)
Utility constructor with URI and description.
|
InternationalStringImpl(LocalizedString lString)
Utility constructor used with a given LocalizedString.
|
OrganizationImpl(Key key,
String description,
String name)
Creates new OrganizationImpl
|
OrganizationImpl(String name)
Creates new OrganizationImpl
|
| 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 |
Connection.getRegistryService()
Gets the RegistryService interface associated with the Connection.
|
RegistryService |
LifeCycleManager.getRegistryService()
Returns the parent RegistryService that created this object.
|
RegistryService |
QueryManager.getRegistryService()
Returns the parent RegistryService that created this object.
|
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 |
JAXRException.isAvailable()
Returns true if a response is available, false otherwise.
|
boolean |
JAXRResponse.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 |
ClassificationScheme.addChildConcept(Concept concept)
Adds a child Concept.
|
void |
Concept.addChildConcept(Concept concept)
Adds a child Concept.
|
void |
ClassificationScheme.addChildConcepts(Collection concepts)
Adds a Collection of Concept children.
|
void |
Concept.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 |
ClassificationScheme.getChildConceptCount()
Gets number of children.
|
int |
Concept.getChildConceptCount()
Gets number of children.
|
int |
Organization.getChildOrganizationCount()
Gets number of children.
|
Collection |
Organization.getChildOrganizations()
Gets all immediate children Organizations.
|
Collection |
ClassificationScheme.getChildrenConcepts()
Gets all immediate children Concepts.
|
Collection |
Concept.getChildrenConcepts()
Gets all immediate children Concepts.
|
String |
PostalAddress.getCity()
Returns the city.
|
Collection |
RegistryObject.getClassifications()
Gets the Classification instances that classify this object.
|
ClassificationScheme |
Classification.getClassificationScheme()
Gets the ClassificationScheme that is used in classifying the object.
|
ClassificationScheme |
Concept.getClassificationScheme()
Gets the ClassificationScheme that this Concept is a descendent of.
|
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 |
ClassificationScheme.getDescendantConcepts()
Gets all descendant Concepts.
|
Collection |
Concept.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.
|
InternationalString |
RegistryObject.getName()
Gets the user-friendly name of this object.
|
String |
Slot.getName()
Gets the name for this Slot.
|
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 |
AuditableEvent.getRegistryObject()
Gets the RegistryObject associated with this AuditableEvent.
|
RegistryObject |
ExternalIdentifier.getRegistryObject()
Gets the parent RegistryObject for this ExternalIdentifier.
|
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 |
Organization.getTelephoneNumbers(String phoneType)
Gets the telephone numbers for this User that match the specified telephone number type.
|
Collection |
User.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 |
EmailAddress.getType()
Gets the type for this object.
|
String |
PostalAddress.getType()
Returns the type of address (for example, "headquarters") as a String.
|
String |
TelephoneNumber.getType()
The type of telephone number (for example, "fax").
|
String |
User.getType()
Gets the type for this User.
|
String |
TelephoneNumber.getUrl()
Gets the URL that can dial this number electronically.
|
URL |
User.getUrl()
Gets the URL to the web page for this User.
|
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 |
Classification.getValue()
Gets the taxonomy value for this Classification.
|
String |
Concept.getValue()
Gets the value (usually a code in a taxonomy) associated with this Concept.
|
String |
ExternalIdentifier.getValue()
Gets the value of an ExternalIdentifier.
|
String |
InternationalString.getValue()
Gets the String value for the Locale returned by Locale.getDefault().
|
String |
LocalizedString.getValue()
Get the String value for this object.
|
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 |
Classification.isExternal()
Returns true if this is an external classification.
|
boolean |
ClassificationScheme.isExternal()
Determines whether this ClassificationScheme is an external ClassificationScheme
or an internal ClassificationScheme.
|
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 |
ClassificationScheme.removeChildConcept(Concept concept)
Removes a child Concept.
|
void |
Concept.removeChildConcept(Concept concept)
Removes a child Concept.
|
void |
ClassificationScheme.removeChildConcepts(Collection concepts)
Removes a Collection of children Concepts.
|
void |
Concept.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 |
Organization.setTelephoneNumbers(Collection phoneNumbers)
Sets the various telephone numbers for this user.
|
void |
User.setTelephoneNumbers(Collection phoneNumbers)
Sets the various telephone numbers for this user.
|
void |
EmailAddress.setType(String type)
Sets the type for this object.
|
void |
PostalAddress.setType(String type)
Sets the type of address (for example, "headquarters") as a String.
|
void |
TelephoneNumber.setType(String type)
Sets the type of telephone number (for example, "fax").
|
void |
User.setType(String type)
Sets the type for this User.
|
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 |
Classification.setValue(String value)
Sets the taxonomy value for this external Classification.
|
void |
Concept.setValue(String value)
Sets the value (usually a taxonomy value) associated with this Concept.
|
void |
ExternalIdentifier.setValue(String value)
Sets the value of an ExternalIdentifier.
|
void |
InternationalString.setValue(String value)
Sets the String value for the Locale returned by Locale.getDefault().
|
void |
LocalizedString.setValue(String value)
Set the String value for the specified object.
|
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 © 2005–2017 Oracle Corporation. All rights reserved.