Class ContentPackageOptions

    • Field Detail

      • PROPERTY_PACKAGE_GROUP

        public static final String PROPERTY_PACKAGE_GROUP
        Group name for content package
        See Also:
        Constant Field Values
      • PROPERTY_PACKAGE_NAME

        public static final String PROPERTY_PACKAGE_NAME
        Package name for content package
        See Also:
        Constant Field Values
      • PROPERTY_PACKAGE_DESCRIPTION

        public static final String PROPERTY_PACKAGE_DESCRIPTION
        Description for content package
        See Also:
        Constant Field Values
      • PROPERTY_PACKAGE_VERSION

        public static final String PROPERTY_PACKAGE_VERSION
        Version for content package
        See Also:
        Constant Field Values
      • PROPERTY_PACKAGE_ROOT_PATH

        public static final String PROPERTY_PACKAGE_ROOT_PATH
        Root path for content package (simplified version for setting just one filter)
        See Also:
        Constant Field Values
      • PROPERTY_PACKAGE_FILTERS

        public static final String PROPERTY_PACKAGE_FILTERS
        Contains list with filter definitions, optionally with include/exclude rules
        See Also:
        Constant Field Values
      • PROPERTY_PACKAGE_AC_HANDLING

        public static final String PROPERTY_PACKAGE_AC_HANDLING
        Access control handling for content package.
        See Also:
        Constant Field Values
      • PROPERTY_PACKAGE_THUMBNAIL_IMAGE

        public static final String PROPERTY_PACKAGE_THUMBNAIL_IMAGE
        URL to thumbnail PNG image to be used for the content package. URL file plugin prefixes can be used (e.g. classpath:).
        See Also:
        Constant Field Values
      • PROPERTY_PACKAGE_FILES

        public static final String PROPERTY_PACKAGE_FILES
        List of additional binary files to be included in content package. For each file you have to specify a path property (target path), and for the source an url property for an external file, or a file and dir property for a file that was generated by CONGA. If the file should be deleted after the inclusion you can additionally specify delete: true.
        See Also:
        Constant Field Values
      • PROPERTY_PACKAGE_PROPERTIES

        public static final String PROPERTY_PACKAGE_PROPERTIES
        Defines map with additional custom properties for package metadata.
        See Also:
        Constant Field Values
      • PROPERTY_PACKAGE_PACKAGE_TYPE

        public static final String PROPERTY_PACKAGE_PACKAGE_TYPE
        Defines content package type (for package validation).
        See Also:
        Constant Field Values
      • PROPERTY_PACKAGE_REQUIRES_ROOT

        public static final String PROPERTY_PACKAGE_REQUIRES_ROOT
        Package requires root.
        See Also:
        Constant Field Values
      • PROPERTY_PACKAGE_REQUIRES_RESTART

        public static final String PROPERTY_PACKAGE_REQUIRES_RESTART
        Package requires restart.
        See Also:
        Constant Field Values
      • PROPERTY_PACKAGE_ALLOW_INDEX_DEFINITIONS

        public static final String PROPERTY_PACKAGE_ALLOW_INDEX_DEFINITIONS
        Package allows index definitions.
        See Also:
        Constant Field Values