public class SandboxEnvironment.ToolHints
extends java.lang.Object
Constructor and Description |
---|
ToolHints() |
Modifier and Type | Method and Description |
---|---|
boolean |
isEditable()
Returns
true if this sandbox environment allows editing. |
boolean |
isSandboxAdministrator()
Returns
true if the current user is an administrator of the
sandbox in this environment. |
boolean |
isSandboxOwner()
Returns
true if the current user is the owner of the sandbox
in this environment. |
public boolean isSandboxAdministrator()
true
if the current user is an administrator of the
sandbox in this environment.true
if the current user is an administrator of the
sandbox in this environmentpublic boolean isSandboxOwner()
true
if the current user is the owner of the sandbox
in this environment.true
if the current user is the owner of the sandbox
in this environmentpublic boolean isEditable()
true
if this sandbox environment allows editing.true
if this sandbox environment allows editing