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

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

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

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

Methods in com.ibm.pim.utils that return types with arguments of type ExportList.Type
 java.util.Set<ExportList.Type> ImportList.getObjectTypes()
          Fetches the object types in the Import list.
 java.util.Set<ExportList.Type> ExportList.getObjectTypes()
          Returns the type of objects which were added to this ExportList.
 java.util.Set<ExportList.Type> ImportRequisiteList.getRequisiteTypes()
          Fetches all the requisite types for objects in the ImportList corresponding to this requisite list.
 java.util.Set<ExportList.Type> ExportRequisiteList.getRequisiteTypes()
          Fetches all the requisite types for objects in the ExportList corresponding to this requisite list.
 java.util.Set<ExportList.Type> ExportRequisiteList.getRequisiteTypes(ExportList.Type type, java.lang.Object object)
          Fetches the types of requisite objects for the given object.
 java.util.Set<ExportList.Type> ImportRequisiteList.getRequisiteTypesForHierarchyMap(java.lang.String sourceHierarchyName, java.lang.String destinationHierarchyName)
          Fetches the types of requisite objects for the given HierarchyMap.
 java.util.Set<ExportList.Type> ImportRequisiteList.getRequisiteTypesForObject(ExportList.Type type, java.lang.String objectName)
          Fetches the types of requisite objects for the given object.
 

Methods in com.ibm.pim.utils with parameters of type ExportList.Type
 void ExportList.addAllContents(ExportList.Type type)
          Adds contents of all objects of type specified by parameter 'type' to the export list.
 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.addContent(ExportList.Type type, java.lang.Object object)
          Adds contents of objects to the ExportList
 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.
 void ImportList.addObject(ExportList.Type type, java.lang.String objectName)
          Adds the object of specified type and name to this list.
 void ImportList.addObjects(ExportList.Type type)
          Adds all the objects of the specified type to this list.
 ExportList.ActionMode ImportList.getActionModeForObject(ExportList.Type type, java.lang.String objectName)
          Returns the action mode for the PIM object of specified type and name.
 java.util.List<java.lang.String> ImportList.getObjectNames(ExportList.Type type)
          Fetches the names of all objects of the given type in the list.
 java.util.List<java.lang.String> ImportRequisiteList.getRequisiteObjects(ExportList.Type type)
          Fetches all the requisite objects of a given type.
 java.util.Collection<java.lang.Object> ExportRequisiteList.getRequisiteObjects(ExportList.Type type)
          Fetches all the requisite objects of a given type.
 java.util.Collection<java.lang.Object> ExportRequisiteList.getRequisiteObjects(ExportList.Type exportObjectType, java.lang.Object object, ExportList.Type requisiteObjectType)
          Fetches all the objects of the given type which the object in the export list requires for successful creation.
 java.util.List<java.lang.String> ImportRequisiteList.getRequisiteObjectsForHierarchyMap(java.lang.String sourceHierarchyName, java.lang.String destinationHierarchyName, ExportList.Type type)
          Fetches all the objects of the given type which the object in the import list requires for successful creation.
 java.util.List<java.lang.String> ImportRequisiteList.getRequisiteObjectsForObjectByType(ExportList.Type importObjectType, java.lang.String objectName, ExportList.Type requisiteObjectType)
          Fetches all the objects of the given type which the object in the import list requires for successful creation.
 java.util.Set<ExportList.Type> ExportRequisiteList.getRequisiteTypes(ExportList.Type type, java.lang.Object object)
          Fetches the types of requisite objects for the given object.
 java.util.Set<ExportList.Type> ImportRequisiteList.getRequisiteTypesForObject(ExportList.Type type, java.lang.String objectName)
          Fetches the types of requisite objects for the given object.
 void ImportList.removeObject(ExportList.Type type, java.lang.String objectName)
          Removes the object of specified type and name from this list.
 void ImportList.removeObjects(ExportList.Type type)
          Removes all the objects of the specified type from this list