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