Uses of Interface
org.flowable.idm.api.Group
Packages that use Group
Package
Description
Public API of the Flowable engine.
Typical usage of the API starts by the creation of a
Through the services obtained from such a
Typical usage of the API starts by the creation of a
ProcessEngineConfiguration
(typically based on a configuration file), from which a ProcessEngine
can be obtained.Through the services obtained from such a
ProcessEngine
, BPM and workflow operation
can be executed:RepositoryService
: Manages Deployment
s.RuntimeService
: For starting and searching ProcessInstance
s.TaskService
: Exposes operations to manage human (standalone) tasks, such as claiming, completing and assigning tasks.IdentityService
: Used for managing users, groups and the relations between them.ManagementService
: Exposes engine administration and maintenance operations,
which have no relation to the runtime exection of business processes.HistoryService
: Exposes information about ongoing and past process instances.FormService
: Access to form data and rendered forms for starting new process instances and completing tasks.API implementation classes, which shouldn't directly be used by end-users.
-
Uses of Group in org.flowable.engine
Methods in org.flowable.engine that return GroupModifier and TypeMethodDescriptionCreates a new group.Methods in org.flowable.engine that return types with arguments of type GroupModifier and TypeMethodDescriptionIdentityService.getPotentialStarterGroups
(String processDefinitionId) Returns the potential starter groups for a given process definition.Methods in org.flowable.engine with parameters of type Group -
Uses of Group in org.flowable.engine.impl
Methods in org.flowable.engine.impl that return GroupMethods in org.flowable.engine.impl that return types with arguments of type GroupModifier and TypeMethodDescriptionIdentityServiceImpl.getPotentialStarterGroups
(String processDefinitionId) Methods in org.flowable.engine.impl with parameters of type Group -
Uses of Group in org.flowable.engine.impl.cmd
Methods in org.flowable.engine.impl.cmd that return types with arguments of type GroupModifier and TypeMethodDescriptionGetPotentialStarterGroupsCmd.execute
(CommandContext commandContext) -
Uses of Group in org.flowable.idm.api
Methods in org.flowable.idm.api that return GroupModifier and TypeMethodDescriptionCreates a new group.Methods in org.flowable.idm.api that return types with arguments of type GroupModifier and TypeMethodDescriptionIdmIdentityService.getGroupsWithPrivilege
(String privilegeId) Returns allGroup
instances that have a particular privilege.Methods in org.flowable.idm.api with parameters of type Group -
Uses of Group in org.flowable.idm.engine.impl
Methods in org.flowable.idm.engine.impl that return GroupMethods in org.flowable.idm.engine.impl that return types with arguments of type GroupModifier and TypeMethodDescriptionGroupQueryImpl.executeList
(CommandContext commandContext) NativeGroupQueryImpl.executeList
(CommandContext commandContext, Map<String, Object> parameterMap) IdmIdentityServiceImpl.getGroupsWithPrivilege
(String name) Methods in org.flowable.idm.engine.impl with parameters of type Group -
Uses of Group in org.flowable.idm.engine.impl.cmd
Fields in org.flowable.idm.engine.impl.cmd declared as GroupMethods in org.flowable.idm.engine.impl.cmd that return GroupMethods in org.flowable.idm.engine.impl.cmd that return types with arguments of type GroupModifier and TypeMethodDescriptionGetGroupsWithPrivilegeCmd.execute
(CommandContext commandContext) Constructors in org.flowable.idm.engine.impl.cmd with parameters of type GroupModifierConstructorDescriptionSaveGroupCmd
(Group group, IdmEngineConfiguration idmEngineConfiguration) -
Uses of Group in org.flowable.idm.engine.impl.persistence.entity
Subinterfaces of Group in org.flowable.idm.engine.impl.persistence.entityClasses in org.flowable.idm.engine.impl.persistence.entity that implement GroupMethods in org.flowable.idm.engine.impl.persistence.entity that return GroupModifier and TypeMethodDescriptionGroupEntityManager.createNewGroup
(String groupId) GroupEntityManagerImpl.createNewGroup
(String groupId) Methods in org.flowable.idm.engine.impl.persistence.entity that return types with arguments of type GroupModifier and TypeMethodDescriptionGroupEntityManager.findGroupByQueryCriteria
(GroupQueryImpl query) GroupEntityManagerImpl.findGroupByQueryCriteria
(GroupQueryImpl query) GroupEntityManager.findGroupsByNativeQuery
(Map<String, Object> parameterMap) GroupEntityManagerImpl.findGroupsByNativeQuery
(Map<String, Object> parameterMap) GroupEntityManager.findGroupsByPrivilegeId
(String privilegeId) GroupEntityManagerImpl.findGroupsByPrivilegeId
(String privilegeId) GroupEntityManager.findGroupsByUser
(String userId) GroupEntityManagerImpl.findGroupsByUser
(String userId) Methods in org.flowable.idm.engine.impl.persistence.entity with parameters of type GroupModifier and TypeMethodDescriptionboolean
GroupEntityManager.isNewGroup
(Group group) boolean
GroupEntityManagerImpl.isNewGroup
(Group group) -
Uses of Group in org.flowable.idm.engine.impl.persistence.entity.data
Methods in org.flowable.idm.engine.impl.persistence.entity.data that return types with arguments of type GroupModifier and TypeMethodDescriptionGroupDataManager.findGroupByQueryCriteria
(GroupQueryImpl query) GroupDataManager.findGroupsByNativeQuery
(Map<String, Object> parameterMap) GroupDataManager.findGroupsByPrivilegeId
(String privilegeId) GroupDataManager.findGroupsByUser
(String userId) -
Uses of Group in org.flowable.idm.engine.impl.persistence.entity.data.impl
Methods in org.flowable.idm.engine.impl.persistence.entity.data.impl that return types with arguments of type GroupModifier and TypeMethodDescriptionMybatisGroupDataManager.findGroupByQueryCriteria
(GroupQueryImpl query) MybatisGroupDataManager.findGroupsByNativeQuery
(Map<String, Object> parameterMap) MybatisGroupDataManager.findGroupsByPrivilegeId
(String privilegeId) MybatisGroupDataManager.findGroupsByUser
(String userId) -
Uses of Group in org.flowable.idm.engine.test
Methods in org.flowable.idm.engine.test that return GroupModifier and TypeMethodDescriptionprotected Group
PluggableFlowableIdmTestCase.createGroup
(String id, String name, String type) -
Uses of Group in org.flowable.rest.service.api
Methods in org.flowable.rest.service.api with parameters of type GroupModifier and TypeMethodDescriptionvoid
BpmnRestApiInterceptor.accessGroupInfoById
(Group group) RestResponseFactory.createGroupResponse
(Group group) RestResponseFactory.createGroupResponse
(Group group, RestUrlBuilder urlBuilder) void
BpmnRestApiInterceptor.deleteGroup
(Group group) Method parameters in org.flowable.rest.service.api with type arguments of type GroupModifier and TypeMethodDescriptionRestResponseFactory.createGroupResponseList
(List<Group> groups) -
Uses of Group in org.flowable.rest.service.api.identity
Methods in org.flowable.rest.service.api.identity that return GroupModifier and TypeMethodDescriptionprotected Group
BaseGroupResource.getGroupFromRequest
(String groupId) -
Uses of Group in org.flowable.spring.security
Classes in org.flowable.spring.security that implement GroupFields in org.flowable.spring.security with type parameters of type GroupMethods in org.flowable.spring.security that return types with arguments of type GroupModifier and TypeMethodDescriptionFlowableUser.getGroups()
FlowableUserDetails.getGroups()
The groups of the Flowable IDM User.Methods in org.flowable.spring.security with parameters of type GroupMethod parameters in org.flowable.spring.security with type arguments of type GroupConstructor parameters in org.flowable.spring.security with type arguments of type GroupModifierConstructorDescriptionFlowableUser
(User user, boolean active, List<? extends Group> groups, Collection<? extends GrantedAuthority> authorities) FlowableUser
(User user, String username, boolean enabled, List<? extends Group> groups, Collection<? extends GrantedAuthority> authorities)