Class AssetHotfolder

All Implemented Interfaces:
Serializable, IBaseEntity, ICoreEntity, IEntity, ISortableEntity

@Entity public class AssetHotfolder extends SimpleEntity
See Also:
  • Constructor Details

    • AssetHotfolder

      public AssetHotfolder()
    • AssetHotfolder

      public AssetHotfolder(AssetHotfolder source)
  • Method Details

    • getDaysToKeepInRejectedFolder

      public long getDaysToKeepInRejectedFolder()
    • setDaysToKeepInRejectedFolder

      public void setDaysToKeepInRejectedFolder(long daysToKeepInRejectedFolder)
    • getHotfolderPath

      public String getHotfolderPath()
    • setHotfolderPath

      public void setHotfolderPath(String hotfolder)
    • getRejectedFolderPath

      public String getRejectedFolderPath()
    • setRejectedFolderPath

      public void setRejectedFolderPath(String rejectedFolder)
    • getAssetType

      public AssetType getAssetType()
    • setAssetType

      public void setAssetType(AssetType assetType)
    • getNotificationReceivers

      public Set<Principal> getNotificationReceivers()
    • setNotificationReceivers

      public void setNotificationReceivers(Set<Principal> notificationReceivers)
    • getDirImportStrategy

      public AssetHotfolder.DirImportStrategy getDirImportStrategy()
    • setDirImportStrategy

      public void setDirImportStrategy(AssetHotfolder.DirImportStrategy dirImportStrategy)
    • getAttributeSet

      public EntityProfile getAttributeSet()
    • setAttributeSet

      public void setAttributeSet(EntityProfile attributeSet)
    • isUnzipArchives

      public boolean isUnzipArchives()
    • setUnzipArchives

      public void setUnzipArchives(boolean unzipArchives)
    • isOverwrite

      public boolean isOverwrite()
    • setOverwrite

      public void setOverwrite(boolean overwrite)
    • isRejectToCollection

      public boolean isRejectToCollection()
      reject to asset store collection instead of hotfolder reject directory (MC-3078)
    • setRejectToCollection

      public void setRejectToCollection(boolean reject)