Class N2oRestInvocation
- java.lang.Object
-
- net.n2oapp.framework.api.metadata.global.dao.invocation.model.N2oRestInvocation
-
- All Implemented Interfaces:
Serializable,NamespaceUriAware,N2oInvocation,N2oMapInvocation
@Deprecated public class N2oRestInvocation extends Object implements N2oMapInvocation
Deprecated.Модель вызова rest сервиса- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description N2oRestInvocation()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description StringgetDateFormat()Deprecated.RestErrorMappinggetErrorMapping()Deprecated.StringgetMethod()Deprecated.StringgetNamespaceUri()Deprecated.StringgetProxyHost()Deprecated.IntegergetProxyPort()Deprecated.StringgetQuery()Deprecated.voidsetDateFormat(String dateFormat)Deprecated.voidsetErrorMapping(RestErrorMapping errorMapping)Deprecated.voidsetMethod(String method)Deprecated.voidsetNamespaceUri(String namespaceUri)Deprecated.voidsetProxyHost(String proxyHost)Deprecated.voidsetProxyPort(Integer proxyPort)Deprecated.voidsetQuery(String query)Deprecated.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface net.n2oapp.framework.api.metadata.aware.NamespaceUriAware
getNamespace, getNamespacePrefix
-
-
-
-
Method Detail
-
getNamespaceUri
public String getNamespaceUri()
Deprecated.- Specified by:
getNamespaceUriin interfaceNamespaceUriAware- Returns:
- URI схемы
-
setNamespaceUri
public void setNamespaceUri(String namespaceUri)
Deprecated.- Specified by:
setNamespaceUriin interfaceNamespaceUriAware
-
getErrorMapping
public RestErrorMapping getErrorMapping()
Deprecated.
-
setErrorMapping
public void setErrorMapping(RestErrorMapping errorMapping)
Deprecated.
-
getProxyHost
public String getProxyHost()
Deprecated.
-
setProxyHost
public void setProxyHost(String proxyHost)
Deprecated.
-
getProxyPort
public Integer getProxyPort()
Deprecated.
-
setProxyPort
public void setProxyPort(Integer proxyPort)
Deprecated.
-
getQuery
public String getQuery()
Deprecated.
-
setQuery
public void setQuery(String query)
Deprecated.
-
getMethod
public String getMethod()
Deprecated.
-
setMethod
public void setMethod(String method)
Deprecated.
-
setDateFormat
public void setDateFormat(String dateFormat)
Deprecated.
-
getDateFormat
public String getDateFormat()
Deprecated.
-
-