public class

RefEntityResource

extends Object
java.lang.Object
   ↳ com.atlassian.jira.dev.reference.plugin.ao.RefEntityResource

Class Overview

Resource for testing Transactions in AO

Summary

Public Constructors
RefEntityResource(RefEntityService refEntityService)
Public Methods
Response add(String description)
Response addButRollbackExternal(String description)
Response addInExternalTransaction(String description, String description2)
Response addInTransaction(String description)
Response deleteAll()
Response getAll()
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public RefEntityResource (RefEntityService refEntityService)

Public Methods

public Response add (String description)

public Response addButRollbackExternal (String description)

public Response addInExternalTransaction (String description, String description2)

public Response addInTransaction (String description)

public Response deleteAll ()

public Response getAll ()