Package ro.sync.ecss.extensions.api
Interface ArgumentsMap
@API(type=NOT_EXTENDABLE,
src=PUBLIC)
public interface ArgumentsMap
Map between argument names and values.
-
Method Summary
Modifier and TypeMethodDescriptiongetArgumentValue
(String argumentName) Get the value for the specified argument name.
-
Method Details
-
getArgumentValue
Get the value for the specified argument name. The argument name must be one of the arguments defined inAuthorOperation.getArguments()
method.- Parameters:
argumentName
- The name of the argument.- Returns:
- The value of the argument, or
null
if a value was not stored for the given argument.
-