Uses of Interface
io.dialob.session.engine.session.command.SessionUpdateCommand
-
Packages that use SessionUpdateCommand Package Description io.dialob.session.engine.session.command -
-
Uses of SessionUpdateCommand in io.dialob.session.engine.session.command
Subinterfaces of SessionUpdateCommand in io.dialob.session.engine.session.command Modifier and Type Interface Description interfaceCreateRowGroupFromPrototypeCommandinterfaceCreateRowGroupItemsFromPrototypeCommandClasses in io.dialob.session.engine.session.command that implement SessionUpdateCommand Modifier and Type Class Description classImmutableCreateRowGroupFromPrototypeCommandImmutable implementation ofCreateRowGroupFromPrototypeCommand.classImmutableCreateRowGroupItemsFromPrototypeCommandImmutable implementation ofCreateRowGroupItemsFromPrototypeCommand.Methods in io.dialob.session.engine.session.command that return SessionUpdateCommand Modifier and Type Method Description static SessionUpdateCommandCommandFactory. createRowGroupFromPrototypeCommand(ItemId rowProtoTypeId)static SessionUpdateCommandCommandFactory. createRowGroupItemsFromPrototypeCommand(ItemId rowProtoTypeId, List<ItemId> itemPrototypeIds)
-