com.atlassian.jira.issue.customfields
Class OperationContextImpl

java.lang.Object
  extended by com.atlassian.jira.issue.customfields.OperationContextImpl
All Implemented Interfaces:
OperationContext

public class OperationContextImpl
extends Object
implements OperationContext

Copyright (c) 2002-2004 All rights reserved.


Constructor Summary
OperationContextImpl(IssueOperation issueOperation, Map<String,Object> fieldValuesHolder)
           
 
Method Summary
 boolean equals(Object o)
           
 Map<String,Object> getFieldValuesHolder()
           
 IssueOperation getIssueOperation()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OperationContextImpl

public OperationContextImpl(IssueOperation issueOperation,
                            Map<String,Object> fieldValuesHolder)
Method Detail

getFieldValuesHolder

public Map<String,Object> getFieldValuesHolder()
Specified by:
getFieldValuesHolder in interface OperationContext

getIssueOperation

public IssueOperation getIssueOperation()
Specified by:
getIssueOperation in interface OperationContext

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2002-2014 Atlassian. All Rights Reserved.