|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object | +--com.mobileapps.pcre.PCREJob
| Constructor Summary | |
PCREJob(PCREEngine engine,
short handle)
Construct a (report) PCREJob object with the given handle. |
|
PCREJob(PCREJob parent,
short handle)
Construct a (sub-report) PCREJob object with the given handle. |
|
| Method Summary | |
boolean |
AddParameterCurrentRange(java.lang.String parameterName,
java.lang.String reportName,
PCREValueInfo rangeStart,
PCREValueInfo rangeEnd,
short rangeInfo)
Adds an additional allowable range of the parameter's values |
boolean |
AddParameterCurrentValue(java.lang.String parameterName,
java.lang.String subReportName,
PCREValueInfo valueInfo)
Adds an additional current value for a multivalue parameter |
boolean |
AddParameterDefaultValue(java.lang.String parameterName,
java.lang.String reportName,
PCREValueInfo valueInfo)
Adds an additional default value to a parameter. |
void |
Cancel()
Cancels the printing of this job. |
boolean |
CheckFormula(java.lang.String formulaName)
Checks the named formula for validity. |
boolean |
CheckGroupSelectionFormula()
Checks the group selection formula for validity. |
boolean |
CheckSelectionFormula()
Checks the selection formula for validity. |
boolean |
CheckSQLExpression(java.lang.String expressionName)
This method checks the syntax of the SQL expression provided to the engine |
boolean |
ClearParameterCurrentValuesAndRanges(java.lang.String parameterName,
java.lang.String reportName)
This method clears the specified parameter of all current values and ranges |
void |
Close()
Closes the print job. |
void |
CloseSubreport(PCREJob job)
Closes this subreport job. |
void |
ConvertPFInfoToVInfo(java.lang.String PFInfo,
short valueType,
PCREValueInfoHolder VInfo)
Deprecated. Obselete in Java PCRE (see PCREValueInfo) |
void |
ConvertVInfoToPFInfo(PCREValueInfo valueInfo,
org.omg.CORBA.ShortHolder PFtype,
java.lang.StringBuffer PFinfo)
Deprecated. Obselete in Java PCRE (see PCREValueInfo) |
void |
DeleteNthGroupSortField(int sortFieldN)
Delete a given group sort field. |
boolean |
DeleteNthParameterDefaultValue(java.lang.String parameterName,
java.lang.String reportName,
short index)
Deletes a default parameter for the parameter. |
void |
DeleteNthSortField(int sortFieldN)
Delete a given sort field from a report. |
void |
DiscardSavedData()
Discard the saved data associated with this job's report. |
PCREJobExportInfo |
ExportOptions()
Deprecated. This method is not implemented in the server and doesn't make sense in a client server environment since these dialog boxes would appear on the server machine. |
void |
ExportTo(PCREJobExportInfo options)
Sets the export destination for this print job. |
boolean |
GetAllowPromptDialog()
This method is used to retrieve whether prompting for parameter values is allowed during the printing |
PCRESectionOptions |
GetAreaFormat(int AreaCode)
Get the area format settings for the specified area. |
java.lang.String |
GetAreaFormatFormula(short areaCode,
short formulaName)
Return the area formatting formula. |
PCREEngine |
getEngine()
Get the engine that opened this job |
short |
GetErrorCode()
Issue a PEGetErrorCode call for the job. |
java.lang.String |
GetErrorText()
Issue a PEGetErrorText call for the job. |
void |
GetFormula(java.lang.String formulaName,
java.lang.StringBuffer formulaText)
Get the text for the given (named) formula. |
PCREGraphAxisInfo |
GetGraphAxisInfo(int sectionCode,
int graphN)
Used to obtain information regarding the axis of the graph. |
PCREFontColorInfo |
GetGraphFontInfo(int sectionCode,
int graphN,
int titleFontType)
Used to obtain information regarding the font for the specified part of the graph such as the subtitle font. |
PCREGraphOptionInfo |
GetGraphOptionInfo(int sectionCode,
int graphN)
Used to obtain information regarding various graph properties such as graph type, legend position, etc. |
java.lang.String |
GetGraphTextInfo(int sectionCode,
int graphN,
int titleType)
Used to get the text for various elements of the graph such as the subtitle etc. |
PCREGraphTypeInfo |
GetGraphTypeInfo(int sectionCode,
int graphN)
Used to obtain infomation on the type of graph which will be displayed. |
PCREGroupCondition |
GetGroupCondition(int sectionCode)
Get the group condition for a given section. |
| |