| 
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use ContextItem | |
|---|---|
| com.ibm.itim.script | Contains the basic script extensions provided by ITIM. | 
| Uses of ContextItem in com.ibm.itim.script | 
|---|
| Methods in com.ibm.itim.script that return ContextItem | |
|---|---|
static ContextItem | 
ContextItem.createConstructor(java.lang.String name,
                  java.lang.Class prototype)
Get a ContextItem that represents a constructor in the scripting environment.  | 
static ContextItem | 
ContextItem.createGlobalFunction(java.lang.String name,
                     GlobalFunction function)
Get a ContextItem that represents a global function in the scripting environment.  | 
static ContextItem | 
ContextItem.createItem(java.lang.String name)
Get a ContextItem object with the given name.  | 
static ContextItem | 
ContextItem.createItem(java.lang.String name,
           java.lang.Object contextItem)
Get a ContextItem object with the given name and set to contextItem.  | 
| Methods in com.ibm.itim.script with parameters of type ContextItem | |
|---|---|
static void | 
ScriptUtils.updateLogicalContext(ModelScriptInterface si,
                     ContextItem item,
                     java.util.List<ContextItem> beans)
Update the ContextItem, item, with the logical context and add item to the beans List but only if si.getLogicalContext(); returns
 a non-null value. | 
static void | 
ScriptUtils.updateRootDN(ModelScriptInterface si,
             ContextItem item,
             java.util.List<ContextItem> beans)
Update the ContextItem, item, with the root DN and add item to the beans List but only if si.getRootDN(); returns a non-null value. | 
static void | 
ScriptUtils.updateServiceProfile(ModelScriptInterface si,
                     ContextItem item,
                     java.util.List<ContextItem> beans)
Update the ContextItem, item, with the service profile context and add item to the beans List but only if si.getServiceProfileContext(); returns a non-null value. | 
| Method parameters in com.ibm.itim.script with type arguments of type ContextItem | |
|---|---|
static void | 
ScriptUtils.updateLogicalContext(ModelScriptInterface si,
                     ContextItem item,
                     java.util.List<ContextItem> beans)
Update the ContextItem, item, with the logical context and add item to the beans List but only if si.getLogicalContext(); returns
 a non-null value. | 
static void | 
ScriptUtils.updateRootDN(ModelScriptInterface si,
             ContextItem item,
             java.util.List<ContextItem> beans)
Update the ContextItem, item, with the root DN and add item to the beans List but only if si.getRootDN(); returns a non-null value. | 
static void | 
ScriptUtils.updateServiceProfile(ModelScriptInterface si,
                     ContextItem item,
                     java.util.List<ContextItem> beans)
Update the ContextItem, item, with the service profile context and add item to the beans List but only if si.getServiceProfileContext(); returns a non-null value. | 
  | 
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||