Package | Description |
---|---|
javax.xml.registry | |
javax.xml.registry.infomodel | |
org.apache.ws.scout.registry | |
org.apache.ws.scout.registry.infomodel | |
org.apache.ws.scout.util |
Modifier and Type | Method and Description |
---|---|
Concept |
LifeCycleManager.createConcept(RegistryObject parent,
InternationalString name,
String value) |
Concept |
LifeCycleManager.createConcept(RegistryObject parent,
String name,
String value) |
Concept |
BusinessQueryManager.findConceptByPath(String path) |
Modifier and Type | Method and Description |
---|---|
Association |
LifeCycleManager.createAssociation(RegistryObject targetObject,
Concept associationType) |
Classification |
LifeCycleManager.createClassification(Concept concept) |
ClassificationScheme |
LifeCycleManager.createClassificationScheme(Concept concept) |
Modifier and Type | Method and Description |
---|---|
Concept |
Association.getAssociationType() |
Concept |
Classification.getConcept() |
Concept |
RegistryObject.getObjectType() |
Concept |
Concept.getParentConcept() |
Modifier and Type | Method and Description |
---|---|
void |
Concept.addChildConcept(Concept concept) |
void |
ClassificationScheme.addChildConcept(Concept concept) |
void |
Concept.removeChildConcept(Concept concept) |
void |
ClassificationScheme.removeChildConcept(Concept concept) |
void |
Association.setAssociationType(Concept associationType) |
void |
Classification.setConcept(Concept concept) |
Modifier and Type | Method and Description |
---|---|
Concept |
LifeCycleManagerImpl.createConcept(RegistryObject parent,
InternationalString name,
String value) |
Concept |
LifeCycleManagerImpl.createConcept(RegistryObject parent,
String name,
String value) |
Concept |
BusinessQueryManagerV3Impl.findConceptByPath(String path) |
Concept |
BusinessQueryManagerImpl.findConceptByPath(String path) |
Modifier and Type | Method and Description |
---|---|
Association |
LifeCycleManagerImpl.createAssociation(RegistryObject targetObject,
Concept associationType) |
Classification |
LifeCycleManagerImpl.createClassification(Concept concept) |
ClassificationScheme |
LifeCycleManagerImpl.createClassificationScheme(Concept concept) |
Modifier and Type | Class and Description |
---|---|
class |
ConceptImpl
Implements JAXR Interface.
|
Modifier and Type | Method and Description |
---|---|
Concept |
AssociationImpl.getAssociationType() |
Concept |
ClassificationImpl.getConcept() |
Concept |
RegistryObjectImpl.getObjectType() |
Concept |
ConceptImpl.getParentConcept() |
Modifier and Type | Method and Description |
---|---|
Collection<Concept> |
ConceptImpl.getChildrenConcepts() |
Collection<Concept> |
ConceptImpl.getDescendantConcepts() |
Modifier and Type | Method and Description |
---|---|
void |
ConceptImpl.addChildConcept(Concept concept) |
void |
ClassificationSchemeImpl.addChildConcept(Concept concept) |
void |
ConceptImpl.removeChildConcept(Concept c) |
void |
ClassificationSchemeImpl.removeChildConcept(Concept concept) |
void |
AssociationImpl.setAssociationType(Concept concept) |
void |
ClassificationImpl.setConcept(Concept cpt) |
void |
ConceptImpl.setParentconcept(Concept parentconcept) |
Modifier and Type | Method and Description |
---|---|
void |
ConceptImpl.setChildconcepts(Collection<Concept> childconcepts) |
Modifier and Type | Method and Description |
---|---|
static Concept |
ScoutUddiV3JaxrHelper.getConcept(TModelDetail tModelDetail,
LifeCycleManager lifeCycleManager) |
static Concept |
ScoutUddiJaxrHelper.getConcept(TModelDetail tModelDetail,
LifeCycleManager lifeCycleManager) |
static Concept |
ScoutUddiV3JaxrHelper.getConcept(TModelInfo tModelInfo,
LifeCycleManager lifeCycleManager) |
static Concept |
ScoutUddiJaxrHelper.getConcept(TModelInfo tModelInfo,
LifeCycleManager lifeCycleManager) |
static Concept |
ScoutUddiV3JaxrHelper.getConcept(TModel tmodel,
LifeCycleManager lifeCycleManager) |
static Concept |
ScoutUddiJaxrHelper.getConcept(TModel tmodel,
LifeCycleManager lifeCycleManager) |
static Concept |
EnumerationHelper.getConceptByPath(String path) |
Modifier and Type | Method and Description |
---|---|
static TModel |
ScoutJaxrUddiV3Helper.getTModelFromJAXRConcept(Concept concept) |
static TModel |
ScoutJaxrUddiHelper.getTModelFromJAXRConcept(Concept concept) |
Copyright © 2018 JBoss by Red Hat. All rights reserved.