Enum CmsVisibilityCheckFlag

    • Enum Constant Summary

      Enum Constants 
      Enum Constant 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.
      notpointer
      Checks if resource is not a pointer.
      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.
      restrictedconfig
      Checks if the file shouldn't be edited by the current user (used for sitemap config).
      roleeditor
      Check editor rule.
      roleelementauthor
      Check element author role.
      rolerootadmin
      Check root administrator rule.
      rolevfsmanager
      Check VFS manager role.
      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.
      xmlunmarshal
      If resource is an XML content, check if unmarshalling succeeds.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method 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.
      • Methods inherited from class java.lang.Enum

        clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
      • Methods inherited from class java.lang.Object

        getClass, notify, notifyAll, wait, wait, wait