Class Hierarchy
Object > ContentObject > Report
Direct Subclasses
Type |
Property |
Name |
Multilingual Name |
||
Content of the Report |
||
Report Classes |
||
Expression for Calculating Dictionary Values |
||
Filter Values |
||
Expression for Filtering Values |
||
Generic Technical Report |
||
Report Language |
||
Visible for all Languages |
||
Report Locale |
||
Visible for all Locales |
||
Expression for Calculating Object Values |
||
Exceptions for Release Versions |
||
Include Release Versions Only |
||
Restrict Report Creation to |
||
Scope of Analysis |
||
Store Report Result in Personal Dashboard |
||
Include Valid Objects Only |
Return Type |
Signature |
GetDraftTemplate( |
|
IsDraftTemplate( |
Multilingual Name (COOSYSTEM@1.1:mlname)
unique LanguageStringList[] COOSYSTEM@1.1:mlname
Content of the Report (FSCREPORTING@1.1001:reportattributes)
unique AttributeDefinition[] FSCREPORTING@1.1001:reportattributes not null
Additional Information
Report Classes (FSCREPORTING@1.1001:reportclasses)
ObjectClass[] FSCREPORTING@1.1001:reportclasses not null
Expression for Calculating Dictionary Values (FSCREPORTING@1.1001:reportdictionaryvalueexpr)
string[] FSCREPORTING@1.1001:reportdictionaryvalueexpr not null
Local Scope: object
Global Scope: dictionary
Returns: dictionary[]
Filter Values (FSCREPORTING@1.1001:reportfilter)
boolean FSCREPORTING@1.1001:reportfilter
Expression for Filtering Values (FSCREPORTING@1.1001:reportfilterexpr)
string[] FSCREPORTING@1.1001:reportfilterexpr not null
Local Scope: object
Global Scope: dictionary
Returns: boolean
Generic Technical Report (FSCREPORTING@1.1001:reportgenerictechnicalreport)
boolean FSCREPORTING@1.1001:reportgenerictechnicalreport
Report Language (FSCREPORTING@1.1001:reportlanguage)
Language FSCREPORTING@1.1001:reportlanguage
Additional Information
Visible for all Languages (FSCREPORTING@1.1001:reportlanguagevisible)
boolean FSCREPORTING@1.1001:reportlanguagevisible
Report Locale (FSCREPORTING@1.1001:reportlocale)
Locale FSCREPORTING@1.1001:reportlocale
Additional Information
Visible for all Locales (FSCREPORTING@1.1001:reportlocalevisible)
boolean FSCREPORTING@1.1001:reportlocalevisible
Expression for Calculating Object Values (FSCREPORTING@1.1001:reportobjectvalueexpr)
string[] FSCREPORTING@1.1001:reportobjectvalueexpr not null
Local Scope: object
Global Scope: dictionary
Returns: Object[]
Exceptions for Release Versions (FSCREPORTING@1.1001:reportreleaseversionsexceptions)
unique ObjectClass[] FSCREPORTING@1.1001:reportreleaseversionsexceptions not null
Additional Information
Include Release Versions Only (FSCREPORTING@1.1001:reportreleaseversionsonly)
boolean FSCREPORTING@1.1001:reportreleaseversionsonly
Restrict Report Creation to (FSCREPORTING@1.1001:reportrestrictedto)
unique Object[] FSCREPORTING@1.1001:reportrestrictedto
Additional Information
Scope of Analysis (FSCREPORTING@1.1001:reportscope)
Object FSCREPORTING@1.1001:reportscope not null
Additional Information
Store Report Result in Personal Dashboard (FSCREPORTING@1.1001:reportstoretodashboard)
boolean FSCREPORTING@1.1001:reportstoretodashboard
Include Valid Objects Only (FSCREPORTING@1.1001:reportvalidonly)
boolean FSCREPORTING@1.1001:reportvalidonly
object COOTC@1.1001:GetDraftTemplate(
out retval object drafttemplate,
optional boolean includeself)
Name |
Description |
drafttemplate |
the draft template
|
includeself |
if set to true and the current object is a draft template (see
COOTC@1.1:objistemplate ) it will return himself |
isdrafttemplate = cooobj.IsUsable() && !cooobj.GetDraftTemplate();
boolean COOTC@1.1001:IsDraftTemplate(
out retval boolean isdrafttemplate)
Name |
Description |
isdrafttemplate |
the result
|