Uses of Interface
io.dialob.session.engine.session.model.SessionObject
-
Packages that use SessionObject Package Description io.dialob.session.engine io.dialob.session.engine.session.command io.dialob.session.engine.session.model -
-
Uses of SessionObject in io.dialob.session.engine
Constructor parameters in io.dialob.session.engine with type arguments of type SessionObject Constructor Description FormActionsUpdatesItemsVisitor(FormActions formActions, Predicate<SessionObject> isVisiblePredicate, Function<ItemState,io.dialob.api.proto.ActionItem> toActionItemFunction) -
Uses of SessionObject in io.dialob.session.engine.session.command
Classes in io.dialob.session.engine.session.command with type parameters of type SessionObject Modifier and Type Interface Description interfaceCreateCommand<T extends SessionObject> -
Uses of SessionObject in io.dialob.session.engine.session.model
Classes in io.dialob.session.engine.session.model that implement SessionObject Modifier and Type Class Description classErrorStateclassItemStateclassValueSetState
-