public class BiReport extends InformationAsset
bi_report asset type in IGC, displayed as 'BI Report' in the IGC UI.
| Modifier and Type | Field and Description |
|---|---|
protected String |
aliasBusinessName |
protected String |
author |
protected BiCube |
biCube |
protected BiFolder |
biFolder |
protected ItemList<MainObject> |
biFolderOrBiModelOrCube |
protected BiModel |
biModel |
protected Date |
biReportCreationDate |
protected Date |
biReportModificationDate |
protected ItemList<BiReportQuery> |
biReportQueries |
protected Date |
biReportRunDate |
protected List<String> |
expression |
protected String |
format |
protected String |
importedFrom |
protected Boolean |
includeForBusinessLineage |
protected String |
language |
protected String |
namespace |
protected Number |
numberOfRuns |
protected Number |
numberOfVersions |
protected ItemList<BiReport> |
referencedByBiReports |
protected ItemList<BiReport> |
referencesBiReports |
blueprintElements, impactedBy, impactsOn, inCollections, nativeId, readByDesign, readByOperational, readByStatic, readByUserDefined, writtenByDesign, writtenByOperational, writtenByStatic, writtenByUserDefinedassignedToTerms, governedByRules, implementsRules, labels, longDescription, name, shortDescription, stewards| Constructor and Description |
|---|
BiReport() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAliasBusinessName()
Retrieve the
alias_(business_name) property (displayed as 'Alias (Business Name)') of the object. |
String |
getAuthor()
Retrieve the
author property (displayed as 'Author') of the object. |
BiCube |
getBiCube()
Retrieve the
bi_cube property (displayed as 'BI Cube') of the object. |
BiFolder |
getBiFolder()
Retrieve the
bi_folder property (displayed as 'BI Folder') of the object. |
ItemList<MainObject> |
getBiFolderOrBiModelOrCube()
Retrieve the
bi_folder_or_bi_model_or_cube property (displayed as 'BI Folder or BI Model or Cube') of the object. |
BiModel |
getBiModel()
Retrieve the
bi_model property (displayed as 'BI Model') of the object. |
Date |
getBiReportCreationDate()
Retrieve the
bi_report_creation_date property (displayed as 'BI Report Creation Date') of the object. |
Date |
getBiReportModificationDate()
Retrieve the
bi_report_modification_date property (displayed as 'BI Report Modification Date') of the object. |
ItemList<BiReportQuery> |
getBiReportQueries()
Retrieve the
bi_report_queries property (displayed as 'BI Report Queries') of the object. |
Date |
getBiReportRunDate()
Retrieve the
bi_report_run_date property (displayed as 'BI Report Run Date') of the object. |
List<String> |
getExpression()
Retrieve the
expression property (displayed as 'Expression') of the object. |
String |
getFormat()
Retrieve the
format property (displayed as 'Format') of the object. |
String |
getImportedFrom()
Retrieve the
imported_from property (displayed as 'Imported From') of the object. |
Boolean |
getIncludeForBusinessLineage()
Retrieve the
include_for_business_lineage property (displayed as 'Include for Business Lineage') of the object. |
String |
getLanguage()
Retrieve the
language property (displayed as 'Language') of the object. |
String |
getNamespace()
Retrieve the
namespace property (displayed as 'Namespace') of the object. |
Number |
getNumberOfRuns()
Retrieve the
number_of_runs property (displayed as 'Number of Runs') of the object. |
Number |
getNumberOfVersions()
Retrieve the
number_of_versions property (displayed as 'Number of Versions') of the object. |
ItemList<BiReport> |
getReferencedByBiReports()
Retrieve the
referenced_by_bi_reports property (displayed as 'Referenced by BI Reports') of the object. |
ItemList<BiReport> |
getReferencesBiReports()
Retrieve the
references_bi_reports property (displayed as 'References BI Reports') of the object. |
void |
setAliasBusinessName(String aliasBusinessName)
Set the
alias_(business_name) property (displayed as Alias (Business Name)) of the object. |
void |
setAuthor(String author)
Set the
author property (displayed as Author) of the object. |
void |
setBiCube(BiCube biCube)
Set the
bi_cube property (displayed as BI Cube) of the object. |
void |
setBiFolder(BiFolder biFolder)
Set the
bi_folder property (displayed as BI Folder) of the object. |
void |
setBiFolderOrBiModelOrCube(ItemList<MainObject> biFolderOrBiModelOrCube)
Set the
bi_folder_or_bi_model_or_cube property (displayed as BI Folder or BI Model or Cube) of the object. |
void |
setBiModel(BiModel biModel)
Set the
bi_model property (displayed as BI Model) of the object. |
void |
setBiReportCreationDate(Date biReportCreationDate)
Set the
bi_report_creation_date property (displayed as BI Report Creation Date) of the object. |
void |
setBiReportModificationDate(Date biReportModificationDate)
Set the
bi_report_modification_date property (displayed as BI Report Modification Date) of the object. |
void |
setBiReportQueries(ItemList<BiReportQuery> biReportQueries)
Set the
bi_report_queries property (displayed as BI Report Queries) of the object. |
void |
setBiReportRunDate(Date biReportRunDate)
Set the
bi_report_run_date property (displayed as BI Report Run Date) of the object. |
void |
setExpression(List<String> expression)
Set the
expression property (displayed as Expression) of the object. |
void |
setFormat(String format)
Set the
format property (displayed as Format) of the object. |
void |
setImportedFrom(String importedFrom)
Set the
imported_from property (displayed as Imported From) of the object. |
void |
setIncludeForBusinessLineage(Boolean includeForBusinessLineage)
Set the
include_for_business_lineage property (displayed as Include for Business Lineage) of the object. |
void |
setLanguage(String language)
Set the
language property (displayed as Language) of the object. |
void |
setNamespace(String namespace)
Set the
namespace property (displayed as Namespace) of the object. |
void |
setNumberOfRuns(Number numberOfRuns)
Set the
number_of_runs property (displayed as Number of Runs) of the object. |
void |
setNumberOfVersions(Number numberOfVersions)
Set the
number_of_versions property (displayed as Number of Versions) of the object. |
void |
setReferencedByBiReports(ItemList<BiReport> referencedByBiReports)
Set the
referenced_by_bi_reports property (displayed as Referenced by BI Reports) of the object. |
void |
setReferencesBiReports(ItemList<BiReport> referencesBiReports)
Set the
references_bi_reports property (displayed as References BI Reports) of the object. |
getBlueprintElements, getImpactedBy, getImpactsOn, getInCollections, getNativeId, getReadByDesign, getReadByOperational, getReadByStatic, getReadByUserDefined, getWrittenByDesign, getWrittenByOperational, getWrittenByStatic, getWrittenByUserDefined, setBlueprintElements, setImpactedBy, setImpactsOn, setInCollections, setNativeId, setReadByDesign, setReadByOperational, setReadByStatic, setReadByUserDefined, setWrittenByDesign, setWrittenByOperational, setWrittenByStatic, setWrittenByUserDefinedgetAssignedToTerms, getGovernedByRules, getImplementsRules, getLabels, getLongDescription, getShortDescription, getStewards, getTheName, setAssignedToTerms, setGovernedByRules, setImplementsRules, setLabels, setLongDescription, setShortDescription, setStewards, setTheNameareModificationDetailsPopulated, getContext, getCreatedBy, getCreatedOn, getId, getIdentity, getModifiedBy, getModifiedOn, getName, getNotes, getType, getUrl, isEmbeddedAsset, isFullyRetrieved, isIdentityPopulated, isSimpleType, isVirtualAsset, setContext, setCreatedBy, setCreatedOn, setFullyRetrieved, setId, setModifiedBy, setModifiedOn, setName, setNotes, setType, setUrltoStringprotected String aliasBusinessName
protected String author
protected BiCube biCube
protected BiFolder biFolder
protected ItemList<MainObject> biFolderOrBiModelOrCube
protected BiModel biModel
protected Date biReportCreationDate
protected Date biReportModificationDate
protected ItemList<BiReportQuery> biReportQueries
protected Date biReportRunDate
protected String format
protected String importedFrom
protected Boolean includeForBusinessLineage
protected String language
protected String namespace
protected Number numberOfRuns
protected Number numberOfVersions
public String getAliasBusinessName()
alias_(business_name) property (displayed as 'Alias (Business Name)') of the object.Stringpublic void setAliasBusinessName(String aliasBusinessName)
alias_(business_name) property (displayed as Alias (Business Name)) of the object.aliasBusinessName - the value to setpublic String getAuthor()
author property (displayed as 'Author') of the object.Stringpublic void setAuthor(String author)
author property (displayed as Author) of the object.author - the value to setpublic BiCube getBiCube()
bi_cube property (displayed as 'BI Cube') of the object.BiCubepublic void setBiCube(BiCube biCube)
bi_cube property (displayed as BI Cube) of the object.biCube - the value to setpublic BiFolder getBiFolder()
bi_folder property (displayed as 'BI Folder') of the object.BiFolderpublic void setBiFolder(BiFolder biFolder)
bi_folder property (displayed as BI Folder) of the object.biFolder - the value to setpublic ItemList<MainObject> getBiFolderOrBiModelOrCube()
bi_folder_or_bi_model_or_cube property (displayed as 'BI Folder or BI Model or Cube') of the object.ItemList<MainObject>public void setBiFolderOrBiModelOrCube(ItemList<MainObject> biFolderOrBiModelOrCube)
bi_folder_or_bi_model_or_cube property (displayed as BI Folder or BI Model or Cube) of the object.biFolderOrBiModelOrCube - the value to setpublic BiModel getBiModel()
bi_model property (displayed as 'BI Model') of the object.BiModelpublic void setBiModel(BiModel biModel)
bi_model property (displayed as BI Model) of the object.biModel - the value to setpublic Date getBiReportCreationDate()
bi_report_creation_date property (displayed as 'BI Report Creation Date') of the object.Datepublic void setBiReportCreationDate(Date biReportCreationDate)
bi_report_creation_date property (displayed as BI Report Creation Date) of the object.biReportCreationDate - the value to setpublic Date getBiReportModificationDate()
bi_report_modification_date property (displayed as 'BI Report Modification Date') of the object.Datepublic void setBiReportModificationDate(Date biReportModificationDate)
bi_report_modification_date property (displayed as BI Report Modification Date) of the object.biReportModificationDate - the value to setpublic ItemList<BiReportQuery> getBiReportQueries()
bi_report_queries property (displayed as 'BI Report Queries') of the object.ItemList<BiReportQuery>public void setBiReportQueries(ItemList<BiReportQuery> biReportQueries)
bi_report_queries property (displayed as BI Report Queries) of the object.biReportQueries - the value to setpublic Date getBiReportRunDate()
bi_report_run_date property (displayed as 'BI Report Run Date') of the object.Datepublic void setBiReportRunDate(Date biReportRunDate)
bi_report_run_date property (displayed as BI Report Run Date) of the object.biReportRunDate - the value to setpublic List<String> getExpression()
expression property (displayed as 'Expression') of the object.List<String>public void setExpression(List<String> expression)
expression property (displayed as Expression) of the object.expression - the value to setpublic String getFormat()
format property (displayed as 'Format') of the object.Stringpublic void setFormat(String format)
format property (displayed as Format) of the object.format - the value to setpublic String getImportedFrom()
imported_from property (displayed as 'Imported From') of the object.Stringpublic void setImportedFrom(String importedFrom)
imported_from property (displayed as Imported From) of the object.importedFrom - the value to setpublic Boolean getIncludeForBusinessLineage()
include_for_business_lineage property (displayed as 'Include for Business Lineage') of the object.Booleanpublic void setIncludeForBusinessLineage(Boolean includeForBusinessLineage)
include_for_business_lineage property (displayed as Include for Business Lineage) of the object.includeForBusinessLineage - the value to setpublic String getLanguage()
language property (displayed as 'Language') of the object.Stringpublic void setLanguage(String language)
language property (displayed as Language) of the object.language - the value to setpublic String getNamespace()
namespace property (displayed as 'Namespace') of the object.Stringpublic void setNamespace(String namespace)
namespace property (displayed as Namespace) of the object.namespace - the value to setpublic Number getNumberOfRuns()
number_of_runs property (displayed as 'Number of Runs') of the object.Numberpublic void setNumberOfRuns(Number numberOfRuns)
number_of_runs property (displayed as Number of Runs) of the object.numberOfRuns - the value to setpublic Number getNumberOfVersions()
number_of_versions property (displayed as 'Number of Versions') of the object.Numberpublic void setNumberOfVersions(Number numberOfVersions)
number_of_versions property (displayed as Number of Versions) of the object.numberOfVersions - the value to setpublic ItemList<BiReport> getReferencedByBiReports()
referenced_by_bi_reports property (displayed as 'Referenced by BI Reports') of the object.ItemList<BiReport>public void setReferencedByBiReports(ItemList<BiReport> referencedByBiReports)
referenced_by_bi_reports property (displayed as Referenced by BI Reports) of the object.referencedByBiReports - the value to setpublic ItemList<BiReport> getReferencesBiReports()
references_bi_reports property (displayed as 'References BI Reports') of the object.ItemList<BiReport>Copyright © 2018–2021 ODPi. All rights reserved.