public class

WorkflowIssueOperationImpl

extends Object
implements WorkflowIssueOperation
java.lang.Object
   ↳ com.atlassian.jira.issue.operation.WorkflowIssueOperationImpl

Class Overview

Copyright (c) 2002-2004 All rights reserved.

Summary

Public Constructors
WorkflowIssueOperationImpl(ActionDescriptor actionDescriptor)
Public Methods
boolean equals(Object o)
ActionDescriptor getActionDescriptor()
String getDescriptionKey()
String getNameKey()
An i18n key used to display a short description of this operation in the UI.
int hashCode()
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.atlassian.jira.issue.operation.IssueOperation
From interface com.atlassian.jira.issue.operation.WorkflowIssueOperation

Public Constructors

public WorkflowIssueOperationImpl (ActionDescriptor actionDescriptor)

Public Methods

public boolean equals (Object o)

public ActionDescriptor getActionDescriptor ()

public String getDescriptionKey ()

public String getNameKey ()

An i18n key used to display a short description of this operation in the UI. e.g " Watch Issues "

Returns
  • An i18n key used to display a short description of this operation in the UI

public int hashCode ()