Module representing a partitioning plan
List of Global Functions
Export - Dump the settings to a map, for autoinstallation use.
GetModified - Functions which returns if the settings were modified
Import - Get all the configuration from a map. When called by inst_auto<module name> (preparing autoinstallation data) the list may be empty.
SetModified - Function sets internal variable, which indicates, that any settings were modified, to "true"
Summary - Return summary of configuration
updateTree - Create tree structure from AutoPartPlan
List of Global Variables
Functions which returns if the settings were modified
Return value
boolean - settings were modified
Get all the configuration from a map. When called by inst_auto<module name> (preparing autoinstallation data) the list may be empty.
Function parameters
list<map> settings
Return value
boolean - success
Function sets internal variable, which indicates, that any settings were modified, to "true"
Return value
void