| Modifier and Type | Method and Description |
|---|---|
IPicture |
IPictureReference.getReferenceto()
Returns the linked reference to or null if none is linked.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<? extends IPicture> |
IDocumentContentDataProvider.getAllPictures()
Returns all picture items of the project.
|
java.util.List<? extends IPicture> |
IDocumentContentDataProvider.getAllPictures(int sortingCriterion)
Returns all picture items of the project.
|
java.util.List<? extends IPicture> |
IDocumentContentDataProvider.getAllPictures(java.lang.String sortingProperty)
Returns all picture items of the project.
|
java.util.List<? extends IPicture> |
IDocumentContentDataProvider.getAllPicturesForHistoryItem(com.arcway.cockpit.docgen.provider.interfaces.IHistoryEntry historyItem)
Returns all picture 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 IPicture> |
IDocumentContentDataProvider.getAllPicturesWithCategory(java.lang.String categoryID)
Returns all picture items of the project that belong to the specified category.
|
java.util.List<? extends IPicture> |
IDocumentContentDataProvider.getAllPicturesWithCategory(java.lang.String categoryID,
int sortingCriterion)
Returns all picture items of the project that belong to the specified category.
|
java.util.List<? extends IPicture> |
IDocumentContentDataProvider.getAllPicturesWithCategory(java.lang.String categoryID,
java.lang.String sortingProperty)
Returns all picture items of the project that belong to the specified category.
|
java.util.List<? extends IPicture> |
IDocumentContentDataProvider.getAllPicturesWithDefaultCategory()
Returns all picture items of the project that belong to the default category.
|
java.util.List<? extends IPicture> |
IDocumentContentDataProvider.getAllPicturesWithDefaultCategory(int sortingCriterion)
Returns all picture items of the project that belong to the default category.
|
java.util.List<? extends IPicture> |
IDocumentContentDataProvider.getAllPicturesWithDefaultCategory(java.lang.String sortingProperty)
Returns all picture items of the project that belong to the default category.
|
java.util.List<? extends IPicture> |
IContainer.getPictureChildren()
Returns the picture children.
|
java.util.List<? extends IPicture> |
IContainer.getPictureChildren(int sortingCriterion)
Returns the picture children.
|
java.util.List<? extends IPicture> |
IContainer.getPictureChildren(java.lang.String sortingProperty)
Returns the picture children.
|
java.util.List<? extends IPicture> |
IContainer.getPictureChildrenWithCategory(java.lang.String categoryID)
Returns the picture children that belong to the specified category.
|
java.util.List<? extends IPicture> |
IContainer.getPictureChildrenWithCategory(java.lang.String categoryID,
int sortingCriterion)
Returns the picture children that belong to the specified category.
|
java.util.List<? extends IPicture> |
IContainer.getPictureChildrenWithCategory(java.lang.String categoryID,
java.lang.String sortingProperty)
Returns the picture children that belong to the specified category.
|
java.util.List<? extends IPicture> |
IContainer.getPictureChildrenWithDefaultCategory()
Returns the picture children that belong to the default category.
|
java.util.List<? extends IPicture> |
IContainer.getPictureChildrenWithDefaultCategory(int sortingCriterion)
Returns the picture children that belong to the default category.
|
java.util.List<? extends IPicture> |
IContainer.getPictureChildrenWithDefaultCategory(java.lang.String sortingProperty)
Returns the picture children that belong to the default category.
|