Usage
|
Method
|
Description
|
---|---|---|
Execute
|
public final void execute()
|
Overwrites the method of BTTServerOperation.
Note that you cannot overwrite this method in the extension; instead overwrite executeOperation().
|
Execute operation
|
protected boolean executeOperation()
throws Exception |
If required, you can overwrite this method in the extension, as you did for BTTServerOperation.execute().
You can control the Write and/or Delete behavior with the return value of this method.
Returns true (implement the Write and/or Delete), or false (stop processing and do not implement the Write and/or Delete)
|