com.atlassian.jira.entity
Class Update.SetContext

java.lang.Object
  extended by com.atlassian.jira.entity.Update.SetContext
Enclosing class:
Update

public static class Update.SetContext
extends Object


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

Method Detail

set

public Update.SetContext set(String fieldName,
                             Long value)

set

public Update.SetContext set(String fieldName,
                             String value)

all

public Update.WhereContext all()

whereIdEquals

public Update.WhereContext whereIdEquals(Long id)

whereEqual

public Update.WhereContext whereEqual(String fieldName,
                                      String value)

whereEqual

public Update.WhereContext whereEqual(String fieldName,
                                      Long value)


Copyright © 2002-2012 Atlassian. All Rights Reserved.