| Package | Description |
|---|---|
| org.frankframework.frankdoc.model |
This package contains a set of model classes that is used by
DocWriterNew to generate the
XML configuration schema used by Frank developers. |
| Modifier and Type | Method and Description |
|---|---|
ElementRole |
FrankDocModel.findElementRole(ElementRole.Key key) |
ElementRole |
FrankDocModel.findElementRole(ObjectConfigChild configChild) |
ElementRole |
ElementRole.getHighestCommonInterface()
Used to resolve conflicts by
ElementType interface
inheritance, see org.frankframework.frankdoc.model. |
| Modifier and Type | Method and Description |
|---|---|
Stream<ElementRole> |
ConfigChildSet.getElementRoleStream() |
static Stream<ElementRole> |
ConfigChild.getElementRoleStream(Collection<ConfigChild> configChildren) |
List<ElementRole> |
ConfigChildSet.getFilteredElementRoles(Predicate<ElementChild> selector,
Predicate<ElementChild> rejector) |
static List<ElementRole> |
ElementRole.promoteIfConflict(List<ElementRole> roles)
Solves conflicts by
ElementType
interface inheritance. |
| Modifier and Type | Method and Description |
|---|---|
int |
ElementRole.compareTo(ElementRole other) |
String |
FrankElement.getXsdElementName(ElementRole elementRole) |
| Modifier and Type | Method and Description |
|---|---|
static String |
ElementRole.describeCollection(Collection<ElementRole> roles) |
static Set<ElementRole.Key> |
ConfigChildSet.getKey(List<ElementRole> roles) |
static Map<String,List<ConfigChild>> |
ConfigChildSet.getMemberChildren(List<ElementRole> parents,
Predicate<ElementChild> selector,
Predicate<ElementChild> rejector,
Predicate<FrankElement> elementFilter)
Handles generic element option recursion as explained in
org.frankframework.frankdoc.model. |
static List<ElementRole> |
ElementRole.promoteIfConflict(List<ElementRole> roles)
Solves conflicts by
ElementType
interface inheritance. |
Copyright © 2022 Ibissource.org. All rights reserved.