| Modifier and Type | Method and Description |
|---|---|
java.util.List<? extends IPictureReference> |
IDocumentContentDataProvider.getAllPictureReferences()
Returns all picture reference items of the project.
|
java.util.List<? extends IPictureReference> |
IDocumentContentDataProvider.getAllPictureReferences(int sortingCriterion)
Returns all picture reference items of the project.
|
java.util.List<? extends IPictureReference> |
IDocumentContentDataProvider.getAllPictureReferences(java.lang.String sortingProperty)
Returns all picture reference items of the project.
|
java.util.List<? extends IPictureReference> |
IDocumentContentDataProvider.getAllPictureReferencesForHistoryItem(com.arcway.cockpit.docgen.provider.interfaces.IHistoryEntry historyItem)
Returns all picture reference 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 IPictureReference> |
IDocumentContentDataProvider.getAllPictureReferencesWithCategory(java.lang.String categoryID)
Returns all picture reference items of the project that belong to the specified category.
|
java.util.List<? extends IPictureReference> |
IDocumentContentDataProvider.getAllPictureReferencesWithCategory(java.lang.String categoryID,
int sortingCriterion)
Returns all picture reference items of the project that belong to the specified category.
|
java.util.List<? extends IPictureReference> |
IDocumentContentDataProvider.getAllPictureReferencesWithCategory(java.lang.String categoryID,
java.lang.String sortingProperty)
Returns all picture reference items of the project that belong to the specified category.
|
java.util.List<? extends IPictureReference> |
IDocumentContentDataProvider.getAllPictureReferencesWithDefaultCategory()
Returns all picture reference items of the project that belong to the default category.
|
java.util.List<? extends IPictureReference> |
IDocumentContentDataProvider.getAllPictureReferencesWithDefaultCategory(int sortingCriterion)
Returns all picture reference items of the project that belong to the default category.
|
java.util.List<? extends IPictureReference> |
IDocumentContentDataProvider.getAllPictureReferencesWithDefaultCategory(java.lang.String sortingProperty)
Returns all picture reference items of the project that belong to the default category.
|
java.util.List<? extends IPictureReference> |
IContainer.getPictureReferenceChildren()
Returns the picture reference children.
|
java.util.List<? extends IPictureReference> |
IContainer.getPictureReferenceChildren(int sortingCriterion)
Returns the picture reference children.
|
java.util.List<? extends IPictureReference> |
IContainer.getPictureReferenceChildren(java.lang.String sortingProperty)
Returns the picture reference children.
|
java.util.List<? extends IPictureReference> |
IContainer.getPictureReferenceChildrenWithCategory(java.lang.String categoryID)
Returns the picture reference children that belong to the specified category.
|
java.util.List<? extends IPictureReference> |
IContainer.getPictureReferenceChildrenWithCategory(java.lang.String categoryID,
int sortingCriterion)
Returns the picture reference children that belong to the specified category.
|
java.util.List<? extends IPictureReference> |
IContainer.getPictureReferenceChildrenWithCategory(java.lang.String categoryID,
java.lang.String sortingProperty)
Returns the picture reference children that belong to the specified category.
|
java.util.List<? extends IPictureReference> |
IContainer.getPictureReferenceChildrenWithDefaultCategory()
Returns the picture reference children that belong to the default category.
|
java.util.List<? extends IPictureReference> |
IContainer.getPictureReferenceChildrenWithDefaultCategory(int sortingCriterion)
Returns the picture reference children that belong to the default category.
|
java.util.List<? extends IPictureReference> |
IContainer.getPictureReferenceChildrenWithDefaultCategory(java.lang.String sortingProperty)
Returns the picture reference children that belong to the default category.
|
java.util.List<? extends IPictureReference> |
IPicture.getUsedbys()
Returns the used by items.
|
java.util.List<? extends IPictureReference> |
IPicture.getUsedbys(int sortingCriterion)
Returns the used by items.
|
java.util.List<? extends IPictureReference> |
IPicture.getUsedbys(java.lang.String sortingProperty)
Returns the used by items.
|
java.util.List<? extends IPictureReference> |
IPicture.getUsedbysWithCategory(java.lang.String categoryID)
Returns the used by items that belong to the specified category.
|
java.util.List<? extends IPictureReference> |
IPicture.getUsedbysWithCategory(java.lang.String categoryID,
int sortingCriterion)
Returns the used by items that belong to the specified category.
|
java.util.List<? extends IPictureReference> |
IPicture.getUsedbysWithCategory(java.lang.String categoryID,
java.lang.String sortingProperty)
Returns the used by items that belong to the specified category.
|
java.util.List<? extends IPictureReference> |
IPicture.getUsedbysWithDefaultCategory()
Returns the used by items that belong to the default category.
|
java.util.List<? extends IPictureReference> |
IPicture.getUsedbysWithDefaultCategory(int sortingCriterion)
Returns the used by items that belong to the default category.
|
java.util.List<? extends IPictureReference> |
IPicture.getUsedbysWithDefaultCategory(java.lang.String sortingProperty)
Returns the used by items that belong to the default category.
|