|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of CreateException in com.atlassian.jira.bc.user |
|---|
| Methods in com.atlassian.jira.bc.user that throw CreateException | |
|---|---|
com.atlassian.crowd.embedded.api.User |
UserService.createUserFromSignup(UserService.CreateUserValidationResult result)
Given a valid validation result, this will create the user using the details provided in the validation result. |
com.atlassian.crowd.embedded.api.User |
UserService.createUserNoNotification(UserService.CreateUserValidationResult result)
Given a valid validation result, this will create the user using the details provided in the validation result. |
com.atlassian.crowd.embedded.api.User |
UserService.createUserWithNotification(UserService.CreateUserValidationResult result)
Given a valid validation result, this will create the user using the details provided in the validation result. |
| Uses of CreateException in com.atlassian.jira.config |
|---|
| Methods in com.atlassian.jira.config that throw CreateException | |
|---|---|
IssueUpdateBean |
SubTaskManager.changeParent(org.ofbiz.core.entity.GenericValue subTask,
org.ofbiz.core.entity.GenericValue parentIssue,
User currentUser)
Change the parent of the given subtask to the given new parent on behalf of the given user. |
IssueUpdateBean |
SubTaskManager.changeParent(org.ofbiz.core.entity.GenericValue subTask,
org.ofbiz.core.entity.GenericValue parentIssue,
com.atlassian.crowd.embedded.api.User currentUser)
Change the parent of the given subtask to the given new parent on behalf of the given user. |
org.ofbiz.core.entity.GenericValue |
ConstantsManager.createIssueType(String name,
Long sequence,
String style,
String description,
String iconurl)
Note this metod does not validate the input - i.e. |
void |
SubTaskManager.createSubTaskIssueLink(org.ofbiz.core.entity.GenericValue parentIssue,
org.ofbiz.core.entity.GenericValue subTaskIssue,
User remoteUser)
|
void |
SubTaskManager.createSubTaskIssueLink(org.ofbiz.core.entity.GenericValue parentIssue,
org.ofbiz.core.entity.GenericValue subTaskIssue,
com.atlassian.crowd.embedded.api.User remoteUser)
|
void |
SubTaskManager.createSubTaskIssueLink(Issue parentIssue,
Issue subTaskIssue,
User remoteUser)
|
void |
SubTaskManager.createSubTaskIssueLink(Issue parentIssue,
Issue subTaskIssue,
com.atlassian.crowd.embedded.api.User remoteUser)
|
org.ofbiz.core.entity.GenericValue |
SubTaskManager.createSubTaskIssueType(String name,
Long sequence,
String description,
String iconurl)
|
void |
SubTaskManager.enableSubTasks()
|
| Uses of CreateException in com.atlassian.jira.issue |
|---|
| Methods in com.atlassian.jira.issue that throw CreateException | |
|---|---|
org.ofbiz.core.entity.GenericValue |
IssueManager.createIssue(String remoteUserName,
Map<String,Object> fields)
Creates an issue. |
org.ofbiz.core.entity.GenericValue |
IssueManager.createIssue(User remoteUser,
Issue issue)
Persists a new issue. |
org.ofbiz.core.entity.GenericValue |
IssueManager.createIssue(com.atlassian.crowd.embedded.api.User remoteUser,
Issue issue)
Persists a new issue. |
org.ofbiz.core.entity.GenericValue |
IssueManager.createIssue(User remoteUser,
Map<String,Object> fields)
Creates an issue. |
org.ofbiz.core.entity.GenericValue |
IssueManager.createIssue(com.atlassian.crowd.embedded.api.User remoteUser,
Map<String,Object> fields)
Creates an issue. |
| Uses of CreateException in com.atlassian.jira.project.version |
|---|
| Methods in com.atlassian.jira.project.version that throw CreateException | |
|---|---|
Version |
VersionManager.createVersion(String name,
Date releaseDate,
String description,
org.ofbiz.core.entity.GenericValue project,
Long scheduleAfterVersion)
Deprecated. now use #createVersion with projectId instead of generic value |
Version |
VersionManager.createVersion(String name,
Date releaseDate,
String description,
Long projectId,
Long scheduleAfterVersion)
Creates a new Version object. |
| Uses of CreateException in com.atlassian.jira.security |
|---|
| Methods in com.atlassian.jira.security that throw CreateException | |
|---|---|
void |
PermissionManager.addPermission(int permissionsId,
org.ofbiz.core.entity.GenericValue scheme,
String parameter,
String securityType)
Adds a permission to the system. |
| Uses of CreateException in com.atlassian.jira.user.util |
|---|
| Methods in com.atlassian.jira.user.util that throw CreateException | |
|---|---|
com.atlassian.crowd.embedded.api.User |
UserUtil.createUserNoNotification(String username,
String password,
String emailAddress,
String displayName)
Creates a User from supplied details. |
com.atlassian.crowd.embedded.api.User |
UserUtil.createUserNoNotification(String username,
String password,
String emailAddress,
String displayName,
Long directoryId)
Creates a User from supplied details. |
com.atlassian.crowd.embedded.api.User |
UserUtil.createUserWithNotification(String username,
String password,
String email,
String fullname,
int userEventType)
Creates a User from supplied details. |
com.atlassian.crowd.embedded.api.User |
UserUtil.createUserWithNotification(String username,
String password,
String email,
String fullname,
Long directoryId,
int userEventType)
Creates a User from supplied details. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||