Interface EventLogicCopyActionService
- All Known Implementing Classes:
EventLogicCopyActionServiceImpl
Deprecated.
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic class
Deprecated.static class
Deprecated.static class
Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.used by actiongetRootNode
(EntityExplorerActionSelection selection) Deprecated.Deprecated.Used by actionlogicCopy
(EntityExplorerActionSelection selection, EventLogicCopyActionService.CopyInformation[] copyInformations, Map<String, String> configs) Deprecated.
-
Method Details
-
logicCopy
String logicCopy(EntityExplorerActionSelection selection, EventLogicCopyActionService.CopyInformation[] copyInformations, Map<String, String> configs) throws PersistException, RpcExecutionException, URISyntaxException, InterruptedExceptionDeprecated. -
getVisibleRelations
Deprecated.Used by action- Returns:
- list of relations to display on event logic copy form to user
- Throws:
PersistException
-
getRootNode
TreeNode getRootNode(EntityExplorerActionSelection selection) throws PersistException, RpcExecutionException, URISyntaxException Deprecated. -
getAdditionalCopyConfig
Collection<EventCopyExtensionFactory.AdditionalCopyConfigurations> getAdditionalCopyConfig()Deprecated.used by action- Returns:
- list of additional relations to display on event logic copy form to user
-