com.atlassian.jira.entity
Class Update.WhereContext

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

public static class Update.WhereContext
extends Object


Method Summary
 Update.WhereContext andEqual(String fieldName, Long value)
           
 Update.WhereContext andEqual(String fieldName, String value)
           
 int execute(EntityEngine entityEngine)
           
 int execute(OfBizDelegator ofBizDelegator)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

andEqual

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

andEqual

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

execute

public int execute(EntityEngine entityEngine)

execute

public int execute(OfBizDelegator ofBizDelegator)


Copyright © 2002-2012 Atlassian. All Rights Reserved.