Your implementation of the ActionExecuterAbstractBase interface must include an addParameterDefinitions method, which is used to add parameters to the custom repository action, as well as an executeImpl method, which contains the actual business logic.The name of the action executor is defined by the static NAME attribute, which is assigned the value of "tag" in this case, as shown in the following code example.public class TagActionExecuter extends ActionExecuterAbstractBase{/** The name of the action */public static final String NAME = "tag";
| Programming with LiveCycle ES (LiveDocs) |
| Adobe LiveCycle ES Update 1 |
Send me an e-mail when comments are added to this page | Comment Report
Current page: http://livedocs.adobe.com/livecycle/8.2/programLC/programmer/help/001566.html