com.atlassian.jira.service.util.handler
Class DelegatingEntityCreationHandler
java.lang.Object
com.atlassian.jira.service.util.handler.DelegatingEntityCreationHandler
- All Implemented Interfaces:
- EntityCreationHandler
public class DelegatingEntityCreationHandler
- extends Object
- implements EntityCreationHandler
TODO: Document this class / interface here
- Since:
- v5.0
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DelegatingEntityCreationHandler
public DelegatingEntityCreationHandler()
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.