Skip navigation links

Oracle Role Manager Java API Reference
10g (10.1.4)
E12031-02


oracle.iam.rm.client
Interface LookupOperation

All Superinterfaces:
Operation

public interface LookupOperation
extends Operation

Interface for an operation used to look up an object.


Nested Class Summary

 

Nested classes/interfaces inherited from interface oracle.iam.rm.client.Operation
Operation.Type

 

Method Summary
 java.util.List lookup(java.util.List keys)
          Looks up an Entity using a complex identifier.
 Entity lookup(java.lang.Object key)
          Looks up an Entity using a single identifier.

 

Methods inherited from interface oracle.iam.rm.client.Operation
getDefinitionId, getDescription, getOperationId, getTitle, getType

 

Method Detail

lookup

Entity lookup(java.lang.Object key)
              throws ServerException
Looks up an Entity using a single identifier.
Parameters:
key - String represeing identifier to use to look up the object
Returns:
Entity representing the object that matches the provided key or null if no object matches.
Throws:
ServerException - if there is an error during lookup.

lookup

java.util.List lookup(java.util.List keys)
                      throws ServerException
Looks up an Entity using a complex identifier.
Parameters:
keys - List of identifiers to use to look up the object
Returns:
List representing objects that match the provided keys or null if the object does not exist.
Throws:
ServerException - if there is an error during lookup.

Skip navigation links

Oracle Role Manager Java API Reference
10g (10.1.4)
E12031-02


Copyright © 2007, 2008 Oracle. All Rights Reserved.