|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IReadCallRepository
This type is used for repositories which allow read access to their call information.
| Method Summary | |
|---|---|
int |
getCallCount(IFilter[] filters)
Gets the number of call entries in the repository for a specific filter object. |
ICallList |
getCalls(IFilter filter)
Gets a list with all calls of a repository filtered by the specified filter implementation. |
ICallList |
getCalls(IFilter[] filters)
Gets a list with all calls of a repository filtered by the specified filter array. |
ICallList |
getCalls(IFilter[] filters,
int count,
int offset)
Gets a list with all calls of a repository filtered by the specified filter array. |
| Method Detail |
|---|
ICallList getCalls(IFilter filter)
f - a valid filter object
ICallList getCalls(IFilter[] filters)
f - a valid filter array. Array elements must not be null.
ICallList getCalls(IFilter[] filters,
int count,
int offset)
f - a valid filter array. Array elements must not be null.count - number off entries from repositoryoffset - starting point in repository
int getCallCount(IFilter[] filters)
f - a valid filter array. Array elements must not be null.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||