com.atlassian.crowd.embedded.hibernate2.batch.operation
Class RemoveUserOperation

java.lang.Object
  extended by com.atlassian.crowd.embedded.hibernate2.batch.operation.RemoveUserOperation
All Implemented Interfaces:
com.atlassian.crowd.util.persistence.hibernate.batch.HibernateOperation<net.sf.hibernate.Session>

public class RemoveUserOperation
extends java.lang.Object
implements com.atlassian.crowd.util.persistence.hibernate.batch.HibernateOperation<net.sf.hibernate.Session>

Operation to remove a user and all its related information. Expects a username to be passed into the performOperation(Object, Session) method which is used to find the user to delete.


Constructor Summary
RemoveUserOperation(long directoryId)
           
 
Method Summary
 void performOperation(java.lang.Object o, net.sf.hibernate.Session session)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoveUserOperation

public RemoveUserOperation(long directoryId)
Method Detail

performOperation

public void performOperation(java.lang.Object o,
                             net.sf.hibernate.Session session)
Specified by:
performOperation in interface com.atlassian.crowd.util.persistence.hibernate.batch.HibernateOperation<net.sf.hibernate.Session>


Copyright © 2003-2014 Atlassian. All Rights Reserved.