Package | Description |
---|---|
javax.xml.registry | |
javax.xml.registry.infomodel |
Modifier and Type | Method and Description |
---|---|
RegistryObject |
QueryManager.getRegistryObject(String id) |
RegistryObject |
QueryManager.getRegistryObject(String id,
String objectType) |
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Interface and Description |
---|---|
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 |
Modifier and Type | Method and Description |
---|---|
RegistryObject |
Classification.getClassifiedObject() |
RegistryObject |
Concept.getParent() |
RegistryObject |
AuditableEvent.getRegistryObject() |
RegistryObject |
ExternalIdentifier.getRegistryObject() |
RegistryObject |
Association.getSourceObject() |
RegistryObject |
SpecificationLink.getSpecificationObject() |
RegistryObject |
Association.getTargetObject() |
Modifier and Type | Method and Description |
---|---|
void |
RegistryPackage.addRegistryObject(RegistryObject registryObject) |
void |
RegistryPackage.removeRegistryObject(RegistryObject registryObject) |
void |
Classification.setClassifiedObject(RegistryObject classifiedObject) |
void |
Association.setSourceObject(RegistryObject srcObject) |
void |
SpecificationLink.setSpecificationObject(RegistryObject obj) |
void |
Association.setTargetObject(RegistryObject targetObject) |
Copyright © 2016 JBoss by Red Hat. All rights reserved.