public abstract class AbstractDefinitionManager extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
AbstractDefinitionManager.Param |
| Modifier and Type | Field and Description |
|---|---|
protected com.eviware.soapui.impl.rest.refactoring.definition.model.project.RestRefactoringData |
newService |
protected Map<AbstractDefinitionManager.Param,Object> |
params |
protected com.eviware.soapui.impl.rest.AbstractRestService |
service |
protected String |
uri |
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractDefinitionManager() |
| Modifier and Type | Method and Description |
|---|---|
Object |
addParam(AbstractDefinitionManager.Param name,
Object value) |
abstract void |
exportDefinition()
Export project definitions to file (WADL, REST, SWAGGER etc.)
|
void |
finalize() |
abstract void |
importDefinition()
Import project definitions from any source (WADL, REST, SWAGGER etc.)
|
protected void |
init(Object root,
com.eviware.soapui.impl.rest.refactoring.definition.model.project.RestRefactoringData refactoringRoot) |
boolean |
initialize(com.eviware.soapui.impl.rest.AbstractRestService rs,
String uri) |
boolean |
showRefactoringDialog() |
abstract void |
updateDefinition()
Update project definitions from any source (WADL, REST, SWAGGER etc.)
|
protected com.eviware.soapui.impl.rest.AbstractRestService service
protected com.eviware.soapui.impl.rest.refactoring.definition.model.project.RestRefactoringData newService
protected String uri
protected Map<AbstractDefinitionManager.Param,Object> params
public boolean initialize(com.eviware.soapui.impl.rest.AbstractRestService rs,
String uri)
rs - existing(old) REST service definitionuri - - the path to the new REST service definitionpublic Object addParam(AbstractDefinitionManager.Param name, Object value)
public abstract void updateDefinition()
throws com.smartbear.ready.core.exception.ReadyApiException
com.smartbear.ready.core.exception.ReadyApiExceptionpublic abstract void importDefinition()
throws com.smartbear.ready.core.exception.ReadyApiException
com.smartbear.ready.core.exception.ReadyApiExceptionpublic abstract void exportDefinition()
throws com.smartbear.ready.core.exception.ReadyApiException
com.smartbear.ready.core.exception.ReadyApiExceptionpublic boolean showRefactoringDialog()
throws com.smartbear.ready.core.exception.ReadyApiException
com.smartbear.ready.core.exception.ReadyApiExceptionCopyright © 2019. All rights reserved.