|
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 ServerOperation
The generic operation interface exposed by the server. <p/> This is not normally referred to directly by consuming systems that would instead use the Client API's Operation interface.
Operation| Field Summary | |
|---|---|
static int |
TYPE_BUSINESS_TASKThe constant representing the BUSINESS TASK operation type ( 3). |
static int |
TYPE_LOOKUPThe constant representing the LOOKUP operation type ( 1). |
static int |
TYPE_SEARCHThe constant representing the SEARCH operation type ( 2). |
static int |
TYPE_SUPPLEMENTALThe constant representing the SUPPLMENTAL operation type ( 4). |
| Method Summary | |
|---|---|
ArgumentDefinition[] |
getArgumentDefinitions()Gets the argument definitions for this 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. |
java.lang.String |
getLocalOperationId()Gets the local ID of this operation if used for a supplemental operation. |
java.lang.String |
getOperationId()Gets the ID of this operation. |
java.lang.String |
getTitle()Gets the title of this operation. |
int |
getType()Gets the type of operation that this represents, either 1 for LOOKUP, 2 for SEARCH, 3 for BUSINESS TASK, or 4 for SUPPLEMENTAL. |
| Field Detail |
|---|
static final int TYPE_LOOKUP
1).
static final int TYPE_SEARCH
2).
static final int TYPE_BUSINESS_TASK
3).
static final int TYPE_SUPPLEMENTAL
4).
| Method Detail |
|---|
java.lang.String getDefinitionId()
java.lang.String getOperationId()
java.lang.String getTitle()
java.lang.String getDescription()
int getType()
ArgumentDefinition[] getArgumentDefinitions()
java.lang.String getLocalOperationId()
String representing the local ID of this operation if it is supplemental, otherwise null if it is not supplemental.
|
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 | |||||||||