|
Oracle Role Manager Java API Reference 10g (10.1.4) E12031-02 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Interactable
Interface for an object that allows interaction.
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 |
|---|
Operation[] getOperations()
throws ServerException
ServerException - if an error occurs during operation retrieval.
Operation getOperation(java.lang.String definitionId,
java.lang.String operationId)
throws ServerException
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.Operation identified by the passed Strings.ServerException - if an error occurs during operation retrieval.
|
Oracle Role Manager Java API Reference 10g (10.1.4) E12031-02 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||