public class DefaultJiraWorkflow extends AbstractJiraWorkflow
Modifier and Type | Field and Description |
---|---|
static int |
STOP_PROGRESS_ACTION_ID |
workflowManager
ACTION_ORIGIN_STEP_ID, ACTION_SCREEN_ATTRIBUTE, ACTION_TYPE_ALL, ACTION_TYPE_COMMON, ACTION_TYPE_GLOBAL, ACTION_TYPE_INITIAL, ACTION_TYPE_ORDINARY, DEFAULT_WORKFLOW_NAME, DRAFT, JIRA_META_ATTRIBUTE_ALLOWED_LIST, JIRA_META_ATTRIBUTE_EDIT_ALLOWED, JIRA_META_ATTRIBUTE_EXCLUDE_RESOLUTION, JIRA_META_ATTRIBUTE_I18N, JIRA_META_ATTRIBUTE_I18N_SUBMIT, JIRA_META_ATTRIBUTE_INCLUDE_RESOLUTION, JIRA_META_ATTRIBUTE_KEY_PREFIX, JIRA_META_ATTRIBUTE_PERMISSION, JIRA_META_UPDATE_AUTHOR_KEY, JIRA_META_UPDATE_AUTHOR_NAME, JIRA_META_UPDATED_DATE, LIVE, STEP_STATUS_KEY, WORKFLOW_DESCRIPTION_ATTRIBUTE, WORKFLOW_VIEW_FIELDLAYOUT_KEY_ATTRIBUTE
Constructor and Description |
---|
DefaultJiraWorkflow(com.opensymphony.workflow.loader.WorkflowDescriptor workflowDescriptor,
WorkflowManager workflowManager,
JiraAuthenticationContext ctx) |
Modifier and Type | Method and Description |
---|---|
String |
getDescription() |
String |
getDisplayName() |
String |
getName() |
boolean |
hasDraftWorkflow()
This method will always return false as you cannot edit the Default workflow.
|
boolean |
isDraftWorkflow()
This method will always return false as this implementation is not used for DraftWorkflows.
|
boolean |
isEnabled() |
compareTo, equals, getActionsByName, getActionsForScreen, getActionsWithResult, getActionType, getAllActions, getDescriptor, getLinkedStatus, getLinkedStatuses, getLinkedStatusId, getLinkedStatusIds, getLinkedStatusObject, getLinkedStatusObjects, getLinkedStep, getLinkedStep, getMode, getNextActionId, getPostFunctionsForTransition, getStepsForTransition, getStepsWithAction, getUpdateAuthor, getUpdateAuthorName, getUpdatedDate, hashCode, isActive, isCommonAction, isDefault, isEditable, isGlobalAction, isInitialAction, isOrdinaryAction, isSystemWorkflow, removeStep, reset
public static final int STOP_PROGRESS_ACTION_ID
public DefaultJiraWorkflow(com.opensymphony.workflow.loader.WorkflowDescriptor workflowDescriptor, WorkflowManager workflowManager, JiraAuthenticationContext ctx)
public String getName()
getName
in interface JiraWorkflow
getName
in class AbstractJiraWorkflow
public String getDisplayName()
getDisplayName
in interface JiraWorkflow
getDisplayName
in class AbstractJiraWorkflow
public String getDescription()
getDescription
in interface JiraWorkflow
getDescription
in class AbstractJiraWorkflow
public boolean isEnabled()
public boolean isDraftWorkflow()
public boolean hasDraftWorkflow()
hasDraftWorkflow
in interface JiraWorkflow
hasDraftWorkflow
in class AbstractJiraWorkflow
Copyright © 2002-2022 Atlassian. All Rights Reserved.