Interface N2oArgumentsInvocation
-
- All Superinterfaces:
N2oInvocation,NamespaceUriAware,Serializable,Source
- All Known Implementing Classes:
N2oJavaDataProvider
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.global.dao.invocation.model.N2oInvocation
getResultMapping, getResultNormalize, setResultMapping, setResultNormalize
-
Methods inherited from interface net.n2oapp.framework.api.metadata.aware.NamespaceUriAware
getNamespace, getNamespacePrefix, getNamespaceUri, setNamespacePrefix, setNamespaceUri
-
-
-
-
Method Detail
-
getArguments
Argument[] getArguments()
-
-