Interface MetadataModel.UpdateStages.WithDependencies

  • All Known Subinterfaces:
    MetadataModel.Update
    Enclosing interface:
    MetadataModel.UpdateStages

    public static interface MetadataModel.UpdateStages.WithDependencies
    The stage of the MetadataModel update allowing to specify dependencies.
    • Method Detail

      • withDependencies

        MetadataModel.Update withDependencies​(MetadataDependencies dependencies)
        Specifies the dependencies property: Dependencies for the content item, what other content items it requires to work. Can describe more complex dependencies using a recursive/nested structure. For a single dependency an id/kind/version can be supplied or operator/criteria for complex formats..
        Parameters:
        dependencies - Dependencies for the content item, what other content items it requires to work. Can describe more complex dependencies using a recursive/nested structure. For a single dependency an id/kind/version can be supplied or operator/criteria for complex formats.
        Returns:
        the next definition stage.