Class ArchiveBrowserHandler

    • Field Detail

      • workspaceFilter

        protected boolean workspaceFilter
      • opDelete

        protected java.lang.String opDelete
      • opMigrateWS

        protected java.lang.String opMigrateWS
    • Constructor Detail

      • ArchiveBrowserHandler

        public ArchiveBrowserHandler()
    • Method Detail

      • processAction

        public boolean processAction()
                              throws java.io.IOException
        Description copied from class: JcmsFormHandler
        Method to be implemented to check/validate action to be performed and process them.

        Default implementation is to return false. No need to call super method.

        This method may NOT be invoked at all if security validation are not met.

        You must ensure your handler and JSP can work properly without any code invoked in this method.

        Overrides:
        processAction in class JcmsFormHandler
        Returns:
        false if no redirection is needed, true otherwise
        Throws:
        java.io.IOException - IO Exception
      • setOpDelete

        public void setOpDelete​(java.lang.String v)
      • setOpMigrateWS

        public void setOpMigrateWS​(java.lang.String opMigrateWS)
      • setNewWSId

        public void setNewWSId​(java.lang.String wsId)
        Set the new workspace of selected publication.
        Parameters:
        wsId - The new workspace id.
      • setIds

        public void setIds​(java.lang.String[] ids)
        Set the Archive's ids being worked on.
        Parameters:
        ids - array of Archived's rowIds
      • setWorkspaceFilter

        public void setWorkspaceFilter​(boolean workspaceFilter)
        Are we filtering on a specific workspace?
        Parameters:
        workspaceFilter -
      • isAllWorkspaceFilter

        public boolean isAllWorkspaceFilter()
      • setAllWorkspaceFilter

        public void setAllWorkspaceFilter​(boolean allWorkspaceFilter)