com.atlassian.jira.entity
Class Delete.DeleteWhereContext

java.lang.Object
  extended by com.atlassian.jira.entity.Delete.DeleteWhereContext
Enclosing class:
Delete

public static class Delete.DeleteWhereContext
extends Object


Method Summary
 Delete.DeleteWhereContext andEqual(String fieldName, Long value)
           
 Delete.DeleteWhereContext andEqual(String fieldName, String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

andEqual

public Delete.DeleteWhereContext andEqual(String fieldName,
                                          String value)

andEqual

public Delete.DeleteWhereContext andEqual(String fieldName,
                                          Long value)


Copyright © 2002-2012 Atlassian. All Rights Reserved.