Uses of Interface
io.annot8.api.data.Item
-
Packages that use Item Package Description io.annot8.api.components This package contains the api interface for components.io.annot8.api.data This package contains the api data objects used by Annot8io.annot8.api.pipelines io.annot8.api.stores This package contains the api interfaces for store objects -
-
Uses of Item in io.annot8.api.components
Methods in io.annot8.api.components with parameters of type Item Modifier and Type Method Description ProcessorResponseProcessor. process(Item item)Process the given item -
Uses of Item in io.annot8.api.data
Methods in io.annot8.api.data that return Item Modifier and Type Method Description ItemItemFactory. create()Create a new itemItemItemFactory. create(Item parent)Create a new item with a parentItemItem. createChild()Create a child item of this item, which will be processed independentlyItemContent. getItem()Get the item which this content relates to.Methods in io.annot8.api.data with parameters of type Item Modifier and Type Method Description ItemItemFactory. create(Item parent)Create a new item with a parent -
Uses of Item in io.annot8.api.pipelines
Methods in io.annot8.api.pipelines with parameters of type Item Modifier and Type Method Description ProcessorResponsePipeline. process(Item item) -
Uses of Item in io.annot8.api.stores
Methods in io.annot8.api.stores that return Item Modifier and Type Method Description ItemGroupStore. getItem()Get the item to which the groups relate.
-