Class OutputStage


  • public class OutputStage
    extends Object
    Output stage. For each project there is always one output stage, which always exists.
    • Field Detail

      • TEMPLATE

        public static final org.springframework.web.util.UriTemplate TEMPLATE
    • Method Detail

      • getSchemaUri

        public String getSchemaUri()
        get datawarehouse schema uri WarehouseSchema
        Returns:
        warehouse schema, can be null.
      • setSchemaUri

        public void setSchemaUri​(String schemaUri)
      • hasSchemaUri

        public boolean hasSchemaUri()
        check if there is associated schema WarehouseSchema with this output stage
        Returns:
        true if there is associated schema, else false
      • getClientId

        public String getClientId()
        get client ID
        Returns:
        client ID, can be null.
      • setClientId

        public void setClientId​(String clientId)
      • hasClientId

        public boolean hasClientId()
        check if there is associated client id with this output stage
        Returns:
        true if there is associated client id, else false
      • getOutputStagePrefix

        public String getOutputStagePrefix()
        get output stage prefix
        Returns:
        output stage prefix, can be null.
      • setOutputStagePrefix

        public void setOutputStagePrefix​(String outputStagePrefix)
      • hasOutputStagePrefix

        public boolean hasOutputStagePrefix()
        check if there is associated output stage prefix with this output stage
        Returns:
        true if there is associated output stage prefix, else false
      • getUri

        public String getUri()
      • getOutputStageDiffUri

        public String getOutputStageDiffUri()
      • getDataloadProcessUri

        public String getDataloadProcessUri()