Uses of Class
net.bluemind.group.api.Group
Packages that use Group
-
Uses of Group in net.bluemind.externaluser.api
Methods in net.bluemind.externaluser.api that return types with arguments of type GroupModifier and TypeMethodDescriptionMethod parameters in net.bluemind.externaluser.api with type arguments of type Group -
Uses of Group in net.bluemind.group.api
Methods in net.bluemind.group.api that return GroupMethods in net.bluemind.group.api that return types with arguments of type GroupModifier and TypeMethodDescriptionGet group from its emailGet group from its nameIGroup.getByExtId
(String extId) Get group from external IDIGroupPromise.getByExtId
(String extid) IGroup.getComplete
(String uid) Get group from UIDIGroupPromise.getComplete
(String uid) IGroup.getParents
(String uid) Get all group parents UIDIGroupPromise.getParents
(String uid) Retrieves a list of allGroup
s this uid is member of.IGroup.search
(GroupSearchQuery query) Search a groupIGroupPromise.search
(GroupSearchQuery query) Methods in net.bluemind.group.api with parameters of type GroupModifier and TypeMethodDescriptionvoid
Create groupvoid
IGroupAsync.create
(String uid, Group group, AsyncHandler<Void> handler) void
IGroup.createWithExtId
(String uid, String extId, Group group) Create group with external IDvoid
IGroupAsync.createWithExtId
(String uid, String extid, Group group, AsyncHandler<Void> handler) IGroupPromise.createWithExtId
(String uid, String extid, Group group) boolean
void
Update groupvoid
IGroupAsync.update
(String uid, Group group, AsyncHandler<Void> handler) Method parameters in net.bluemind.group.api with type arguments of type GroupModifier and TypeMethodDescriptionvoid
IGroupAsync.byEmail
(String email, AsyncHandler<ItemValue<Group>> handler) void
IGroupAsync.byName
(String name, AsyncHandler<ItemValue<Group>> handler) void
IGroupAsync.get
(String uid, AsyncHandler<Group> handler) void
IGroupAsync.getByExtId
(String extid, AsyncHandler<ItemValue<Group>> handler) void
IGroupAsync.getComplete
(String uid, AsyncHandler<ItemValue<Group>> handler) void
IGroupAsync.getParents
(String uid, AsyncHandler<List<ItemValue<Group>>> handler) void
void
void
IGroupAsync.search
(GroupSearchQuery query, AsyncHandler<List<ItemValue<Group>>> handler) -
Uses of Group in net.bluemind.user.api
Methods in net.bluemind.user.api that return types with arguments of type GroupModifier and TypeMethodDescriptionMethod parameters in net.bluemind.user.api with type arguments of type Group