Class ChangeBatchJobOwnerActionServiceImpl
java.lang.Object
ch.tocco.nice2.scripting.impl.actions.ChangeBatchJobOwnerActionServiceImpl
- All Implemented Interfaces:
ChangeBatchJobOwnerActionService
@Deprecated
@Component
public class ChangeBatchJobOwnerActionServiceImpl
extends Object
implements ChangeBatchJobOwnerActionService
Deprecated.
-
Constructor Summary
ConstructorDescriptionChangeBatchJobOwnerActionServiceImpl
(Context context, EntityExplorerActionSelectionService selectionService, SecurityManager securityManager, PrincipalService principalService) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionvoid
changeOwner
(EntityExplorerActionSelection selection) Deprecated.Sets the principal of the dynamic batch job with the current user.
-
Constructor Details
-
ChangeBatchJobOwnerActionServiceImpl
public ChangeBatchJobOwnerActionServiceImpl(Context context, EntityExplorerActionSelectionService selectionService, SecurityManager securityManager, PrincipalService principalService) Deprecated.
-
-
Method Details
-
changeOwner
Deprecated.Description copied from interface:ChangeBatchJobOwnerActionService
Sets the principal of the dynamic batch job with the current user.- Specified by:
changeOwner
in interfaceChangeBatchJobOwnerActionService
-