public final class GetEventInstances extends java.lang.Object implements TransactionContentWithResult<java.util.List<SEventInstance>>
| Constructor and Description |
|---|
GetEventInstances(EventInstanceService eventInstanceService,
long rootContainerId,
int fromIndex,
int maxResults,
java.lang.String fieldName,
OrderByType orderByType) |
| Modifier and Type | Method and Description |
|---|---|
void |
execute() |
java.util.List<SEventInstance> |
getResult() |
public GetEventInstances(EventInstanceService eventInstanceService, long rootContainerId, int fromIndex, int maxResults, java.lang.String fieldName, OrderByType orderByType)
public void execute()
throws SBonitaException
execute in interface TransactionContentSBonitaExceptionpublic java.util.List<SEventInstance> getResult()
getResult in interface TransactionContentWithResult<java.util.List<SEventInstance>>