Skip navigation links

Oracle® Information Rights Management Server Java API Reference
11g Release 1 (11.1.1)

E12907-03


oracle.irm.engine.types.rights.journal
Class ContextJournalSorting

java.lang.Object
  extended by oracle.irm.engine.types.rights.journal.ContextJournalSorting

All Implemented Interfaces:
Serializable

public class ContextJournalSorting
extends Object
implements Serializable

Context Journal Sorting type. 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.

XML Serialization

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>

See Also:
Serialized Form

Nested Class Summary
static class ContextJournalSorting.SortOrder
          Sort Order enumeration.
static class ContextJournalSorting.SortProperty
          Sort Property enumeration.

 

Constructor Summary
ContextJournalSorting()
          No argument constructor.
ContextJournalSorting(ContextJournalSorting.SortProperty value, ContextJournalSorting.SortOrder order)
          Constructor.

 

Method Summary
 ContextJournalSorting.SortOrder getOrder()
          Sort order.
 ContextJournalSorting.SortProperty getValue()
          Sort property value.
 void setOrder(ContextJournalSorting.SortOrder value)
          Sort order.
 void setValue(ContextJournalSorting.SortProperty value)
          Sort property value.

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

ContextJournalSorting

public ContextJournalSorting()
No argument constructor.

ContextJournalSorting

public ContextJournalSorting(ContextJournalSorting.SortProperty value,
                             ContextJournalSorting.SortOrder order)
Constructor.

Method Detail

getValue

public ContextJournalSorting.SortProperty getValue()
Sort property value. The context journal entry property that the search results sort on.
Returns:
the value of the property.

setValue

public void setValue(ContextJournalSorting.SortProperty value)
Sort property value. The context journal entry property that the search results sort on.
Parameters:
value - the new value for the property.

getOrder

public ContextJournalSorting.SortOrder getOrder()
Sort order.
Returns:
the value of the property.

setOrder

public void setOrder(ContextJournalSorting.SortOrder value)
Sort order.
Parameters:
value - the new value for the property.

Skip navigation links

Oracle® Information Rights Management Server Java API Reference
11g Release 1 (11.1.1)

E12907-03


Copyright © 2011, Oracle. All rights reserved.