| java.lang.Object com.flexive.war.javascript.ContentEditor
ContentEditor | public class ContentEditor implements Serializable(Code) | | Content editor actions invoked via JSON/RPC.
author: Daniel Lichtenberger (daniel.lichtenberger@flexive.com), UCS - unique computing solutions gmbh (http://www.ucs.at) version: $Rev: 1 $ |
remove | public String remove(long id) throws Exception(Code) | | Delete the given content.
Parameters: id - the content ID an empty result throws: Exception - if an error occured |
removeMultiple | public String removeMultiple(long[] ids) throws Exception(Code) | | Delete the given contents.
Parameters: ids - the content IDs an empty result throws: Exception - if an error occured |
|
|