Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Platform Security Services
11g Release 1 (11.1.1)

E14650-03


oracle.security.jps.service.policystore.info.common
Interface EntryReference


public interface EntryReference

This interface encapsulates reference to an entry from another entry. Most of the content in this object is opaque. Its purpose is to provide a handle to the reference. API clients shouldn't interprete it/ use it in any way other than as a reference, as the results will be unpredictable.


Nested Class Summary
static class EntryReference.EntryType
          List of known EntryTypes.

 

Method Summary
 EntryReference.EntryType getEntryType()
          Get the Entry Type
 int getOrder()
          Gets the order of the reference.
 java.lang.String getReferenceName()
          Get the name of the reference.
 void setOrder(int i)
          Sets the order by incrementing i by 1

 

Method Detail

getEntryType

EntryReference.EntryType getEntryType()
Get the Entry Type
Returns:
Type of the object that is referenced by the referrer.

getReferenceName

java.lang.String getReferenceName()
Get the name of the reference.
Returns:
Name of the reference.

setOrder

void setOrder(int i)
Sets the order by incrementing i by 1
Parameters:
i - order to increment

getOrder

int getOrder()
Gets the order of the reference.
Returns:
the order of the reference

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Platform Security Services
11g Release 1 (11.1.1)

E14650-03


Copyright © 2010, Oracle. All rights reserved.