| Package | Description |
|---|---|
| org.activiti.engine |
Public API of the Flowable version 5 engine.
It is highly recommended that the version 6 engine be used instead of the version 5 engine. 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 Deployments.RuntimeService: For starting and searching org.activiti5.engine.runtime.ProcessInstances.TaskService: Exposes operations to manage human (standalone) Tasks,
such as claiming, completing and assigning tasks.IdentityService: Used for managing Users,
org.flowable.idm.api.identity.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. |
| org.activiti.engine.impl |
API implementation classes, which shouldn't directly be used by end-users.
|
| org.flowable.engine |
Public API of the Flowable engine.
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 Deployments.RuntimeService: For starting and searching ProcessInstances.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. |
| org.flowable.engine.impl |
API implementation classes, which shouldn't directly be used by end-users.
|
| org.flowable.engine.impl.cmd | |
| org.flowable.idm.api | |
| org.flowable.idm.engine.impl | |
| org.flowable.idm.engine.impl.cmd | |
| org.flowable.idm.engine.impl.persistence.entity | |
| org.flowable.idm.engine.impl.persistence.entity.data | |
| org.flowable.idm.engine.impl.persistence.entity.data.impl | |
| org.flowable.idm.engine.test | |
| org.flowable.idm.rest.service.api | |
| org.flowable.idm.rest.service.api.group | |
| org.flowable.ldap | |
| org.flowable.ldap.impl | |
| org.flowable.rest.service.api | |
| org.flowable.rest.service.api.identity | |
| org.flowable.spring.security | |
| org.flowable.ui.common.model | |
| org.flowable.ui.idm.model | |
| org.flowable.ui.idm.service | |
| org.flowable.ui.idm.service.keycloak |
| Modifier and Type | Method and Description |
|---|---|
Group |
IdentityService.newGroup(String groupId)
Creates a new group.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IdentityService.saveGroup(Group group)
Saves the group.
|
| Modifier and Type | Method and Description |
|---|---|
Group |
IdentityServiceImpl.newGroup(String groupId) |
| Modifier and Type | Method and Description |
|---|---|
void |
IdentityServiceImpl.saveGroup(Group group) |
| Modifier and Type | Method and Description |
|---|---|
Group |
IdentityService.newGroup(String groupId)
Creates a new group.
|
| Modifier and Type | Method and Description |
|---|---|
List<Group> |
IdentityService.getPotentialStarterGroups(String processDefinitionId)
Returns the potential starter groups for a given process definition.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IdentityService.saveGroup(Group group)
Saves the group.
|
| Modifier and Type | Method and Description |
|---|---|
Group |
IdentityServiceImpl.newGroup(String groupId) |
| Modifier and Type | Method and Description |
|---|---|
List<Group> |
IdentityServiceImpl.getPotentialStarterGroups(String processDefinitionId) |
| Modifier and Type | Method and Description |
|---|---|
void |
IdentityServiceImpl.saveGroup(Group group) |
| Modifier and Type | Method and Description |
|---|---|
List<Group> |
GetPotentialStarterGroupsCmd.execute(CommandContext commandContext) |
| Modifier and Type | Method and Description |
|---|---|
Group |
IdmIdentityService.newGroup(String groupId)
Creates a new group.
|
| Modifier and Type | Method and Description |
|---|---|
List<Group> |
IdmIdentityService.getGroupsWithPrivilege(String privilegeId)
Returns all
Group instances that have a particular privilege. |
| Modifier and Type | Method and Description |
|---|---|
void |
IdmIdentityService.saveGroup(Group group)
Saves the group.
|
| Modifier and Type | Method and Description |
|---|---|
Group |
IdmIdentityServiceImpl.newGroup(String groupId) |
| Modifier and Type | Method and Description |
|---|---|
List<Group> |
GroupQueryImpl.executeList(CommandContext commandContext) |
List<Group> |
NativeGroupQueryImpl.executeList(CommandContext commandContext,
Map<String,Object> parameterMap) |
List<Group> |
IdmIdentityServiceImpl.getGroupsWithPrivilege(String name) |
| Modifier and Type | Method and Description |
|---|---|
void |
IdmIdentityServiceImpl.saveGroup(Group group) |
| Modifier and Type | Field and Description |
|---|---|
protected Group |
SaveGroupCmd.group |
| Modifier and Type | Method and Description |
|---|---|
Group |
CreateGroupCmd.execute(CommandContext commandContext) |
| Modifier and Type | Method and Description |
|---|---|
List<Group> |
GetGroupsWithPrivilegeCmd.execute(CommandContext commandContext) |
| Constructor and Description |
|---|
SaveGroupCmd(Group group,
IdmEngineConfiguration idmEngineConfiguration) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
GroupEntity |
| Modifier and Type | Class and Description |
|---|---|
class |
GroupEntityImpl |
| Modifier and Type | Method and Description |
|---|---|
Group |
GroupEntityManagerImpl.createNewGroup(String groupId) |
Group |
GroupEntityManager.createNewGroup(String groupId) |
| Modifier and Type | Method and Description |
|---|---|
List<Group> |
GroupEntityManagerImpl.findGroupByQueryCriteria(GroupQueryImpl query) |
List<Group> |
GroupEntityManager.findGroupByQueryCriteria(GroupQueryImpl query) |
List<Group> |
GroupEntityManagerImpl.findGroupsByNativeQuery(Map<String,Object> parameterMap) |
List<Group> |
GroupEntityManager.findGroupsByNativeQuery(Map<String,Object> parameterMap) |
List<Group> |
GroupEntityManagerImpl.findGroupsByPrivilegeId(String privilegeId) |
List<Group> |
GroupEntityManager.findGroupsByPrivilegeId(String privilegeId) |
List<Group> |
GroupEntityManagerImpl.findGroupsByUser(String userId) |
List<Group> |
GroupEntityManager.findGroupsByUser(String userId) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
GroupEntityManagerImpl.isNewGroup(Group group) |
boolean |
GroupEntityManager.isNewGroup(Group group) |
| Modifier and Type | Method and Description |
|---|---|
List<Group> |
GroupDataManager.findGroupByQueryCriteria(GroupQueryImpl query) |
List<Group> |
GroupDataManager.findGroupsByNativeQuery(Map<String,Object> parameterMap) |
List<Group> |
GroupDataManager.findGroupsByPrivilegeId(String privilegeId) |
List<Group> |
GroupDataManager.findGroupsByUser(String userId) |
| Modifier and Type | Method and Description |
|---|---|
List<Group> |
MybatisGroupDataManager.findGroupByQueryCriteria(GroupQueryImpl query) |
List<Group> |
MybatisGroupDataManager.findGroupsByNativeQuery(Map<String,Object> parameterMap) |
List<Group> |
MybatisGroupDataManager.findGroupsByPrivilegeId(String privilegeId) |
List<Group> |
MybatisGroupDataManager.findGroupsByUser(String userId) |
| Modifier and Type | Method and Description |
|---|---|
protected Group |
PluggableFlowableIdmTestCase.createGroup(String id,
String name,
String type) |
| Modifier and Type | Method and Description |
|---|---|
void |
IdmRestApiInterceptor.accessGroupInfoById(Group group) |
GroupResponse |
IdmRestResponseFactory.createGroupResponse(Group group) |
GroupResponse |
IdmRestResponseFactory.createGroupResponse(Group group,
RestUrlBuilder urlBuilder) |
void |
IdmRestApiInterceptor.createNewGroup(Group group) |
void |
IdmRestApiInterceptor.deleteGroup(Group group) |
| Modifier and Type | Method and Description |
|---|---|
List<GroupResponse> |
IdmRestResponseFactory.createGroupResponseList(List<Group> groups) |
PrivilegeResponse |
IdmRestResponseFactory.createPrivilegeResponse(Privilege privilege,
List<User> users,
List<Group> groups) |
| Modifier and Type | Method and Description |
|---|---|
protected Group |
BaseGroupResource.getGroupFromRequest(String groupId) |
| Modifier and Type | Method and Description |
|---|---|
Group |
LDAPIdentityServiceImpl.newGroup(String groupId) |
| Modifier and Type | Method and Description |
|---|---|
List<Group> |
LDAPGroupCache.get(String userId) |
List<Group> |
LDAPIdentityServiceImpl.getGroupsWithPrivilege(String name) |
| Modifier and Type | Method and Description |
|---|---|
void |
LDAPIdentityServiceImpl.saveGroup(Group group) |
| Modifier and Type | Method and Description |
|---|---|
void |
LDAPGroupCache.add(String userId,
List<Group> groups) |
| Modifier and Type | Method and Description |
|---|---|
protected List<Group> |
LDAPGroupQueryImpl.executeGroupQuery(String searchExpression) |
List<Group> |
LDAPGroupQueryImpl.executeList(CommandContext commandContext) |
protected List<Group> |
LDAPGroupQueryImpl.executeQuery() |
protected List<Group> |
LDAPGroupQueryImpl.findAllGroups() |
protected List<Group> |
LDAPGroupQueryImpl.findGroupsById(String id) |
protected List<Group> |
LDAPGroupQueryImpl.findGroupsByUser(String userId) |
| Modifier and Type | Method and Description |
|---|---|
void |
BpmnRestApiInterceptor.accessGroupInfoById(Group group) |
GroupResponse |
RestResponseFactory.createGroupResponse(Group group) |
GroupResponse |
RestResponseFactory.createGroupResponse(Group group,
RestUrlBuilder urlBuilder) |
void |
BpmnRestApiInterceptor.deleteGroup(Group group) |
| Modifier and Type | Method and Description |
|---|---|
List<GroupResponse> |
RestResponseFactory.createGroupResponseList(List<Group> groups) |
| Modifier and Type | Method and Description |
|---|---|
protected Group |
BaseGroupResource.getGroupFromRequest(String groupId) |
| Modifier and Type | Class and Description |
|---|---|
class |
GroupDetails
An immutable serializable implementation of
Group |
| Modifier and Type | Field and Description |
|---|---|
protected List<Group> |
FlowableUser.groups |
| Modifier and Type | Method and Description |
|---|---|
List<Group> |
FlowableUserDetails.getGroups()
The groups of the Flowable IDM User.
|
List<Group> |
FlowableUser.getGroups() |
| Modifier and Type | Method and Description |
|---|---|
static GroupDetails |
GroupDetails.create(Group group) |
| Modifier and Type | Method and Description |
|---|---|
static List<GroupDetails> |
GroupDetails.create(List<Group> groups) |
| Constructor and Description |
|---|
FlowableUser(User user,
boolean active,
List<? extends Group> groups,
Collection<? extends org.springframework.security.core.GrantedAuthority> authorities) |
FlowableUser(User user,
boolean active,
List<? extends Group> groups,
List<? extends Privilege> privileges,
Collection<? extends org.springframework.security.core.GrantedAuthority> authorities)
Deprecated.
Privileges are no longer required use
FlowableUser(User, boolean, List, Collection) instead |
FlowableUser(User user,
String username,
boolean enabled,
List<? extends Group> groups,
Collection<? extends org.springframework.security.core.GrantedAuthority> authorities) |
| Modifier and Type | Class and Description |
|---|---|
class |
RemoteGroup |
| Constructor and Description |
|---|
GroupRepresentation(Group group) |
| Modifier and Type | Field and Description |
|---|---|
protected List<Group> |
UserInformation.groups |
| Modifier and Type | Method and Description |
|---|---|
List<Group> |
UserInformation.getGroups() |
| Modifier and Type | Method and Description |
|---|---|
void |
UserInformation.setGroups(List<Group> groups) |
| Constructor and Description |
|---|
UserInformation(User user,
List<Group> groups,
List<String> privileges) |
| Modifier and Type | Method and Description |
|---|---|
Group |
GroupServiceImpl.createNewGroup(String id,
String name,
String type) |
Group |
GroupService.createNewGroup(String id,
String name,
String type) |
Group |
GroupServiceImpl.getGroup(String groupId) |
Group |
GroupService.getGroup(String groupId) |
Group |
GroupServiceImpl.updateGroupName(String groupId,
String name) |
Group |
GroupService.updateGroupName(String groupId,
String name) |
| Modifier and Type | Method and Description |
|---|---|
List<Group> |
PrivilegeService.findGroupsWithPrivilege(String privilegeId) |
List<Group> |
PrivilegeServiceImpl.findGroupsWithPrivilege(String privilegeId) |
List<Group> |
GroupServiceImpl.getGroups(String filter) |
List<Group> |
GroupService.getGroups(String filter) |
List<Group> |
GroupServiceImpl.getGroupsForUser(String userId) |
List<Group> |
GroupService.getGroupsForUser(String userId) |
| Modifier and Type | Method and Description |
|---|---|
Group |
KeycloakIdentityServiceImpl.newGroup(String groupId) |
| Modifier and Type | Method and Description |
|---|---|
List<Group> |
KeycloakGroupQueryImpl.executeList(CommandContext commandContext) |
List<Group> |
KeycloakIdentityServiceImpl.getGroupsWithPrivilege(String name) |
protected List<Group> |
KeycloakGroupQueryImpl.queryGroups() |
| Modifier and Type | Method and Description |
|---|---|
void |
KeycloakIdentityServiceImpl.saveGroup(Group group) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
KeycloakGroupQueryImpl.addGroup(Collection<Group> groups,
KeycloakGroupRepresentation keycloakGroup) |
Copyright © 2023 Flowable. All rights reserved.