Package | Description |
---|---|
org.apache.juddi.mapping |
Maps to and from JAXB to JPA classes
|
org.apache.juddi.model |
JPA representations of the JAXB classes from uddi-ws
|
Modifier and Type | Method and Description |
---|---|
static void |
MappingApiToModel.mapTModelIdentifiers(org.uddi.api_v3.IdentifierBag apiIdentifierBag,
List<TmodelIdentifier> modelIdentifierList,
Tmodel modelTModel) |
static void |
MappingModelToApi.mapTModelIdentifiers(List<TmodelIdentifier> modelIdentifierList,
org.uddi.api_v3.IdentifierBag apiIdentifierBag,
org.uddi.api_v3.TModel apiTModel) |
Modifier and Type | Method and Description |
---|---|
List<TmodelIdentifier> |
Tmodel.getTmodelIdentifiers() |
Modifier and Type | Method and Description |
---|---|
void |
Tmodel.setTmodelIdentifiers(List<TmodelIdentifier> tmodelIdentifiers) |
Constructor and Description |
---|
Tmodel(String entityKey,
String authorizedName,
String operator,
String name,
String langCode,
boolean deleted,
Date modified,
List<OverviewDoc> overviewDocs,
List<TmodelDescr> tmodelDescrs,
List<TmodelIdentifier> tmodelIdentifiers,
TmodelCategoryBag categoryBag) |
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.