Uses of Interface
io.annot8.api.annotations.Group
-
Packages that use Group Package Description io.annot8.api.annotations This package contains the api interfaces for annotations and groups of annotations.io.annot8.api.references io.annot8.api.stores This package contains the api interfaces for store objects -
-
Uses of Group in io.annot8.api.annotations
Methods in io.annot8.api.annotations with parameters of type Group Modifier and Type Method Description default booleanGroup. sameGroup(Group other)Do two instances represent the same underlying group? -
Uses of Group in io.annot8.api.references
Methods in io.annot8.api.references that return types with arguments of type Group Modifier and Type Method Description Optional<Group>GroupReference. toGroup()Convert a reference to a group instance.static Stream<Group>GroupReference. toGroups(Stream<GroupReference> references)Convert a stream of group references to groups -
Uses of Group in io.annot8.api.stores
Methods in io.annot8.api.stores that return types with arguments of type Group Modifier and Type Method Description default Stream<Group>GroupStore. filter(Filter<Group> filter)Filter annotations to match the test.Stream<Group>GroupStore. getAll()Get all groupsOptional<Group>GroupStore. getById(String groupId)Get the group with the given ID, if it is currently held in this storedefault Stream<Group>GroupStore. getByType(String type)Get all groups of a given type currently held in this storeMethods in io.annot8.api.stores with parameters of type Group Modifier and Type Method Description default Group.BuilderGroupStore. copy(Group existing)Clone an existing group to createContent a new groupvoidGroupStore. delete(Group group)Delete a group from the storedefault Group.BuilderGroupStore. edit(Group existing)Edit an existing group, saving will replace itMethod parameters in io.annot8.api.stores with type arguments of type Group Modifier and Type Method Description default voidGroupStore. delete(Collection<Group> groups)Delete a collection of groups from the storedefault Stream<Group>GroupStore. filter(Filter<Group> filter)Filter annotations to match the test.
-