History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: UP-1862
Type: Sub-task Sub-task
Status: Closed Closed
Resolution: Fixed
Priority: Minor Minor
Assignee: Andrew Wills
Reporter: Andrew Wills
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
uPortal
Import/Export features: allows portal administrator to manage data in portal (UP-1834)

Add ability to delete entities using the Import/Export tools

Created: 07/Nov/07 08:54 AM   Updated: 05/Mar/08 07:59 AM
Component/s: Import / Export
Affects Version/s: None
Fix Version/s: 2.5.4, 3.0.0-M5, 2.6.2

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown


 Description  « Hide
Enhance the Cernunnos-based Import/Export tools to provide the ability to delete existing entities as follows:
  - Entity data is removed
  - references to the entity are removed (nodes in layouts, membership records, etc)
  - command line syntax: > ant -f import-export.xml delete -Dtype={type} -Dsysid={sysid}

 All   Comments   Work Log   Change History      Sort Order:
Andrew Wills [07/Dec/07 07:17 PM]
Added.

Invoke as follows:

> ant -f import-export delete -Dtype={layout | channel | group | user} -Dsysid={user_name | fname | group_name | user_name}

Memberships and permissions cannot be deleted directly, though they are cleaned up appropriately (orphaned records removed) when a channel, group, or user is deleted.