Constructor and Description |
---|
AuthorOperationWithResult() |
Modifier and Type | Method and Description |
---|---|
abstract java.lang.String |
doOperation(AuthorDocumentModel model,
ArgumentsMap args)
Performs the actual operation and return a result to be sent to the client-side code.
|
java.lang.String |
getDescription() |
public abstract java.lang.String doOperation(AuthorDocumentModel model, ArgumentsMap args) throws java.lang.IllegalArgumentException, AuthorOperationException
model
- The web author document model.args
- The map of arguments. The argument names are the names passed by the calling JS code.java.lang.IllegalArgumentException
- Thrown when one or more arguments are illegal.AuthorOperationException
- Thrown when the operation fails.public java.lang.String getDescription()
getDescription
in interface Extension
© Copyright SyncRO Soft SRL 2002 - 2016. All rights reserved.