Uses of Interface
org.flowable.idm.api.Group
-
Packages that use Group Package Description org.flowable.idm.api -
-
Uses of Group in org.flowable.idm.api
Methods in org.flowable.idm.api that return Group Modifier and Type Method Description GroupIdmIdentityService. newGroup(String groupId)Creates a new group.Methods in org.flowable.idm.api that return types with arguments of type Group Modifier and Type Method Description List<Group>IdmIdentityService. getGroupsWithPrivilege(String privilegeId)Returns allGroupinstances that have a particular privilege.Methods in org.flowable.idm.api with parameters of type Group Modifier and Type Method Description voidIdmIdentityService. saveGroup(Group group)Saves the group.
-