Interface ResourceDefinition

All Known Implementing Classes:
AssetFolderCreator.AssetFolderDefinition, com.adobe.acs.commons.util.datadefinitions.impl.BasicResourceDefinition

public interface ResourceDefinition
  • Method Details

    • getPath

      String getPath()
    • getId

      String getId()
    • getName

      String getName()
    • getTitle

      String getTitle()
    • getLocalizedTitles

      Map<String,String> getLocalizedTitles()
    • getDescription

      String getDescription()
    • isOrdered

      boolean isOrdered()