| Modifier and Type | Method and Description |
|---|---|
boolean |
BonitaVariableResourcePredicate.apply(Variable variable) |
String |
BonitaResourceTransformer.apply(Variable variable) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Variable> |
BusinessObjectContainer.getBusinessObjectVariable() |
| Modifier and Type | Method and Description |
|---|---|
void |
BusinessObjectContainer.addVariable(String name,
Variable value) |
| Modifier and Type | Method and Description |
|---|---|
void |
BusinessObjectContainer.setBusinessObjectVariable(Map<String,Variable> businessObjectVariable) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Variable> |
Fragment.getExposedVariables() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Variable> |
Previewable.getVariables()
Gets the variables used when previewing this previewable
|
Map<String,Variable> |
AbstractPage.getVariables() |
| Modifier and Type | Method and Description |
|---|---|
void |
Previewable.addVariable(String name,
Variable value) |
void |
AbstractPage.addVariable(String name,
Variable value) |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractPage.setVariables(Map<String,Variable> variables) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Map<String,Variable>> |
VariableModelVisitor.visit(Component component) |
Map<String,Map<String,Variable>> |
VariableModelVisitor.visit(Container container) |
Map<String,Map<String,Variable>> |
VariableModelVisitor.visit(FormContainer formContainer) |
Map<String,Map<String,Variable>> |
VariableModelVisitor.visit(FragmentElement fragmentElement) |
Map<String,Map<String,Variable>> |
VariableModelVisitor.visit(ModalContainer modalContainer) |
<P extends Previewable & Identifiable> |
VariableModelVisitor.visit(P previewable) |
Map<String,Map<String,Variable>> |
VariableModelVisitor.visit(TabContainer tabContainer) |
Map<String,Map<String,Variable>> |
VariableModelVisitor.visit(TabsContainer tabsContainer) |
Copyright © 2021. All rights reserved.