public class ProfileServiceCrawler
extends java.lang.Object
Crawlable interface and it provides various methods for getRows(),
total no. of count etc.| Constructor and Description |
|---|
ProfileServiceCrawler() |
| Modifier and Type | Method and Description |
|---|---|
java.io.InputStream |
getContent(CrawlContext crawlContext) |
oracle.webcenter.security.ses.ServicePermissionEvaluator |
getCustomPermissionEvaluator() |
QueryResult<Row> |
getRows(CrawlContext crawlContext,
int startIndex,
int size)
Given start index, the size and the
CrawlContext, this API returns
QueryResult of crawled profile data. |
oracle.webcenter.security.ses.ServicePermissionEvaluator |
getServicePermissionEvaluator() |
oracle.webcenter.security.ses.ServicePermissionEvaluator |
getSimplifiedPermissionEvaluator() |
int |
getTotalNumRows(CrawlContext crawlContext)
This method returns the total no.
|
public java.io.InputStream getContent(CrawlContext crawlContext)
public int getTotalNumRows(CrawlContext crawlContext)
crawlContext - public QueryResult<Row> getRows(CrawlContext crawlContext, int startIndex, int size)
CrawlContext, this API returns
QueryResult of crawled profile data.crawlContext - startIndex - size - public oracle.webcenter.security.ses.ServicePermissionEvaluator getServicePermissionEvaluator()
public oracle.webcenter.security.ses.ServicePermissionEvaluator getCustomPermissionEvaluator()
public oracle.webcenter.security.ses.ServicePermissionEvaluator getSimplifiedPermissionEvaluator()