Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
IssueUpdateBean |
SubTaskManager.changeParent(org.ofbiz.core.entity.GenericValue subTask,
org.ofbiz.core.entity.GenericValue parentIssue,
com.atlassian.crowd.embedded.api.User currentUser)
Deprecated.
|
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.
|
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,
Long avatarId)
Creates a new IssueType.
|
IssueType |
ConstantsManager.insertIssueType(String name,
Long sequence,
String style,
String description,
String iconurl)
Deprecated.
Use
ConstantsManager.insertIssueType(String, Long, String, String, Long) instead. Since v6.3. |
IssueType |
SubTaskManager.insertSubTaskIssueType(String name,
Long sequence,
String description,
Long avatarId)
Create new issue type and adds it to default scheme.
|
IssueType |
SubTaskManager.insertSubTaskIssueType(String name,
Long sequence,
String description,
String iconurl)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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,
ApplicationUser user)
Creates the given remote issue link.
|
RemoteIssueLink |
RemoteIssueLinkManager.createRemoteIssueLink(RemoteIssueLink remoteIssueLink,
com.atlassian.crowd.embedded.api.User user)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
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. |
Modifier and Type | Method and Description |
---|---|
void |
PermissionManager.addPermission(int permissionsId,
org.ofbiz.core.entity.GenericValue scheme,
String parameter,
String securityType)
Deprecated.
Use
SchemeManager.createSchemeEntity(GenericValue, com.atlassian.jira.scheme.SchemeEntity)
to add project permissions to a permission scheme. Use GlobalPermissionManager.addPermission(com.atlassian.jira.permission.GlobalPermissionType, String)
to add global permissions. Since v6.3. |
Modifier and Type | Method and Description |
---|---|
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
|
Issue |
DefaultMessageHandlerContext.createIssue(com.atlassian.crowd.embedded.api.User reporter,
Issue issue) |
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
|
com.atlassian.crowd.embedded.api.User |
DefaultMessageHandlerContext.createUser(String username,
String password,
String email,
String fullname,
Integer userEventType) |
Modifier and Type | Method and Description |
---|---|
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.
|
Copyright © 2002-2014 Atlassian. All Rights Reserved.