|
||||||||||
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,
com.atlassian.crowd.embedded.api.User currentUser)
Deprecated. Use SubTaskManager.changeParent(com.atlassian.jira.issue.Issue, com.atlassian.jira.issue.Issue, com.atlassian.crowd.embedded.api.User) instead. Since v5.0. |
IssueUpdateBean |
SubTaskManager.changeParent(Issue subTask,
Issue 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)
Deprecated. Use ConstantsManager.insertIssueType(String, Long, String, String, String) instead. Since v5.0. |
void |
SubTaskManager.createSubTaskIssueLink(org.ofbiz.core.entity.GenericValue parentIssue,
org.ofbiz.core.entity.GenericValue subTaskIssue,
com.atlassian.crowd.embedded.api.User remoteUser)
Deprecated. Use SubTaskManager.createSubTaskIssueLink(com.atlassian.jira.issue.Issue, com.atlassian.jira.issue.Issue, com.atlassian.crowd.embedded.api.User) instead. Since v5.0. |
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)
Deprecated. Use SubTaskManager.insertSubTaskIssueType(String, Long, String, String) instead. Since v5.0. |
void |
SubTaskManager.enableSubTasks()
|
IssueType |
ConstantsManager.insertIssueType(String name,
Long sequence,
String style,
String description,
String iconurl)
Creates a new IssueType. |
IssueType |
SubTaskManager.insertSubTaskIssueType(String name,
Long sequence,
String description,
String iconurl)
|
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)
Deprecated. Use IssueManager.createIssueObject(String, Map) instead since v5.0. |
org.ofbiz.core.entity.GenericValue |
IssueManager.createIssue(com.atlassian.crowd.embedded.api.User remoteUser,
Issue issue)
Deprecated. Use IssueManager.createIssueObject(User, Issue) instead. Since v5.0 |
org.ofbiz.core.entity.GenericValue |
IssueManager.createIssue(com.atlassian.crowd.embedded.api.User remoteUser,
Map<String,Object> fields)
Deprecated. Use IssueManager.createIssueObject(User, java.util.Map) instead. Since v5.0. |
Issue |
IssueManager.createIssueObject(String remoteUserName,
Map<String,Object> fields)
Creates an issue. |
Issue |
IssueManager.createIssueObject(com.atlassian.crowd.embedded.api.User remoteUser,
Issue issue)
Creates an issue. |
Issue |
IssueManager.createIssueObject(com.atlassian.crowd.embedded.api.User remoteUser,
Map<String,Object> fields)
Creates an issue. |
Uses of CreateException in com.atlassian.jira.issue.link |
---|
Methods in com.atlassian.jira.issue.link that throw CreateException | |
---|---|
void |
IssueLinkManager.createIssueLink(Long sourceIssueId,
Long destinationIssueId,
Long issueLinkTypeId,
Long sequence,
com.atlassian.crowd.embedded.api.User remoteUser)
Constructs a new issuelink from the sourceIssueId to the destinationId and persists it. |
RemoteIssueLink |
RemoteIssueLinkManager.createRemoteIssueLink(RemoteIssueLink remoteIssueLink,
com.atlassian.crowd.embedded.api.User user)
Creates the given remote issue link. |
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 startDate,
Date releaseDate,
String description,
Long projectId,
Long scheduleAfterVersion)
Creates a new Version object. |
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)
Grants a permission to the system. |
boolean |
GlobalPermissionManager.addPermission(int permissionType,
String group)
Grants a user group a global permission. |
Uses of CreateException in com.atlassian.jira.service.util.handler |
---|
Methods in com.atlassian.jira.service.util.handler that throw CreateException | |
---|---|
Issue |
DefaultMessageHandlerContext.createIssue(com.atlassian.crowd.embedded.api.User reporter,
Issue issue)
|
Issue |
MessageHandlerContext.createIssue(com.atlassian.crowd.embedded.api.User reporter,
Issue issue)
Creates a new issue in JIRA or a dummy issue in dry run mode |
com.atlassian.crowd.embedded.api.User |
DefaultMessageHandlerContext.createUser(String username,
String password,
String email,
String fullname,
Integer userEventType)
|
com.atlassian.crowd.embedded.api.User |
MessageHandlerContext.createUser(String username,
String password,
String email,
String fullname,
Integer userEventType)
Creates user in JIRA or just dummy user if run in dry run mode |
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 |