Class SessionContextResponse
java.lang.Object
de.aristaflow.ilm.model.runtimeenvironment.SessionContextResponse
- All Implemented Interfaces:
Serializable
This is the response to
RemoteActivityStartingWebService.getSimpleSessionContexts(de.aristaflow.ilm.base.sessionmanagement.SessionToken, java.util.Collection, de.aristaflow.adept2.model.globals.ProcessConstants.ExecutionMode, Integer)
combining an activity and the corresponding simple session context or an exceptional response
together in one object. So this either contains a SimpleSessionContext or an
IlmException. This simplifies the returned data structure.-
Field Summary
FieldsModifier and TypeFieldDescription@NotNull @Valid EbpInstanceReference@Valid IncompleteSessionContext@Valid IlmException -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
activity
-
context
-
exception
-
-
Constructor Details
-
SessionContextResponse
public SessionContextResponse()
-