| java.lang.Object org.sakaiproject.archive.impl.SiteArchiver
SiteArchiver | public class SiteArchiver (Code) | | |
archiveSite | protected String archiveSite(Site site, Document doc, Stack stack)(Code) | | Archive the site definition.
Parameters: site - the site. Parameters: doc - The document to contain the xml. Parameters: stack - The stack of elements, the top of which will be the containingelement of the "site" element. |
archiveUsers | protected String archiveUsers(Site site, Document doc, Stack stack)(Code) | | Archive the users defined in this site (internal users only).
Parameters: site - the site. Parameters: doc - The document to contain the xml. Parameters: stack - The stack of elements, the top of which will be the containingelement of the "site" element. |
|
|