Interface ImporterConstants


  • public interface ImporterConstants
    Constants used by design importer classes
    Since:
    5.6.1
    • Field Detail

      • RESOURCE_TYPE_IMPORTER

        static final java.lang.String RESOURCE_TYPE_IMPORTER
        Resource Type of the importer component
        See Also:
        Constant Field Values
      • RESOURCE_TYPE_IMPORTER_PAGE

        static final java.lang.String RESOURCE_TYPE_IMPORTER_PAGE
        Resource Type of the importer page
        See Also:
        Constant Field Values
      • PAGE_TEMPLATE_IMPORTER_PAGE

        static final java.lang.String PAGE_TEMPLATE_IMPORTER_PAGE
        Resource Type of the importer page
        See Also:
        Constant Field Values
      • NN_CANVAS

        static final java.lang.String NN_CANVAS
        Name of the canvas node
        See Also:
        Constant Field Values
      • PN_SECONDARY_CANVAS

        static final java.lang.String PN_SECONDARY_CANVAS
        Name of the secondaryCanvas property. This property is used to differentiate secondary canvases from primary
        See Also:
        Constant Field Values
      • PN_OWNER_CANVAS_PAGE

        static final java.lang.String PN_OWNER_CANVAS_PAGE
        Name of the ownerCanvasPage property. This property on canvas artifacts back refers to the page that contains the canvas the artifact is associated with.
        See Also:
        Constant Field Values
      • PN_CANVAS_ARTIFACTS_PENDING_DEACTIVATE

        static final java.lang.String PN_CANVAS_ARTIFACTS_PENDING_DEACTIVATE
        Name of the canvasArtifactsPendingDelete property. This multi-valued property is put on pages with cleared canvas to help deactivate the canvas artifacts when the page is activated next
        See Also:
        Constant Field Values
      • NN_DESIGNPACKAGE

        static final java.lang.String NN_DESIGNPACKAGE
        Name of the design package node. Design package node, a child node of the importer node, acts as a container for the design package file node
        See Also:
        Constant Field Values
      • NN_DESIGNPACKAGEFILE

        static final java.lang.String NN_DESIGNPACKAGEFILE
        Name of the design package file node
        See Also:
        Constant Field Values
      • PN_DESIGN_PACKAGE_REFERENCE

        static final java.lang.String PN_DESIGN_PACKAGE_REFERENCE
        Name of the jcr property that holds the reference to the dam asset that needs to be imported via the design importer
        See Also:
        Constant Field Values
      • PARAM_DESIGNFILE

        static final java.lang.String PARAM_DESIGNFILE
        Name of the request parameter that holds the design package archive stream
        See Also:
        Constant Field Values
      • PN_RESOURCE_TYPE

        static final java.lang.String PN_RESOURCE_TYPE
        Name of the ComponentTagHandlerFactory's OSGi property that stores the resource type to be associated with the component to be generated
        See Also:
        Constant Field Values