public interface DMNPathsHelper
Modifier and Type | Method and Description |
---|---|
List<org.uberfire.backend.vfs.Path> |
getDMNModelsPaths(org.guvnor.common.services.project.model.WorkspaceProject workspaceProject)
This method returns all DMN paths for a given project.
|
List<org.uberfire.backend.vfs.Path> |
getModelsPaths(org.guvnor.common.services.project.model.WorkspaceProject workspaceProject)
This method returns all model paths (DMN and PMML) for a given project.
|
List<org.uberfire.backend.vfs.Path> |
getPMMLModelsPaths(org.guvnor.common.services.project.model.WorkspaceProject workspaceProject)
This method returns all PMML paths for a given project.
|
String |
getRelativeURI(org.uberfire.backend.vfs.Path dmnModelPath,
org.uberfire.backend.vfs.Path includedModelPath)
|
List<org.uberfire.backend.vfs.Path> getModelsPaths(org.guvnor.common.services.project.model.WorkspaceProject workspaceProject)
workspaceProject
- represents the project that will be scanned.List<org.uberfire.backend.vfs.Path> getDMNModelsPaths(org.guvnor.common.services.project.model.WorkspaceProject workspaceProject)
workspaceProject
- represents the project that will be scanned.List<org.uberfire.backend.vfs.Path> getPMMLModelsPaths(org.guvnor.common.services.project.model.WorkspaceProject workspaceProject)
workspaceProject
- represents the project that will be scanned.String getRelativeURI(org.uberfire.backend.vfs.Path dmnModelPath, org.uberfire.backend.vfs.Path includedModelPath)
dmnModelPath
- The Path
of the DMN file being edited.includedModelPath
- The Path
of an included external model file.Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.