Package | Description |
---|---|
javax.xml.registry | |
javax.xml.registry.infomodel | |
org.apache.ws.scout.registry | |
org.apache.ws.scout.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 |
ExternalIdentifier.getRegistryObject() |
RegistryObject |
AuditableEvent.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) |
Modifier and Type | Method and Description |
---|---|
RegistryObject |
BusinessQueryManagerV3Impl.getRegistryObject(String id) |
RegistryObject |
BusinessQueryManagerImpl.getRegistryObject(String id) |
RegistryObject |
BusinessQueryManagerV3Impl.getRegistryObject(String id,
String objectType) |
RegistryObject |
BusinessQueryManagerImpl.getRegistryObject(String id,
String objectType) |
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
RegistryObject |
ClassificationImpl.getClassifiedObject() |
RegistryObject |
ConceptImpl.getParent() |
RegistryObject |
ExternalIdentifierImpl.getRegistryObject() |
RegistryObject |
AssociationImpl.getSourceObject() |
RegistryObject |
SpecificationLinkImpl.getSpecificationObject() |
RegistryObject |
AssociationImpl.getTargetObject() |
Modifier and Type | Method and Description |
---|---|
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) |
Copyright © 2018 JBoss by Red Hat. All rights reserved.