Class SessionContextResponse
- java.lang.Object
-
- de.aristaflow.ilm.model.runtimeenvironment.SessionContextResponse
-
- All Implemented Interfaces:
Serializable
public class SessionContextResponse extends Object implements Serializable
This is the response toRemoteActivityStartingWebService.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 aSimpleSessionContext
or anIlmException
. This simplifies the returned data structure.
-
-
Field Summary
Fields Modifier and Type Field Description @NotNull @Valid EbpInstanceReference
activity
@Valid IncompleteSessionContext
context
@Valid IlmException
exception
-
Constructor Summary
Constructors Constructor Description SessionContextResponse()
-
-
-
Field Detail
-
activity
@NotNull @Valid public @NotNull @Valid EbpInstanceReference activity
-
context
@Valid public @Valid IncompleteSessionContext context
-
exception
@Valid public @Valid IlmException exception
-
-