Skip navigation links

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


oracle.iam.rm.client
Interface Operation

All Known Subinterfaces:
BusinessTransactionOperation, LookupOperation, SearchOperation, SupplementalOperation

public interface Operation

A general mechanism interface to interact with the server.


Nested Class Summary
static class Operation.Type
          Gets an enumeration of possible operation types.

 

Method Summary
 java.lang.String getDefinitionId()
          Gets the identifier of the definifion that this operation is from.
 java.lang.String getDescription()
          Gets the description of the operation.
 java.lang.String getOperationId()
          Gets the identifier of the operation.
 java.lang.String getTitle()
          Gets the title of the operation.
 Operation.Type getType()
          Gets the Type of operation.

 

Method Detail

getDefinitionId

java.lang.String getDefinitionId()
Gets the identifier of the definifion that this operation is from.
Returns:
String representing the identifier of the definifion that this operation is from.

getOperationId

java.lang.String getOperationId()
Gets the identifier of the operation.
Returns:
String representing the identifier of the operation.

getTitle

java.lang.String getTitle()
Gets the title of the operation.
Returns:
String title of the operation.

getDescription

java.lang.String getDescription()
Gets the description of the operation.
Returns:
String description of the operation.

getType

Operation.Type getType()
Gets the Type of operation. This is a more efficient way of determining operation type than casting.
Returns:
Type of the operation.

Skip navigation links

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


Copyright © 2007, 2008 Oracle. All Rights Reserved.