Uses of Class
org.kie.workbench.common.dmn.api.editors.included.PMMLDocumentMetadata
-
Packages that use PMMLDocumentMetadata Package Description org.kie.workbench.common.dmn.api org.kie.workbench.common.dmn.api.editors.included -
-
Uses of PMMLDocumentMetadata in org.kie.workbench.common.dmn.api
Methods in org.kie.workbench.common.dmn.api that return PMMLDocumentMetadata Modifier and Type Method Description PMMLDocumentMetadataDMNContentService. loadPMMLDocumentMetadata(org.uberfire.backend.vfs.Path path)This method loads aPMMLDocumentMetadatafor a given path. -
Uses of PMMLDocumentMetadata 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 PMMLDocumentMetadata Modifier and Type Method Description List<PMMLDocumentMetadata>DMNIncludedModelsService. loadPMMLDocumentsFromImports(org.uberfire.backend.vfs.Path path, org.guvnor.common.services.project.model.WorkspaceProject workspaceProject, List<PMMLIncludedModel> includedModels)This method loads all PMML documents for the included PMML models.
-