Uses of Class
org.kie.workbench.common.dmn.api.definition.model.ItemDefinition
-
Packages that use ItemDefinition Package Description org.kie.workbench.common.dmn.api.definition.model org.kie.workbench.common.dmn.api.editors.included -
-
Uses of ItemDefinition in org.kie.workbench.common.dmn.api.definition.model
Methods in org.kie.workbench.common.dmn.api.definition.model that return types with arguments of type ItemDefinition Modifier and Type Method Description List<ItemDefinition>ItemDefinition. getItemComponent()List<ItemDefinition>Definitions. getItemDefinition()Constructor parameters in org.kie.workbench.common.dmn.api.definition.model with type arguments of type ItemDefinition Constructor Description ItemDefinition(Id id, Description description, Name name, QName typeRef, UnaryTests allowedValues, List<ItemDefinition> itemComponent, String typeLanguage, Boolean isCollection, Boolean allowOnlyVisualChange) -
Uses of ItemDefinition in org.kie.workbench.common.dmn.api.editors.included
Methods in org.kie.workbench.common.dmn.api.editors.included that return types with arguments of type ItemDefinition Modifier and Type Method Description List<ItemDefinition>DMNIncludedModelsService. loadItemDefinitionsByNamespace(org.guvnor.common.services.project.model.WorkspaceProject workspaceProject, String modelName, String namespace)This method finds the list ofItemDefinitions for a givennamespace.
-