public interface CompositeOperation extends Operation
Operation that aggregates one or more operations.| Modifier and Type | Method and Description |
|---|---|
List<Operation> |
getOperations()
Returns all
Operation objects contained within this CompositeOperation; otherwise, returns an
empty List. |
List<Operation> getOperations()
Operation objects contained within this CompositeOperation; otherwise, returns an
empty List.Copyright © 2014 OCPsoft. All Rights Reserved.