| Modifier and Type | Method and Description |
|---|---|
java.util.List<? extends IApplet> |
ICrmDocumentationDataProvider.getAllApplets()
Returns all applet items of the project.
|
java.util.List<? extends IApplet> |
ICrmDocumentationDataProvider.getAllApplets(int sortingCriterion)
Returns all applet items of the project.
|
java.util.List<? extends IApplet> |
ICrmDocumentationDataProvider.getAllApplets(java.lang.String sortingProperty)
Returns all applet items of the project.
|
java.util.List<? extends IApplet> |
ICrmDocumentationDataProvider.getAllAppletsForHistoryItem(com.arcway.cockpit.docgen.provider.interfaces.IHistoryEntry historyItem)
Returns all applet items which have been modified the last time with the commit
identified by the given history item (each time, a user commits the project,
a history item is created).
|
java.util.List<? extends IApplet> |
ICrmDocumentationDataProvider.getAllRootApplets()
Returns all root applet items of the project.
|
java.util.List<? extends IApplet> |
ICrmDocumentationDataProvider.getAllRootApplets(int sortingCriterion)
Returns all root applet items of the project.
|
java.util.List<? extends IApplet> |
ICrmDocumentationDataProvider.getAllRootApplets(java.lang.String sortingProperty)
Returns all root applet items of the project.
|
java.util.List<? extends IApplet> |
IFolder.getAppletChildren()
Returns the applet children.
|
java.util.List<? extends IApplet> |
IFolder.getAppletChildren(int sortingCriterion)
Returns the applet children.
|
java.util.List<? extends IApplet> |
IFolder.getAppletChildren(java.lang.String sortingProperty)
Returns the applet children.
|
java.util.List<? extends IApplet> |
IView.getContainedApplets()
Returns the contained applet items.
|
java.util.List<? extends IApplet> |
IView.getContainedApplets(int sortingCriterion)
Returns the contained applet items.
|
java.util.List<? extends IApplet> |
IView.getContainedApplets(java.lang.String sortingProperty)
Returns the contained applet items.
|
java.util.List<? extends IApplet> |
IField.getContainingApplets()
Returns the containing applet items.
|
java.util.List<? extends IApplet> |
IButton.getContainingApplets()
Returns the containing applet items.
|
java.util.List<? extends IApplet> |
IField.getContainingApplets(int sortingCriterion)
Returns the containing applet items.
|
java.util.List<? extends IApplet> |
IButton.getContainingApplets(int sortingCriterion)
Returns the containing applet items.
|
java.util.List<? extends IApplet> |
IField.getContainingApplets(java.lang.String sortingProperty)
Returns the containing applet items.
|
java.util.List<? extends IApplet> |
IButton.getContainingApplets(java.lang.String sortingProperty)
Returns the containing applet items.
|