|
Java SDK r12.5 SP 8 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FieldContext
Provides access to information and services for the current field in a profile tab. Information and services include:
IMContext
information about the current task.
get...
methods for accessing managed objects in the task session.
ProviderAccessor
object for direct access
to the managed objects in the data store.
IMPersistentContext
methods for
passing data between business logic task handlers executed for a
given task. The persisted data is abandoned after all
business logic task handlers for the task have been executed.
BLTHContext
methods for information about the current task session,
Logging methods and other Identity Manager services.
ScreenContext
methods for information about the current screen
in a profile tab.FieldContext
into JavaScript methods configured for fields
on Profile screens.
Method Summary | |
---|---|
void |
disable()
disable this field. |
void |
enable()
enable this field. |
PropertyDict |
getConfig()
Get the configuration properties for this field. |
java.util.Vector |
getMultiValue()
Get multi-value attribute for this field. |
ScreenField |
getScreenField()
|
java.lang.String |
getValue()
Get attribute value for this field. |
void |
hide()
Hide this field. |
void |
setMultiValue(java.util.Vector newValues)
Set multi-value attribute for this field. |
void |
setValue(java.lang.String newValue)
Set attribute value for this field. |
void |
show()
Show this field. |
Methods inherited from interface com.netegrity.imapi.ScreenContext |
---|
disableField, enableField, getFieldMultiValue, getFieldValue, getOverridingValues, getProfileObject, getScreen, getScreenConfig, hideField, setFieldMultiValue, setFieldValue, setOverridingFieldMultiValue, setOverridingFieldValue, showField |
Methods inherited from interface com.netegrity.imapi.IMPersistentContext |
---|
getPersistentData, setPersistentData |
Methods inherited from interface com.netegrity.imapi.IMContext |
---|
getAuxDataRoot, getLocalizer, getLocalizer, getSessionAttribute, removeSessionAttribute, setSessionAttribute |
Methods inherited from interface com.netegrity.imapi.Logger |
---|
logDebugMessage, logErrorMessage, logInfoMessage, logWarningMessage |
Method Detail |
---|
ScreenField getScreenField()
PropertyDict getConfig()
java.lang.Exception
java.lang.String getValue() throws java.lang.Exception
java.lang.Exception
java.util.Vector getMultiValue() throws java.lang.Exception
java.lang.Exception
void setValue(java.lang.String newValue) throws java.lang.Exception
newValues
-
java.lang.Exception
void setMultiValue(java.util.Vector newValues) throws java.lang.Exception
newValues
-
java.lang.Exception
void hide()
void show()
void disable()
void enable()
|
Java SDK r12.5 SP 8 06/13/2011 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |