Modifier and Type | Method and Description |
---|---|
JiraWorkflow |
BulkMoveOperationImpl.getWorkflowForType(Long projectId,
String issueTypeId) |
void |
BulkMigrateOperation.setStatusFields(BulkEditBean rootBulkEditBean) |
void |
BulkMoveOperationImpl.setStatusFields(BulkEditBean bulkEditBean) |
void |
BulkMoveOperation.setStatusFields(BulkEditBean bulkEditBean) |
Modifier and Type | Method and Description |
---|---|
protected void |
ExternalUtils.checkStatus(Issue issue,
String statusId) |
Modifier and Type | Method and Description |
---|---|
protected void |
IssueVerifier.checkIssueDetails(Issue issue,
ErrorCollection errorCollection,
ConstantsManager constantsManager,
boolean checkWorkflowIntegrity) |
Modifier and Type | Method and Description |
---|---|
protected void |
AddWorkflowTransitionFunctionParams.addWorkflowDescriptor()
Constructs and adds a
FunctionDescriptor in its correct position in the list of post-functions. |
protected void |
AddWorkflowTransitionConditionParams.addWorkflowDescriptor() |
protected void |
AddWorkflowTransitionValidatorParams.addWorkflowDescriptor() |
protected abstract void |
AbstractAddWorkflowTransitionDescriptorParams.addWorkflowDescriptor() |
protected void |
DeleteWorkflowTransitionValidator.deleteWorkflowDescriptor() |
protected void |
DeleteWorkflowTransitionPostFunction.deleteWorkflowDescriptor() |
protected abstract void |
AbstractDeleteWorkflowTransitionDescriptor.deleteWorkflowDescriptor() |
protected void |
DeleteWorkflowTransitionCondition.deleteWorkflowDescriptor() |
protected String |
EditWorkflow.doExecute() |
boolean |
AbstractWorkflowStep.isCanDeleteStep(com.opensymphony.workflow.loader.StepDescriptor stepDescriptor) |
Modifier and Type | Method and Description |
---|---|
JiraWorkflow |
SelectProjectWorkflowSchemeStep2.getExistingWorkflow(IssueType issueType) |
Collection |
SelectProjectWorkflowSchemeStep2.getTargetStatuses(IssueType issueType) |
JiraWorkflow |
SelectProjectWorkflowSchemeStep2.getTargetWorkflow(IssueType issueType) |
Modifier and Type | Method and Description |
---|---|
protected String |
CreateIssueDetails.getAuxiliarySubmitButtonValue()
The jira-workflow.xml Create action (id 1) can contain meta attributes indicating that auxiliary (alternative) 'Create'
buttons must be shown, to support alternative ways of submitting an issue (eg.
|
List<CreateIssue.ButtonHolder> |
CreateIssue.getButtons()
Returns a list of
CreateIssue.ButtonHolder s for submit buttons required in addition to the standard 'submit' button. |
JiraWorkflow |
MoveIssue.getCurrentWorkflow() |
JiraWorkflow |
MoveIssue.getTargetWorkflow() |
Collection<Status> |
MoveIssue.getTaskInvalidStatuses(String typeId) |
Collection |
MoveIssue.getTaskInvalidStatusObjects(String typeId) |
Collection |
MoveIssue.getTasksWithStatus(String invalidStatusId) |
JiraWorkflow |
MoveIssue.getWorkflowForType(Long projectId,
String issueTypeId) |
boolean |
MoveIssue.isIssueStatusValid() |
boolean |
MoveIssue.isTaskStatusChangeRequired() |
boolean |
MoveIssue.isTaskStatusValid(String typeId,
String statusId) |
Modifier and Type | Method and Description |
---|---|
Collection |
BulkMove.getTargetWorkflowStatuses(String issueTypeId) |
JiraWorkflow |
BulkMove.getWorkflowForType(Long projectId,
String issueTypeId) |
Modifier and Type | Method and Description |
---|---|
protected String |
MoveIssueUpdateWorkflow.doExecute() |
JiraWorkflow |
MoveIssueUpdateWorkflow.getSubTaskTargetWorkflow(String subTaskTypeID) |
Collection<JiraWorkflow> |
MoveIssueUpdateWorkflow.getTargetWorkflows() |
JiraWorkflow |
MoveIssueUpdateWorkflow.getTaskCurrentWorkflow(org.ofbiz.core.entity.GenericValue taskType) |
Collection<JiraWorkflow> |
MoveIssueUpdateWorkflow.getTaskCurrentWorkflows() |
Collection<IssueType> |
MoveIssueUpdateWorkflow.getTaskInvalidTypes() |
Collection |
MoveIssueUpdateWorkflow.getTasksByStatusWorkflowType(String statusId,
JiraWorkflow workflow,
String typeId) |
JiraWorkflow |
MoveIssueUpdateWorkflow.getTaskTargetWorkflow(org.ofbiz.core.entity.GenericValue taskType) |
Modifier and Type | Method and Description |
---|---|
Set<Issue> |
BulkEditBeanImpl.getInvalidIssues()
Gets issues whose status is null
|
Set<Issue> |
BulkEditBean.getInvalidIssues()
Gets issues whose status is null
|
Collection<org.ofbiz.core.entity.GenericValue> |
BulkEditBeanImpl.getInvalidStatuses()
Gets a set of invalid statuses that are not valid in the destination workflow
|
Collection<org.ofbiz.core.entity.GenericValue> |
BulkEditBean.getInvalidStatuses()
Gets a set of invalid statuses that are not valid in the destination workflow
|
Set<String> |
BulkEditBeanImpl.getInvalidSubTaskStatusesByType(String subTaskTypeId) |
Set<String> |
BulkEditBean.getInvalidSubTaskStatusesByType(String subTaskTypeId) |
Set<String> |
BulkEditBeanImpl.getInvalidSubTaskTypes() |
Set<String> |
BulkEditBean.getInvalidSubTaskTypes() |
JiraWorkflow |
BulkEditBeanImpl.getTargetWorkflow() |
JiraWorkflow |
BulkEditBean.getTargetWorkflow() |
JiraWorkflow |
BulkEditBeanImpl.getTargetWorkflowByType(String issueTypeId) |
JiraWorkflow |
BulkEditBean.getTargetWorkflowByType(String issueTypeId) |
void |
BulkEditBeanImpl.populateStatusHolder() |
void |
BulkEditBean.populateStatusHolder() |
void |
BulkEditBeanImpl.populateSubTaskStatusHolder() |
void |
BulkEditBean.populateSubTaskStatusHolder() |
Modifier and Type | Method and Description |
---|---|
org.ofbiz.core.entity.GenericValue |
OSWorkflowManager.createIssue(String remoteUserName,
Map<String,Object> fields) |
org.ofbiz.core.entity.GenericValue |
WorkflowManager.createIssue(String remoteUserName,
Map<String,Object> fields)
Create an issue in the database.
|
void |
OSWorkflowManager.createWorkflow(ApplicationUser user,
JiraWorkflow workflow) |
void |
WorkflowManager.createWorkflow(ApplicationUser user,
JiraWorkflow workflow) |
void |
OSWorkflowManager.createWorkflow(String username,
JiraWorkflow workflow) |
void |
WorkflowManager.createWorkflow(String username,
JiraWorkflow workflow)
Deprecated.
Use
WorkflowManager.createWorkflow(com.atlassian.jira.user.ApplicationUser, JiraWorkflow) instead. Since v6.0. |
void |
OSWorkflowManager.deleteWorkflow(JiraWorkflow workflow) |
void |
WorkflowManager.deleteWorkflow(JiraWorkflow workflow) |
Collection<String> |
EagerWorkflowSchemeManager.getActiveWorkflowNames() |
Collection<String> |
DefaultWorkflowSchemeManager.getActiveWorkflowNames() |
Collection<String> |
WorkflowSchemeManager.getActiveWorkflowNames() |
Collection<JiraWorkflow> |
OSWorkflowManager.getActiveWorkflows() |
Collection<JiraWorkflow> |
WorkflowManager.getActiveWorkflows()
Retrieve all currently active workflows.
|
JiraWorkflow |
OSWorkflowManager.getDefaultWorkflow() |
JiraWorkflow |
WorkflowManager.getDefaultWorkflow() |
JiraWorkflow |
OSWorkflowManager.getWorkflow(org.ofbiz.core.entity.GenericValue issue) |
JiraWorkflow |
WorkflowManager.getWorkflow(org.ofbiz.core.entity.GenericValue issue)
Deprecated.
Use
WorkflowManager.getWorkflow(com.atlassian.jira.issue.Issue) instead. Since v6.2. |
JiraWorkflow |
OSWorkflowManager.getWorkflow(Issue issue) |
JiraWorkflow |
WorkflowManager.getWorkflow(Issue issue)
Retrieve the workflow for a given issue.
|
JiraWorkflow |
OSWorkflowManager.getWorkflow(Long projectId,
String issueTypeId) |
JiraWorkflow |
WorkflowManager.getWorkflow(Long projectId,
String issueTypeId)
Retrieve the workflow for a given project - issue type pair.
|
JiraWorkflow |
WorkflowManager.getWorkflowFromScheme(org.ofbiz.core.entity.GenericValue scheme,
String issueTypeId)
Return the workflow in a particular scheme for a given issue type.
|
JiraWorkflow |
WorkflowManager.getWorkflowFromScheme(WorkflowScheme scheme,
String issueTypeId)
Return the workflow in a particular scheme for a given issue type.
|
Collection<JiraWorkflow> |
OSWorkflowManager.getWorkflowsFromScheme(org.ofbiz.core.entity.GenericValue scheme) |
Collection<JiraWorkflow> |
WorkflowManager.getWorkflowsFromScheme(org.ofbiz.core.entity.GenericValue workflowScheme)
Deprecated.
Since 5.0. Use
WorkflowManager.getWorkflowsFromScheme(com.atlassian.jira.scheme.Scheme) instead. |
Iterable<JiraWorkflow> |
OSWorkflowManager.getWorkflowsFromScheme(Scheme workflowScheme) |
Iterable<JiraWorkflow> |
WorkflowManager.getWorkflowsFromScheme(Scheme workflowScheme)
Returns all workflows for a given scheme.
|
boolean |
MockJiraWorkflow.isActive() |
boolean |
AbstractJiraWorkflow.isActive() |
boolean |
JiraWorkflow.isActive()
Determine whether this workflow object is currently active.
|
boolean |
OSWorkflowManager.isActive(JiraWorkflow workflow) |
boolean |
WorkflowManager.isActive(JiraWorkflow workflow)
Determine whether or not a given workflow is active in the system.
|
boolean |
MockJiraWorkflow.isEditable() |
boolean |
AbstractJiraWorkflow.isEditable() |
boolean |
JiraDraftWorkflow.isEditable()
A draft Workflow is always editable.
|
boolean |
JiraWorkflow.isEditable()
Determines if the workflow can be modifed within JIRA.
|
boolean |
MockJiraWorkflow.isSystemWorkflow() |
boolean |
AbstractJiraWorkflow.isSystemWorkflow() |
boolean |
JiraWorkflow.isSystemWorkflow()
Determines if the workflow is loaded from XML or the database
|
boolean |
WorkflowManager.isSystemWorkflow(JiraWorkflow workflow)
Determine whether or not a given workflow is a system workflow.
|
void |
OSWorkflowManager.migrateIssueToWorkflow(org.ofbiz.core.entity.GenericValue issue,
JiraWorkflow newWorkflow,
org.ofbiz.core.entity.GenericValue newStatus) |
void |
WorkflowManager.migrateIssueToWorkflow(org.ofbiz.core.entity.GenericValue issue,
JiraWorkflow newWorkflow,
org.ofbiz.core.entity.GenericValue status)
Deprecated.
|
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.
|
boolean |
OSWorkflowManager.migrateIssueToWorkflowNoReindex(org.ofbiz.core.entity.GenericValue issue,
JiraWorkflow newWorkflow,
org.ofbiz.core.entity.GenericValue newStatus) |
boolean |
WorkflowManager.migrateIssueToWorkflowNoReindex(org.ofbiz.core.entity.GenericValue issue,
JiraWorkflow newWorkflow,
org.ofbiz.core.entity.GenericValue status)
Migrates given issue to new workflow and sets new status on it.
|
void |
OSWorkflowManager.saveWorkflowWithoutAudit(JiraWorkflow workflow) |
void |
WorkflowManager.saveWorkflowWithoutAudit(JiraWorkflow workflow)
This method will save the workflow and it will not affect the updatedDate and updatedAuthorName meta attributes
of the workflow.
|
boolean |
OSWorkflowManager.workflowExists(String name) |
boolean |
WorkflowManager.workflowExists(String name) |
Modifier and Type | Method and Description |
---|---|
boolean |
Workflow.isActive()
Determine whether this workflow object is currently active.
|
boolean |
Workflow.isEditable()
Determines if the workflow can be modifed within JIRA.
|
boolean |
Workflow.isSystemWorkflow()
Determines if the workflow is loaded from XML or the database
|
Modifier and Type | Method and Description |
---|---|
WorkflowMigrationResult |
AssignableWorkflowSchemeMigrationHelper.migrate(TaskProgressSink sink) |
WorkflowMigrationResult |
WorkflowSchemeMigrationHelper.migrate(TaskProgressSink sink) |
WorkflowMigrationResult |
DraftWorkflowSchemeMigrationHelper.migrate(TaskProgressSink sink) |
Copyright © 2002-2024 Atlassian. All Rights Reserved.