Start page
Start page

Start page / Template development / Template syntax / Data types / Permissions

The object is generated by the following form objects:
CMS_INPUT_PERMISSION
Method name Return type Brief description Available since
addChangeListener(ValueChangeListener) void
compareTo(Comparable) int
equals(Object) boolean
get Element
getActivityNames List
getAllowed(String) Set
getAllowedExplicit(String) Set
getClass Class Class of the invoking object
getForbidden(String) Set
getForbiddenExplicit(String) Set
getGroupsName String
getNotifier SimpleValueChangeNotifier
getPriority Priority
isCase(Object) boolean
isEmpty boolean
isInherited boolean
isNull boolean Checks whether an expression is null (zero)
print void
removeChangeListener(ValueChangeListener) void
set(Element) void
set(String, Object) Object
setAllowed(String, Collection) void
setConnection(Connection) void
setForbidden(String, Collection) void
setInherited(boolean) void
setPriority(Priority) void
toJson String Convert to JSON string representtion (only handles Maps, Collections, Arrays, Numbers, and Strings) 4.2.14
toString String
type String

addChangeListener(ValueChangeListener)

Method name Return type Available since
addChangeListener(ValueChangeListener) void

compareTo(Comparable)

Method name Return type Available since
compareTo(Comparable) int

equals(Object)

Method name Return type Available since
equals(Object) boolean

get

Method name Return type Available since
get Element

getActivityNames

Method name Return type Available since
getActivityNames List

getAllowed(String)

Method name Return type Available since
getAllowed(String) Set

getAllowedExplicit(String)

Method name Return type Available since
getAllowedExplicit(String) Set

getClass

The .getClass() (in Bean syntax: .class) method returns the class of the invoking object (cf. java.lang.Class).

Invocation:

$CMS_VALUE(myString.class)$
$CMS_VALUE(myString.getClass())$

Output:

java.lang.String
Method name Return type Available since
getClass Class

getForbidden(String)

Method name Return type Available since
getForbidden(String) Set

getForbiddenExplicit(String)

Method name Return type Available since
getForbiddenExplicit(String) Set

getGroupsName

Method name Return type Available since
getGroupsName String

getNotifier

Method name Return type Available since
getNotifier SimpleValueChangeNotifier

getPriority

Method name Return type Available since
getPriority Priority

isCase(Object)

Method name Return type Available since
isCase(Object) boolean

isEmpty

Method name Return type Available since
isEmpty boolean

isInherited

Method name Return type Available since
isInherited boolean

isNull

The .isNull() (in Bean syntax: .isNull) method checks whether an expression or object is null , e.g. storeElement.isNull(). In the case of objects with complex values or objects, the object decides when it is null. The data type DomElement for example always contains an empty document, thus it is never null. For this reason, checking an empty DOM editor input component by using the method .isNull() returns the value false, whereas checking the component with .isEmpty() would return the value true.

The method .isNull() returns a Boolean value as the check result. true is the check result if the expression or object is null and false if not.

Method name Return type Available since
isNull boolean

print

Method name Return type Available since
print void

removeChangeListener(ValueChangeListener)

Method name Return type Available since
removeChangeListener(ValueChangeListener) void

set(Element)

Method name Return type Available since
set(Element) void

set(String, Object)

Method name Return type Available since
set(String, Object) Object

setAllowed(String, Collection)

Method name Return type Available since
setAllowed(String, Collection) void

setConnection(Connection)

Method name Return type Available since
setConnection(Connection) void

setForbidden(String, Collection)

Method name Return type Available since
setForbidden(String, Collection) void

setInherited(boolean)

Method name Return type Available since
setInherited(boolean) void

setPriority(Priority)

Method name Return type Available since
setPriority(Priority) void

toJson

Convert to JSON string representtion (only handles Maps, Collections, Arrays, Numbers, and Strings)
Method name Return type Available since
toJson String 4.2.14

toString

Method name Return type Available since
toString String

type

Method name Return type Available since
type String

© 2005 - 2015 e-Spirit AG | All rights reserved. | Last change: 2013-12-09