Class CognosColumn.CognosColumnBuilder<C extends CognosColumn,B extends CognosColumn.CognosColumnBuilder<C,B>>

Enclosing class:
CognosColumn

public abstract static class CognosColumn.CognosColumnBuilder<C extends CognosColumn,B extends CognosColumn.CognosColumnBuilder<C,B>> extends Asset.AssetBuilder<C,B>
  • Constructor Details

    • CognosColumnBuilder

      public CognosColumnBuilder()
  • Method Details

    • $fillValuesFrom

      protected B $fillValuesFrom(C instance)
      Overrides:
      $fillValuesFrom in class Asset.AssetBuilder<C extends CognosColumn,B extends CognosColumn.CognosColumnBuilder<C,B>>
    • typeName

      public B typeName(String typeName)
      Fixed typeName for CognosColumns.
      Overrides:
      typeName in class Reference.ReferenceBuilder<C extends CognosColumn,B extends CognosColumn.CognosColumnBuilder<C,B>>
      Returns:
      this.
    • cognosColumnDatatype

      public B cognosColumnDatatype(String cognosColumnDatatype)
      Data type of the CognosColumn.
      Returns:
      this.
    • cognosColumnNullable

      public B cognosColumnNullable(String cognosColumnNullable)
      Whether the CognosColumn is nullable.
      Returns:
      this.
    • cognosColumnRegularAggregate

      public B cognosColumnRegularAggregate(String cognosColumnRegularAggregate)
      How data should be summarized when aggregated across different dimensions or groupings.
      Returns:
      this.
    • cognosDashboard

      public B cognosDashboard(ICognosDashboard cognosDashboard)
      Parent dashboard containing the columns.
      Returns:
      this.
    • cognosDataset

      public B cognosDataset(ICognosDataset cognosDataset)
      Parent dataset containing the columns.
      Returns:
      this.
    • cognosDefaultScreenTip

      public B cognosDefaultScreenTip(String cognosDefaultScreenTip)
      Tooltip text present for the Cognos asset
      Returns:
      this.
    • cognosExploration

      public B cognosExploration(ICognosExploration cognosExploration)
      Parent exploration containing the columns.
      Returns:
      this.
    • cognosFile

      public B cognosFile(ICognosFile cognosFile)
      Parent file containing the columns.
      Returns:
      this.
    • cognosId

      public B cognosId(String cognosId)
      ID of the asset in Cognos
      Returns:
      this.
    • cognosIsDisabled

      public B cognosIsDisabled(Boolean cognosIsDisabled)
      Whether the Cognos asset is diabled
      Returns:
      this.
    • cognosIsHidden

      public B cognosIsHidden(Boolean cognosIsHidden)
      Whether the Cognos asset is hidden from the ui
      Returns:
      this.
    • cognosModule

      public B cognosModule(ICognosModule cognosModule)
      Parent module containing the columns.
      Returns:
      this.
    • cognosPackage

      public B cognosPackage(ICognosPackage cognosPackage)
      Parent package containing the columns.
      Returns:
      this.
    • cognosParentName

      public B cognosParentName(String cognosParentName)
      Name of the parent asset in Cognos
      Returns:
      this.
    • cognosParentQualifiedName

      public B cognosParentQualifiedName(String cognosParentQualifiedName)
      Qualified name of the parent asset in Cognos
      Returns:
      this.
    • cognosPath

      public B cognosPath(String cognosPath)
      Path of the asset in Cognos. E.g. /content/folder[@name='Folder Name']
      Returns:
      this.
    • cognosType

      public B cognosType(String cognosType)
      Cognos type of the Cognos asset. E.g. report, dashboard, package, etc.
      Returns:
      this.
    • cognosVersion

      public B cognosVersion(String cognosVersion)
      Version of the Cognos asset
      Returns:
      this.
    • inputToAirflowTask

      public B inputToAirflowTask(IAirflowTask inputToAirflowTask)
    • inputToAirflowTasks

      public B inputToAirflowTasks(Collection<? extends IAirflowTask> inputToAirflowTasks)
    • clearInputToAirflowTasks

      public B clearInputToAirflowTasks()
    • inputToProcess

      public B inputToProcess(ILineageProcess inputToProcess)
    • inputToProcesses

      public B inputToProcesses(Collection<? extends ILineageProcess> inputToProcesses)
    • clearInputToProcesses

      public B clearInputToProcesses()
    • inputToSparkJob

      public B inputToSparkJob(ISparkJob inputToSparkJob)
    • inputToSparkJobs

      public B inputToSparkJobs(Collection<? extends ISparkJob> inputToSparkJobs)
    • clearInputToSparkJobs

      public B clearInputToSparkJobs()
    • modelImplementedAttribute

      public B modelImplementedAttribute(IModelAttribute modelImplementedAttribute)
    • modelImplementedAttributes

      public B modelImplementedAttributes(Collection<? extends IModelAttribute> modelImplementedAttributes)
    • clearModelImplementedAttributes

      public B clearModelImplementedAttributes()
    • modelImplementedEntity

      public B modelImplementedEntity(IModelEntity modelImplementedEntity)
    • modelImplementedEntities

      public B modelImplementedEntities(Collection<? extends IModelEntity> modelImplementedEntities)
    • clearModelImplementedEntities

      public B clearModelImplementedEntities()
    • outputFromAirflowTask

      public B outputFromAirflowTask(IAirflowTask outputFromAirflowTask)
    • outputFromAirflowTasks

      public B outputFromAirflowTasks(Collection<? extends IAirflowTask> outputFromAirflowTasks)
    • clearOutputFromAirflowTasks

      public B clearOutputFromAirflowTasks()
    • outputFromProcess

      public B outputFromProcess(ILineageProcess outputFromProcess)
    • outputFromProcesses

      public B outputFromProcesses(Collection<? extends ILineageProcess> outputFromProcesses)
    • clearOutputFromProcesses

      public B clearOutputFromProcesses()
    • outputFromSparkJob

      public B outputFromSparkJob(ISparkJob outputFromSparkJob)
    • outputFromSparkJobs

      public B outputFromSparkJobs(Collection<? extends ISparkJob> outputFromSparkJobs)
    • clearOutputFromSparkJobs

      public B clearOutputFromSparkJobs()
    • self

      protected abstract B self()
      Specified by:
      self in class Asset.AssetBuilder<C extends CognosColumn,B extends CognosColumn.CognosColumnBuilder<C,B>>
    • build

      public abstract C build()
      Specified by:
      build in class Asset.AssetBuilder<C extends CognosColumn,B extends CognosColumn.CognosColumnBuilder<C,B>>
    • toString

      public String toString()
      Overrides:
      toString in class Asset.AssetBuilder<C extends CognosColumn,B extends CognosColumn.CognosColumnBuilder<C,B>>