Skip navigation links

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


Uses of Interface
oracle.iam.rm.server_api.ServerOperation

Packages that use ServerOperation
oracle.iam.rm.server_api Provides the interfaces and classes used for remotely interacting with Oracle Role Manager. 

 

Uses of ServerOperation in oracle.iam.rm.server_api

 

Methods in oracle.iam.rm.server_api that return ServerOperation
 ServerOperation ServerBusinessTransaction.getOperation(java.lang.String operationId)
          Gets the operation by name.
 ServerOperation ServerBusinessTransaction.getOperation(java.lang.String definitionId, java.lang.String operationId)
          Gets the operation by name and definition.
 ServerOperation[] ServerMetaData.getOperations()
          Gets the definitions for all operations that the server has available.
 ServerOperation[] ServerBusinessTransaction.getOperations()
          Gets the definitions for all operations that this business transaction has available (which will be a subset of all operaitons provided by the server).

 


Skip navigation links

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


Copyright © 2008, 2009 Oracle. All Rights Reserved.