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.
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
copyright |
Modifier and Type | Method and Description |
---|---|
java.util.List<java.lang.String> |
getComposition() |
java.lang.String |
getDestinationFolder() |
java.lang.String |
getDestinationProject() |
Folder |
getFolder() |
Library |
getGenerationLibrary() |
java.lang.String |
getPrefixClass() |
getGCLines
getCalledEntities, getDescriptionTypes, getDesignId, getEntityVersion, getKeywords, getLabel, getName, getPackage, getProject, isResolved
static final java.lang.String copyright
java.util.List<java.lang.String> getComposition()
Returns the list of all the selected node code in the Folder's composition.
java.lang.String getDestinationFolder()
Returns the folder where the proxy is generated.
java.lang.String getDestinationProject()
Returns the project where the proxy is generated.
Folder getFolder()
Returns the Folder to which the Folder View belongs
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.
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.