|
Mura CMS 6.1 | ||||
| FRAMES | |||||
railo-context.Component
mura.cfobject
mura.content.file.razuna.razunaAPI
public class razunaAPI
| Method Summary | |
|---|---|
any |
checkAPIKey()
|
struct |
createfolder(string folder_name, [string folder_owner=''], [string folder_related=''], [string folder_collection=''], [string folder_description=''])
|
private any |
doHttp(string apiURL)
|
query |
getassets(string folderID)
|
query |
getfolder(string folderID)
|
query |
getFolders([string folderid='0'])
|
query |
getrenditions(string assetid, string assettype)
|
private any |
removeCurrentFolder(query q, string folderid)
|
struct |
removefolder(string folderID)
|
any |
set(string hostName, string APIKey, numeric hostID)
|
| Methods inherited from class mura.cfobject |
|---|
commitTracePoint, deleteMethod, getAsJSON, getAsStruct, getBean, getConfigBean, getCurrentUser, getEventManager, getPlugin, getPluginManager, getServiceFactory, getValue, init, initTracePoint, injectMethod, invokeMethod, removeValue, setValue, valueExists
|
| Methods inherited from class railo-context.Component |
|---|
|
| Method Detail |
|---|
public any checkAPIKey()
public struct createfolder(string folder_name, [string folder_owner=''], [string folder_related=''], [string folder_collection=''], [string folder_description=''])
folder_namefolder_ownerfolder_relatedfolder_collectionfolder_descriptionprivate any doHttp(string apiURL)
apiURLpublic query getassets(string folderID)
folderIDpublic query getfolder(string folderID)
folderIDpublic query getFolders([string folderid='0'])
folderidpublic query getrenditions(string assetid, string assettype)
assetidassettypeprivate any removeCurrentFolder(query q, string folderid)
qfolderidpublic struct removefolder(string folderID)
folderIDpublic any set(string hostName, string APIKey, numeric hostID)
hostNameAPIKeyhostID
|
Mura CMS 6.1 | ||||
| FRAMES | |||||