Uses of Class
com.sas.lsaf.query.repository.RepositoryItemQuery
-
Packages that use RepositoryItemQuery Package Description com.sas.lsaf.query.repository The services and classes to extract repository content information to a file for further processing. -
-
Uses of RepositoryItemQuery in com.sas.lsaf.query.repository
Subclasses of RepositoryItemQuery in com.sas.lsaf.query.repository Modifier and Type Class Description class
RepositoryContainerQuery
This class provides an API to generate criteria when querying repository containers.class
RepositoryFileQuery
This class provides an API to generate criteria when querying repository files.class
RepositoryFileVersionQuery
This class provides an API to generate criteria when querying repository file versions.Methods in com.sas.lsaf.query.repository with parameters of type RepositoryItemQuery Modifier and Type Method Description java.lang.String
RepositoryQueryService. executeRepositoryItemQuery(RepositoryItemQuery query, ExtractFileCreateInfo file)
Extracts repository item (file and container) information to a file based on the specified query.
-