| 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.idm.api | |
| org.flowable.idm.engine.impl | |
| org.flowable.idm.engine.impl.cmd | |
| org.flowable.idm.engine.impl.persistence.entity |
| Modifier and Type | Method and Description |
|---|---|
void |
IdentityService.setUserPicture(String userId,
Picture picture)
Sets the picture for a given user.
|
| Modifier and Type | Method and Description |
|---|---|
Picture |
IdentityServiceImpl.getUserPicture(String userId) |
| Modifier and Type | Method and Description |
|---|---|
void |
IdentityServiceImpl.setUserPicture(String userId,
Picture picture) |
| Modifier and Type | Method and Description |
|---|---|
Picture |
IdentityService.getUserPicture(String userId)
Retrieves the picture for a given user.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IdentityService.setUserPicture(String userId,
Picture picture)
Sets the picture for a given user.
|
| Modifier and Type | Method and Description |
|---|---|
Picture |
IdentityServiceImpl.getUserPicture(String userId) |
| Modifier and Type | Method and Description |
|---|---|
void |
IdentityServiceImpl.setUserPicture(String userId,
Picture picture) |
| Modifier and Type | Method and Description |
|---|---|
Picture |
IdmIdentityService.getUserPicture(String userId)
Retrieves the picture for a given user.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IdmIdentityService.setUserPicture(String userId,
Picture picture)
Sets the picture for a given user.
|
| Modifier and Type | Method and Description |
|---|---|
Picture |
IdmIdentityServiceImpl.getUserPicture(String userId) |
| Modifier and Type | Method and Description |
|---|---|
void |
IdmIdentityServiceImpl.setUserPicture(String userId,
Picture picture) |
| Modifier and Type | Field and Description |
|---|---|
protected Picture |
SetUserPictureCmd.picture |
| Modifier and Type | Method and Description |
|---|---|
Picture |
GetUserPictureCmd.execute(CommandContext commandContext) |
| Constructor and Description |
|---|
SetUserPictureCmd(String userId,
Picture picture) |
| Modifier and Type | Method and Description |
|---|---|
Picture |
UserEntityImpl.getPicture() |
Picture |
UserEntity.getPicture() |
Picture |
UserEntityManagerImpl.getUserPicture(User user) |
Picture |
UserEntityManager.getUserPicture(User user) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
UserEntityImpl.savePicture(Picture picture) |
void |
UserEntityImpl.setPicture(Picture picture) |
void |
UserEntity.setPicture(Picture picture) |
void |
UserEntityManagerImpl.setUserPicture(User user,
Picture picture) |
void |
UserEntityManager.setUserPicture(User user,
Picture picture) |
Copyright © 2023 Flowable. All rights reserved.