Class GuiContext
- java.lang.Object
-
- de.aristaflow.ilm.model.runtimeenvironment.guicontext.GuiContext
-
- All Implemented Interfaces:
Serializable
public class GuiContext extends Object implements Serializable
- See Also:
GUIContext
,TransferableGUIContext
, Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description @NotNull @Valid ActivityInstance
actInstance
This will be localised and contain runtime overrides (if applicable).@NotNull @Valid EbpInstanceReference
ebpInstRef
@NotNull @Valid ExecutionContext
executionContext
Map<@NotBlank String,String>
guiContextAttributes
String
langTag
@NotBlank String
sessionId
@NotBlank String
transferredGuiContextId
-
Constructor Summary
Constructors Constructor Description GuiContext()
-
-
-
Field Detail
-
actInstance
@NotNull @Valid public @NotNull @Valid ActivityInstance actInstance
This will be localised and contain runtime overrides (if applicable). This differs fromExecutionContext.ebpInstance
which stems directly from the corresponding process instance.
-
ebpInstRef
@NotNull @Valid public @NotNull @Valid EbpInstanceReference ebpInstRef
-
sessionId
@NotBlank public @NotBlank String sessionId
-
executionContext
@NotNull @Valid public @NotNull @Valid ExecutionContext executionContext
-
transferredGuiContextId
@NotBlank public @NotBlank String transferredGuiContextId
-
langTag
public String langTag
-
-