@API(type=EXTENDABLE, src=PUBLIC) public interface ExecuteMultipleActionsWithExtraAskValuesOperation extends AuthorOperation
NAMESPACE_ARGUMENT, NAMESPACE_ARGUMENT_DESCRIPTOR, SCHEMA_AWARE_ARGUMENT, SCHEMA_AWARE_ARGUMENT_DESCRIPTOR
Modifier and Type | Method and Description |
---|---|
void |
doOperation(AuthorAccess authorAccess,
ArgumentsMap args,
java.util.List<java.lang.String> asksValues)
Do the operation taking into account the provided asks variables values.
|
java.util.List<java.lang.Object> |
getActions(AuthorAccess authorAccess,
java.util.Map arguments)
Get all the actions from this operation.
|
doOperation, getArguments
getDescription
void doOperation(AuthorAccess authorAccess, ArgumentsMap args, java.util.List<java.lang.String> asksValues) throws AuthorOperationException
authorAccess
- The Author access.args
- The arguments.asksValues
- The list of expanded asks variables for all inner actions.AuthorOperationException
java.util.List<java.lang.Object> getActions(AuthorAccess authorAccess, java.util.Map arguments) throws AuthorOperationException
authorAccess
- Author access.arguments
- The arguments.AuthorOperationException
© Copyright Syncro Soft SRL 2002 - 2020. All rights reserved.