org.fao.geonet.kernel.harvest.harvester
Class Privileges

java.lang.Object
  extended by org.fao.geonet.kernel.harvest.harvester.Privileges

public class Privileges
extends java.lang.Object


Constructor Summary
Privileges(java.lang.String groupId)
           
 
Method Summary
 void add(int operation)
           
 Privileges copy()
           
 java.lang.String getGroupId()
           
 java.lang.Iterable<java.lang.Integer> getOperations()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Privileges

public Privileges(java.lang.String groupId)
Method Detail

getGroupId

public java.lang.String getGroupId()

add

public void add(int operation)

getOperations

public java.lang.Iterable<java.lang.Integer> getOperations()

copy

public Privileges copy()