Uses of Interface
org.apache.torque.generator.control.action.MergepointAction
-
Packages that use MergepointAction Package Description org.apache.torque.generator.configuration.mergepoint This package contains the classes for reading the mergepoint mappings for the Torque generator units of generation.org.apache.torque.generator.control.action This package defines and implements mergepoint actions. -
-
Uses of MergepointAction in org.apache.torque.generator.configuration.mergepoint
Methods in org.apache.torque.generator.configuration.mergepoint that return MergepointAction Modifier and Type Method Description MergepointAction
ActionSaxHandler. getAction()
Returns the action which was configured by this handler.Methods in org.apache.torque.generator.configuration.mergepoint that return types with arguments of type MergepointAction Modifier and Type Method Description List<MergepointAction>
MergepointMapping. getActions()
Returns the list of actions executed at the mergepoint.Methods in org.apache.torque.generator.configuration.mergepoint with parameters of type MergepointAction Modifier and Type Method Description void
MergepointMapping. addAction(MergepointAction action)
Adds an action to this mergepont mapping at the end of the action list.Constructors in org.apache.torque.generator.configuration.mergepoint with parameters of type MergepointAction Constructor Description ActionSaxHandler(MergepointAction action, ConfigurationProvider configurationProvider, UnitDescriptor unitDescriptor)
Constructor.Constructor parameters in org.apache.torque.generator.configuration.mergepoint with type arguments of type MergepointAction Constructor Description MergepointMapping(String name, List<MergepointAction> actions)
Constructor. -
Uses of MergepointAction in org.apache.torque.generator.control.action
Classes in org.apache.torque.generator.control.action that implement MergepointAction Modifier and Type Class Description class
ApplyAction
Applies an outlet to the matching element.class
OptionAction
Inserts the value of an option into a mergepoint.class
OutputAction
Inserts a fixed String into a mergepoint.class
SourceElementAttributeAction
Applies an outlet to a given source element.class
TraverseAllAction
Traverses all matching elements, and applies a outlet to each matching element.
-