com.atlassian.jira.service.util.handler
Class DryRunEntityCreationHandler

java.lang.Object
  extended by com.atlassian.jira.service.util.handler.DryRunEntityCreationHandler
All Implemented Interfaces:
EntityCreationHandler

public class DryRunEntityCreationHandler
extends Object
implements EntityCreationHandler

TODO: Document this class / interface here

Since:
v5.0

Constructor Summary
DryRunEntityCreationHandler(MailHandlerExecutionMonitor mailHandlerExecutionMonitor)
           
 
Method Summary
 com.atlassian.crowd.embedded.api.User createUserNoNotification(String username, String password, String emailAddress, String displayName)
           
 com.atlassian.crowd.embedded.api.User createUserWithNotification(String username, String password, String email, String fullname, int userEventType)
           
 boolean isReal()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DryRunEntityCreationHandler

public DryRunEntityCreationHandler(MailHandlerExecutionMonitor mailHandlerExecutionMonitor)
Method Detail

createUserWithNotification

public com.atlassian.crowd.embedded.api.User createUserWithNotification(String username,
                                                                        String password,
                                                                        String email,
                                                                        String fullname,
                                                                        int userEventType)
                                                                 throws PermissionException,
                                                                        CreateException
Specified by:
createUserWithNotification in interface EntityCreationHandler
Throws:
PermissionException
CreateException

createUserNoNotification

public com.atlassian.crowd.embedded.api.User createUserNoNotification(String username,
                                                                      String password,
                                                                      String emailAddress,
                                                                      String displayName)
                                                               throws PermissionException,
                                                                      CreateException
Specified by:
createUserNoNotification in interface EntityCreationHandler
Throws:
PermissionException
CreateException

isReal

public boolean isReal()
Specified by:
isReal in interface EntityCreationHandler


Copyright © 2002-2011 Atlassian. All Rights Reserved.