Package org.xwiki.xar

Interface XarEntryType

  • All Known Implementing Classes:
    AbstractXarEntryType

    @Role
    public interface XarEntryType
    The type of the XarEntry which control the behavior to adopt while upgrading, editing, etc.
    Since:
    10.3
    Version:
    $Id: 7227ff2377704ea4ab9d02f75fa08e2dea1883d5 $
    • Method Detail

      • getName

        String getName()
        Returns:
        the name of the type
      • isEditAllowed

        boolean isEditAllowed()
        Returns:
        true if editing this document is allowed
      • isDeleteAllowed

        boolean isDeleteAllowed()
        Returns:
        true if deleting this document is allowed