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.
|
void |
ConstantsManager.removeIssueType(String id)
Removes an existing issueType.
|
void |
SubTaskManager.removeSubTaskIssueType(String name) |
Modifier and Type | Method and Description |
---|---|
void |
AttachmentManager.deleteAttachment(Attachment attachment)
Delete an attachment from the database and from the attachment store.
|
void |
AttachmentManager.deleteAttachmentDirectory(Issue issue)
Deprecated.
This will no longer be exposed by AttachmentManager.
|
void |
IssueManager.deleteIssue(com.atlassian.crowd.embedded.api.User user,
Issue issue,
EventDispatchOption eventDispatchOption,
boolean sendMail)
This method will delete an issue from JIRA.
|
void |
IssueManager.deleteIssue(com.atlassian.crowd.embedded.api.User user,
MutableIssue issue,
EventDispatchOption eventDispatchOption,
boolean sendMail)
Deprecated.
|
void |
IssueManager.deleteIssueNoEvent(Issue issue)
Delete issue without firing any events, or sending notifications.
|
void |
IssueManager.deleteIssueNoEvent(MutableIssue issue)
Deprecated.
Use
IssueManager.deleteIssueNoEvent(com.atlassian.jira.issue.Issue) instead. Since v5.0. |
void |
CustomFieldManager.removeCustomField(CustomField customField)
Removes the customfield supplied including all associations and values.
|
void |
CustomFieldManager.removeCustomFieldPossiblyLeavingOrphanedData(Long customFieldId)
Removes the customfield supplied.
|
Modifier and Type | Method and Description |
---|---|
void |
IssueLinkManager.changeIssueLinkType(IssueLink issueLink,
IssueLinkType swapLinkType,
com.atlassian.crowd.embedded.api.User remoteUser)
Changes the type of an issue link.
|
void |
IssueLinkManager.removeIssueLink(IssueLink issueLink,
com.atlassian.crowd.embedded.api.User remoteUser)
Removes a single issue link
We do not check for permission here.
|
int |
IssueLinkManager.removeIssueLinks(org.ofbiz.core.entity.GenericValue issue,
com.atlassian.crowd.embedded.api.User remoteUser)
Deprecated.
|
int |
IssueLinkManager.removeIssueLinks(Issue issue,
com.atlassian.crowd.embedded.api.User remoteUser)
Removes ALL incoming and outgoing issuelinks from the issue supplied.
|
int |
IssueLinkManager.removeIssueLinksNoChangeItems(Issue issue)
Removes ALL incoming and outgoing issuelinks from the issue supplied without creating ChangeItems for the Change History.
|
void |
IssueLinkTypeDestroyer.removeIssueLinkType(Long issueLinkTypeId,
IssueLinkType swapLinkType,
com.atlassian.crowd.embedded.api.User remoteUser)
Removes an issueLinkType from the datastore.
|
Modifier and Type | Method and Description |
---|---|
void |
NotificationSchemeManager.removeSchemeEntitiesForField(String fieldId) |
Modifier and Type | Method and Description |
---|---|
void |
ProjectManager.removeProjectIssues(Project project)
Removes all issues for a particular project.
|
Modifier and Type | Method and Description |
---|---|
boolean |
SchemeManager.removeEntities(org.ofbiz.core.entity.GenericValue scheme,
Long entityTypeId)
Deprecated.
Use
SchemeManager.getEntities(org.ofbiz.core.entity.GenericValue, Long) and SchemeManager.deleteEntity(Long) instead. Since v5.0. |
boolean |
SchemeManager.removeEntities(String type,
String parameter)
Removes all scheme entities with this parameter and type
|
Modifier and Type | Method and Description |
---|---|
void |
PermissionManager.removeGroupPermissions(String group)
Remove all permissions that have used this group
|
void |
PermissionManager.removeUserPermissions(ApplicationUser user)
Remove all permissions that have been assigned to this user
|
void |
PermissionManager.removeUserPermissions(String username)
Deprecated.
Use
PermissionManager.removeUserPermissions(ApplicationUser) instead. Since v6.0. |
Modifier and Type | Method and Description |
---|---|
void |
UserUtil.removeUserFromGroup(com.atlassian.crowd.embedded.api.Group group,
com.atlassian.crowd.embedded.api.User userToRemove)
This is used to remove a specified user from a specified group.
|
void |
UserUtil.removeUserFromGroups(Collection<com.atlassian.crowd.embedded.api.Group> groups,
com.atlassian.crowd.embedded.api.User userToRemove)
This is used to remove a user from many groups at once.
|
Copyright © 2002-2014 Atlassian. All Rights Reserved.