Restore deleted activities 

Use an administrative command to restore activities that were moved to the Trash view. After an activity is moved to the Trash view, and before the Trash is purged from the system, the activity can be preserved if it is restored.


Before starting

You do not need to check the configuration file in and out nor restart the server when using administrative commands.

To run administrative commands, use the wsadmin client. See Starting the wsadmin client for details.


Procedure

  1. Open a command window and start the wsadmin command line tool. See Starting the wsadmin client for more details.

  2. Start the Activities Jython script interpreter.

    1. Access the Activities configuration file:

        execfile("activitiesAdmin.py")

        If prompted to specify a service to connect to, type 1 to pick the first node in the list. Most commands can run on any node. If the command writes or reads information to or from a file using a local file path, pick the node where the file is stored.

  3. Get a list of the activities and entries currently in the Trash view by entering the following command:

      TrashCollectionService.fetchTrash()

  4. Identify the activity or entry that you want to restore from the returned list. See Narrowing down results for more information.

  5. Enter the following command to restore the activity or entry:

      TrashCollectionService.undeleteTrash( java.util.Vector trashVector)

      where you specify the activity or entry that you want to restore as the trashVector parameter.


Parent topic

Manage trash


Related tasks


Starting the wsadmin client
Narrowing down results


   

 

});

+

Search Tips   |   Advanced Search