Uses of Class
com.sas.lsaf.query.Query
Packages that use Query
Package
Description
Contains common classes and interfaces to query information.
The services and classes to query and extract audit information to a file for further processing.
The services and classes to extract repository content information to a file for further processing.
The services and classes to extract recycle bin content information to a file for further processing.
The services and classes to extract membership information to a file for further processing.
The services and classes to query and extract permission information to a file for further processing.
-
Uses of Query in com.sas.lsaf.query
Methods in com.sas.lsaf.query that return QueryModifier and TypeMethodDescriptionQuery.constrain(Constraint c) Sets the constraint to use when executing the query.final QueryQuery.includeColumnNames(boolean includeColumnNames) Sets whether to include column names in the query output.final QuerySets the order for the specified columns to order, according to the default sort order, which is descending and case-sensitive.final QuerySets the order to use in the query output.Sets the columns to include in the query output.Sets the list of columns to include in the query output. -
Uses of Query in com.sas.lsaf.query.audit
Subclasses of Query in com.sas.lsaf.query.auditModifier and TypeClassDescriptionclassThis class represents an API to generate criteria to query audit entry details.classThis class represents an API to generate criteria to query audit entries. -
Uses of Query in com.sas.lsaf.query.repository
Subclasses of Query in com.sas.lsaf.query.repositoryModifier and TypeClassDescriptionclassThis class provides an API to generate criteria when querying repository containers.classThis class provides an API to generate criteria when querying repository files.classThis class provides an API to generate criteria when querying repository file versions.classThis class provides an API to generate criteria when querying repository content. -
Uses of Query in com.sas.lsaf.query.repository.recyclebin
Subclasses of Query in com.sas.lsaf.query.repository.recyclebinModifier and TypeClassDescriptionclassThe class that represents a query of individual containers that have been deleted and are located in the recycle bin.classThis class represents a query of individual files that have been deleted and are located in the recycle bin.classThe class that represents a query of individual files that have been deleted and are located in the recycle bin.classThe class that represents individual items that have been deleted and are located in the recycle bin. -
Uses of Query in com.sas.lsaf.query.security.membership
Subclasses of Query in com.sas.lsaf.query.security.membershipModifier and TypeClassDescriptionclassThis class represents criteria to use to query membership information.classThis class represents the criteria to query membership information.classThis abstract class represents core columns to query membership information. -
Uses of Query in com.sas.lsaf.query.security.permissions
Subclasses of Query in com.sas.lsaf.query.security.permissionsModifier and TypeClassDescriptionclassThis class represents criteria to use to query permission information.