
|
If you were logged in you would be able to see more operations.
|
|
|
|
Railo must use the Cater object to perform the removeAll function.
<cfset oCaster = createObject('java','railo.runtime.op.Caster') />
<cfset application.objectBroker[arguments.typename].aObjects.removeAll(oCaster.toList(aObjectIds)) />
|
|
Description
|
Railo must use the Cater object to perform the removeAll function.
<cfset oCaster = createObject('java','railo.runtime.op.Caster') />
<cfset application.objectBroker[arguments.typename].aObjects.removeAll(oCaster.toList(aObjectIds)) /> |
Show » |
|