public static class

Delete.DeleteFromContext

extends Delete.WhereClauseAwareDeleteContext
java.lang.Object
   ↳ com.atlassian.jira.entity.Delete.WhereClauseAwareDeleteContext
     ↳ com.atlassian.jira.entity.Delete.DeleteFromContext

Summary

Public Methods
Delete.DeleteWhereContext all()
Delete.DeleteWhereContext byAnd(FieldMap fieldMap)
Delete.DeleteWhereContext whereCondition(EntityCondition condition)
Delete.DeleteWhereContext whereEqual(String fieldName, Long value)
Delete.DeleteWhereContext whereEqual(String fieldName, String value)
Delete.DeleteWhereContext whereIdEquals(Long id)
[Expand]
Inherited Methods
From class com.atlassian.jira.entity.Delete.WhereClauseAwareDeleteContext
From class java.lang.Object

Public Methods

public Delete.DeleteWhereContext byAnd (FieldMap fieldMap)

public Delete.DeleteWhereContext whereCondition (EntityCondition condition)

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

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

public Delete.DeleteWhereContext whereIdEquals (Long id)