|
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 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 |
---|
java.lang.String getDefinitionId()
String
representing the identifier of the definifion that this operation is from.java.lang.String getOperationId()
String
representing the identifier of the operation.java.lang.String getTitle()
String
title of the operation.java.lang.String getDescription()
String
description of the operation.Operation.Type getType()
Type
of operation. This is a more efficient way of determining operation type than casting.
|
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 |