public class DocumentURLAction extends Object implements MessageAction
It expects the document to be in the context under the key "document" and the baseUrl at baseUrl. It puts the URL at key "url".
Constructor and Description |
---|
DocumentURLAction(String baseUrl) |
Modifier and Type | Method and Description |
---|---|
boolean |
execute(ExecutionContext context)
Executes one action.
|
void |
reset(ExecutionContext context) |
public DocumentURLAction(String baseUrl)
public boolean execute(ExecutionContext context)
MessageAction
If it returns false, the following actions from the pipe are not executed.
execute
in interface MessageAction
ExecutionContext
public void reset(ExecutionContext context)
reset
in interface MessageAction
Copyright © 2015 Nuxeo SA. All rights reserved.