| Package | Description |
|---|---|
| org.flowable.ui.task.model.runtime | |
| org.flowable.ui.task.service.runtime |
| Modifier and Type | Method and Description |
|---|---|
static AppDefinitionRepresentation |
AppDefinitionRepresentation.createDefaultAppDefinitionRepresentation(String id) |
| Modifier and Type | Method and Description |
|---|---|
List<AppDefinitionRepresentation> |
RuntimeAppDefinitionSaveRepresentation.getAppDefinitions() |
| Modifier and Type | Method and Description |
|---|---|
void |
RuntimeAppDefinitionSaveRepresentation.setAppDefinitions(List<AppDefinitionRepresentation> appDefinitions) |
| Modifier and Type | Field and Description |
|---|---|
protected static AppDefinitionRepresentation |
FlowableAppDefinitionService.adminAppDefinitionRepresentation |
protected static AppDefinitionRepresentation |
FlowableAppDefinitionService.idmAppDefinitionRepresentation |
protected static AppDefinitionRepresentation |
FlowableAppDefinitionService.modelerAppDefinitionRepresentation |
protected static AppDefinitionRepresentation |
FlowableAppDefinitionService.taskAppDefinitionRepresentation |
| Modifier and Type | Method and Description |
|---|---|
protected AppDefinitionRepresentation |
FlowableAppDefinitionService.createDefaultAppDefinition(String id) |
protected AppDefinitionRepresentation |
FlowableAppDefinitionService.createRepresentation(org.flowable.app.api.repository.AppDefinition appDefinition,
BaseAppModel baseAppModel) |
AppDefinitionRepresentation |
FlowableAppDefinitionService.getAppDefinition(String appDefinitionKey) |
| Modifier and Type | Method and Description |
|---|---|
protected List<AppDefinitionRepresentation> |
FlowableAppDefinitionService.getTaskAppList(SecurityScope currentUser) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
FlowableAppDefinitionService.hasAppAccess(AppDefinitionRepresentation appDefinition,
String userId,
Collection<String> groups) |
Copyright © 2021 Flowable. All rights reserved.