Package | Description |
---|---|
org.kie.workbench.common.dmn.api.definition.model | |
org.kie.workbench.common.dmn.api.editors.included |
Modifier and Type | Method and Description |
---|---|
List<ItemDefinition> |
ItemDefinition.getItemComponent() |
List<ItemDefinition> |
Definitions.getItemDefinition() |
Constructor and Description |
---|
Definitions(Id id,
Description description,
Name name,
List<Import> _import,
List<ItemDefinition> itemDefinition,
List<DRGElement> drgElement,
List<Artifact> artifact,
List<ElementCollection> elementCollection,
List<BusinessContextElement> businessContextElement,
ExpressionLanguage expressionLanguage,
String typeLanguage,
Text namespace,
String exporter,
String exporterVersion) |
ItemDefinition(Id id,
Description description,
Name name,
QName typeRef,
UnaryTests allowedValues,
List<ItemDefinition> itemComponent,
String typeLanguage,
Boolean isCollection,
Boolean allowOnlyVisualChange) |
Modifier and Type | Method and Description |
---|---|
List<ItemDefinition> |
DMNIncludedModelsService.loadItemDefinitionsByNamespace(org.guvnor.common.services.project.model.WorkspaceProject workspaceProject,
String modelName,
String namespace)
This method finds the list of
ItemDefinition s for a given namespace . |
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.