Class FetchAndLockResponseDto
- java.lang.Object
- 
- org.camunda.bpm.client.topic.impl.dto.FetchAndLockResponseDto
 
- 
 public class FetchAndLockResponseDto extends java.lang.Object
- 
- 
Field SummaryFields Modifier and Type Field Description protected FetchAndLockExceptionerrorprotected java.util.List<ExternalTask>externalTasks
 - 
Constructor SummaryConstructors Constructor Description FetchAndLockResponseDto(java.util.List<ExternalTask> externalTasks)FetchAndLockResponseDto(FetchAndLockException error)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description FetchAndLockExceptiongetError()java.util.List<ExternalTask>getExternalTasks()booleanhasError()
 
- 
- 
- 
Field Detail- 
externalTasksprotected java.util.List<ExternalTask> externalTasks 
 - 
errorprotected FetchAndLockException error 
 
- 
 - 
Constructor Detail- 
FetchAndLockResponseDtopublic FetchAndLockResponseDto(java.util.List<ExternalTask> externalTasks) 
 - 
FetchAndLockResponseDtopublic FetchAndLockResponseDto(FetchAndLockException error) 
 
- 
 - 
Method Detail- 
getExternalTaskspublic java.util.List<ExternalTask> getExternalTasks() 
 - 
hasErrorpublic boolean hasError() 
 - 
getErrorpublic FetchAndLockException getError() 
 
- 
 
-