Interface TransferEducationalObjectiveActionService
- All Known Implementing Classes:
TransferEducationalObjectiveActionServiceImpl
public interface TransferEducationalObjectiveActionService
transfers educational_objectives to other events
-
Method Summary
Modifier and TypeMethodDescriptionvoid
transferEducationalObjectives
(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:
RpcExecutionException
InterruptedException
-