@PublicSpi
public interface StructureGenerator
| Modifier and Type | Interface and Description |
|---|---|
static interface |
StructureGenerator.ApplicabilityChecker |
static interface |
StructureGenerator.Context |
static interface |
StructureGenerator.EffectContext |
static interface |
StructureGenerator.Extender |
static interface |
StructureGenerator.Filter |
static interface |
StructureGenerator.GenerationContext |
static interface |
StructureGenerator.Grouper |
static interface |
StructureGenerator.HandlingContext |
static interface |
StructureGenerator.Inserter
An implementor inserts new items into the containing structure.
|
static interface |
StructureGenerator.ItemChangeFilterContext |
static interface |
StructureGenerator.Sorter |
| Modifier and Type | Method and Description |
|---|---|
void |
addDefaultFormParameters(Map<String,Object> form) |
void |
addParametersForSummary(Map<String,Object> parameters,
Map<String,Object> summaryParameters) |
void |
addParametersToForm(Map<String,Object> parameters,
Map<String,Object> form) |
Map<String,Object> |
buildParametersFromForm(Map<String,Object> form,
ErrorCollection errors) |
boolean |
isAvailable() |
void addDefaultFormParameters(@NotNull
Map<String,Object> form)
throws GeneratorUnavailableException
GeneratorUnavailableExceptionvoid addParametersToForm(@NotNull
Map<String,Object> parameters,
@NotNull
Map<String,Object> form)
throws GeneratorUnavailableException
GeneratorUnavailableException@NotNull Map<String,Object> buildParametersFromForm(@NotNull Map<String,Object> form, @NotNull ErrorCollection errors) throws GeneratorUnavailableException
GeneratorUnavailableExceptionvoid addParametersForSummary(@NotNull
Map<String,Object> parameters,
@NotNull
Map<String,Object> summaryParameters)
boolean isAvailable()
Copyright © 2021 ALM Works. All Rights Reserved.