Modifier and Type | Method and Description |
---|---|
Status |
DefaultStatusService.getStatusById(ApplicationUser user,
String id) |
Status |
StatusService.getStatusById(ApplicationUser user,
String id)
Get a status by id.
|
Modifier and Type | Method and Description |
---|---|
ServiceOutcome<Status> |
DefaultStatusService.createStatus(ApplicationUser user,
String name,
String description,
String iconUrl,
StatusCategory statusCategory) |
ServiceOutcome<Status> |
StatusService.createStatus(ApplicationUser user,
String name,
String description,
String iconUrl,
StatusCategory statusCategory)
Validates and when validation is performed successfully creates new status basing on given parameters
|
ServiceOutcome<Status> |
DefaultStatusService.editStatus(ApplicationUser user,
Status status,
String name,
String description,
String iconUrl,
StatusCategory statusCategory) |
ServiceOutcome<Status> |
StatusService.editStatus(ApplicationUser user,
Status status,
String name,
String description,
String iconUrl,
StatusCategory statusCategory)
Validates and when validation is performed successfully alters given status basing on given parameters
|
ServiceOutcome<Collection<Status>> |
DefaultConstantsService.getAllStatuses(ApplicationUser user) |
ServiceOutcome<Collection<Status>> |
ConstantsService.getAllStatuses(ApplicationUser user)
Returns a ServiceOutcome containing all Statuses.
|
ServiceOutcome<Status> |
DefaultConstantsService.getStatusById(ApplicationUser user,
String statusId) |
ServiceOutcome<Status> |
ConstantsService.getStatusById(ApplicationUser user,
String statusId)
Returns a ServiceOutcome containing the Status that has the given id.
|
ServiceOutcome<Status> |
DefaultConstantsService.getStatusByName(ApplicationUser user,
String statusName) |
ServiceOutcome<Status> |
ConstantsService.getStatusByName(ApplicationUser user,
String statusName)
Returns a ServiceOutcome containing the Status that has the given Name.
|
ServiceOutcome<Status> |
DefaultConstantsService.getStatusByTranslatedName(ApplicationUser user,
String statusName) |
ServiceOutcome<Status> |
ConstantsService.getStatusByTranslatedName(ApplicationUser user,
String statusName)
Returns a ServiceOutcome containing the Status that has the given Name.
|
Modifier and Type | Method and Description |
---|---|
static com.google.common.base.Predicate<JiraWorkflow> |
DefaultStatusService.containsStatus(Status status) |
ServiceOutcome<Status> |
DefaultStatusService.editStatus(ApplicationUser user,
Status status,
String name,
String description,
String iconUrl,
StatusCategory statusCategory) |
ServiceOutcome<Status> |
StatusService.editStatus(ApplicationUser user,
Status status,
String name,
String description,
String iconUrl,
StatusCategory statusCategory)
Validates and when validation is performed successfully alters given status basing on given parameters
|
ServiceOutcome<List<JiraWorkflow>> |
DefaultStatusService.getAssociatedWorkflows(ApplicationUser user,
Status status) |
ServiceOutcome<List<JiraWorkflow>> |
StatusService.getAssociatedWorkflows(ApplicationUser user,
Status status)
Gets a list of workflows which contains given status
|
ServiceResult |
DefaultStatusService.removeStatus(ApplicationUser user,
Status status) |
ServiceResult |
StatusService.removeStatus(ApplicationUser user,
Status status)
Removes a status.
|
ServiceResult |
DefaultStatusService.validateEditStatus(ApplicationUser user,
Status status,
String name,
String description,
String iconUrl,
StatusCategory statusCategory) |
ServiceResult |
StatusService.validateEditStatus(ApplicationUser user,
Status status,
String name,
String description,
String iconUrl,
StatusCategory statusCategory)
Validates given status basing on given parameters
|
ServiceResult |
DefaultStatusService.validateRemoveStatus(ApplicationUser user,
Status status) |
ServiceResult |
StatusService.validateRemoveStatus(ApplicationUser user,
Status status)
Validates removal of given status
|
Modifier and Type | Method and Description |
---|---|
boolean |
DefaultCommentService.hasPermissionToCreate(ApplicationUser user,
Issue issue,
ErrorCollection errorCollection,
Optional<Status> status) |
boolean |
CommentService.hasPermissionToCreate(ApplicationUser user,
Issue issue,
ErrorCollection errorCollection,
Optional<Status> status)
Check if the given user has permission to create a comment in the current state of the issue or if the issue was in the given status.
|
CommentService.CommentCreateValidationResult |
DefaultCommentService.validateCommentCreate(ApplicationUser user,
CommentService.CommentParameters commentParameters,
Optional<Status> status) |
CommentService.CommentCreateValidationResult |
CommentService.validateCommentCreate(ApplicationUser user,
CommentService.CommentParameters commentParameters,
Optional<Status> status)
Confirms the parameters to create a comment are valid and that the user has the permission to do so if the issue was in the given status.
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
DefaultIssueConversionService.isStatusInWorkflowForProjectAndIssueType(Status status,
Long projectId,
String issueTypeId)
Retrieves the workflow for given project and issue type combination and
checks whether the given status is in this workflow.
|
void |
DefaultIssueConversionService.validateTargetStatus(JiraServiceContext context,
Status status,
String fieldName,
Issue issue,
IssueType issueType) |
void |
IssueConversionService.validateTargetStatus(JiraServiceContext context,
Status status,
String fieldName,
Issue issue,
IssueType issueType)
Validates that the target status is a valid status for the issue's
project and the target issue type.
|
Modifier and Type | Method and Description |
---|---|
Set<Status> |
DefaultBoardWorkflowService.getAccessibleStatuses(ApplicationUser user,
Query query) |
Set<Status> |
BoardWorkflowService.getAccessibleStatuses(ApplicationUser user,
Query query)
Get the set of accessible statuses for issues potentially returned by the current query.
|
Set<Status> |
DefaultBoardWorkflowService.getAllActiveWorkflowStatuses() |
Set<Status> |
BoardWorkflowService.getAllActiveWorkflowStatuses()
Get all active workflow statuses available in the instance.
|
Set<Status> |
DefaultBoardWorkflowService.getInitialStatusesForQuery(ApplicationUser user,
Query query) |
Set<Status> |
BoardWorkflowService.getInitialStatusesForQuery(ApplicationUser user,
Query query)
Given a user and query, return the set of initial statuses of all workflows of issues in that query.
|
Modifier and Type | Method and Description |
---|---|
Status |
BoardColumn.getName() |
Modifier and Type | Method and Description |
---|---|
List<Status> |
BoardColumn.getStatuses() |
Constructor and Description |
---|
BoardColumn(Status name,
List<Status> statuses) |
Constructor and Description |
---|
BoardColumn(Status name,
List<Status> statuses) |
Modifier and Type | Method and Description |
---|---|
Status |
MockIssueConstantFactory.createStatus(org.ofbiz.core.entity.GenericValue statusGv) |
Status |
IssueConstantFactory.createStatus(org.ofbiz.core.entity.GenericValue statusGv)
Deprecated.
Since 7.0 Use
IssueConstantFactory.createStatus(StatusDTO) |
Status |
DefaultIssueConstantFactory.createStatus(org.ofbiz.core.entity.GenericValue statusGv) |
Status |
MockIssueConstantFactory.createStatus(StatusDTO statusDTO) |
Status |
IssueConstantFactory.createStatus(StatusDTO statusDTO) |
Status |
DefaultIssueConstantFactory.createStatus(StatusDTO statusDTO) |
Status |
DefaultStatusManager.createStatus(String name,
String description,
String iconUrl) |
Status |
StatusManager.createStatus(String name,
String description,
String iconUrl)
Creates a new status.
|
Status |
DefaultStatusManager.createStatus(String name,
String description,
String iconUrl,
StatusCategory statusCategory) |
Status |
StatusManager.createStatus(String name,
String description,
String iconUrl,
StatusCategory statusCategory)
Creates a new status.
|
Status |
DefaultConstantsManager.getStatus(String id) |
Status |
DefaultStatusManager.getStatus(String id) |
Status |
ConstantsManager.getStatus(String id)
Returns a Status given an id.
|
Status |
StatusManager.getStatus(String id)
Get a status by id.
|
Status |
DefaultConstantsManager.getStatusByName(String name) |
Status |
ConstantsManager.getStatusByName(String name)
Searches for a given status by name.
|
Status |
DefaultConstantsManager.getStatusByNameIgnoreCase(String name) |
Status |
ConstantsManager.getStatusByNameIgnoreCase(String name)
Searches for a given status by name ignoring case.
|
Status |
DefaultConstantsManager.getStatusByTranslatedName(String name) |
Status |
ConstantsManager.getStatusByTranslatedName(String name)
Searches for a given status by its translated name.
|
default Status |
ConstantsManager.getStatusObject(String id)
Deprecated.
Use
ConstantsManager.getStatus(java.lang.String) instead. Deprecated since v7.0 |
Modifier and Type | Method and Description |
---|---|
protected List<Status> |
DefaultStatusManager.getAllValues() |
Collection<Status> |
DefaultConstantsManager.getStatuses() |
Collection<Status> |
DefaultStatusManager.getStatuses() |
Collection<Status> |
ConstantsManager.getStatuses()
Returns all statuses
|
Collection<Status> |
StatusManager.getStatuses() |
default Collection<Status> |
ConstantsManager.getStatusObjects()
Deprecated.
Since v7.0. Use
ConstantsManager.getStatuses() instead. |
Modifier and Type | Method and Description |
---|---|
void |
DefaultStatusManager.editStatus(Status status,
String name,
String description,
String iconUrl) |
void |
StatusManager.editStatus(Status status,
String name,
String description,
String iconUrl)
Edit an existing status.
|
void |
DefaultStatusManager.editStatus(Status status,
String name,
String description,
String iconUrl,
StatusCategory statusCategory) |
void |
StatusManager.editStatus(Status status,
String name,
String description,
String iconUrl,
StatusCategory statusCategory)
Edit an existing status.
|
protected void |
DefaultStatusManager.postProcess(Status constant) |
Modifier and Type | Method and Description |
---|---|
void |
DefaultConstantsManager.recalculateStatusSequencesAndStore(List<Status> statuses) |
void |
ConstantsManager.recalculateStatusSequencesAndStore(List<Status> statuses)
Resequences the supplied statuses into sequential order.
|
Modifier and Type | Method and Description |
---|---|
Status |
StatusEditedEvent.getOriginalStatus() |
Status |
StatusDeletedEvent.getStatus() |
Status |
StatusMovedEvent.getStatus() |
Status |
StatusCreatedEvent.getStatus() |
Status |
StatusEditedEvent.getUpdatedStatus() |
Constructor and Description |
---|
StatusCreatedEvent(Status status) |
StatusDeletedEvent(Status status) |
StatusEditedEvent(Status originalStatus,
Status updatedStatus) |
StatusMovedEvent(Status status,
Long from,
Long to) |
Modifier and Type | Method and Description |
---|---|
boolean |
StatusMapperValidatorImpl.isStatusValid(String oldStatusId,
Status existingStatus,
StatusMapper statusMapper,
IssueTypeMapper issueTypeMapper,
String projectKey) |
boolean |
StatusMapperValidator.isStatusValid(String oldStatusId,
Status existingStatus,
StatusMapper statusMapper,
IssueTypeMapper issueTypeMapper,
String projectKey)
Determines if a Status is valid within the context of the provided project and the provided issue types.
|
Modifier and Type | Method and Description |
---|---|
Status |
DocumentIssueImpl.getStatus() |
Status |
IssueImpl.getStatus() |
Status |
Issue.getStatus() |
Status |
DocumentIssueImpl.getStatusObject() |
Status |
AbstractIssue.getStatusObject() |
Status |
Issue.getStatusObject()
Deprecated.
since 7.0. Use
Issue.getStatus() instead. |
Modifier and Type | Method and Description |
---|---|
void |
IssueImpl.setStatus(Status status) |
void |
MutableIssue.setStatus(Status status)
Sets the status for this Issue.
|
void |
IssueImpl.setStatusObject(Status status) |
void |
MutableIssue.setStatusObject(Status status)
Sets the status for this Issue.
|
Modifier and Type | Method and Description |
---|---|
static StatusJsonBean |
StatusJsonBean.bean(Status status,
JiraBaseUrls urls) |
Modifier and Type | Method and Description |
---|---|
static Collection<StatusJsonBean> |
StatusJsonBean.beans(Collection<Status> allowedValues,
JiraBaseUrls baseUrls) |
Modifier and Type | Method and Description |
---|---|
protected Collection<Status> |
StatusSearchRenderer.getAllSelectListOptions() |
Collection<Status> |
StatusSearchRenderer.getSelectListOptions(SearchContext searchContext) |
Modifier and Type | Class and Description |
---|---|
class |
MockStatus |
class |
StatusImpl |
Modifier and Type | Method and Description |
---|---|
String |
DefaultStatusFormatter.getColumnViewHtml(Status status,
Map<String,Object> displayParams) |
String |
StatusFormatter.getColumnViewHtml(Status status,
Map<String,Object> displayParams) |
Constructor and Description |
---|
SimpleStatusImpl(Status status) |
SimpleStatusImpl(Status status,
I18nHelper i18nHelper) |
Modifier and Type | Method and Description |
---|---|
Collection<Status> |
StatusResolver.getAll() |
Modifier and Type | Method and Description |
---|---|
Status |
TemplateIssue.getStatus() |
Status |
TemplateIssue.getStatusObject() |
Modifier and Type | Method and Description |
---|---|
Status |
MockConstantsManager.getStatus(String id) |
Status |
MockConstantsManager.getStatusByName(String name) |
Status |
MockConstantsManager.getStatusByNameIgnoreCase(String name) |
Status |
MockConstantsManager.getStatusByTranslatedName(String name) |
Modifier and Type | Method and Description |
---|---|
Collection<Status> |
MockConstantsManager.getStatuses() |
Modifier and Type | Method and Description |
---|---|
void |
MockConstantsManager.recalculateStatusSequencesAndStore(List<Status> statuses) |
Modifier and Type | Method and Description |
---|---|
Status |
MockIssue.getStatus() |
Status |
MockIssue.getStatusObject() |
Modifier and Type | Method and Description |
---|---|
void |
MockIssue.setStatus(Status status) |
void |
MockIssue.setStatusObject(Status status) |
Modifier and Type | Method and Description |
---|---|
Status |
PermissionContextImpl.getStatus() |
Status |
PermissionContext.getStatus() |
Modifier and Type | Method and Description |
---|---|
PermissionContext |
DefaultPermissionContextFactory.getPermissionContext(Issue issue,
Status issueStatus) |
PermissionContext |
PermissionContextFactory.getPermissionContext(Issue issue,
Status status)
Get the permission context for the given issue if it was in the given status.
|
Constructor and Description |
---|
PermissionContextImpl(Issue issue,
Project project,
Status status) |
Modifier and Type | Method and Description |
---|---|
Status |
ReportIssue.getStatus() |
Modifier and Type | Method and Description |
---|---|
StatusJsonBean |
StatusHelper.createStatusBean(Status status,
javax.ws.rs.core.UriInfo uriInfo,
Class resourceClass) |
Modifier and Type | Method and Description |
---|---|
boolean |
WorkflowBasedPermissionManager.hasPermission(ProjectPermissionKey permissionKey,
Issue issue,
ApplicationUser user,
Status status) |
boolean |
PublicAccessPermissionManager.hasPermission(ProjectPermissionKey permissionKey,
Issue issue,
ApplicationUser user,
Status status) |
boolean |
DefaultPermissionManager.hasPermission(ProjectPermissionKey permissionKey,
Issue issue,
ApplicationUser user,
Status status) |
boolean |
SubvertedPermissionManager.hasPermission(ProjectPermissionKey permissionKey,
Issue issue,
ApplicationUser user,
Status status) |
boolean |
ApplicationRequiredPermissionManager.hasPermission(ProjectPermissionKey permissionKey,
Issue issue,
ApplicationUser user,
Status status) |
boolean |
PermissionManager.hasPermission(ProjectPermissionKey permissionKey,
Issue issue,
ApplicationUser user,
Status status)
Checks to see if this user has the given permission to the specified issue if the issue was in the given status.
|
Modifier and Type | Method and Description |
---|---|
protected Status |
EditStatus.getConstant(String id) |
protected Status |
DeleteStatus.getConstant(String id) |
protected Status |
ViewStatuses.getConstant(String id) |
Status |
ViewWorkflowsForStatus.getStatus() |
Modifier and Type | Method and Description |
---|---|
protected Collection<Status> |
EditStatus.getConstants() |
protected Collection<Status> |
DeleteStatus.getConstants() |
protected Collection<Status> |
ViewStatuses.getConstants() |
Modifier and Type | Method and Description |
---|---|
static com.google.common.base.Predicate<Map.Entry<JiraWorkflow,Set<String>>> |
ViewStatuses.containsStatus(Status status) |
Constructor and Description |
---|
SimpleStatusMap(Status status,
Set<JiraWorkflow> workflows) |
Modifier and Type | Method and Description |
---|---|
Status |
ViewWorkflowStep.getStatus(String id) |
Status |
ViewWorkflowSteps.getStatus(String id) |
Status |
ViewWorkflowTransition.getStatus(String id) |
Status |
ViewWorkflowStep.getStatusObject(String id) |
Status |
ViewWorkflowTransition.getStatusObject(String id) |
Modifier and Type | Method and Description |
---|---|
Collection<Status> |
SelectProjectWorkflowSchemeStep2.getStatusesNeedingMigration(IssueType issueType) |
Modifier and Type | Method and Description |
---|---|
String |
SelectProjectWorkflowSchemeStep2.getSelectListName(IssueType issueType,
Status status) |
Modifier and Type | Method and Description |
---|---|
Status |
MoveIssue.getCurrentStatus() |
Status |
MoveIssue.getCurrentStatusObject() |
Status |
MoveIssueConfirm.getTargetStatus() |
Modifier and Type | Method and Description |
---|---|
Collection<Status> |
MoveIssue.getTargetWorkflowStatuses(String issueTypeId)
Retrieve a collection of target workflow statuses from the workflow associated with the specified issue type id.
|
Collection<Status> |
MoveIssue.getTaskInvalidStatuses(String typeId) |
Modifier and Type | Method and Description |
---|---|
protected void |
MoveIssueConfirm.migrateIssueToWorkflow(MutableIssue issue,
String oldIssueType,
JiraWorkflow targetWorkflow,
Status targetStatus)
Migrate the specified issue to the specified workflow, specified status and target type.
|
Modifier and Type | Method and Description |
---|---|
Status |
BulkWorkflowTransition.getDestinationStatus(WorkflowTransitionKey workflowTransitionKey) |
Status |
BulkWorkflowTransition.getDestinationStatusObject(WorkflowTransitionKey workflowTransitionKey)
Deprecated.
Use
BulkWorkflowTransition.getDestinationStatusObject(WorkflowTransitionKey) instead. Since v7.0. |
Status |
BulkWorkflowTransition.getOriginStatus(WorkflowTransitionKey workflowTransitionKey) |
Status |
BulkWorkflowTransition.getOriginStatusObject(WorkflowTransitionKey workflowTransitionKey)
Deprecated.
Use
BulkWorkflowTransition.getOriginStatusObject(WorkflowTransitionKey) instead. Since v7.0 |
Modifier and Type | Method and Description |
---|---|
List<Status> |
BulkWorkflowTransition.getAllOriginStatusObjects(WorkflowTransitionKey workflowTransitionKey) |
Modifier and Type | Method and Description |
---|---|
Status |
BulkEditBeanImpl.getTargetStatus(Issue issue) |
Status |
BulkEditBean.getTargetStatus(Issue issue) |
Status |
BulkEditBeanImpl.getTargetStatusObject(Issue issue) |
Status |
BulkEditBean.getTargetStatusObject(Issue issue)
Deprecated.
Use
BulkEditBean.getTargetStatusObject(com.atlassian.jira.issue.Issue) instead. Since v7.0 |
Modifier and Type | Method and Description |
---|---|
Status |
MockJiraWorkflow.getLinkedStatus(com.opensymphony.workflow.loader.StepDescriptor stepDescriptor) |
Status |
AbstractJiraWorkflow.getLinkedStatus(com.opensymphony.workflow.loader.StepDescriptor stepDescriptor) |
Status |
JiraWorkflow.getLinkedStatus(com.opensymphony.workflow.loader.StepDescriptor stepDescriptor)
Get the Status associated with the given StepDescriptor.
|
Status |
MockJiraWorkflow.getLinkedStatusObject(com.opensymphony.workflow.loader.StepDescriptor stepDescriptor) |
Status |
AbstractJiraWorkflow.getLinkedStatusObject(com.opensymphony.workflow.loader.StepDescriptor stepDescriptor) |
Status |
JiraWorkflow.getLinkedStatusObject(com.opensymphony.workflow.loader.StepDescriptor stepDescriptor)
Deprecated.
Use
JiraWorkflow.getLinkedStatus(com.opensymphony.workflow.loader.StepDescriptor) instead. Since
v7.0. |
Modifier and Type | Method and Description |
---|---|
List<Status> |
MockJiraWorkflow.getLinkedStatusObjects() |
List<Status> |
AbstractJiraWorkflow.getLinkedStatusObjects() |
List<Status> |
JiraWorkflow.getLinkedStatusObjects()
Returns all statuses for this workflow
|
Modifier and Type | Method and Description |
---|---|
com.opensymphony.workflow.loader.StepDescriptor |
MockJiraWorkflow.getLinkedStep(Status status) |
com.opensymphony.workflow.loader.StepDescriptor |
AbstractJiraWorkflow.getLinkedStep(Status status) |
com.opensymphony.workflow.loader.StepDescriptor |
JiraWorkflow.getLinkedStep(Status status)
Get the StepDescriptor linked to the given status for this workflow.
|
void |
OSWorkflowManager.migrateIssueToWorkflow(MutableIssue issue,
JiraWorkflow newWorkflow,
Status status)
Migrates given issue to new workflow and sets new status on it.
|
void |
WorkflowManager.migrateIssueToWorkflow(MutableIssue issue,
JiraWorkflow newWorkflow,
Status status)
Migrates given issue to new workflow and sets new status on it.
|
Modifier and Type | Method and Description |
---|---|
Status |
Workflow.getLinkedStatus(com.opensymphony.workflow.loader.StepDescriptor stepDescriptor) |
Status |
Workflow.getLinkedStatusObject(com.opensymphony.workflow.loader.StepDescriptor stepDescriptor)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
List<Status> |
Workflow.getLinkedStatusObjects()
Returns all statuses for this workflow
|
ServiceOutcome<Status> |
WorkflowStatuses.getStatus(String statusId,
String workflowName) |
ServiceOutcome<Status> |
WorkflowStatusesImpl.getStatus(String statusId,
String workflowName) |
ServiceOutcome<Collection<Status>> |
WorkflowStatuses.getStatuses(String workflowName) |
ServiceOutcome<Collection<Status>> |
WorkflowStatusesImpl.getStatuses(String workflowName) |
ServiceOutcome<Pair<Workflow,Status>> |
WorkflowStatuses.verifyStatusCanBeRemoved(@NotNull Status status,
String workflowName) |
ServiceOutcome<Pair<Workflow,Status>> |
WorkflowStatusesImpl.verifyStatusCanBeRemoved(@NotNull Status status,
String workflowName) |
ServiceOutcome<Pair<Workflow,Status>> |
WorkflowStatuses.verifyStatusCanBeRemoved(String statusId,
String workflowName) |
ServiceOutcome<Pair<Workflow,Status>> |
WorkflowStatusesImpl.verifyStatusCanBeRemoved(String statusId,
String workflowName) |
Modifier and Type | Method and Description |
---|---|
ServiceOutcome<Workflow> |
Workflow.addStatus(Status status)
Add a status to the supplied workflow.
|
ServiceOutcome<Workflow> |
WorkflowStatuses.addStatusAndGlobalTransitionToWorkflow(Status status,
String workflowName)
Add a status and a global transition to that status to a workflow.
|
ServiceOutcome<Workflow> |
WorkflowStatusesImpl.addStatusAndGlobalTransitionToWorkflow(Status status,
String workflowName) |
ServiceOutcome<Workflow> |
WorkflowStatuses.addStatusToWorkflow(Status status,
String workflowName)
Add a status to a workflow.
|
ServiceOutcome<Workflow> |
WorkflowStatusesImpl.addStatusToWorkflow(Status status,
String workflowName) |
boolean |
Workflow.commonTransitionExistsFromSource(int transitionId,
Status source)
Does a common transition already exist from this source to the destination of the transition represented
by the supplied transition id?
|
com.opensymphony.workflow.loader.StepDescriptor |
Workflow.getLinkedStep(Status status)
Get the StepDescriptor linked to the given status for this workflow.
|
ServiceOutcome<Workflow> |
Workflow.removeStatus(@NotNull Status status)
Remove a status from the provided workflow.
|
Workflow.AddTransitionParametersBuilder |
Workflow.AddTransitionParametersBuilder.sourceStatus(@NotNull Status status) |
boolean |
Workflow.statusExistsOnWorkflow(Status status)
Does the supplied status exist on the workflow.
|
boolean |
Workflow.statusHasGlobalTransition(Status status)
Does the provided status have a global transition?
|
ServiceOutcome<Boolean> |
Workflow.statusHasOutgoingTransition(Status status,
int transitionId) |
boolean |
Workflow.stepExists(Status status)
Does a step exist for the supplied status?
|
Workflow.AddTransitionParametersBuilder |
Workflow.AddTransitionParametersBuilder.targetStatus(@NotNull Status status) |
ServiceOutcome<Workflow> |
Workflow.updateTransitionSource(int transitionId,
Status newSourceStatus,
Status originalSourceStatus)
Update the source of the transition specified by the transitionId.
|
ServiceOutcome<Workflow> |
Workflow.updateTransitionTarget(int transitionId,
Status targetStatus)
Update the target of the transition specified by the transitionId.
|
ServiceOutcome<Pair<Workflow,Status>> |
WorkflowStatuses.verifyStatusCanBeRemoved(@NotNull Status status,
String workflowName) |
ServiceOutcome<Pair<Workflow,Status>> |
WorkflowStatusesImpl.verifyStatusCanBeRemoved(@NotNull Status status,
String workflowName) |
Modifier and Type | Field and Description |
---|---|
protected Map<IssueType,Collection<Status>> |
AbstractWorkflowSchemeMigrationHelper.statusesNeedingMigration |
Modifier and Type | Method and Description |
---|---|
Status |
WorkflowMigrationMapping.getTargetStatus(Issue issue) |
Modifier and Type | Method and Description |
---|---|
Collection<Status> |
AbstractWorkflowSchemeMigrationHelper.getStatusesNeedingMigration(IssueType issueType) |
Collection<Status> |
WorkflowSchemeMigrationHelper.getStatusesNeedingMigration(IssueType issueType) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractWorkflowSchemeMigrationHelper.addMapping(IssueType issueType,
Status oldStatus,
Status newStatus) |
void |
WorkflowSchemeMigrationHelper.addMapping(IssueType issueType,
Status oldStatus,
Status newStatus) |
Copyright © 2002-2021 Atlassian. All Rights Reserved.