Uses of Class
de.aristaflow.ilm.model.execution.ExecutionContextResponse
-
Packages that use ExecutionContextResponse Package Description de.aristaflow.ilm.model.execution -
-
Uses of ExecutionContextResponse in de.aristaflow.ilm.model.execution
Fields in de.aristaflow.ilm.model.execution with type parameters of type ExecutionContextResponse Modifier and Type Field Description List<@NotNull @Valid ExecutionContextResponse>
EcInitialRemoteIteratorData. execConts
List<@NotNull @Valid ExecutionContextResponse>
EcRemoteIteratorData. execConts
Methods in de.aristaflow.ilm.model.execution that return types with arguments of type ExecutionContextResponse Modifier and Type Method Description List<ExecutionContextResponse>
EcInitialRemoteIteratorData. getContentAbstract()
List<ExecutionContextResponse>
EcRemoteIteratorData. getContentAbstract()
Method parameters in de.aristaflow.ilm.model.execution with type arguments of type ExecutionContextResponse Modifier and Type Method Description void
EcInitialRemoteIteratorData. setContentAbstract(List<ExecutionContextResponse> content)
void
EcRemoteIteratorData. setContentAbstract(List<ExecutionContextResponse> content)
-