Class ExecutionContextResponse
java.lang.Object
de.aristaflow.ilm.model.execution.ExecutionContextResponse
- All Implemented Interfaces:
Serializable
This is the response to
ActivityStartingWebService.getExecutionContexts(de.aristaflow.ilm.base.sessionmanagement.SessionToken, java.util.Collection, Integer)
combining an activity and the corresponding execution context or an exceptional response together
in one object. So this either contains an ExecutionContext or an
IlmException. This simplifies the returned data structure.-
Field Summary
FieldsModifier and TypeFieldDescription@NotNull @Valid EbpInstanceReference@Valid ExecutionContext@Valid IlmException -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
activity
-
context
-
exception
-
-
Constructor Details
-
ExecutionContextResponse
public ExecutionContextResponse()
-