Modifier and Type | Method and Description |
---|---|
void |
MockUserService.removeUserFromApplication(UserService.RemoveUserFromApplicationValidationResult result) |
void |
DefaultUserService.removeUserFromApplication(UserService.RemoveUserFromApplicationValidationResult result) |
void |
UserService.removeUserFromApplication(UserService.RemoveUserFromApplicationValidationResult result)
Given a valid validation result, this will disassociate a user from an application by removing that user from all
the groups assigned to that application.
|
Modifier and Type | Method and Description |
---|---|
IssueUpdateBean |
MockSubTaskManager.changeParent(Issue subTask,
Issue parentIssue,
ApplicationUser currentUser) |
IssueUpdateBean |
DefaultSubTaskManager.changeParent(Issue subTask,
Issue newParentIssue,
ApplicationUser currentUser) |
IssueUpdateBean |
SubTaskManager.changeParent(Issue subTask,
Issue parentIssue,
ApplicationUser currentUser)
Change the parent of the given subtask to the given new parent on behalf
of the given user.
|
void |
DefaultConstantsManager.removeIssueType(String id) |
void |
ConstantsManager.removeIssueType(String id)
Deprecated.
Since 7.0. Do not use this method!!! Use
IssueTypeManager.removeIssueType(String, String) . |
void |
MockSubTaskManager.removeSubTaskIssueType(String name) |
void |
DefaultSubTaskManager.removeSubTaskIssueType(String name) |
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(ApplicationUser user,
Issue issue,
EventDispatchOption eventDispatchOption,
boolean sendMail)
This method will delete an issue from JIRA.
|
void |
IssueManager.deleteIssue(ApplicationUser user,
MutableIssue issue,
EventDispatchOption eventDispatchOption,
boolean sendMail)
Deprecated.
Use
#deleteIssue(com.atlassian.crowd.embedded.api.User, Issue, com.atlassian.jira.event.type.EventDispatchOption, boolean) instead. Since v5.0. |
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 |
DefaultAttachmentManager.deleteAttachment(Attachment attachment) |
void |
DefaultAttachmentManager.deleteAttachmentDirectory(Issue issue) |
void |
DefaultIssueDeleteHelper.deleteIssue(ApplicationUser user,
Issue issue,
EventDispatchOption eventDispatchOption,
boolean sendMail) |
void |
IssueDeleteHelper.deleteIssue(ApplicationUser user,
Issue issue,
EventDispatchOption eventDispatchOption,
boolean sendMail)
Delete issue in context of given user.
|
void |
DefaultIssueManager.deleteIssue(ApplicationUser user,
Issue issue,
EventDispatchOption eventDispatchOption,
boolean sendMail) |
void |
RequestCachingIssueManager.deleteIssue(ApplicationUser user,
Issue issue,
EventDispatchOption eventDispatchOption,
boolean sendMail) |
void |
DefaultIssueManager.deleteIssue(ApplicationUser user,
MutableIssue issue,
EventDispatchOption eventDispatchOption,
boolean sendMail) |
void |
RequestCachingIssueManager.deleteIssue(ApplicationUser user,
MutableIssue issue,
EventDispatchOption eventDispatchOption,
boolean sendMail)
Deprecated.
|
void |
DefaultIssueDeleteHelper.deleteIssueNoEvent(Issue issue) |
void |
IssueDeleteHelper.deleteIssueNoEvent(Issue issue)
Delete issue without firing any events, or sending notifications.
|
void |
DefaultIssueManager.deleteIssueNoEvent(Issue issue) |
void |
RequestCachingIssueManager.deleteIssueNoEvent(Issue issue) |
void |
DefaultIssueManager.deleteIssueNoEvent(MutableIssue issue) |
void |
RequestCachingIssueManager.deleteIssueNoEvent(MutableIssue issue)
Deprecated.
|
void |
CachingCustomFieldManager.removeCustomField(CustomField customField) |
void |
MockCustomFieldManager.removeCustomFieldPossiblyLeavingOrphanedData(Long id) |
void |
CachingCustomFieldManager.removeCustomFieldPossiblyLeavingOrphanedData(Long customFieldId) |
protected void |
DefaultIssueDeleteHelper.removeSubTasks(ApplicationUser user,
Issue parentIssue,
EventDispatchOption eventDispatchOption,
boolean sendMail) |
Modifier and Type | Method and Description |
---|---|
boolean |
IssueSecuritySchemeManagerImpl.removeEntities(org.ofbiz.core.entity.GenericValue scheme,
Long entityTypeId) |
boolean |
IssueSecuritySchemeManagerImpl.removeEntities(String type,
String parameter)
This method overrides the super implemntation in order to clear cache.
|
Modifier and Type | Method and Description |
---|---|
void |
MockIssueManager.deleteIssue(ApplicationUser user,
Issue issue,
EventDispatchOption eventDispatchOption,
boolean sendMail) |
void |
MockIssueManager.deleteIssue(ApplicationUser user,
MutableIssue issue,
EventDispatchOption eventDispatchOption,
boolean sendMail) |
void |
MockIssueManager.deleteIssueNoEvent(Issue issue) |
void |
MockIssueManager.deleteIssueNoEvent(MutableIssue issue) |
void |
MockPermissionManager.removeGroupPermissions(String group) |
void |
MockConstantsManager.removeIssueType(String id) |
void |
MockProjectManager.removeProjectIssues(Project project) |
void |
MockProjectManager.removeProjectIssues(Project project,
Context taskContext) |
Modifier and Type | Method and Description |
---|---|
void |
DefaultNotificationSchemeManager.removeSchemeEntitiesForField(String customFieldId) |
void |
NotificationSchemeManager.removeSchemeEntitiesForField(String fieldId) |
Modifier and Type | Method and Description |
---|---|
boolean |
DefaultPermissionSchemeManager.removeEntities(org.ofbiz.core.entity.GenericValue scheme,
Long permissionId)
Retrieves all the entites for this permission and then removes them.
|
boolean |
DefaultPermissionSchemeManager.removeEntities(String type,
String parameter)
Removes all scheme entities with this parameter
|
Modifier and Type | Method and Description |
---|---|
void |
DefaultProjectManager.removeProjectIssues(Project project) |
void |
CachingProjectManager.removeProjectIssues(Project project) |
void |
ProjectManager.removeProjectIssues(Project project)
Deprecated.
since v7.1.1. Use
ProjectManager.removeProjectIssues(Project, Context) |
void |
DefaultProjectManager.removeProjectIssues(Project project,
Context taskContext) |
void |
CachingProjectManager.removeProjectIssues(Project project,
Context taskContext) |
void |
ProjectManager.removeProjectIssues(Project project,
Context taskContext)
Removes all issues for a particular project.
|
Modifier and Type | Method and Description |
---|---|
boolean |
AbstractSchemeManager.removeEntities(org.ofbiz.core.entity.GenericValue scheme,
Long entityTypeId) |
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 |
AbstractSchemeManager.removeEntities(String type,
String parameter) |
boolean |
SchemeManager.removeEntities(String type,
String parameter)
Removes all scheme entities with this parameter and type
|
Modifier and Type | Method and Description |
---|---|
void |
PublicAccessPermissionManager.removeGroupPermissions(String group) |
void |
ApplicationRequiredPermissionManager.removeGroupPermissions(String group) |
void |
DefaultPermissionManager.removeGroupPermissions(String group)
Remove all permissions that have used this group
|
void |
PermissionManager.removeGroupPermissions(String group)
Remove all permissions that have used this group
|
void |
PublicAccessPermissionManager.removeUserPermissions(ApplicationUser user) |
void |
ApplicationRequiredPermissionManager.removeUserPermissions(ApplicationUser user) |
void |
SubvertedPermissionManager.removeUserPermissions(ApplicationUser user)
Not implemented.
|
void |
DefaultPermissionManager.removeUserPermissions(ApplicationUser user) |
void |
PermissionManager.removeUserPermissions(ApplicationUser user)
Remove all permissions that have been assigned to this user
|
Modifier and Type | Method and Description |
---|---|
void |
UserUtilImpl.removeUserFromGroup(com.atlassian.crowd.embedded.api.Group group,
ApplicationUser userToRemove) |
void |
UserUtil.removeUserFromGroup(com.atlassian.crowd.embedded.api.Group group,
ApplicationUser userToRemove)
This is used to remove a specified user from a specified group.
|
void |
UserUtilImpl.removeUserFromGroups(Collection<com.atlassian.crowd.embedded.api.Group> groups,
ApplicationUser userToRemove) |
void |
UserUtil.removeUserFromGroups(Collection<com.atlassian.crowd.embedded.api.Group> groups,
ApplicationUser userToRemove)
This is used to remove a user from many groups at once.
|
Modifier and Type | Method and Description |
---|---|
protected String |
MoveSubTaskParent.doExecute()
Important do not change the workflow as there is validation for the parent issue and you don't want to delete
the link and find out that there is an error in the parent issue...
|
Modifier and Type | Method and Description |
---|---|
boolean |
EagerWorkflowSchemeManager.removeEntities(org.ofbiz.core.entity.GenericValue scheme,
Long entityTypeId) |
boolean |
DefaultWorkflowSchemeManager.removeEntities(org.ofbiz.core.entity.GenericValue scheme,
Long entityTypeId) |
boolean |
EagerWorkflowSchemeManager.removeEntities(String type,
String parameter) |
Copyright © 2002-2019 Atlassian. All Rights Reserved.