Interface N2oArgumentsInvocation
-
- All Superinterfaces:
N2oInvocation,NamespaceUriAware,java.io.Serializable
- All Known Implementing Classes:
EjbInvocation,JavaInvocation,N2oJavaDataProvider,N2oJavaMethod,SpringInvocation
public interface N2oArgumentsInvocation extends N2oInvocation
Модель операции которая на вход принимает аргументы
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Argument[]getArguments()-
Methods inherited from interface net.n2oapp.framework.api.metadata.aware.NamespaceUriAware
getNamespace, getNamespacePrefix, getNamespaceUri, setNamespaceUri
-
-
-
-
Method Detail
-
getArguments
Argument[] getArguments()
-
-