|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RegistryObject | |
---|---|
javax.xml.registry | |
javax.xml.registry.infomodel | |
org.apache.ws.scout.registry | |
org.apache.ws.scout.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)
|
Uses of RegistryObject in org.apache.ws.scout.registry |
---|
Methods in org.apache.ws.scout.registry that return RegistryObject | |
---|---|
RegistryObject |
BusinessQueryManagerImpl.getRegistryObject(String id)
|
RegistryObject |
BusinessQueryManagerImpl.getRegistryObject(String id,
String objectType)
|
Methods in org.apache.ws.scout.registry with parameters of type RegistryObject | |
---|---|
Association |
LifeCycleManagerImpl.createAssociation(RegistryObject targetObject,
Concept associationType)
|
Concept |
LifeCycleManagerImpl.createConcept(RegistryObject parent,
InternationalString name,
String value)
|
Concept |
LifeCycleManagerImpl.createConcept(RegistryObject parent,
String name,
String value)
|
Uses of RegistryObject in org.apache.ws.scout.registry.infomodel |
---|
Classes in org.apache.ws.scout.registry.infomodel that implement RegistryObject | |
---|---|
class |
AssociationImpl
Implements JAXR Association Interface. |
class |
ClassificationImpl
Implements JAXR Classification Interface. |
class |
ClassificationSchemeImpl
Implements JAXR Interface. |
class |
ConceptImpl
Implements JAXR Interface. |
class |
ExternalIdentifierImpl
Implements JAXR Interface. |
class |
ExternalLinkImpl
Implements JAXR Interface. |
class |
OrganizationImpl
Organization Interface * Implements JAXR Interface. |
class |
RegistryEntryImpl
Implements JAXR Interface. |
class |
RegistryObjectImpl
Implements RegistryObject Interface Implements JAXR Interface. |
class |
ServiceBindingImpl
Implements JAXR Interface. |
class |
ServiceImpl
Implements JAXR Interface. |
class |
SpecificationLinkImpl
Implements JAXR API |
class |
UserImpl
Implements JAXR Interface. |
Methods in org.apache.ws.scout.registry.infomodel that return RegistryObject | |
---|---|
RegistryObject |
ClassificationImpl.getClassifiedObject()
|
RegistryObject |
ConceptImpl.getParent()
|
RegistryObject |
ExternalIdentifierImpl.getRegistryObject()
|
RegistryObject |
AssociationImpl.getSourceObject()
|
RegistryObject |
SpecificationLinkImpl.getSpecificationObject()
|
RegistryObject |
AssociationImpl.getTargetObject()
|
Methods in org.apache.ws.scout.registry.infomodel with parameters of type RegistryObject | |
---|---|
void |
ExternalLinkImpl.addLinkedObject(RegistryObject obj)
|
void |
ExternalLinkImpl.removeLinkedObject(RegistryObject obj)
|
void |
ClassificationImpl.setClassifiedObject(RegistryObject registryObject)
|
void |
ConceptImpl.setParent(RegistryObject parent)
|
void |
ExternalIdentifierImpl.setRegistryObject(RegistryObject obj)
|
void |
AssociationImpl.setSourceObject(RegistryObject ro)
|
void |
SpecificationLinkImpl.setSpecificationObject(RegistryObject registryObject)
|
void |
AssociationImpl.setTargetObject(RegistryObject ro)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |