Skip navigation links

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


oracle.iam.rm.client
Interface Interactable

All Known Subinterfaces:
BusinessTransaction, Client

public interface Interactable

Interface for an object that allows interaction.

See Also:
Client, BusinessTransaction

Method Summary
 Operation getOperation(java.lang.String definitionId, java.lang.String operationId)
          Gets an operation by identifier and name.
 Operation[] getOperations()
          Gets an array of all available operations.

 

Method Detail

getOperations

Operation[] getOperations()
                          throws ServerException
Gets an array of all available operations.
Returns:
Array of all operations that are available.
Throws:
ServerException - if an error occurs during operation retrieval.

getOperation

Operation getOperation(java.lang.String definitionId,
                       java.lang.String operationId)
                       throws ServerException
Gets an operation by identifier and name.
Parameters:
definitionId - identifier of the business logic definition that the operation is defined in.
operationId - specific identifier for the operation within the scope of the business logic definition referred to by the definitionId.
Returns:
Operation identified by the passed Strings.
Throws:
ServerException - if an error occurs during operation retrieval.

Skip navigation links

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


Copyright © 2008, 2009 Oracle. All Rights Reserved.