com.ibm.pdp.maf.rpp.pac.volume

Interface CallLine

  • All Superinterfaces:
    Element, VolumeLine


    public interface CallLine
    extends VolumeLine

    A Call line allows to specify the publication of an instance.

    You can also choose not to publish all the contents of the entity but only some of the differents descriptions.

    • Method Detail

      • getCalledInstance

        RadicalElement getCalledInstance()

        Indicates the entity to be published.

        Returns:
      • getDescription

        java.lang.String getDescription()

        The description gives the elements which will be published. The allowed description are listed in a combo box and shows which one are concerned by the entity. 

        Theses descriptions are based on MAF model. So you will have "sections" for Text, "dlines" for Data Element for example.

        Returns:
      • getFilter

        VolumeFilter getFilter()

        The filter allows to specify which part of the entity specified in the request will be published : definition, description, comments....

        Returns:
      • getWhereFields

        java.util.List<VolumeField> getWhereFields()

        Indicates the select criterion to specify in a finest grain the publish. For Text, you can specify which section you want to be published.

        Returns: