public class BiModel extends InformationAsset
bi_model asset type in IGC, displayed as 'BI Model' in the IGC UI.
| Modifier and Type | Field and Description |
|---|---|
protected String |
aliasBusinessName |
protected ItemList<BiCollection> |
biCollections |
protected ItemList<BiCube> |
biCubes |
protected ItemList<BiFilter> |
biFilters |
protected BiFolder |
biFolder |
protected ItemList<MainObject> |
biFolderOrBiModel |
protected ItemList<BiHierarchy> |
biHierarchies |
protected ItemList<OlapJoin> |
biJoins |
protected BiModel |
biModel |
protected Date |
biModelCreationDate |
protected Date |
biModelModificationDate |
protected ItemList<BiReportQuery> |
biReportQueries |
protected ItemList<BiReport> |
biReports |
protected ItemList<BiModel> |
childBiModels |
protected String |
importedFrom |
protected Boolean |
includeForBusinessLineage |
protected String |
namespace |
protected ItemList<BiReport> |
usedByBiReports |
protected ItemList<Database> |
usesDatabases |
blueprintElements, impactedBy, impactsOn, inCollections, nativeId, readByDesign, readByOperational, readByStatic, readByUserDefined, writtenByDesign, writtenByOperational, writtenByStatic, writtenByUserDefinedassignedToTerms, governedByRules, implementsRules, labels, longDescription, name, shortDescription, stewards| Constructor and Description |
|---|
BiModel() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAliasBusinessName()
Retrieve the
alias_(business_name) property (displayed as 'Alias (Business Name)') of the object. |
ItemList<BiCollection> |
getBiCollections()
Retrieve the
bi_collections property (displayed as 'BI Collections') of the object. |
ItemList<BiCube> |
getBiCubes()
Retrieve the
bi_cubes property (displayed as 'BI Cubes') of the object. |
ItemList<BiFilter> |
getBiFilters()
Retrieve the
bi_filters property (displayed as 'BI Filters') of the object. |
BiFolder |
getBiFolder()
Retrieve the
bi_folder property (displayed as 'BI Folder') of the object. |
ItemList<MainObject> |
getBiFolderOrBiModel()
Retrieve the
bi_folder_or_bi_model property (displayed as 'BI Folder or BI Model') of the object. |
ItemList<BiHierarchy> |
getBiHierarchies()
Retrieve the
bi_hierarchies property (displayed as 'BI Hierarchies') of the object. |
ItemList<OlapJoin> |
getBiJoins()
Retrieve the
bi_joins property (displayed as 'BI Joins') of the object. |
BiModel |
getBiModel()
Retrieve the
bi_model property (displayed as 'BI Model') of the object. |
Date |
getBiModelCreationDate()
Retrieve the
bi_model_creation_date property (displayed as 'BI Model Creation Date') of the object. |
Date |
getBiModelModificationDate()
Retrieve the
bi_model_modification_date property (displayed as 'BI Model Modification Date') of the object. |
ItemList<BiReportQuery> |
getBiReportQueries()
Retrieve the
bi_report_queries property (displayed as 'BI Report Queries') of the object. |
ItemList<BiReport> |
getBiReports()
Retrieve the
bi_reports property (displayed as 'BI Reports') of the object. |
ItemList<BiModel> |
getChildBiModels()
Retrieve the
child_bi_models property (displayed as 'Child BI Models') 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 |
getNamespace()
Retrieve the
namespace property (displayed as 'Namespace') of the object. |
ItemList<BiReport> |
getUsedByBiReports()
Retrieve the
used_by_bi_reports property (displayed as 'Used by BI Reports') of the object. |
ItemList<Database> |
getUsesDatabases()
Retrieve the
uses_databases property (displayed as 'Uses Databases') of the object. |
void |
setAliasBusinessName(String aliasBusinessName)
Set the
alias_(business_name) property (displayed as Alias (Business Name)) of the object. |
void |
setBiCollections(ItemList<BiCollection> biCollections)
Set the
bi_collections property (displayed as BI Collections) of the object. |
void |
setBiCubes(ItemList<BiCube> biCubes)
Set the
bi_cubes property (displayed as BI Cubes) of the object. |
void |
setBiFilters(ItemList<BiFilter> biFilters)
Set the
bi_filters property (displayed as BI Filters) of the object. |
void |
setBiFolder(BiFolder biFolder)
Set the
bi_folder property (displayed as BI Folder) of the object. |
void |
setBiFolderOrBiModel(ItemList<MainObject> biFolderOrBiModel)
Set the
bi_folder_or_bi_model property (displayed as BI Folder or BI Model) of the object. |
void |
setBiHierarchies(ItemList<BiHierarchy> biHierarchies)
Set the
bi_hierarchies property (displayed as BI Hierarchies) of the object. |
void |
setBiJoins(ItemList<OlapJoin> biJoins)
Set the
bi_joins property (displayed as BI Joins) of the object. |
void |
setBiModel(BiModel biModel)
Set the
bi_model property (displayed as BI Model) of the object. |
void |
setBiModelCreationDate(Date biModelCreationDate)
Set the
bi_model_creation_date property (displayed as BI Model Creation Date) of the object. |
void |
setBiModelModificationDate(Date biModelModificationDate)
Set the
bi_model_modification_date property (displayed as BI Model 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 |
setBiReports(ItemList<BiReport> biReports)
Set the
bi_reports property (displayed as BI Reports) of the object. |
void |
setChildBiModels(ItemList<BiModel> childBiModels)
Set the
child_bi_models property (displayed as Child BI Models) 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 |
setNamespace(String namespace)
Set the
namespace property (displayed as Namespace) of the object. |
void |
setUsedByBiReports(ItemList<BiReport> usedByBiReports)
Set the
used_by_bi_reports property (displayed as Used by BI Reports) of the object. |
void |
setUsesDatabases(ItemList<Database> usesDatabases)
Set the
uses_databases property (displayed as Uses Databases) 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 ItemList<BiCollection> biCollections
protected BiFolder biFolder
protected ItemList<MainObject> biFolderOrBiModel
protected ItemList<BiHierarchy> biHierarchies
protected BiModel biModel
protected Date biModelCreationDate
protected Date biModelModificationDate
protected ItemList<BiReportQuery> biReportQueries
protected String importedFrom
protected Boolean includeForBusinessLineage
protected String namespace
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 ItemList<BiCollection> getBiCollections()
bi_collections property (displayed as 'BI Collections') of the object.ItemList<BiCollection>public void setBiCollections(ItemList<BiCollection> biCollections)
bi_collections property (displayed as BI Collections) of the object.biCollections - the value to setpublic ItemList<BiCube> getBiCubes()
bi_cubes property (displayed as 'BI Cubes') of the object.ItemList<BiCube>public void setBiCubes(ItemList<BiCube> biCubes)
bi_cubes property (displayed as BI Cubes) of the object.biCubes - the value to setpublic ItemList<BiFilter> getBiFilters()
bi_filters property (displayed as 'BI Filters') of the object.ItemList<BiFilter>public void setBiFilters(ItemList<BiFilter> biFilters)
bi_filters property (displayed as BI Filters) of the object.biFilters - 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> getBiFolderOrBiModel()
bi_folder_or_bi_model property (displayed as 'BI Folder or BI Model') of the object.ItemList<MainObject>public void setBiFolderOrBiModel(ItemList<MainObject> biFolderOrBiModel)
bi_folder_or_bi_model property (displayed as BI Folder or BI Model) of the object.biFolderOrBiModel - the value to setpublic ItemList<BiHierarchy> getBiHierarchies()
bi_hierarchies property (displayed as 'BI Hierarchies') of the object.ItemList<BiHierarchy>public void setBiHierarchies(ItemList<BiHierarchy> biHierarchies)
bi_hierarchies property (displayed as BI Hierarchies) of the object.biHierarchies - the value to setpublic ItemList<OlapJoin> getBiJoins()
bi_joins property (displayed as 'BI Joins') of the object.ItemList<OlapJoin>public void setBiJoins(ItemList<OlapJoin> biJoins)
bi_joins property (displayed as BI Joins) of the object.biJoins - 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 getBiModelCreationDate()
bi_model_creation_date property (displayed as 'BI Model Creation Date') of the object.Datepublic void setBiModelCreationDate(Date biModelCreationDate)
bi_model_creation_date property (displayed as BI Model Creation Date) of the object.biModelCreationDate - the value to setpublic Date getBiModelModificationDate()
bi_model_modification_date property (displayed as 'BI Model Modification Date') of the object.Datepublic void setBiModelModificationDate(Date biModelModificationDate)
bi_model_modification_date property (displayed as BI Model Modification Date) of the object.biModelModificationDate - 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 ItemList<BiReport> getBiReports()
bi_reports property (displayed as 'BI Reports') of the object.ItemList<BiReport>public void setBiReports(ItemList<BiReport> biReports)
bi_reports property (displayed as BI Reports) of the object.biReports - the value to setpublic ItemList<BiModel> getChildBiModels()
child_bi_models property (displayed as 'Child BI Models') of the object.ItemList<BiModel>public void setChildBiModels(ItemList<BiModel> childBiModels)
child_bi_models property (displayed as Child BI Models) of the object.childBiModels - 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 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 ItemList<BiReport> getUsedByBiReports()
used_by_bi_reports property (displayed as 'Used by BI Reports') of the object.ItemList<BiReport>public void setUsedByBiReports(ItemList<BiReport> usedByBiReports)
used_by_bi_reports property (displayed as Used by BI Reports) of the object.usedByBiReports - the value to setpublic ItemList<Database> getUsesDatabases()
uses_databases property (displayed as 'Uses Databases') of the object.ItemList<Database>Copyright © 2018–2021 ODPi. All rights reserved.