com.atlassian.jira.entity
Class Delete.DeleteFromContext

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

public static class Delete.DeleteFromContext
extends Object


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

Method Detail

all

public Delete.DeleteWhereContext all()

whereIdEquals

public Delete.DeleteWhereContext whereIdEquals(Long id)

whereEqual

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

whereEqual

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


Copyright © 2002-2012 Atlassian. All Rights Reserved.