SampleApp.CommonTasks Class
The CommonTasks class contains methods that are used frequentl throughout the application. There are some important methods that illustrate how to use some important Records Manager operations.

Access: Public
Base Classes: Object
  Members Description  
    CommonTasks    
    DisplayTargetList This method displays all the targets for selected nFlPlnCmpntID in ListView

 
    viewSeletedItem Creates and shows a ComponentForm for displayinf File Plan Component information.

 
    DisplayResultList This method displays the information contained in the IRMResultList object in the specified List View control. Demonstrates how to use the IRMResultList class.

 
    makeConflictName A helper method used to construct a string value for a Conflict Type.

 
    DisplayLifeCycleResultList This method displays the information contained in the IRMLifeCycleResultList object in the specified List View control. Demonstrates how to use the IRMLifeCycleResultList class.

 
    DeleteListItems This method deletes all the File Plan Components that are selected in the specified List View control.

 
    getEngineConfigValue Helper class for getting Records Manager Configuration values.

 
    DrawFilePlan This method draws the File Plan in the specified TreeView control.

 
    addMarker    
    addTargetList    
    RefreshViews This method will do a refresh on all existing View Nodes.

 
    Refresh