|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ReportType | |
|---|---|
| ix.icore | I-X core classes. |
| ix.iquery | I-Q, an I-X Query agent. |
| ix.itest | I-Test. |
| Uses of ReportType in ix.icore |
|---|
| Fields in ix.icore declared as ReportType | |
|---|---|
static ReportType |
ReportType.EVENT
|
static ReportType |
ReportType.FAILURE
|
static ReportType |
ReportType.INFORMATION
|
static ReportType |
ReportType.PROGRESS
|
protected ReportType |
Report.reportType
|
static ReportType |
ReportType.SUCCESS
|
| Methods in ix.icore that return ReportType | |
|---|---|
ReportType |
Report.getReportType()
|
static ReportType |
ReportType.valueOf(java.lang.String name)
|
| Methods in ix.icore with parameters of type ReportType | |
|---|---|
void |
Report.setReportType(ReportType type)
|
| Constructors in ix.icore with parameters of type ReportType | |
|---|---|
Report(ReportType type,
java.lang.String text)
|
|
| Uses of ReportType in ix.iquery |
|---|
| Methods in ix.iquery with parameters of type ReportType | |
|---|---|
protected Report |
LookupHandler.makeReport(Activity about,
ReportType type,
java.lang.String text)
Constructs a report about the specified activity. |
protected Report |
LookupHandler.makeReport(ReportType type,
java.lang.String text)
Constructs a report about this handler's LookupHandler.lookupActivity. |
protected void |
LookupHandler.sendReport(Activity about,
ReportType type,
java.lang.String text)
Sends a report about the specified activity. |
protected void |
LookupHandler.sendReport(ReportType type,
java.lang.String text)
Sends a report about this handler's LookupHandler.lookupActivity
by calling LookupHandler.sendReport(Activity, ReportType, String). |
| Uses of ReportType in ix.itest |
|---|
| Methods in ix.itest with parameters of type ReportType | |
|---|---|
void |
SendPanel.initReport(TaskItem item,
Name reportTo,
Name ref,
ReportType type)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||