Class ExecutionContextResponse

java.lang.Object
de.aristaflow.ilm.model.execution.ExecutionContextResponse
All Implemented Interfaces:
Serializable

public class ExecutionContextResponse extends Object implements 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.
See Also:
  • Field Details

  • Constructor Details

    • ExecutionContextResponse

      public ExecutionContextResponse()