Interface ImporterConstants


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

    • RESOURCE_TYPE_IMPORTER

      static final String RESOURCE_TYPE_IMPORTER
      Resource Type of the importer component
      See Also:
    • RESOURCE_TYPE_IMPORTER_PAGE

      static final String RESOURCE_TYPE_IMPORTER_PAGE
      Resource Type of the importer page
      See Also:
    • PAGE_TEMPLATE_IMPORTER_PAGE

      static final String PAGE_TEMPLATE_IMPORTER_PAGE
      Resource Type of the importer page
      See Also:
    • NN_CANVAS

      static final String NN_CANVAS
      Name of the canvas node
      See Also:
    • PN_SECONDARY_CANVAS

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

      static final 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:
    • PN_CANVAS_ARTIFACTS_PENDING_DEACTIVATE

      static final 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:
    • NN_DESIGNPACKAGE

      static final 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:
    • NN_DESIGNPACKAGEFILE

      static final String NN_DESIGNPACKAGEFILE
      Name of the design package file node
      See Also:
    • PN_DESIGN_PACKAGE_REFERENCE

      static final 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:
    • PARAM_DESIGNFILE

      static final String PARAM_DESIGNFILE
      Name of the request parameter that holds the design package archive stream
      See Also:
    • PN_RESOURCE_TYPE

      static final 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: