Class DocumentInfo


  • @Deprecated
    public class DocumentInfo
    extends Object
    Deprecated.
    since 5.2, use Filter framework instead
    Version:
    $Id: ccd62272df9ab35934162f7ac40e4772078c4f0c $
    • Constructor Detail

      • DocumentInfo

        public DocumentInfo​(XWikiDocument doc)
        Deprecated.
    • Method Detail

      • isNew

        public boolean isNew()
        Deprecated.
      • changeSpace

        public void changeSpace​(String Space)
        Deprecated.
      • getFileType

        public int getFileType()
        Deprecated.
      • setFileType

        public void setFileType​(int fileType)
        Deprecated.
      • getFullName

        public String getFullName()
        Deprecated.
      • getLanguage

        public String getLanguage()
        Deprecated.
      • isInstallable

        public int isInstallable()
        Deprecated.
      • testInstall

        public int testInstall​(boolean isAdmin,
                               XWikiContext context)
        Deprecated.
      • installStatusToString

        public static String installStatusToString​(int status)
        Deprecated.
      • actionToString

        public static String actionToString​(int status)
        Deprecated.
      • actionToInt

        public static int actionToInt​(String status)
        Deprecated.
      • getAction

        public int getAction()
        Deprecated.
      • setAction

        public void setAction​(int action)
        Deprecated.