Interface Contribution

    • Method Detail

      • getName

        String getName()
        Gets the contribution name.
      • getDescription

        String getDescription()
        Gets the contribution description.
      • setDescription

        void setDescription​(String description)
        Sets the contribution description.
      • isDisabled

        boolean isDisabled()
        Whether this contribution should be automatically installed at startup.
      • setDisabled

        void setDisabled​(boolean isAutoStart)
        Sets the auto install flag for this contribution.
      • getStream

        InputStream getStream()
        Gets the contribution XML content. The content should be in Nuxeo XML component format.
        Specified by:
        getStream in interface StreamRef
      • getContent

        String getContent()
        Gets the contribution XML content. The content should be in Nuxeo XML component format.