资 源 简 介
This API is Hibernate-like RIDC (Remote Intradoc Client) API for Oracle Content Server (Oracle UCM). It provides two ways to get data from Oracle Content Server by using DocumentService (RIDC query language and Database Native SQL) and Hibernate-like Criteria (Database Native SQL).
Following are some examples to use RIDCku to get content from server:
### Using DocumentService ###
Example 1. Getting contents using RIDC query language with pagination
```
Session session = Session.getInstance();
// Example to use RIDC query language with pagination
// Format:
// public List getSearchResult(String query,
// Map params, List sortOrders,
// String resultSet, long... startIndexAndSize)
// throws IdcClientException, IOException, ClassNotFoundException,
// IllegalAccessE