public class AbstractWorkflowStep extends AbstractWorkflowAction
JiraWebActionSupport.MessageTypeErrorCollection.ReasonI18nHelper.BeanFactory| Modifier and Type | Field and Description |
|---|---|
protected ConstantsManager |
constantsManager |
protected WorkflowService |
workflowService |
workflowISSUE_NOT_FOUND_RESULT, PERMISSION_VIOLATION_RESULT, request, RETURN_URL_PARAMETER, savedFilterslog| Constructor and Description |
|---|
AbstractWorkflowStep(JiraWorkflow workflow,
ConstantsManager constantsManager,
WorkflowService workflowService) |
| Modifier and Type | Method and Description |
|---|---|
ConstantsManager |
getConstantsManager() |
String |
getStepName() |
String |
getStepStatus() |
Collection<org.ofbiz.core.entity.GenericValue> |
getUnlinkedStatuses() |
Collection<org.ofbiz.core.entity.GenericValue> |
getUnlinkedStatuses(boolean genericValues) |
Collection<org.ofbiz.core.entity.GenericValue> |
getUnlinkedStatusesGVs() |
JiraWorkflow |
getWorkflow() |
boolean |
isCanDeleteStep(com.opensymphony.workflow.loader.StepDescriptor stepDescriptor) |
boolean |
isOldStepOnDraft(com.opensymphony.workflow.loader.StepDescriptor stepDescriptor)
This method is used to determine if workflowstep belongs to a draft workflow and is present on the original
workflow that was used to create the draft.
|
boolean |
isStepWithoutTransitionsOnDraft(int stepId)
Used to detect if a step on a draft, does not have any outgoing transitions on the original workflow.
|
void |
setStepName(String stepName) |
void |
setStepStatus(String stepStatus) |
getBasicWorkflowParameters, getFullModuleKey, getIssueType, getProject, getWorkflowDisplayName, setIssueType, setProjectaddError, addErrorCollection, addErrorMessage, addErrorMessageByKeyIfAbsent, addErrorMessageIfAbsent, addMessageToResponse, addReason, addReasons, forceRedirect, getAdministratorContactLink, getApplicationProperties, getAuthorizationSupport, getConglomerateCookieValue, getDateFormat, getDateTimeFormat, getDateTimeFormatter, getDescTranslation, getDescTranslation, getDmyDateFormatter, getEmptyResponse, getErrorMessages, getErrors, getField, getFlushedErrorMessages, getGlobalPermissionManager, getHint, getHintManager, getHttpRequest, getHttpResponse, getHttpSession, getJiraContactHelper, getJiraServiceContext, getLanguage, getLoggedInApplicationUser, getLoggedInUser, getNameTranslation, getNameTranslation, getOutlookDate, getPermissionManager, getProjectManager, getRandomHint, getReasons, getRedirect, getRedirect, getRedirectSanitiser, getReturnUrl, getReturnUrlForCancelLink, getSearchSortDescriptions, getSelectedProject, getSelectedProjectObject, getServerId, getServletContext, getTimeFormat, getUriValidator, getUserFullName, getUserManager, getUserProjectHistoryManager, getVersionManager, getWebworkStack, getWebworkStack, getXsrfToken, hasErrorMessage, hasErrorMessageByKey, hasGlobalPermission, hasGlobalPermission, hasIssuePermission, hasIssuePermission, hasIssuePermission, hasPermission, hasProjectPermission, hasProjectPermission, htmlEncode, insertContextPath, isInlineDialogMode, isSystemAdministrator, isUserExists, isUserExistsByKey, isUserExistsByName, returnComplete, returnComplete, returnCompleteWithInlineRedirect, returnCompleteWithInlineRedirectAndMsg, returnCompleteWithInlineRedirectAndMsg, returnMsgToUser, returnMsgToUser, setConglomerateCookieValue, setInline, setReasons, setReturnUrl, setSelectedProjectId, tagMauEventWithApplication, tagMauEventWithProject, urlEncodeaddErrorMessages, addErrorMessages, addErrors, addIllegalArgumentException, execute, getActionName, getComponentInstanceOfType, getDefaultResourceBundle, getI18nHelper, getKeysForPrefix, getLocale, getOfBizDelegator, getResourceBundle, getResult, getText, getText, getText, getText, getText, getText, getText, getText, getText, getText, getText, getText, getText, getText, getUnescapedText, getUntransformedRawText, getUserPreferences, hasAnyErrors, isIndexing, isKeyDefined, removeKeyOrAddErroraddError, addErrorMessage, doDefault, doExecute, doValidation, getCommandName, getHasErrorMessages, getHasErrors, getPropertyEditorMessage, getTexts, getTexts, getTimezone, invalidInput, invokeCommand, isCommand, setCommand, setErrorMessages, setErrors, validateclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddError, addErrorMessage, addErrorMessages, addErrors, hasAnyErrors, setErrorMessagesprotected final ConstantsManager constantsManager
protected final WorkflowService workflowService
public AbstractWorkflowStep(JiraWorkflow workflow, ConstantsManager constantsManager, WorkflowService workflowService)
public String getStepName()
public void setStepName(String stepName)
public Collection<org.ofbiz.core.entity.GenericValue> getUnlinkedStatusesGVs()
public Collection<org.ofbiz.core.entity.GenericValue> getUnlinkedStatuses()
public Collection<org.ofbiz.core.entity.GenericValue> getUnlinkedStatuses(boolean genericValues)
public String getStepStatus()
public void setStepStatus(String stepStatus)
public JiraWorkflow getWorkflow()
getWorkflow in class AbstractWorkflowActionpublic ConstantsManager getConstantsManager()
getConstantsManager in class JiraWebActionSupportpublic boolean isOldStepOnDraft(com.opensymphony.workflow.loader.StepDescriptor stepDescriptor)
stepDescriptor - The stepDescriptor in being edited.public boolean isCanDeleteStep(com.opensymphony.workflow.loader.StepDescriptor stepDescriptor)
throws WorkflowException
WorkflowExceptionpublic boolean isStepWithoutTransitionsOnDraft(int stepId)
stepId - The id of the step in question.Copyright © 2002-2015 Atlassian. All Rights Reserved.