isPermissionSet

public boolean isPermissionSet(String name)

Checks if this object contains an override for the specified permission, by fully qualified name

Return

true if the permission is set, otherwise false

Parameters

name

Name of the permission


public boolean isPermissionSet(Permission perm)

Checks if this object contains an override for the specified

Return

true if the permission is set, otherwise false

Parameters

perm

Permission to check