| Interface | Description |
|---|---|
| BusinessDataCommandField | |
| Command<T extends ServiceAccessor> |
A command is a class that is called from the API and executed on the server side.
It is used to extend the engine behavior. |
| Class | Description |
|---|---|
| AbstractStartProcessCommand | |
| AdvancedStartProcessCommand |
This command starts the process in the specified activity (if you need to specify several activities as start points, please, use
MultipleStartPointsProcessCommand). |
| DeletePlatformSessionCommand | |
| DeleteSessionCommand | |
| ExecuteBDMQueryCommand | |
| GetBusinessDataByIdCommand | |
| GetBusinessDataByIdsCommand | |
| GetBusinessDataByQueryCommand | |
| MultipleStartPointsProcessCommand |
This command starts the process in the specified activity(ies).
|
| PlatformCommand |
Class to be subclassed by implementors of a platform scope
Command. |
| TenantCommand |
Class to be subclassed by implementors of a tenant scope
Command. |
| Exception | Description |
|---|---|
| SCommandExecutionException |
Thrown by a
Command when something unexpected happens during execution. |
| SCommandParameterizationException |
Thrown by a
Command that is called using insufficient or wrong parameters. |
| SGroupProfileMemberAlreadyExistsException | |
| SRoleProfileMemberAlreadyExistsException | |
| SUserMembershipProfileMemberAlreadyExistsException | |
| SUserProfileMemberAlreadyExistsException |
Copyright © 2016 Bonitasoft S.A.. All rights reserved.