Class PMMLIncludedDocumentFactory
- java.lang.Object
-
- org.kie.workbench.common.dmn.backend.editors.common.PMMLIncludedDocumentFactory
-
@ApplicationScoped public class PMMLIncludedDocumentFactory extends Object
-
-
Constructor Summary
Constructors Constructor Description PMMLIncludedDocumentFactory()PMMLIncludedDocumentFactory(org.uberfire.io.IOService ioService)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.kie.workbench.common.dmn.api.editors.included.PMMLDocumentMetadatagetDocumentByPath(org.uberfire.backend.vfs.Path path)org.kie.workbench.common.dmn.api.editors.included.PMMLDocumentMetadatagetDocumentByPath(org.uberfire.backend.vfs.Path path, org.kie.workbench.common.dmn.api.editors.included.PMMLIncludedModel includeModel)
-
-
-
Method Detail
-
getDocumentByPath
public org.kie.workbench.common.dmn.api.editors.included.PMMLDocumentMetadata getDocumentByPath(org.uberfire.backend.vfs.Path path)
-
getDocumentByPath
public org.kie.workbench.common.dmn.api.editors.included.PMMLDocumentMetadata getDocumentByPath(org.uberfire.backend.vfs.Path path, org.kie.workbench.common.dmn.api.editors.included.PMMLIncludedModel includeModel)
-
-