Uses of Interface
io.dialob.session.engine.program.model.Item
Packages that use Item
Package
Description
-
Uses of Item in io.dialob.session.engine.program
Methods in io.dialob.session.engine.program that return types with arguments of type ItemMethods in io.dialob.session.engine.program with parameters of type Item -
Uses of Item in io.dialob.session.engine.program.model
Subinterfaces of Item in io.dialob.session.engine.program.modelModifier and TypeInterfaceDescriptioninterfaceinterfaceinterfaceinterfaceClasses in io.dialob.session.engine.program.model that implement ItemModifier and TypeClassDescriptionfinal classImmutable implementation ofFormItem.final classImmutable implementation ofGroup.final classImmutable implementation ofVariableItem.Methods in io.dialob.session.engine.program.model that return ItemMethods in io.dialob.session.engine.program.model that return types with arguments of type ItemModifier and TypeMethodDescriptionProgram.findItemsBy(Predicate<ItemId> matcher) com.google.common.collect.ImmutableList<Item> ImmutableProgram.getItems()Program.getItems()Methods in io.dialob.session.engine.program.model with parameters of type ItemModifier and TypeMethodDescriptionfinal ImmutableProgram.BuilderAdds one element toitemslist.final ImmutableProgram.BuilderAdds elements toitemslist.Fill a builder with attribute values from the providedio.dialob.session.engine.program.model.Iteminstance.final ImmutableGroup.BuilderFill a builder with attribute values from the providedio.dialob.session.engine.program.model.Iteminstance.Fill a builder with attribute values from the providedio.dialob.session.engine.program.model.Iteminstance.final ImmutableProgram.BuilderInitializes the value for therootItemattribute.voidvoidfinal ImmutableProgramCopy the current immutable object with elements that replace the content ofitems.final ImmutableProgramImmutableProgram.withRootItem(Item value) Copy the current immutable object by setting a value for therootItemattribute.Method parameters in io.dialob.session.engine.program.model with type arguments of type ItemModifier and TypeMethodDescriptionfinal ImmutableProgram.BuilderImmutableProgram.Builder.addAllItems(Iterable<? extends Item> elements) Adds elements toitemslist.final ImmutableProgram.BuilderSets or replaces all elements foritemslist.final ImmutableProgramCopy the current immutable object with elements that replace the content ofitems. -
Uses of Item in io.dialob.session.engine.session
Methods in io.dialob.session.engine.session with parameters of type Item