Interface DAMContentFragment

    • Field Detail

      • JSON_PN_MODEL

        static final String JSON_PN_MODEL
        Name of the property (in JSON export) that provides the path to the model of the content fragment
        Since:
        com.adobe.cq.wcm.core.components.models.contentfragment 1.0.0
        See Also:
        Constant Field Values
      • JSON_PN_ELEMENTS

        static final String JSON_PN_ELEMENTS
        Name of the property (in JSON export) that provides an object containing the elements of the content fragment; the keys of the object properties refer to the element names
        Since:
        com.adobe.cq.wcm.core.components.models.contentfragment 1.0.0
        See Also:
        Constant Field Values
      • JSON_PN_ELEMENTS_ORDER

        static final String JSON_PN_ELEMENTS_ORDER
        Name of the property (in JSON export) that provides an array containing the names of the elements of the content fragment in the correct order
        Since:
        com.adobe.cq.wcm.core.components.models.contentfragment 1.0.0
        See Also:
        Constant Field Values
    • Method Detail

      • getTitle

        @Nullable
        default @Nullable String getTitle()
        Returns the title of the content fragment.
        Returns:
        the title of the content fragment
        Since:
        com.adobe.cq.wcm.core.components.models.contentfragment 1.0.0
        See Also:
        ContentFragment.getTitle()
      • getName

        @NotNull
        default @NotNull String getName()
        Returns the technical name of the content fragment.
        Returns:
        the technical name of the content fragment
        Since:
        com.adobe.cq.wcm.core.components.models.contentfragment 1.3.0
        See Also:
        ContentFragment.getName()
      • getDescription

        @Nullable
        default @Nullable String getDescription()
        Returns the description of the content fragment.
        Returns:
        the description of the content fragment
        Since:
        com.adobe.cq.wcm.core.components.models.contentfragment 1.0.0
        See Also:
        ContentFragment.getDescription()
      • getType

        @Nullable
        default @Nullable String getType()
        Returns the type of the content fragment. The type is a string that uniquely identifies the model or template of the content fragment (e.g. "my-project/models/my-model" for a structured or "/content/dam/my-cf/jcr:content/model" for a text-only content fragment).
        Returns:
        the type of the content fragment
        Since:
        com.adobe.cq.wcm.core.components.models.contentfragment 1.0.0
      • getExportedElements

        @NotNull
        default @NotNull Map<String,​DAMContentFragment.DAMContentElement> getExportedElements()
        Returns a map of elements that are used for creating the JSON export. The keys of the map determine the name of the element. The value holds the Sling Model that is used for the export. The map only contains elements that are configured through the property ContentFragment.PN_ELEMENT_NAMES or all elements if the property is not set.
        Returns:
        a map containing the elements that are subject to be exported
        Since:
        com.adobe.cq.wcm.core.components.models.contentfragment 1.0.0
      • getExportedElementsOrder

        @NotNull
        default @NotNull String[] getExportedElementsOrder()
        Returns the names of the elements in the correct order. The names correspond to the keys of the map returned by getExportedElements().
        Returns:
        Array that determines the order of the elements
        Since:
        com.adobe.cq.wcm.core.components.models.contentfragment 1.0.0
      • getAssociatedContent

        @Nullable
        default @Nullable List<Resource> getAssociatedContent()
        Returns a list of resources representing the collections that are associated to this content fragment.
        Returns:
        a list of collection resources
        Since:
        com.adobe.cq.wcm.core.components.models.contentfragment 1.0.0
        See Also:
        getAssociatedContent()
      • getExportedType

        @NotNull
        default @NotNull String getExportedType()
        Returns the type of the resource for which the export is performed.
        Specified by:
        getExportedType in interface ComponentExporter
        Returns:
        the type of the resource
        Since:
        com.adobe.cq.wcm.core.components.models.contentfragment 1.0.0
      • getEditorJSON

        @NotNull
        default @NotNull String getEditorJSON()
        Returns a JSON format string containing information about this fragment.
        Returns:
        JSON string
        Since:
        com.adobe.cq.wcm.core.components.models.contentfragment 1.0.0