Class JavaInvocation
- java.lang.Object
-
- net.n2oapp.framework.api.metadata.global.dao.invocation.java.JavaInvocation
-
- All Implemented Interfaces:
java.io.Serializable,NamespaceUriAware,N2oArgumentsInvocation,N2oInvocation
- Direct Known Subclasses:
EjbInvocation,SpringInvocation
@Deprecated public class JavaInvocation extends java.lang.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.java.lang.StringgetClassName()Deprecated.java.lang.StringgetMethodName()Deprecated.java.lang.StringgetNamespaceUri()Deprecated.voidsetArguments(Argument[] arguments)Deprecated.voidsetClassName(java.lang.String className)Deprecated.voidsetMethodName(java.lang.String methodName)Deprecated.voidsetNamespaceUri(java.lang.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 java.lang.String getNamespaceUri()
Deprecated.- Specified by:
getNamespaceUriin interfaceNamespaceUriAware- Returns:
- URI схемы
-
setNamespaceUri
public void setNamespaceUri(java.lang.String namespaceUri)
Deprecated.- Specified by:
setNamespaceUriin interfaceNamespaceUriAware
-
getClassName
public java.lang.String getClassName()
Deprecated.
-
setClassName
public void setClassName(java.lang.String className)
Deprecated.
-
getMethodName
public java.lang.String getMethodName()
Deprecated.
-
setMethodName
public void setMethodName(java.lang.String methodName)
Deprecated.
-
getArguments
public Argument[] getArguments()
Deprecated.- Specified by:
getArgumentsin interfaceN2oArgumentsInvocation
-
setArguments
public void setArguments(Argument[] arguments)
Deprecated.
-
-