public interface BusinessTransactionService
| Modifier and Type | Method and Description |
|---|---|
BusinessTransaction |
get(String tenantId,
String id)
This method returns the business transaction associated with the
supplied id.
|
List<BusinessTransaction> |
query(String tenantId,
BusinessTransactionCriteria criteria)
This method returns a set of business transactions that meet the
supplied query criteria.
|
BusinessTransaction get(String tenantId, String id)
tenantId - The tenantid - The idList<BusinessTransaction> query(String tenantId, BusinessTransactionCriteria criteria)
tenantId - The tenantcriteria - The query criteriaCopyright © 2015 Red Hat, Inc.. All rights reserved.