Interface TransferEducationalObjectiveActionService
- All Known Implementing Classes:
TransferEducationalObjectiveActionServiceImpl
public interface TransferEducationalObjectiveActionService
transfers educational_objectives to other events
-
Method Summary
Modifier and TypeMethodDescriptionvoidtransferEducationalObjectives(EntityExplorerActionSelection selection, String eventKeys)
-
Method Details
-
transferEducationalObjectives
void transferEducationalObjectives(EntityExplorerActionSelection selection, String eventKeys) throws RpcExecutionException, InterruptedException - Parameters:
selection- the selected objectiveseventKeys- the events to copy to- Throws:
RpcExecutionExceptionInterruptedException
-