Package | Description |
---|---|
org.pentaho.platform.api.engine | |
org.pentaho.platform.api.repository |
Modifier and Type | Interface and Description |
---|---|
interface |
IAclSolutionFile
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ISolutionFile[] |
ISolutionFile.listFiles()
If this is a directory, will list all children files/directories for hierarchical navigation.
|
ISolutionFile[] |
ISolutionFile.listFiles(IFileFilter filter) |
ISolutionFile |
ISolutionFile.retrieveParent()
NOTE: This method is named 'retrieveParent' instead of 'getParent' because the generic ISolutionFile type is
not a 'Hibernate' described type and one of the base classes (RepositoryFile) will fail dependency checking.
|
Modifier and Type | Method and Description |
---|---|
boolean |
IFileFilter.accept(ISolutionFile file) |
void |
ISolutionAttributeContributor.contributeAttributes(ISolutionFile solutionFile,
org.dom4j.Element childNode) |
boolean |
ISolutionFilter.keepFile(ISolutionFile solutionFile,
int actionOperation) |
Modifier and Type | Method and Description |
---|---|
ISolutionFile[] |
IRepositoryFile.listFiles() |
ISolutionFile[] |
IRepositoryFile.listFiles(IFileFilter filter) |
ISolutionFile |
IRepositoryFile.retrieveParent() |
Copyright © 2020 Hitachi Vantara. All rights reserved.