Provides methods for obtaining and managing problem reports.
|
set_user_name(self,
sNewUserName)
Sets the name of the user on the problem report. |
|
|
|
get_user_name(self)
Obtains the name of the user on the problem report |
|
|
|
set_user_email(self,
sNewUserEmail)
Sets the e-mail address of the user on the problem report. |
|
|
|
get_user_email(self)
Obtains the e-mail address of the user on the problem report |
|
|
|
set_description(self,
sNewDescription)
Sets the specified problem report description |
|
|
|
get_description(self)
Obtains the problem report description |
|
|
|
set_type(self,
nReportType)
Sets the problem report object type. |
|
|
|
get_type(self)
Determines the type of the problem report object. |
|
|
|
set_reason(self,
nReportReason)
Sets the value of the object property, identifying the reason for
this problem report. |
|
|
|
get_reason(self)
Obtains the value of the property, identifying the reason for this
project report. |
|
|
|
get_scheme(self)
Determines the scheme used by the problem report object. |
|
|
|
get_archive_file_name(self)
Returns problem report archive file name which can be used for
further problem report data saving and processing. |
|
|
|
get_data(self)
Returns the binary representation of problem report. |
|
|
|
as_string(self)
Returns XML based string representation of problem report. |
|
|
|
assembly(self,
nFlags)
Assembles the problem report. |
|
|
|
send(self,
bUseProxy,
sProxyHost,
nProxyPort,
sProxyUserLogin,
sProxyUserPasswd,
nProblemSendTimeout,
nReserved)
The PrlReport_Send function is provided for convenience |
|
|
Inherited from _Handle :
__del__ ,
__init__ ,
add_ref ,
free ,
get_handle_type ,
get_package_id
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|