Class GetEventInstances
- java.lang.Object
-
- org.bonitasoft.engine.api.impl.transaction.event.GetEventInstances
-
- All Implemented Interfaces:
TransactionContent,TransactionContentWithResult<java.util.List<SEventInstance>>
public final class GetEventInstances extends java.lang.Object implements TransactionContentWithResult<java.util.List<SEventInstance>>
- Author:
- Elias Ricken de Medeiros
-
-
Constructor Summary
Constructors Constructor Description GetEventInstances(EventInstanceService eventInstanceService, long rootContainerId, int fromIndex, int maxResults, java.lang.String fieldName, OrderByType orderByType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute()java.util.List<SEventInstance>getResult()
-
-
-
Constructor Detail
-
GetEventInstances
public GetEventInstances(EventInstanceService eventInstanceService, long rootContainerId, int fromIndex, int maxResults, java.lang.String fieldName, OrderByType orderByType)
-
-
Method Detail
-
execute
public void execute() throws SBonitaException- Specified by:
executein interfaceTransactionContent- Throws:
SBonitaException
-
getResult
public java.util.List<SEventInstance> getResult()
- Specified by:
getResultin interfaceTransactionContentWithResult<java.util.List<SEventInstance>>
-
-