Uses of Class
com.sas.lsaf.query.repository.recyclebin.RecycleBinItemQuery
-
Packages that use RecycleBinItemQuery Package Description com.sas.lsaf.query.repository.recyclebin The services and classes to extract recycle bin content information to a file for further processing. -
-
Uses of RecycleBinItemQuery in com.sas.lsaf.query.repository.recyclebin
Subclasses of RecycleBinItemQuery in com.sas.lsaf.query.repository.recyclebin Modifier and Type Class Description class
RecycleBinContainerQuery
The class that represents a query of individual containers that have been deleted and are located in the recycle bin.class
RecycleBinFileQuery
This class represents a query of individual files that have been deleted and are located in the recycle bin.class
RecycleBinFileVersionQuery
The class that represents a query of individual files that have been deleted and are located in the recycle bin.Methods in com.sas.lsaf.query.repository.recyclebin with parameters of type RecycleBinItemQuery Modifier and Type Method Description java.lang.String
RecycleBinQueryService. executeRecycleBinItemQuery(RecycleBinItemQuery query, ExtractFileCreateInfo file)
Extracts individual items that have been deleted and are located in the recycle bin based on the specified query.
-