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.mapTModelDescriptions(List<Description> apiDescList,
List<TmodelDescr> modelDescList,
Tmodel modelTModel) |
static void |
MappingModelToApi.mapTModelDescriptions(List<TmodelDescr> modelDescList,
List<Description> apiDescList) |
Modifier and Type | Method and Description |
---|---|
List<TmodelDescr> |
Tmodel.getTmodelDescrs() |
Modifier and Type | Method and Description |
---|---|
void |
Tmodel.setTmodelDescrs(List<TmodelDescr> tmodelDescrs) |
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.