|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BatchCollection | |
---|---|
com.trendmicro.grid.acl.l0 | ENTRY POINT: Defines all "level-0" frontend GRID interfaces and implementations for SOAP & REST services. |
Uses of BatchCollection in com.trendmicro.grid.acl.l0 |
---|
Methods in com.trendmicro.grid.acl.l0 that return BatchCollection | ||
---|---|---|
static
|
BatchCollection.of(Collection<? extends E> elements)
Creates a new final batch collection using the given elements. |
|
static
|
BatchCollection.of(E... elements)
Creates a new final batch collection using the given elements. |
|
static
|
BatchCollection.of(E element)
Creates a new final singleton batch collection using the given element. |
Methods in com.trendmicro.grid.acl.l0 that return types with arguments of type BatchCollection | ||
---|---|---|
static
|
BatchCollection.chunksOf(List<? extends E> elements)
Creates chunks of batch collections that honor the built-in batch limit using the given elements. |
|
static
|
BatchCollection.chunksOf(List<? extends E> elements,
int batchSize)
Creates chunks of batch collections that honor the given batch limit using the given elements. |
Methods in com.trendmicro.grid.acl.l0 with parameters of type BatchCollection | |
---|---|
List<CategoryView> |
PublicCategoryService.getCategoryViews(String locale,
BatchCollection<String> viewNames)
Returns the category views for the given view names. |
Collection<FileDetails> |
PublicFileService.getFileDetailsList(BatchCollection<FileIdentifier> files)
Returns the file details list for the given files. |
Collection<FileDetails> |
FileService.getFileDetailsList(BatchCollection<FileIdentifier> files)
Returns the file details list for the given files. |
Collection<FileInformation> |
PublicFileService.getFileInformationList(BatchCollection<FileIdentifier> files)
Returns the file information list for the given files. |
Collection<PackageDetails> |
PublicPackageService.getPackageDetailsListById(BatchCollection<FileIdentifier> files)
Returns the package details on the given package file ids. |
Collection<PackageDetails> |
PackageService.getPackageDetailsListById(BatchCollection<FileIdentifier> files)
Returns the package details on the given package file ids. |
Collection<PackageDetails> |
PublicPackageService.getPackageDetailsListByName(BatchCollection<String> packageNames)
Returns the package details on the given package names. |
Collection<PackageDetails> |
PackageService.getPackageDetailsListByName(BatchCollection<String> packageNames)
Returns the package details on the given package names. |
Collection<String> |
PublicPackageService.getPackageDisplayNames(BatchCollection<String> packageNames)
Returns the displaynames for the given reference names. |
Collection<String> |
PublicPackageService.getPackageFamilyDisplayNames(BatchCollection<String> packageFamilyNames)
Returns the displaynames for the given reference names. |
Collection<FileIdentifier> |
PublicPackageService.getPackageFileIdentifiersByName(BatchCollection<String> packageNames)
Returns the file ID of the file that is associated with the given package. |
Collection<PackageInformation> |
PublicPackageService.getPackageInformationListById(BatchCollection<FileIdentifier> files)
Returns the package information list of the given packages. |
Collection<PackageInformation> |
PublicPackageService.getPackageInformationListByName(BatchCollection<String> packageNames)
Returns the package information list of the given packages. |
List<NameList> |
PublicCategoryService.getReferencingCategoryNamesOnFileInformationList(BatchCollection<FileInformation> informationList)
Returns the category names that reference this file information list. |
List<NameList> |
PublicCategoryService.getReferencingCategoryNamesOnFiles(BatchCollection<FileIdentifier> fileIdentifiers)
Returns the category names that reference these identifiers. |
List<NameList> |
PublicCategoryService.getReferencingCategoryNamesOnPackageInformationList(BatchCollection<PackageInformation> informationList)
Returns the category names that reference this package information list. |
List<NameList> |
PublicCategoryService.getReferencingCategoryNamesOnPackagesById(BatchCollection<FileIdentifier> fileIdentifiers)
Returns the category names that reference these packages selected by their file identifiers. |
List<NameList> |
PublicCategoryService.getReferencingCategoryNamesOnPackagesByName(BatchCollection<String> packageNames)
Returns the category names that reference these packages selected by their names. |
List<URL> |
FileRequestService.getRemoteTransferURLs(BatchCollection<FileIdentifier> files)
Returns a list of remotely accessible transfer URLs for the given files. |
Collection<SourceInformation> |
SourceService.getSourceInformationList(BatchCollection<SourceIdentifier> identifiers)
Returns the lightweight source-information list for the given source identifiers. |
Collection<Source> |
SourceService.getSources(BatchCollection<SourceIdentifier> identifiers)
Returns the sources for the given source identifier. |
Collection<String> |
PublicPackageService.getVendorDisplayNames(BatchCollection<String> vendorNames)
Returns the displaynames for the given reference names. |
R |
BatchCollection.Invoker.invoke(BatchCollection<E> chunk)
Is called for every batch chunk that is handled within the method invokeOnChunksOf(java.util.Collection extends E>, com.trendmicro.grid.acl.l0.BatchCollection.Invoker |
Collection<Boolean> |
PublicFileService.isFilesKnown(BatchCollection<FileIdentifier> files)
Implements a batch query for PublicFileService.isFileKnown(FileIdentifier) . |
Collection<IsTrueResult> |
PublicFileService.isFilesKnownGood(BatchCollection<FileIdentifier> files)
Implements a batch query for PublicFileService.isFileKnownGood(FileIdentifier) . |
Collection<IsTrueResult> |
PublicFileService.isFilesPureWhite(BatchCollection<FileIdentifier> files)
Implements a batch query for PublicFileService.isFilePureWhite(FileIdentifier) . |
Collection<Boolean> |
PublicFileService.isFilesTaggedWith(BatchCollection<FileIdentifier> files,
String[] tags)
Deprecated. Please use PublicFileService.isFilesTaggedWithAll(BatchCollection, String[]) instead. |
Collection<IsTrueResult> |
PublicFileService.isFilesTaggedWithAll(BatchCollection<FileIdentifier> files,
String[] tags)
Returns 'Yes' if the given files are tagged with the specified tags. |
Collection<IsTrueResult> |
PublicPackageService.isPackagesTaggedWithAllById(BatchCollection<FileIdentifier> files,
String[] tags)
Returns 'Yes' if the given packages are tagged with the specified tags. |
Collection<IsTrueResult> |
PublicPackageService.isPackagesTaggedWithAllByName(BatchCollection<String> packageNames,
String[] tags)
Returns 'Yes' if the given packages are tagged with the specified tags. |
Collection<Boolean> |
PublicPackageService.isPackagesTaggedWithById(BatchCollection<FileIdentifier> files,
String[] tags)
Deprecated. Please use PublicPackageService.isPackagesTaggedWithAllById(BatchCollection, String[]) instead. |
Collection<Boolean> |
PublicPackageService.isPackagesTaggedWithByName(BatchCollection<String> packageNames,
String[] tags)
Deprecated. Please use PublicPackageService.isPackagesTaggedWithAllByName(BatchCollection, String[]) instead. |
void |
PublicReportService.sendFileReports(BatchCollection<FileReport> fileReports)
Allows to send a collection of file reports to the grid. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |