Skip navigation links

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


oracle.iam.rm.server_api.model
Interface EntityOperationMapping

All Superinterfaces:
java.io.Serializable

public interface EntityOperationMapping
extends java.io.Serializable

A mapping between an operation on an entity and a regular business operation. <p/> Business operations can be "mapped" to one or more entity types in order to allow a "method-like" operation semantic. This is the description of that mapping for client metadata purposes. <p/> This is not normally referred to directly by consuming systems that would instead use the Client API's BusinessTransactionOperation interface.


Method Summary
 ArgumentDefinition[] getArgumentDefinitions()
          Gets the argument definitions for this operation.
 java.lang.String getBackingOperationId()
          Gets the ID of the backing operation.
 java.lang.String getDefinitionId()
          Gets the ID of the definition in which this operation is defined.
 java.lang.String getDescription()
          Gets the description of this operation on this entity.
 java.lang.String getObjectKeyArgumentMapping()
          Gets the ID of the argument that this object's key is mapped to.
 java.lang.String getOperationId()
          Gets the ID of this operation on this entity.
 java.lang.String getTitle()
          Gets the title of this operation on this entity.

 

Method Detail

getDefinitionId

java.lang.String getDefinitionId()
Gets the ID of the definition in which this operation is defined.
Returns:
String representing the ID of the definition in which this operation is defined.

getOperationId

java.lang.String getOperationId()
Gets the ID of this operation on this entity.
Returns:
String representing the ID of this operation on this entity.

getTitle

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

getDescription

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

getArgumentDefinitions

ArgumentDefinition[] getArgumentDefinitions()
Gets the argument definitions for this operation.
Returns:
Array of argument definitions for this operation.

getBackingOperationId

java.lang.String getBackingOperationId()
Gets the ID of the backing operation.
Returns:
String representing the ID of the backing operation.

getObjectKeyArgumentMapping

java.lang.String getObjectKeyArgumentMapping()
Gets the ID of the argument that this object's key is mapped to.
Returns:
String representing the ID of the argument to which this entity's object key is mapped.

Skip navigation links

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


Copyright © 2008, 2009 Oracle. All Rights Reserved.