Uses of Interface
javax.xml.registry.infomodel.RegistryObject

Packages that use RegistryObject
javax.xml.registry   
javax.xml.registry.infomodel   
 

Uses of RegistryObject in javax.xml.registry
 

Methods in javax.xml.registry that return RegistryObject
 RegistryObject QueryManager.getRegistryObject(String id)
           
 RegistryObject QueryManager.getRegistryObject(String id, String objectType)
           
 

Methods in javax.xml.registry with parameters of type RegistryObject
 Association LifeCycleManager.createAssociation(RegistryObject targetObject, Concept associationType)
           
 Concept LifeCycleManager.createConcept(RegistryObject parent, InternationalString name, String value)
           
 Concept LifeCycleManager.createConcept(RegistryObject parent, String name, String value)
           
 

Uses of RegistryObject in javax.xml.registry.infomodel
 

Subinterfaces of RegistryObject in javax.xml.registry.infomodel
 interface Association
           
 interface AuditableEvent
           
 interface Classification
           
 interface ClassificationScheme
           
 interface Concept
           
 interface ExternalIdentifier
           
 interface ExternalLink
           
 interface ExtrinsicObject
           
 interface Organization
           
 interface RegistryEntry
           
 interface RegistryPackage
           
 interface Service
           
 interface ServiceBinding
           
 interface SpecificationLink
           
 interface User
           
 

Methods in javax.xml.registry.infomodel that return RegistryObject
 RegistryObject Classification.getClassifiedObject()
           
 RegistryObject Concept.getParent()
           
 RegistryObject AuditableEvent.getRegistryObject()
           
 RegistryObject ExternalIdentifier.getRegistryObject()
           
 RegistryObject Association.getSourceObject()
           
 RegistryObject SpecificationLink.getSpecificationObject()
           
 RegistryObject Association.getTargetObject()
           
 

Methods in javax.xml.registry.infomodel with parameters of type RegistryObject
 void RegistryPackage.addRegistryObject(RegistryObject registryObject)
           
 void RegistryPackage.removeRegistryObject(RegistryObject registryObject)
           
 void Classification.setClassifiedObject(RegistryObject classifiedObject)
           
 void Association.setSourceObject(RegistryObject source)
           
 void SpecificationLink.setSpecificationObject(RegistryObject obj)
           
 void Association.setTargetObject(RegistryObject target)
           
 



Copyright © 2006 Apache Software Foundation. All Rights Reserved.