|
Mura CMS 6.1 | ||||
FRAMES |
railo-context.Componentmura.cfobject
mura.content.file.fileDAO
public class fileDAO
Constructor Summary | |
---|---|
init(any configBean, any settingsManager, any pluginManager, any fileWriter='')
|
Method Summary | |
---|---|
string |
create(any fileObj, any contentid, any siteid, any filename, string contentType, string contentSubType, numeric fileSize, string moduleID, string fileExt, any fileObjSmall, any fileObjMedium, any fileID='[runtime expression]', [any fileObjSource=''], string credits='', string caption='', string alttext='', string remoteid='', string remoteURL='', string remotePubDate='', [any remoteSource=''], string remoteSourceURL='')
|
void |
deleteAll(string contentID)
|
void |
deleteCachedFile(string fileID)
|
void |
deleteIfNotUsed(any fileID, any baseID)
|
void |
deleteVersion(any fileID)
|
any |
getS3()
|
any |
purgeDeleted([any siteid=''])
|
query |
read(any fileID)
|
query |
readAll(any fileID)
|
query |
readMedium(any fileID)
|
query |
readMeta(any fileID)
|
query |
readSmall(any fileID)
|
any |
restoreVersion([any fileID])
|
Methods inherited from class mura.cfobject |
---|
commitTracePoint, deleteMethod, getAsJSON, getAsStruct, getBean, getConfigBean, getCurrentUser, getEventManager, getPlugin, getPluginManager, getServiceFactory, getValue, initTracePoint, injectMethod, invokeMethod, removeValue, setValue, valueExists
|
Methods inherited from class railo-context.Component |
---|
|
Constructor Detail |
---|
public init(any configBean, any settingsManager, any pluginManager, any fileWriter='')
configBean
settingsManager
pluginManager
fileWriter
Method Detail |
---|
public string create(any fileObj, any contentid, any siteid, any filename, string contentType, string contentSubType, numeric fileSize, string moduleID, string fileExt, any fileObjSmall, any fileObjMedium, any fileID='[runtime expression]', [any fileObjSource=''], string credits='', string caption='', string alttext='', string remoteid='', string remoteURL='', string remotePubDate='', [any remoteSource=''], string remoteSourceURL='')
fileObj
contentid
siteid
filename
contentType
contentSubType
fileSize
moduleID
fileExt
fileObjSmall
fileObjMedium
fileID
fileObjSource
credits
caption
alttext
remoteid
remoteURL
remotePubDate
remoteSource
remoteSourceURL
public void deleteAll(string contentID)
contentID
public void deleteCachedFile(string fileID)
fileID
public void deleteIfNotUsed(any fileID, any baseID)
fileID
baseID
public void deleteVersion(any fileID)
fileID
public any getS3()
public any purgeDeleted([any siteid=''])
siteid
public query read(any fileID)
fileID
public query readAll(any fileID)
fileID
public query readMedium(any fileID)
fileID
public query readMeta(any fileID)
fileID
public query readSmall(any fileID)
fileID
public any restoreVersion([any fileID])
fileID
|
Mura CMS 6.1 | ||||
FRAMES |