Class FetchAndLockResponseDto
- java.lang.Object
-
- org.camunda.bpm.client.topic.impl.dto.FetchAndLockResponseDto
-
public class FetchAndLockResponseDto extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected FetchAndLockExceptionerrorprotected java.util.List<ExternalTask>externalTasks
-
Constructor Summary
Constructors Constructor Description FetchAndLockResponseDto(java.util.List<ExternalTask> externalTasks)FetchAndLockResponseDto(FetchAndLockException error)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FetchAndLockExceptiongetError()java.util.List<ExternalTask>getExternalTasks()booleanhasError()
-
-
-
Field Detail
-
externalTasks
protected java.util.List<ExternalTask> externalTasks
-
error
protected FetchAndLockException error
-
-
Constructor Detail
-
FetchAndLockResponseDto
public FetchAndLockResponseDto(java.util.List<ExternalTask> externalTasks)
-
FetchAndLockResponseDto
public FetchAndLockResponseDto(FetchAndLockException error)
-
-
Method Detail
-
getExternalTasks
public java.util.List<ExternalTask> getExternalTasks()
-
hasError
public boolean hasError()
-
getError
public FetchAndLockException getError()
-
-