| org.sakaiproject.entity.api.EntityTransferrer
All known Subclasses: org.theospi.portfolio.wizard.impl.WizardEntityProducer, org.sakaiproject.component.app.syllabus.SyllabusServiceImpl, org.sakaiproject.calendar.impl.BaseCalendarService, org.theospi.portfolio.presentation.model.impl.PresentationContentEntityProducer, org.sakaiproject.web.impl.WebServiceImpl, org.sakaiproject.tool.gradebook.facades.sakai2impl.GradebookEntityProducer, org.sakaiproject.chat.impl.BaseChatService, org.sakaiproject.announcement.impl.BaseAnnouncementService, org.theospi.portfolio.matrix.model.impl.MatrixContentEntityProducer, org.theospi.portfolio.help.impl.GlossaryEntityProducer, org.sakaiproject.news.impl.BasicNewsService, org.sakaiproject.assignment.impl.BaseAssignmentService, org.sakaiproject.metaobj.shared.mgt.impl.MetaobjEntityProducer, org.sakaiproject.chat2.model.impl.ChatEntityProducer, org.sakaiproject.discussion.impl.BaseDiscussionService, org.sakaiproject.tool.assessment.services.assessment.AssessmentEntityProducer, org.sakaiproject.content.impl.BaseContentService, org.sakaiproject.component.app.messageforums.DiscussionForumServiceImpl,
EntityTransferrer | public interface EntityTransferrer (Code) | |
Services which implement EntityTransferrer declare themselves as willing and able to transfer/copy their entities from one context to another.
|
myToolIds | String[] myToolIds()(Code) | | Provide the string array of tool ids, for tools that we claim as manipulating our entities.
|
transferCopyEntities | void transferCopyEntities(String fromContext, String toContext, List ids)(Code) | | transfer a copy of Entites from the source context into the destination context
Parameters: fromContext - The source context Parameters: toContext - The destination context Parameters: ids - when null, all entities will be imported; otherwise, only entities with those ids will be imported |
|
|