lumis.util
Interface CollectionExecutor.IIterationCommand<T>
- Type Parameters:
T
- the type of the collection elements.
- Enclosing class:
- CollectionExecutor<T>
public static interface CollectionExecutor.IIterationCommand<T>
Interface that is implemented to provide the command for executing a
block of a collection.
- Since:
- 4.2.2.090330
- See Also:
CollectionExecutor
Method Summary |
void |
execute(List<T> subItems)
Method call to execute a list of items, that is a sub-list of the
original collection to be processed. |
execute
void execute(List<T> subItems)
throws PortalException
- Method call to execute a list of items, that is a sub-list of the
original collection to be processed.
- Parameters:
subItems
- the sub-list of the original collection.
- Throws:
PortalException
- Since:
- 4.2.2.090330
- See Also:
CollectionExecutor
Lumisportal 6.2.0.120405 - Copyright © 2006–2012 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.