Uses of Interface
org.pentaho.platform.api.engine.ISolutionFile
-
Uses of ISolutionFile in org.pentaho.platform.api.engine
Modifier and TypeMethodDescriptionISolutionFile.listFiles()
If this is a directory, will list all children files/directories for hierarchical navigation.ISolutionFile.listFiles
(IFileFilter filter) 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 TypeMethodDescriptionboolean
IFileFilter.accept
(ISolutionFile file) void
ISolutionAttributeContributor.contributeAttributes
(ISolutionFile solutionFile, org.dom4j.Element childNode) boolean
ISolutionFilter.keepFile
(ISolutionFile solutionFile, int actionOperation) -
Uses of ISolutionFile in org.pentaho.platform.api.repository
Modifier and TypeMethodDescriptionIRepositoryFile.listFiles()
IRepositoryFile.listFiles
(IFileFilter filter) IRepositoryFile.retrieveParent()