Interface Creator.ContentCreator<CONTENT extends org.alfresco.utility.model.ContentModel,SELF extends Creator.ContentCreator<CONTENT,?>>

All Superinterfaces:
Creator<CONTENT,SELF>
All Known Subinterfaces:
Creator.FileCreator, Creator.FolderCreator
All Known Implementing Classes:
ContentCreator, MultiContentCreator, PlainFileCreator, RepoFolderCreator
Enclosing interface:
Creator<RESOURCE extends org.alfresco.utility.model.TestModel,SELF extends Creator<RESOURCE,?>>

public static interface Creator.ContentCreator<CONTENT extends org.alfresco.utility.model.ContentModel,SELF extends Creator.ContentCreator<CONTENT,?>> extends Creator<CONTENT,SELF>
  • Method Details

    • withTitle

      SELF withTitle(String title)
    • withRandomTitle

      default SELF withRandomTitle()
    • withDescription

      SELF withDescription(String description)
    • withRandomDescription

      default SELF withRandomDescription()
    • underFolder

      <FOLDER extends org.alfresco.utility.model.FolderModel> SELF underFolder(FOLDER parent)
    • withinSite

      <SITE extends org.alfresco.utility.model.SiteModel> SELF withinSite(SITE site)