Interface ContentFlow


  • public interface ContentFlow
    A Content Flow operation.
    • Method Detail

      • getId

        String getId()
        The id of this content flow.
        Returns:
        the id
      • getContentSetId

        String getContentSetId()
        The id of the content set used for this flow.
        Returns:
        the content set id
      • getSrcEnvironmentId

        String getSrcEnvironmentId()
        The id of the Environment from which content is copied.
        Returns:
        the source environment id
      • getSrcEnvironmentName

        String getSrcEnvironmentName()
        The name of the Environment from which content is copied.
        Returns:
        the source environment name
      • getDestEnvironmentId

        String getDestEnvironmentId()
        The id of the Environment to which content is copied.
        Returns:
        the source environment id
      • getDestEnvironmentName

        String getDestEnvironmentName()
        The name of the Environment to which content is copied.
        Returns:
        the source environment name
      • getEnvironmentTier

        Environment.Tier getEnvironmentTier()
        The tier of the source and destination environments. (At this time, always `AUTHOR`)
        Returns:
        the environment tier
      • getExportResults

        ContentFlow.Results getExportResults()
        The results of the content flow export process.
        Returns:
        the export results
      • getImportResults

        ContentFlow.Results getImportResults()
        The results of the content flow import process
        Returns:
        the import results