Class ContentLockProcessActionHandler

  • All Implemented Interfaces:
    IProcessActionHandler, IParameters

    public class ContentLockProcessActionHandler
    extends ProcessActionHandler<TableSource>
    Class responsible for executing bulk lock/unlock. It will first verify is all contents selected are in the same state (locked or unlocked) not verifying the lockType. If they are unlocked, all selected contents will go to the locked state, otherwise, all contents will be placed under unlocked state.
    Since:
    7.0.0
    Version:
    $Revision: 15056 $ $Date: 2012-11-29 18:51:41 -0200 (Thu, 29 Nov 2012) $
    • Constructor Detail

      • ContentLockProcessActionHandler

        public ContentLockProcessActionHandler()
    • Method Detail

      • processAction

        public void processAction()
                           throws PortalException
        Description copied from interface: IProcessActionHandler
        Executes the process action.

        This method may execute the process action based on the parameters and node specifications passed to it earlier.

        Throws:
        PortalException