@ProviderType public interface DLFileEntry extends DLFileEntryModel, PersistedModel, TreeModel
DLFileEntryModel| Modifier and Type | Field and Description |
|---|---|
static Accessor<DLFileEntry,java.lang.Long> |
FILE_ENTRY_ID_ACCESSOR |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
buildTreePath() |
java.io.InputStream |
getContentStream() |
java.io.InputStream |
getContentStream(java.lang.String version) |
long |
getDataRepositoryId() |
java.util.Map<java.lang.String,DDMFormValues> |
getDDMFormValuesMap(long fileVersionId) |
DLFileEntryType |
getDLFileEntryType() |
ExpandoBridge |
getExpandoBridge()
Returns the expando bridge for this model instance.
|
UnicodeProperties |
getExtraSettingsProperties() |
java.util.List<DLFileShortcut> |
getFileShortcuts() |
DLFileVersion |
getFileVersion() |
DLFileVersion |
getFileVersion(java.lang.String version) |
java.util.List<DLFileVersion> |
getFileVersions(int status) |
java.util.List<DLFileVersion> |
getFileVersions(int status,
int start,
int end) |
int |
getFileVersionsCount(int status) |
DLFolder |
getFolder() |
java.lang.String |
getIcon() |
java.lang.String |
getIconCssClass() |
DLFileVersion |
getLatestFileVersion(boolean trusted) |
Lock |
getLock() |
java.lang.String |
getLuceneProperties()
Deprecated.
As of Cavanaugh (7.4.x)
|
long |
getReadCount() |
boolean |
hasLock() |
boolean |
isCheckedOut() |
boolean |
isInHiddenFolder() |
void |
setExtraSettingsProperties(UnicodeProperties extraSettingsUnicodeProperties) |
cloneWithOriginalValues, getClassName, getClassNameId, getClassPK, getCompanyId, getCreateDate, getCtCollectionId, getCustom1ImageId, getCustom2ImageId, getDescription, getExpirationDate, getExtension, getExternalReferenceCode, getExtraSettings, getFileEntryId, getFileEntryTypeId, getFileName, getFolderId, getGroupId, getLargeImageId, getLastPublishDate, getManualCheckInRequired, getMimeType, getModifiedDate, getMvccVersion, getName, getPrimaryKey, getRepositoryId, getReviewDate, getSize, getSmallImageId, getStatus, getTitle, getTrashEntryClassPK, getTreePath, getUserId, getUserName, getUserUuid, getUuid, getVersion, isInTrash, isManualCheckInRequired, setClassName, setClassNameId, setClassPK, setCompanyId, setCreateDate, setCtCollectionId, setCustom1ImageId, setCustom2ImageId, setDescription, setExpirationDate, setExtension, setExternalReferenceCode, setExtraSettings, setFileEntryId, setFileEntryTypeId, setFileName, setFolderId, setGroupId, setLargeImageId, setLastPublishDate, setManualCheckInRequired, setMimeType, setModifiedDate, setMvccVersion, setName, setPrimaryKey, setRepositoryId, setReviewDate, setSize, setSmallImageId, setTitle, setTreePath, setUserId, setUserName, setUserUuid, setUuid, setVersion, toXmlStringclone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModelgetModelClass, getModelClassNameclone, getStagedModelTypepersistgetPrimaryKeyObj, getTreePath, updateTreePathstatic final Accessor<DLFileEntry,java.lang.Long> FILE_ENTRY_ID_ACCESSOR
java.lang.String buildTreePath()
throws PortalException
buildTreePath in interface TreeModelPortalExceptionjava.io.InputStream getContentStream()
throws PortalException
PortalExceptionjava.io.InputStream getContentStream(java.lang.String version)
throws PortalException
PortalExceptionlong getDataRepositoryId()
java.util.Map<java.lang.String,DDMFormValues> getDDMFormValuesMap(long fileVersionId) throws PortalException
PortalExceptionDLFileEntryType getDLFileEntryType() throws PortalException
PortalExceptionExpandoBridge getExpandoBridge()
BaseModelgetExpandoBridge in interface BaseModel<DLFileEntry>getExpandoBridge in interface ClassedModelUnicodeProperties getExtraSettingsProperties()
java.util.List<DLFileShortcut> getFileShortcuts()
DLFileVersion getFileVersion() throws PortalException
PortalExceptionDLFileVersion getFileVersion(java.lang.String version) throws PortalException
PortalExceptionjava.util.List<DLFileVersion> getFileVersions(int status)
java.util.List<DLFileVersion> getFileVersions(int status, int start, int end)
int getFileVersionsCount(int status)
DLFolder getFolder() throws PortalException
PortalExceptionjava.lang.String getIcon()
java.lang.String getIconCssClass()
DLFileVersion getLatestFileVersion(boolean trusted) throws PortalException
PortalExceptionLock getLock()
@Deprecated java.lang.String getLuceneProperties()
long getReadCount()
boolean hasLock()
boolean isCheckedOut()
boolean isInHiddenFolder()
void setExtraSettingsProperties(UnicodeProperties extraSettingsUnicodeProperties)