Uses of Interface
javax.xml.registry.infomodel.RegistryObject
-
Packages that use RegistryObject Package Description javax.xml.registry This package and its sub-packages describe the API classes and interfaces for the Jakarta XML Registries API.javax.xml.registry.infomodel This package describes the information model for the Jakarta XML Registries API. -
-
Uses of RegistryObject in javax.xml.registry
Methods in javax.xml.registry that return RegistryObject Modifier and Type Method Description RegistryObjectQueryManager. getRegistryObject(String id)Gets the RegistryObject specified by the Id.RegistryObjectQueryManager. getRegistryObject(String id, String objectType)Gets the RegistryObject specified by the Id and type of object.Methods in javax.xml.registry with parameters of type RegistryObject Modifier and Type Method Description AssociationLifeCycleManager. createAssociation(RegistryObject targetObject, Concept associationType)Creates an Association instance using the specified parameters.ConceptLifeCycleManager. createConcept(RegistryObject parent, String name, String value)Creates a Concept instance using the specified parameters, where the name is a String.ConceptLifeCycleManager. createConcept(RegistryObject parent, InternationalString name, String value)Creates a Concept instance using the specified parameters, where the name is an InternationalString. -
Uses of RegistryObject in javax.xml.registry.infomodel
Subinterfaces of RegistryObject in javax.xml.registry.infomodel Modifier and Type Interface Description interfaceAssociationA RegistryObject instance may be associated with zero or more RegistryObject instances.interfaceAuditableEventAuditableEvent instances provide a long term record of events that effect a change of state in a RegistryObject.interfaceClassificationThe Classification interface is used to classify RegistryObject instances.interfaceClassificationSchemeA ClassificationScheme instance represents a taxonomy that may be used to classify or categorize RegistryObject instances.interfaceConceptThe Concept interface is used to represent taxonomy elements and their structural relationship with each other in order to describe an internal taxonomy.interfaceExternalIdentifierExternalIdentifier instances provide the additional identifier information to RegistryObjects such as DUNS number, Social Security Number, or an alias name of the organization.interfaceExternalLinkExternalLink instances model a named URI to content that may reside outside the registry.interfaceExtrinsicObjectExtrinsicObjects provide metadata that describes submitted content whose type is not intrinsically known to the registry and therefore must be described by means of additional attributes (e.g., mime type).interfaceOrganizationOrganization instances provide information on organizations such as a Submitting Organization.interfaceRegistryEntryThe RegistryEntry interface is a base interface for interfaces in the model that require additional metadata beyond what is provided by the RegistryObject interface.interfaceRegistryPackageRegistryPackage instances are RegistryEntries that group logically related RegistryEntries together.interfaceServiceService instances are RegistryObjects that provide information on services (for example, web services) offered by an Organization.interfaceServiceBindingServiceBinding instances are RegistryObjects that represent technical information on a specific way to access a specific interface offered by a Service instance.interfaceSpecificationLinkA SpecificationLink provides the linkage between a ServiceBinding and one of its technical specifications that describes how to use the service using the ServiceBinding.interfaceUserUser instances are RegistryObjects that are used to provide information about registered users within the registry.Methods in javax.xml.registry.infomodel that return RegistryObject Modifier and Type Method Description RegistryObjectClassification. getClassifiedObject()Gets the Object that is being classified.RegistryObjectConcept. getParent()Gets the parent Concept or ClassificationScheme for this object.RegistryObjectAuditableEvent. getRegistryObject()Gets the RegistryObject associated with this AuditableEvent.RegistryObjectExternalIdentifier. getRegistryObject()Gets the parent RegistryObject for this ExternalIdentifier.RegistryObjectAssociation. getSourceObject()Gets the Object that is the source of this Association.RegistryObjectSpecificationLink. getSpecificationObject()Gets the specification object for this object.RegistryObjectAssociation. getTargetObject()Gets the Object that is the target of this Association.Methods in javax.xml.registry.infomodel with parameters of type RegistryObject Modifier and Type Method Description voidRegistryPackage. addRegistryObject(RegistryObject registryObject)Adds a child RegistryObject as member.voidRegistryPackage. removeRegistryObject(RegistryObject registryObject)Removes a child RegistryObject from membership.voidClassification. setClassifiedObject(RegistryObject classifiedObject)Sets the object that is being classified.voidAssociation. setSourceObject(RegistryObject srcObject)Sets the Object that is the source of this Association.voidSpecificationLink. setSpecificationObject(RegistryObject obj)Sets the specification object for this object.voidAssociation. setTargetObject(RegistryObject targetObject)Sets the Object that is the target of this Association.
-