Class BundleOperationAddEvent


public class BundleOperationAddEvent extends SimpleBusinessEvent<BundleOperationAddInput,List<Long>>
Event to add a set of new BOBundleOperations to a Bundle, starting from the ids of the work order operations we want to add.
The launcher must provide a valid BundleOperationAddInput in order to successfully call this event.
The listener add the BOBundleOperation starting from the event input, i.e. the given BundleOperationAddInput.
Since:
20.1
GCApi:
event
Reactors:
BTBundleOperationAdd(0)
No Spouts