org.dspace.administer
Class CommunityFiliator
java.lang.Object
org.dspace.administer.CommunityFiliator
public class CommunityFiliator
- extends Object
A command-line tool for setting/removing community/sub-community
relationships. Takes community DB Id or handle arguments as inputs.
- Version:
- $Revision: 3733 $
- Author:
- rrodgers
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CommunityFiliator
public CommunityFiliator()
main
public static void main(String[] argv)
throws Exception
- Throws:
Exception
filiate
public void filiate(Context c,
Community parent,
Community child)
throws SQLException,
AuthorizeException,
IOException
- Throws:
SQLException
AuthorizeException
IOException
defiliate
public void defiliate(Context c,
Community parent,
Community child)
throws SQLException,
AuthorizeException,
IOException
- Throws:
SQLException
AuthorizeException
IOException
Copyright © 2010 The DSpace Foundation. All Rights Reserved.