Skip navigation links

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


Uses of Interface
oracle.iam.rm.client.Operation

Packages that use Operation
oracle.iam.rm.client Provides the classes and interfaces for the Oracle Role Manager client. 

 

Uses of Operation in oracle.iam.rm.client

 

Subinterfaces of Operation in oracle.iam.rm.client
 interface BusinessTransactionOperation
          Interface for an operation specific to starting a business transaction.
 interface LookupOperation
          Interface for an operation used to look up an object.
 interface SearchOperation
          Interface for an operation used for searching.
 interface SupplementalOperation
          Interface for an operation that is invoked on a business transaction to do further work.

 

Methods in oracle.iam.rm.client that return Operation
 Operation Client.getOperation(BusinessTransaction transaction, java.lang.String definitionId, java.lang.String operation)
          Gets the Operation represented by the provided identifiers.
 Operation Client.getOperation(BusinessTransaction transaction, java.lang.String definitionId, java.lang.String operation, java.lang.String entityKeyName, EntityKey entityKey)
          Gets the Operation represented by the provided identifiers, binding a particular object to one of the arguments of the operation.
 Operation BusinessTransaction.getOperation(java.lang.String operationId)
          Gets an operation by identifier.
 Operation Interactable.getOperation(java.lang.String definitionId, java.lang.String operationId)
          Gets an operation by identifier and name.
 Operation Client.getOperation(java.lang.String definitionId, java.lang.String operation, java.lang.String entityKeyName, EntityKey entityKey)
          Gets the Operation represented by the provided identifiers, binding a particular object to one of the arguments of the operation.
 Operation[] Interactable.getOperations()
          Gets an array of all available operations.

 


Skip navigation links

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


Copyright © 2007, 2008 Oracle. All Rights Reserved.