Uses of Class
org.drasyl.node.plugin.groups.manager.data.Group
Packages that use Group
Package
Description
The groups manager plugin.
Classes used to model the internal state of the manager (e.g.
Contains a backend (e.g.
Adapter to connect the groups manager with a JDBC-compliant database.
-
Uses of Group in org.drasyl.node.plugin.groups.manager
Methods in org.drasyl.node.plugin.groups.manager that return types with arguments of type GroupMethod parameters in org.drasyl.node.plugin.groups.manager with type arguments of type GroupModifier and TypeMethodDescription -
Uses of Group in org.drasyl.node.plugin.groups.manager.data
Methods in org.drasyl.node.plugin.groups.manager.data that return GroupModifier and TypeMethodDescriptionMembership.getGroup()
static Group
Creates a Group object with default minDifficulty and timeout.static Group
Creates a Group object with given parameters.Methods in org.drasyl.node.plugin.groups.manager.data with parameters of type Group -
Uses of Group in org.drasyl.node.plugin.groups.manager.database
Methods in org.drasyl.node.plugin.groups.manager.database that return GroupModifier and TypeMethodDescriptionReturns the group with the specifiedname
ornull
if it could not be found.Methods in org.drasyl.node.plugin.groups.manager.database that return types with arguments of type GroupMethods in org.drasyl.node.plugin.groups.manager.database with parameters of type GroupModifier and TypeMethodDescriptionboolean
Adds a group to the database if it doesn't exist already.boolean
DatabaseAdapter.updateGroup
(Group group) Updates the specifiedgroup
. -
Uses of Group in org.drasyl.node.plugin.groups.manager.database.jdbc
Methods in org.drasyl.node.plugin.groups.manager.database.jdbc that return GroupMethods in org.drasyl.node.plugin.groups.manager.database.jdbc that return types with arguments of type GroupMethods in org.drasyl.node.plugin.groups.manager.database.jdbc with parameters of type Group