| Package | Description |
|---|---|
| org.bonitasoft.engine.api |
The Bonita project has a clear separation between the API the users should be interacting with and the actual implementation classes.
|
| org.bonitasoft.engine.business.application.impl |
| Modifier and Type | Method and Description |
|---|---|
Application |
ApplicationAPI.createApplication(ApplicationCreator applicationCreator)
Creates a new
Application based on the supplied ApplicationCreator |
Application |
ApplicationAPI.getApplication(long applicationId)
Retrieves an
Application from its identifier. |
Application |
ApplicationAPI.updateApplication(long applicationId,
ApplicationUpdater updater)
Updates an
Application based on the information supplied by the ApplicationUpdater |
| Modifier and Type | Method and Description |
|---|---|
SearchResult<Application> |
ApplicationAPI.searchApplications(SearchOptions searchOptions)
Searches for
Applications with specific search criteria. |
| Modifier and Type | Class and Description |
|---|---|
class |
ApplicationImpl |
Copyright © 2018 Bonitasoft S.A.. All rights reserved.