public enum CmsVisibilityCheckFlag extends java.lang.Enum<CmsVisibilityCheckFlag>
Enum Constant and Description |
---|
controlpermission
Check that we have control permission.
|
defaultfile
Check that resource is a defaultfile.
|
deleted
Checks if resource is deleted.
|
file
Check that the resource is a file.
|
folder
Check that the resource is a folder.
|
haseditor
Checks if an editor is available.
|
hassourcecodeeditor
Checks if a sourcecode editor is available.
|
inproject
Check that the resource is in the current project.
|
mylock
Checks if resource is locked by current user.
|
noinheritedlock
Checks that lock is not inherited.
|
nootherlock
Checks if resource is not locked by different user.
|
notdeleted
Checks if resource is not deleted.
|
notinproject
Checks that the resource is not in the current project.
|
notnew
Checks that the resource is not new.
|
notonline
Check that we are in an Offline project.
|
notunchangedfile
Checks that the resource is a file which is not unchanged.
|
otherlock
Checks if resource is locked by different user.
|
pagefolder
Folder with container page default file.
|
pointer
Checks if resource is a pointer.
|
publishpermission
Checks if user has publish permissions.
|
replacable
Checks that replace operations are valid for the type.
|
roleeditor
Check editor rule.
|
rolewpuser
Check workplace user role.
|
unlocked
Checks if resource is unlocked.
|
writepermisssion
Check that we have write permission.
|
xml
Checks if resource is xml content.
|
Modifier and Type | Method and Description |
---|---|
static CmsVisibilityCheckFlag |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CmsVisibilityCheckFlag[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CmsVisibilityCheckFlag controlpermission
public static final CmsVisibilityCheckFlag defaultfile
public static final CmsVisibilityCheckFlag deleted
public static final CmsVisibilityCheckFlag file
public static final CmsVisibilityCheckFlag folder
public static final CmsVisibilityCheckFlag haseditor
public static final CmsVisibilityCheckFlag hassourcecodeeditor
public static final CmsVisibilityCheckFlag inproject
public static final CmsVisibilityCheckFlag mylock
public static final CmsVisibilityCheckFlag noinheritedlock
public static final CmsVisibilityCheckFlag nootherlock
public static final CmsVisibilityCheckFlag notdeleted
public static final CmsVisibilityCheckFlag notinproject
public static final CmsVisibilityCheckFlag notnew
public static final CmsVisibilityCheckFlag notonline
public static final CmsVisibilityCheckFlag notunchangedfile
public static final CmsVisibilityCheckFlag otherlock
public static final CmsVisibilityCheckFlag pagefolder
public static final CmsVisibilityCheckFlag pointer
public static final CmsVisibilityCheckFlag publishpermission
public static final CmsVisibilityCheckFlag replacable
public static final CmsVisibilityCheckFlag roleeditor
public static final CmsVisibilityCheckFlag rolewpuser
public static final CmsVisibilityCheckFlag unlocked
public static final CmsVisibilityCheckFlag writepermisssion
public static final CmsVisibilityCheckFlag xml
public static CmsVisibilityCheckFlag[] values()
for (CmsVisibilityCheckFlag c : CmsVisibilityCheckFlag.values()) System.out.println(c);
public static CmsVisibilityCheckFlag valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null