Skip navigation links

Oracle Role Manager Java API Reference
10g (10.1.4)
E14613-01


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

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

 

Uses of ArgumentSet in oracle.iam.rm.client

 

Methods in oracle.iam.rm.client that return ArgumentSet
 ArgumentSet SupplementalOperation.getArgumentSet()
          Gets the arguments for this operation.
 ArgumentSet BusinessTransactionOperation.getArgumentSet()
          Gets the set of arguments for this operation.

 

Methods in oracle.iam.rm.client with parameters of type ArgumentSet
 BusinessTransaction BusinessTransactionOperation.begin(ArgumentSet argumentSet)
          Begins the business transaction using this operation.
 java.util.Map<java.lang.String,java.lang.Object> SupplementalOperation.invoke(ArgumentSet argumentSet)
          Invokes the supplemental operation.
 java.util.Map<java.lang.String,java.lang.Object> BusinessTransactionOperation.invoke(BusinessTransaction businessTransaction, ArgumentSet argumentSet)
          Invokes the supplemental operation on the given business transaction.
 OperationVerificationResponse SupplementalOperation.validate(ArgumentSet argumentSet)
          Validates the supplemental operation without invoking it.
 OperationVerificationResponse BusinessTransactionOperation.validate(ArgumentSet argumentSet)
          Validates the operation without invoking it.

 


Skip navigation links

Oracle Role Manager Java API Reference
10g (10.1.4)
E14613-01


Copyright © 2008, 2009 Oracle. All Rights Reserved.