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