| 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.page |
| Modifier and Type | Method and Description |
|---|---|
Page |
PageAPI.updatePage(long pageId,
PageUpdater pageUpdater)
Updates a custom page.
|
| Modifier and Type | Method and Description |
|---|---|
PageUpdater |
PageUpdater.setContentName(String contentName) |
PageUpdater |
PageUpdater.setContentType(String contentType) |
PageUpdater |
PageUpdater.setDescription(String description) |
PageUpdater |
PageUpdater.setDisplayName(String displayName) |
PageUpdater |
PageUpdater.setName(String name) |
PageUpdater |
PageUpdater.setProcessDefinitionId(Long processDefinitionId) |
Copyright © 2018 Bonitasoft S.A.. All rights reserved.