org.kie.commons.io
public interface IOSearchService
Modifier and Type | Method and Description |
---|---|
List<Path> |
fullTextSearch(String term,
int pageSize,
int startIndex,
Path... roots) |
int |
fullTextSearchHits(String term,
Path... roots) |
List<Path> |
searchByAttrs(Map<String,?> attrs,
int pageSize,
int startIndex,
Path... roots) |
int |
searchByAttrsHits(Map<String,?> attrs,
Path... roots) |
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.