com.atlassian.jira.issue.operation
Class WorkflowIssueOperationImpl

java.lang.Object
  extended by com.atlassian.jira.issue.operation.WorkflowIssueOperationImpl
All Implemented Interfaces:
IssueOperation, WorkflowIssueOperation

public class WorkflowIssueOperationImpl
extends Object
implements WorkflowIssueOperation

Copyright (c) 2002-2004 All rights reserved.


Constructor Summary
WorkflowIssueOperationImpl(com.opensymphony.workflow.loader.ActionDescriptor actionDescriptor)
           
 
Method Summary
 boolean equals(Object o)
           
 com.opensymphony.workflow.loader.ActionDescriptor getActionDescriptor()
           
 String getDescriptionKey()
           
 String getNameKey()
          An i18n key used to display a short description of this operation in the UI.
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WorkflowIssueOperationImpl

public WorkflowIssueOperationImpl(com.opensymphony.workflow.loader.ActionDescriptor actionDescriptor)
Method Detail

getActionDescriptor

public com.opensymphony.workflow.loader.ActionDescriptor getActionDescriptor()
Specified by:
getActionDescriptor in interface WorkflowIssueOperation

getNameKey

public String getNameKey()
Description copied from interface: IssueOperation
An i18n key used to display a short description of this operation in the UI. e.g " Watch Issues "

Specified by:
getNameKey in interface IssueOperation
Returns:
An i18n key used to display a short description of this operation in the UI

getDescriptionKey

public String getDescriptionKey()
Specified by:
getDescriptionKey in interface IssueOperation

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2002-2013 Atlassian. All Rights Reserved.