Plumtree UI Infrastructure API  
 

ATreeAS.CleanupTempData Method 

This method is called at the end of every HTTP request by the Interpreter. This method then calls IModel.CleanupTempData() on all IModels registered using RegisterModel(). This method is intended for cleaning up temporary data that is only used for the lifetime of a single request, like DB query results.

public void CleanupTempData();

See Also

ATreeAS Class | com.plumtree.uiinfrastructure.tree Namespace | AActivitySpace#CleanupTempData