|
Oracle Fusion Middleware Extensibility Java API Reference for Oracle Access Management Access Manager 11g Release 2 (11.1.2.1.0) E27137-02 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ContextData
Context data defines the meta data required to define plug-in actions. Actions are used to perform predefined tasks during plug-in execution. Plug-in can pass the PAUSE
status to the executor and executor can execute the action. After the action execution control will come back to the plug-in to resume the plug-in execution. Plug-in executor will use the ContextData objects to perform the requested actions.
Method Summary | |
---|---|
ContextMetaData |
getContextMetaData() returns meta data associated to the context data object. |
java.lang.String |
getDisplayName() return display name. |
java.lang.String |
getName() |
int |
getOrder() |
java.lang.String |
getValue() return the data value. |
void |
setContextMetaData(ContextMetaData contextMetaData) sets the meta data for the data. |
void |
setValue(java.lang.String value) sets a value to the data. |
Method Detail |
---|
ContextMetaData getContextMetaData()
ContextMetaData
object.void setContextMetaData(ContextMetaData contextMetaData)
contextMetaData
object.
-java.lang.String getName()
java.lang.String getDisplayName()
java.lang.String getValue()
void setValue(java.lang.String value)
value
-int getOrder()
|
Oracle Fusion Middleware Extensibility Java API Reference for Oracle Access Management Access Manager 11g Release 2 (11.1.2.1.0) E27137-02 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 2013, Oracle Corp. All Rights Reserved.