Uses of Class
com.gentics.contentnode.rest.model.Editor
-
Packages that use Editor Package Description com.gentics.contentnode.rest.model -
-
Uses of Editor in com.gentics.contentnode.rest.model
Methods in com.gentics.contentnode.rest.model that return Editor Modifier and Type Method Description static Editor
Editor. getByCode(int code)
Get the editor by codeEditor
Node. getContentEditor()
Editor to be used in the node.static Editor
Editor. valueOf(String name)
Returns the enum constant of this type with the specified name.static Editor[]
Editor. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.gentics.contentnode.rest.model with parameters of type Editor Modifier and Type Method Description void
Node. setContentEditor(Editor contentEditor)
Set the editor.
-