public class TckTModel extends Object
Modifier and Type | Field and Description |
---|---|
static String |
JOE_PUBLISHER_TMODEL_XML |
static String |
TMODELS_XML |
Constructor and Description |
---|
TckTModel(Publish publication,
Inquire inquiry) |
Modifier and Type | Method and Description |
---|---|
void |
deleteCreatedTModels(String authinfo)
deletes at tmodels created usign the tck tool, tmodels that were
previously present (before running) are not deleted no exception is
thrown if an error occurs, but it will be logged
|
void |
deleteJoePublisherTmodel(String authInfoJoe) |
void |
deleteMaryPublisherTmodel(String authInfoMary) |
void |
deleteSamSyndicatorTmodel(String authInfoSam) |
void |
deleteTModel(String authInfo,
String tModelXml,
String tModelKey) |
void |
deleteTModel(String authInfo,
String tModelXml,
String tModelKey,
boolean force) |
TModelList |
findJoePublisherTmodel(String authInfoJoe) |
TModelList |
findJoeTModelDetail() |
TModelList |
findJoeTModelDetailByCategoryBag() |
TModelDetail |
getJoePublisherTmodel(String authInfoJoe) |
TModelDetail |
getTModelDetail(String authInfo,
String tModelXml,
String tModelKey) |
TModel |
saveJoePublisherTmodel(String authInfoJoe) |
TModel |
saveJoePublisherTmodel(String authInfoJoe,
boolean force) |
TModel |
saveMaryPublisherTmodel(String authInfoMary) |
TModel |
saveSamSyndicatorTmodel(String authInfoSam) |
TModel |
saveTModel(String authInfo,
String tModelXml,
String tModelKey) |
TModel |
saveTModel(String authInfo,
String tModelXml,
String tModelKey,
boolean force) |
void |
saveTmodels(String authInfoJoe) |
void |
saveTModels(String authInfo,
String tModelXml)
saves a tmodel using the tModelXml parameter as a file path
|
void |
saveUDDIPublisherTmodel(String authInfoTM) |
public static final String JOE_PUBLISHER_TMODEL_XML
public static final String TMODELS_XML
public void saveTModels(String authInfo, String tModelXml)
authInfo
- tModelXml
- this is a relative file pathpublic TModel saveTModel(String authInfo, String tModelXml, String tModelKey, boolean force)
public void deleteTModel(String authInfo, String tModelXml, String tModelKey, boolean force)
public TModelDetail getTModelDetail(String authInfo, String tModelXml, String tModelKey)
public TModelList findJoeTModelDetail()
public TModelList findJoeTModelDetailByCategoryBag()
public void saveUDDIPublisherTmodel(String authInfoTM)
public void saveTmodels(String authInfoJoe)
public void deleteJoePublisherTmodel(String authInfoJoe)
public TModelDetail getJoePublisherTmodel(String authInfoJoe)
public TModelList findJoePublisherTmodel(String authInfoJoe)
public void deleteMaryPublisherTmodel(String authInfoMary)
public void deleteSamSyndicatorTmodel(String authInfoSam)
public void deleteCreatedTModels(String authinfo)
authinfo
- Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.