|
Mura CMS 6.1 | ||||
FRAMES |
railo-context.Componentmura.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_name
folder_owner
folder_related
folder_collection
folder_description
private any doHttp(string apiURL)
apiURL
public query getassets(string folderID)
folderID
public query getfolder(string folderID)
folderID
public query getFolders([string folderid='0'])
folderid
public query getrenditions(string assetid, string assettype)
assetid
assettype
private any removeCurrentFolder(query q, string folderid)
q
folderid
public struct removefolder(string folderID)
folderID
public any set(string hostName, string APIKey, numeric hostID)
hostName
APIKey
hostID
|
Mura CMS 6.1 | ||||
FRAMES |