Package mc.core.model.asset
Class AssetHotfolder
java.lang.Object
mc.core.model.base.EntityBase
mc.core.model.base.SimpleEntity
mc.core.model.asset.AssetHotfolder
- All Implemented Interfaces:
Serializable,IBaseEntity,ICoreEntity,IEntity,ISortableEntity
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumstatic classstatic enumno property fields, used as parameter constant and label keyNested classes/interfaces inherited from class mc.core.model.base.EntityBase
EntityBase.EntityComparator -
Field Summary
Fields inherited from class mc.core.model.base.EntityBase
INTDESC_COLUMN_LENGTH -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlongbooleanbooleanreject to asset store collection instead of hotfolder reject directory (MC-3078)booleanvoidsetAssetType(AssetType assetType) voidsetAttributeSet(EntityProfile attributeSet) voidsetDaysToKeepInRejectedFolder(long daysToKeepInRejectedFolder) voidsetDirImportStrategy(AssetHotfolder.DirImportStrategy dirImportStrategy) voidsetHotfolderPath(String hotfolder) voidsetNotificationReceivers(Set<Principal> notificationReceivers) voidsetOverwrite(boolean overwrite) voidsetRejectedFolderPath(String rejectedFolder) voidsetRejectToCollection(boolean reject) voidsetUnzipArchives(boolean unzipArchives) Methods inherited from class mc.core.model.base.SimpleEntity
getId, getInternalDescription, getIsActive, setId, setIsActiveMethods inherited from class mc.core.model.base.EntityBase
equals, getCollection, getDescription, getDescription, getFlag, getIsSystem, getName, getName, getNamespace, getPrio, hashCode, setCollection, setDescription, setDescription, setFlag, setInternalDescription, setIsSystem, setName, setName, setNamespace, setPrio, toString
-
Constructor Details
-
AssetHotfolder
public AssetHotfolder() -
AssetHotfolder
-
-
Method Details
-
getDaysToKeepInRejectedFolder
public long getDaysToKeepInRejectedFolder() -
setDaysToKeepInRejectedFolder
public void setDaysToKeepInRejectedFolder(long daysToKeepInRejectedFolder) -
getHotfolderPath
-
setHotfolderPath
-
getRejectedFolderPath
-
setRejectedFolderPath
-
getAssetType
-
setAssetType
-
getNotificationReceivers
-
setNotificationReceivers
-
getDirImportStrategy
-
setDirImportStrategy
-
getAttributeSet
-
setAttributeSet
-
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)
-