| Package | Description |
|---|---|
| org.drools.workbench.screens.scenariosimulation.kogito.client.dmn |
| Modifier and Type | Method and Description |
|---|---|
protected ClientDMNType |
AbstractKogitoDMNService.getDMNTypeFromMaps(Map<String,ClientDMNType> dmnTypesMap,
Map<QName,String> source) |
| Modifier and Type | Method and Description |
|---|---|
protected Map<String,ClientDMNType> |
AbstractKogitoDMNService.getDMNTypesMap(List<org.kie.workbench.common.dmn.webapp.kogito.marshaller.js.model.dmn12.JSITItemDefinition> jsitItemDefinitions,
String nameSpace) |
Map<String,ClientDMNType> |
ClientDMNType.getFields() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractKogitoDMNService.checkTypeSupport(ClientDMNType type,
org.drools.workbench.screens.scenariosimulation.kogito.client.dmn.AbstractKogitoDMNService.ErrorHolder errorHolder,
String fullPropertyPath)
Recursively visit a composite
DMNType to eventually detect and add errors to given ErrorHolder |
protected FactModelTree |
AbstractKogitoDMNService.createFactModelTreeForCollection(Map<String,List<String>> genericTypeInfoMap,
String factName,
ClientDMNType type,
SortedMap<String,FactModelTree> hiddenFacts,
FactModelTree.Type fmType,
List<String> alreadyVisited)
Creates a
FactModelTree for DMNType where DMNType.isCollection() == true |
protected FactModelTree |
AbstractKogitoDMNService.createFactModelTreeForComposite(Map<String,List<String>> genericTypeInfoMap,
String name,
String fullPropertyPath,
ClientDMNType type,
SortedMap<String,FactModelTree> hiddenFacts,
FactModelTree.Type fmType,
List<String> alreadyVisited)
Creates a
FactModelTree for DMNType where DMNType.isComposite() == true |
protected FactModelTree |
AbstractKogitoDMNService.createFactModelTreeForGenericType(Map<String,List<String>> genericTypeInfoMap,
String factName,
String propertyName,
String fullPropertyPath,
ClientDMNType type,
SortedMap<String,FactModelTree> hiddenFacts,
FactModelTree.Type fmType,
List<String> alreadyVisited)
Creates a
FactModelTree for DMNType |
protected FactModelTree |
AbstractKogitoDMNService.createFactModelTreeForNoCollection(Map<String,List<String>> genericTypeInfoMap,
String factName,
String propertyName,
String fullPropertyPath,
ClientDMNType type,
SortedMap<String,FactModelTree> hiddenFacts,
FactModelTree.Type fmType,
List<String> alreadyVisited)
Creates a
FactModelTree for DMNType where DMNType.isCollection() ! |
protected FactModelTree |
AbstractKogitoDMNService.createTopLevelFactModelTree(String factName,
ClientDMNType type,
SortedMap<String,FactModelTree> hiddenFacts,
FactModelTree.Type fmType)
This method is the entry point for
FactModelTree. |
protected void |
AbstractKogitoDMNService.internalCheckTypeSupport(ClientDMNType type,
boolean alreadyInCollection,
org.drools.workbench.screens.scenariosimulation.kogito.client.dmn.AbstractKogitoDMNService.ErrorHolder errorHolder,
String fullPropertyPath,
Set<String> alreadyVisited) |
protected boolean |
AbstractKogitoDMNService.isToBeManagedAsCollection(ClientDMNType type)
Return
true if the given DMNType has to be managed as collection |
protected boolean |
AbstractKogitoDMNService.isToBeManagedAsComposite(ClientDMNType type)
Return
true if the given DMNType has to be managed as composite |
| Modifier and Type | Method and Description |
|---|---|
protected ClientDMNType |
AbstractKogitoDMNService.getDMNTypeFromMaps(Map<String,ClientDMNType> dmnTypesMap,
Map<QName,String> source) |
| Constructor and Description |
|---|
ClientDMNType(String namespace,
String name,
String id,
boolean isCollection,
boolean isComposite,
Map<String,ClientDMNType> fields,
BuiltInType feelType) |
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.