| org.sakaiproject.archive.api.ArchiveService
All known Subclasses: org.sakaiproject.archive.impl.BasicArchiveService, org.sakaiproject.archive.impl.ArchiveService2Impl,
ArchiveService | public interface ArchiveService (Code) | |
ArchiveService takes care of exporting and importing entities.
|
FROM_CT | final static String FROM_CT(Code) | | A tag for the input system.
|
SAKAI_assign_draft_import | final static boolean SAKAI_assign_draft_import(Code) | | |
SAKAI_msg_draft_import | final static boolean SAKAI_msg_draft_import(Code) | | |
SAKAI_rsc_draft_import | final static boolean SAKAI_rsc_draft_import(Code) | | |
SAKAI_schedule_draft_import | final static boolean SAKAI_schedule_draft_import(Code) | | |
SERVICE_NAME | final static String SERVICE_NAME(Code) | | This string can be used to find the service in the service manager.
|
archive | String archive(String siteId)(Code) | | Create an archive for the resources of a site.
Parameters: siteId - The id of the site to archive. A log of messages from the archive. |
merge | String merge(String archiveUrl, String siteId, String siteCreatorId)(Code) | | Read in an archived set of resources, and merge the entries into the specified site, and set site creator name
Parameters: archiveUrl - The archive xml file Url. Parameters: siteId - The id of the site to merge the content into. Parameters: siteCreatorId - the site creator Id A log of messages from the merge. |
|
|