|
Mura CMS 6.1 | ||||
FRAMES |
railo-context.Componentmura.cfobject
mura.trash.trashManager
public class trashManager
Method Summary | |
---|---|
any |
empty()
|
any |
getDeletedParentID([any deleted])
|
any |
getIDString([any object])
|
any |
getIterator()
|
any |
getObject([any objectID])
|
any |
getQuery()
|
any |
getTrashItem([any objectID])
|
any |
setConfigBean([any configBean])
|
any |
takeOut([any restored])
|
any |
throwIn([any deleted], [any objectClass=''])
|
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 empty()
public any getDeletedParentID([any deleted])
deleted
public any getIDString([any object])
object
public any getIterator()
public any getObject([any objectID])
objectID
public any getQuery()
public any getTrashItem([any objectID])
objectID
public any setConfigBean([any configBean])
configBean
public any takeOut([any restored])
restored
- Object that has been pulled from trash and has since been savedpublic any throwIn([any deleted], [any objectClass=''])
deleted
objectClass
|
Mura CMS 6.1 | ||||
FRAMES |