API Documentation > Interfaces > Interface CustomCheckResults
Interface CustomCheckResults

package com.ptc.pfc.pfcModelCheck;

public interface
CustomCheckResults
extends
jxobject


Description
This class describes custom check results details.
Method Summary
int
Get method for attribute "ResultsCount"
Specifies the numerical value to be shown in the ModelCheck report for this check.
/*optional*/ stringseq
Get method for attribute "ResultsTable"
A list of strings containing details of each found item. Can benull.
/*optional*/ String
Get method for attribute "ResultsUrl"
Specifies a URL to a page that provides details on the results of this check. Ifnull then the check will be listed with no extra information besides the count.
void
SetResultsCount (int value)
Set method for attribute "ResultsCount"
Specifies the numerical value to be shown in the ModelCheck report for this check.
void
SetResultsTable ( /*optional*/ stringseq value)
Set method for attribute "ResultsTable"
A list of strings containing details of each found item. Can benull.
void
SetResultsUrl ( /*optional*/ String value)
Set method for attribute "ResultsUrl"
Specifies a URL to a page that provides details on the results of this check. Ifnull then the check will be listed with no extra information besides the count.
Method Detail
GetResultsCount
int
GetResultsCount
()
SetResultsCount
void
SetResultsCount
(int value)
Specifies the numerical value to be shown in the ModelCheck report for this check.
User Guide References:
GetResultsUrl
/*optional*/ String
GetResultsUrl
()
SetResultsUrl
void
SetResultsUrl
( /*optional*/ String value)
Specifies a URL to a page that provides details on the results of this check. If null then the check will be listed with no extra information besides the count.
User Guide References:
GetResultsTable
/*optional*/ stringseq
GetResultsTable
()
SetResultsTable
void
SetResultsTable
( /*optional*/ stringseq value)
A list of strings containing details of each found item. Can be null.
User Guide References:
Was this helpful?