Class JavaInvocation
- java.lang.Object
-
- net.n2oapp.framework.api.metadata.global.dao.invocation.java.JavaInvocation
-
- All Implemented Interfaces:
Serializable,NamespaceUriAware,N2oArgumentsInvocation,N2oInvocation
- Direct Known Subclasses:
EjbInvocation,SpringInvocation
@Deprecated public class JavaInvocation extends Object implements N2oArgumentsInvocation
Deprecated.Параметры для вызова java методов- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description JavaInvocation()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description Argument[]getArguments()Deprecated.StringgetClassName()Deprecated.StringgetMethodName()Deprecated.StringgetNamespaceUri()Deprecated.voidsetArguments(Argument[] arguments)Deprecated.voidsetClassName(String className)Deprecated.voidsetMethodName(String methodName)Deprecated.voidsetNamespaceUri(String namespaceUri)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
-
getClassName
public String getClassName()
Deprecated.
-
setClassName
public void setClassName(String className)
Deprecated.
-
getMethodName
public String getMethodName()
Deprecated.
-
setMethodName
public void setMethodName(String methodName)
Deprecated.
-
getArguments
public Argument[] getArguments()
Deprecated.- Specified by:
getArgumentsin interfaceN2oArgumentsInvocation
-
setArguments
public void setArguments(Argument[] arguments)
Deprecated.
-
-