Uses of Interface
org.eclipse.dirigible.repository.api.IEntity
-
Uses of IEntity in org.eclipse.dirigible.repository.api
Subinterfaces of IEntity in org.eclipse.dirigible.repository.api Modifier and Type Interface Description interfaceICollectionTheICollectioninterface represents a collection in the repository.interfaceIResourceTheIResourceinterface represents a resource located in the repository.Methods in org.eclipse.dirigible.repository.api that return types with arguments of type IEntity Modifier and Type Method Description List<IEntity>ICollection. getChildren()List the children of this collection.List<IEntity>IRepositorySearch. searchName(String parameter, boolean caseInsensitive)Search the given parameter in the names of the files and folders ( means *parameter).List<IEntity>IRepositorySearch. searchName(String root, String parameter, boolean caseInsensitive)Search the given parameter in the names of the files and folders ( means *parameter) under specified root folder (means *root).List<IEntity>IRepositorySearch. searchPath(String parameter, boolean caseInsensitive)Search the given given parameter in the names of the files and folders (means *parameter*).List<IEntity>IRepositorySearch. searchText(String term)Search the given given parameter in the names of the files and folders as well as in the content of the text files.