Uses of Interface
io.dialob.program.model.Item
-
Packages that use Item Package Description io.dialob.executor io.dialob.program io.dialob.program.model -
-
Uses of Item in io.dialob.executor
Methods in io.dialob.executor with parameters of type Item Modifier and Type Method Description Optional<Object>CreateDialobSessionProgramVisitor.InitialValueResolver. apply(ItemId itemId, Item item) -
Uses of Item in io.dialob.program
Methods in io.dialob.program that return types with arguments of type Item Modifier and Type Method Description Optional<Item>DialobProgram. getItem(ItemId id)Methods in io.dialob.program with parameters of type Item Modifier and Type Method Description voidProgramBuilder. addItem(Item item) -
Uses of Item in io.dialob.program.model
Subinterfaces of Item in io.dialob.program.model Modifier and Type Interface Description interfaceDisplayIteminterfaceFormIteminterfaceGroupinterfaceVariableItemClasses in io.dialob.program.model that implement Item Modifier and Type Class Description classImmutableFormItemImmutable implementation ofFormItem.classImmutableGroupImmutable implementation ofGroup.classImmutableVariableItemImmutable implementation ofVariableItem.Methods in io.dialob.program.model that return Item Modifier and Type Method Description ItemImmutableProgram. getRootItem()ItemProgram. getRootItem()Methods in io.dialob.program.model that return types with arguments of type Item Modifier and Type Method Description default Stream<Item>Program. findItemsBy(Predicate<ItemId> matcher)default Optional<Item>Program. getItem(ItemId id)com.google.common.collect.ImmutableList<Item>ImmutableProgram. getItems()List<Item>Program. getItems()Methods in io.dialob.program.model with parameters of type Item Modifier and Type Method Description ImmutableProgram.BuilderImmutableProgram.Builder. addItems(Item element)Adds one element toitemslist.ImmutableProgram.BuilderImmutableProgram.Builder. addItems(Item... elements)Adds elements toitemslist.ImmutableFormItem.BuilderImmutableFormItem.Builder. from(Item instance)Fill a builder with attribute values from the providedio.dialob.program.model.Iteminstance.ImmutableGroup.BuilderImmutableGroup.Builder. from(Item instance)Fill a builder with attribute values from the providedio.dialob.program.model.Iteminstance.ImmutableVariableItem.BuilderImmutableVariableItem.Builder. from(Item instance)Fill a builder with attribute values from the providedio.dialob.program.model.Iteminstance.ImmutableProgram.BuilderImmutableProgram.Builder. rootItem(Item rootItem)Initializes the value for therootItemattribute.voidAbstractItemVisitor. visitItem(Item item)voidProgramVisitor.ItemVisitor. visitItem(Item item)ImmutableProgramImmutableProgram. withItems(Item... elements)Copy the current immutable object with elements that replace the content ofitems.ImmutableProgramImmutableProgram. withRootItem(Item value)Copy the current immutable object by setting a value for therootItemattribute.Method parameters in io.dialob.program.model with type arguments of type Item Modifier and Type Method Description ImmutableProgram.BuilderImmutableProgram.Builder. addAllItems(Iterable<? extends Item> elements)Adds elements toitemslist.ImmutableProgram.BuilderImmutableProgram.Builder. items(Iterable<? extends Item> elements)Sets or replaces all elements foritemslist.ImmutableProgramImmutableProgram. withItems(Iterable<? extends Item> elements)Copy the current immutable object with elements that replace the content ofitems.
-