|
Oracle® Information Rights Management Server Java API Reference 11g Release 1 (11.1.1) E12907-03 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ContextJournalSorting
Sorting criteria for context based journal entries. Context journal searching operations allow the results to be sorted, based on properties of the ContextJournalEntry. The context journal sort properties include the ability to sort on context Uuid and item code Value.
Instances of Context Journal Sorting objects can be created using the following factory style method(s).
ContextJournalSorting object = createContextJournalSorting(
value,
order);
Context Journal Sorting instances can be serialized as an XML document. This XML document can also be used to recreate a Context Journal Sorting object. The following XML document shows an example Context Journal Sorting in XML form.
<?xml version="1.0" encoding="UTF-8"?>
<rights:ContextJournalSorting xmlns:rights="http://xmlns.oracle.com/irm/rights">
<value>NONE</value>
<order>ASCENDING</order>
</rights:ContextJournalSorting>
| Nested Class Summary | |
|---|---|
static class |
ContextJournalSorting.SortOrderSort order. |
static class |
ContextJournalSorting.SortPropertyContext journal entries can be sorted on one property. |
| Method Summary | |
|---|---|
ContextJournalSorting.SortOrder |
getOrder()Sort order. |
ContextJournalSorting.SortProperty |
getValue()Sort property value. |
| Method Detail |
|---|
ContextJournalSorting.SortProperty getValue()
ContextJournalSorting.SortOrder getOrder()
|
Oracle® Information Rights Management Server Java API Reference 11g Release 1 (11.1.1) E12907-03 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||