com.ibm.pdp.maf.rpp.pac.dialogfolderview

Interface AbstractDialogFolderView

  • All Superinterfaces:
    AbstractRadicalElement, Element, RadicalElement
    All Known Subinterfaces:
    DialogFolderView, FolderView


    public interface AbstractDialogFolderView
    extends AbstractRadicalElement

    Considering the fact that an application's functionality does not necessarily cover the wide scope of a Folder definition,

    each business act must be able to work on a partial view of a Folder which guarantees the integrity of the transformation of its instances.

    This view is represented by the Folder View entity.

    A Folder View represents all or part of the Folder and must then contain the Folder root.

    A Folder can contain several Folder Views.

    Each view corresponds to a consistent representation of some of the Folder nodes, according to the data required to implement a business act.

    An application can use several Folder Views proceding from different Folders.

    • Method Detail

      • getComposition

        java.util.List<java.lang.String> getComposition()

        Returns the list of all the selected node code in the Folder's composition.

        Returns:
      • getDestinationFolder

        java.lang.String getDestinationFolder()

        Returns the folder where the proxy is generated.

        Returns:
      • getDestinationProject

        java.lang.String getDestinationProject()

        Returns the project where the proxy is generated.

        Returns:
      • getFolder

        Folder getFolder()

        Returns the Folder to which the Folder View belongs

        Returns:
      • getGenerationLibrary

        Library getGenerationLibrary()

        Indicates the Library on which we can find the generation parameters for the entity.

        Parameters are related to the adaptation to the operating system in use.

        Returns:
      • getPrefixClass

        java.lang.String getPrefixClass()

        Class prefix : Smalltalk classes generated for the Folder View Proxy.

        There is necessarily one and only one prefix for the whole set of Folder Views.

        Returns: