Uses of Class
com.ibm.pim.utils.ExportList.ActionMode

Packages that use ExportList.ActionMode
com.ibm.pim.utils   
 

Uses of ExportList.ActionMode in com.ibm.pim.utils
 

Methods in com.ibm.pim.utils that return ExportList.ActionMode
 ExportList.ActionMode ImportList.getActionModeForObject(ExportList.Type type, java.lang.String objectName)
          Returns the action mode for the PIM object of specified type and name.
static ExportList.ActionMode ExportList.ActionMode.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ExportList.ActionMode[] ExportList.ActionMode.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in com.ibm.pim.utils with parameters of type ExportList.ActionMode
 void ExportList.addAllObjects(ExportList.Type type, ExportList.ActionMode actionMode)
          Adds all objects of type specified by parameter 'type' in the action mode specified by the parameter 'actionMode' to this export list.
 void ExportList.addObject(ExportList.Type type, java.lang.Object object, ExportList.ActionMode actionMode)
          Adds the objects of type specified by parameter 'type' in the action mode specified by the parameter 'actionMode' to the ExportList.