Uses of Class
com.sas.lsaf.query.Column
Packages that use Column
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 Column in com.sas.lsaf.query
Methods in com.sas.lsaf.query that return ColumnModifier and TypeMethodDescriptionComparison.getColumn()Gets the column for the comparison.Order.getColumn()Gets the column to sort.Methods in com.sas.lsaf.query that return types with arguments of type ColumnModifier and TypeMethodDescriptionQuery.getColumns()Gets the columns to include in the query output.Methods in com.sas.lsaf.query with parameters of type ColumnModifier and TypeMethodDescriptionstatic OrderCreates anOrderobject with the specified column sorted in ascending order.static OrderCreates anOrderobject with the specified column sorted in ascending order and indicates whether it is case-sensitive.Sets theColumnof the comparison.Sets the column to sort.static ComparisonComparison.comparison(Column column, Comparison.Operator operator, Serializable value) Creates aComparisonobject with the specified column, operator, and value.static ComparisonComparison.comparison(Column column, Comparison.Operator operator, Serializable value, boolean caseSensitive) Creates aComparisonobject with the specified column, operator, value and indicates whether the comparison is case-sensitive.static OrderOrder.descending(Column column) Creates anOrderobject with the specified column sorted in descending order.static OrderOrder.descending(Column column, boolean caseSensitive) Creates anOrderobject with the specified column sorted in descending order and indicates whether it is case-sensitive.static ComparisonComparison.equal(Column column, Serializable value) Creates aComparisonobject with the specified column and value using theEQUALoperator.static ComparisonComparison.equal(Column column, Serializable value, boolean caseSensitive) Creates aComparisonobject with the specified column and value using theEQUALoperator, and indicates whether the comparison is case-sensitive.static ComparisonComparison.greaterThan(Column column, Serializable value) Creates aComparisonobject with the specified column and value using theGREATER_THANoperator.static ComparisonComparison.greaterThan(Column column, Serializable value, boolean caseSensitive) Creates aComparisonobject with the specified column and value using theGREATER_THANoperator, and indicates whether the comparison is case-sensitive.static ComparisonComparison.greaterThanOrEqual(Column column, Serializable value) Creates aComparisonobject with the specified column and value using theGREATER_THAN_OR_EQUALoperator.static ComparisonComparison.greaterThanOrEqual(Column column, Serializable value, boolean caseSensitive) Creates aComparisonobject with the specified column and value using theGREATER_THAN_OR_EQUALoperator, and indicates whether the comparison should be case-sensitive.static ComparisonComparison.lessThan(Column column, Serializable value) Creates aComparisonobject with the specified column and value using theLESS_THANoperator.static ComparisonComparison.lessThan(Column column, Serializable value, boolean caseSensitive) Creates aComparisonobject with the specified column and value using theLESS_THANoperator, and indicates whether the comparison is case-sensitive.static ComparisonComparison.lessThanOrEqual(Column column, Serializable value) Creates aComparisonobject with the specified column and value using theLESS_THAN_OR_EQUALoperator.static ComparisonComparison.lessThanOrEqual(Column column, Serializable value, boolean caseSensitive) Creates aComparisonobject with the specified column and value using theLESS_THAN_OR_EQUALoperator, and indicates whether the comparison is case-sensitive.static ComparisonComparison.like(Column column, Serializable value) Creates aComparisonobject with the specified column and value using theLIKEoperator.static ComparisonComparison.like(Column column, Serializable value, boolean caseSensitive) Creates aComparisonobject with the specified column and value using theLIKEoperator, and indicates whether the comparison is case-sensitive.static ComparisonComparison.notEqual(Column column, Serializable value) Creates aComparisonobject with the specified column and value using theNOT_EQUALoperator.static ComparisonComparison.notEqual(Column column, Serializable value, boolean caseSensitive) Creates aComparisonobject with the specified column and value using theNOT_EQUALoperator, and indicates whether the comparison is case-sensitive.static ComparisonComparison.notLike(Column column, Serializable value) Creates aComparisonobject with the specified column and value using theNOT_LIKEoperator.static ComparisonComparison.notLike(Column column, Serializable value, boolean caseSensitive) Creates aComparisonobject with the specified column and value using theNOT_LIKEoperator, and indicates whether the comparison is case-sensitive.static OrderCreates anOrderobject with the specified column and indicates whether to sort in ascending order.static OrderCreates anOrderobject with the specified column and indicates whether to sort in ascending order and indicates whether it is case-sensitive.final QuerySets the order for the specified columns to order, according to the default sort order, which is descending and case-sensitive.Sets the columns to include in the query output.voidSets the column for the comparison.voidSets the column to sort.Method parameters in com.sas.lsaf.query with type arguments of type ColumnModifier and TypeMethodDescriptionSets the list of columns to include in the query output.voidQuery.setColumns(List<Column> columns) Sets the columns to include in the query output.Constructors in com.sas.lsaf.query with parameters of type ColumnModifierConstructorDescriptionComparison(Column column, Comparison.Operator operator, Serializable value) Constructor.Comparison(Column column, Comparison.Operator operator, Serializable value, boolean caseSensitive) Constructor.The constructor with the column to sort.The constructor with the column to sort and whether to sort in ascending order.The constructor with the column to sort, whether to sort in ascending order, and whether the sort is case-sensitive. -
Uses of Column in com.sas.lsaf.query.audit
Fields in com.sas.lsaf.query.audit declared as ColumnModifier and TypeFieldDescriptionstatic final ColumnAuditEntryQuery.AUDIT_ENTRY_ACTIONThe audit column that represents the action that was performed.static final ColumnAuditEntryDetailQuery.AUDIT_ENTRY_DETAIL_ATTRIBUTE_IDThe audit detail column that represents the id of the attribute that changed.static final ColumnAuditEntryDetailQuery.AUDIT_ENTRY_DETAIL_ATTRIBUTE_NAMEThe audit detail column that represents the display name of the attribute that changed.static final ColumnAuditEntryDetailQuery.AUDIT_ENTRY_DETAIL_ATTRIBUTE_TYPEThe audit detail column that represents the type of the attribute that changed.static final ColumnAuditEntryDetailQuery.AUDIT_ENTRY_DETAIL_IDThe audit detail column that represents a numeric sequential identifier of the detail entry for each audit record.static final ColumnAuditEntryDetailQuery.AUDIT_ENTRY_DETAIL_NEW_VALUEThe audit detail column that represents the value of the attribute after the change.static final ColumnAuditEntryDetailQuery.AUDIT_ENTRY_DETAIL_OLD_VALUEThe audit detail column that represents the value of the attribute prior to the change.static final ColumnAuditEntryQuery.AUDIT_ENTRY_IDThe audit column that represents the unique identifier of the audit entry.static final ColumnAuditEntryQuery.AUDIT_ENTRY_MODETheModein which the audit entry was recorded.static final ColumnAuditEntryQuery.AUDIT_ENTRY_SOURCE_IDThe unique identifier of the item that was audited.static final ColumnAuditEntryQuery.AUDIT_ENTRY_SOURCE_LOCATIONThe location of the item that was audited.static final ColumnAuditEntryQuery.AUDIT_ENTRY_SOURCE_NAMEThe name of the item that was audited.static final ColumnAuditEntryQuery.AUDIT_ENTRY_SOURCE_TYPE_IDThe type id of the item that was audited.static final ColumnAuditEntryQuery.AUDIT_ENTRY_TIMESTAMPThe audit column that represents the date and time on which the action was audited.static final ColumnAuditEntryQuery.AUDIT_ENTRY_USERIDThe audit column that represents the userid of the user who performed the action that was audited.Fields in com.sas.lsaf.query.audit with type parameters of type Column -
Uses of Column in com.sas.lsaf.query.repository
Fields in com.sas.lsaf.query.repository declared as ColumnModifier and TypeFieldDescriptionstatic final ColumnRepositoryFileQuery.CHECKEDOUTThe column that represents whether a file is checked out.static final ColumnRepositoryFileVersionQuery.CHECKEDOUTThe column that represents whether a file is checked out.static final ColumnRepositoryFileQuery.CHECKEDOUT_BYThe column that represents who has the file checked out, if it is checked out.static final ColumnRepositoryFileVersionQuery.CHECKEDOUT_BYThe column that represents who has the file checked out, if it is checked out.static final ColumnRepositoryFileQuery.CHECKEDOUT_DATEThe column that represents the date and time on which the file was checked out, if it is checked out.static final ColumnRepositoryFileVersionQuery.CHECKEDOUT_DATEThe column that represents the date and time on which the file was checked out, if it is checked out.static final ColumnRepositoryFileQuery.COMMENTThe column that represents the comment that was provided the last time the file was added or checked in.static final ColumnRepositoryFileVersionQuery.COMMENTThe column that represents the comment that was provided when the version of the file was added or checked in.static final ColumnRepositoryItemQuery.CREATEDThe column that represents the date and time on which the repository item was created.static final ColumnRepositoryItemQuery.CREATED_BYThe column that represents the userid of the user who created the repository item.static final ColumnRepositoryContainerQuery.DEFAULT_MAJOR_VERSION_LIMITThe column that represents the default limit for the major versions of files that were created within the container.static final ColumnRepositoryContainerQuery.DEFAULT_MINOR_VERSION_LIMITThe column that represents the default limit for the minor versions of files that were created within the container.static final ColumnRepositoryItemQuery.DESCRIPTIONThe column that represents the description of the repository item.static final ColumnRepositoryFileQuery.DIGESTThe column that represents the digest of the latest version of a file.static final ColumnRepositoryFileVersionQuery.DIGESTThe column that represents the digest of a version of a file.static final ColumnRepositoryItemQuery.IDThe column that represents the unique identifier of the repository item.static final ColumnRepositoryItemQuery.LAST_MODIFIEDThe column that represents the date and time on which the repository item was last modified.static final ColumnRepositoryItemQuery.LAST_MODIFIED_BYThe column that represents the userid of the user who last modified the repository item.static final ColumnRepositoryFileQuery.LOCKEDThe column that represents whether a file is locked.static final ColumnRepositoryFileVersionQuery.LOCKEDThe column that represents whether a file is locked.static final ColumnRepositoryFileQuery.MAJOR_VERSION_LIMITThe column that represents the limit for the major versions of a file.static final ColumnRepositoryFileVersionQuery.MAJOR_VERSION_LIMITThe column that represents the limit for the major versions of a file.static final ColumnRepositoryFileQuery.MINOR_VERSION_LIMITThe column that represents the limit for the minor versions of a file.static final ColumnRepositoryFileVersionQuery.MINOR_VERSION_LIMITThe column that represents the limit for the minor versions of a file.static final ColumnRepositoryItemQuery.NAMEThe column that represents the name of the repository item.static final ColumnRepositoryItemQuery.PATHThe column that represents the full path of the repository item.static final ColumnRepositoryItemQuery.PROPERTIES_LAST_MODIFIEDThe column that represents the date and time on which the properties of the repository item were last modified.static final ColumnRepositoryItemQuery.PROPERTIES_LAST_MODIFIED_BYThe column that represents the userid of the user who last modified the properties of the repository item.static final ColumnRepositoryFileQuery.RUNAS_OWNERThe column that represents whether an executable file runs as the owner of the file.static final ColumnRepositoryFileVersionQuery.RUNAS_OWNERThe column that represents whether an executable file runs as the owner of the file at the time the next version was created.static final ColumnRepositoryFileVersionQuery.SIGNEDThe column that represents whether a version of the file was signed.static final ColumnRepositoryFileQuery.SIGNING_STATUSThe column that represents the signing status of a file.static final ColumnRepositoryFileVersionQuery.SIGNING_STATUSThe column that represents the signing status of a file.static final ColumnRepositoryContainerQuery.SIZEThe column that represents the size (in bytes) of a container, which includes all versions of all files in the container and below.static final ColumnRepositoryFileQuery.SIZEThe column that represents the size (in bytes) of the latest version of the file.static final ColumnRepositoryFileVersionQuery.SIZEThe column that represents the size (in bytes) of a version of a file.static final ColumnRepositoryItemQuery.STATEThe column that represents theRepositoryItem.Stateof the repository item.static final ColumnRepositoryItemQuery.SYNCABLEThe column that represents theRepositoryItem.Syncablevalue of the repository item.static final ColumnRepositoryItemQuery.TOTAL_CONTAINER_SIZEThe column that represents the total size (in bytes) of a container, including all of the versions of all files that are in the container and below.static final ColumnRepositoryItemQuery.TOTAL_FILE_SIZEThe column that represents the total size (in bytes) of a file, including all versions of the file, if versioned.static final ColumnRepositoryFileQuery.TOTAL_SIZEThe column that represents the total size (in bytes) of a file, which includes all versions, if the file is versioned.static final ColumnRepositoryFileQuery.TOTAL_VERSIONSThe column that represents the total versions of a file, if the file is versioned.static final ColumnRepositoryFileVersionQuery.TOTAL_VERSIONSThe column that represents the total number of versions of a file.static final ColumnRepositoryItemQuery.TYPE_IDThe column that represents the type id of the repository item.static final ColumnRepositoryFileQuery.VERSIONThe column that represents the latest version, if the file is versioned.static final ColumnRepositoryFileVersionQuery.VERSIONThe column that represents a specific version of a file.static final ColumnRepositoryFileVersionQuery.VERSION_CREATEDThe column that represents the date and time on which the version was created.static final ColumnRepositoryFileVersionQuery.VERSION_CREATED_BYThe column that represents who created the version of the file.static final ColumnRepositoryFileQuery.VERSIONEDThe column that represents whether a file is versioned.Fields in com.sas.lsaf.query.repository with type parameters of type ColumnModifier and TypeFieldDescriptionRepositoryContainerQuery.ALLThe value that represents all columns inRepositoryContainerQuery.RepositoryFileQuery.ALLThe value that epresents all columns inRepositoryFileQuery.RepositoryFileVersionQuery.ALLThe value that represents all columns inRepositoryFileVersionQuery.RepositoryItemQuery.ALLThe value that represents all columns inRepositoryItemQuery. -
Uses of Column in com.sas.lsaf.query.repository.recyclebin
Fields in com.sas.lsaf.query.repository.recyclebin declared as ColumnModifier and TypeFieldDescriptionstatic final ColumnRecycleBinItemQuery.DELETED_BYThe column that represents the userid of the user who deleted the repository item.static final ColumnRecycleBinItemQuery.DELETED_DATEThe column that represents the date and time on which the repository item was deleted.static final ColumnRecycleBinItemQuery.IDThe column that represents the unique identifier of the repository item.static final ColumnRecycleBinItemQuery.LAST_MODIFIEDThe column that represents the date and time on whichn the repository item was last modified.static final ColumnRecycleBinItemQuery.LAST_MODIFIED_BYThe column that represents the userid of the user who last modified the repository item.static final ColumnRecycleBinItemQuery.PATHThe column that represents the name of the repository item.static final ColumnRecycleBinContainerQuery.SIZEThe column that represents the size (in bytes) of a container, which includes all versions of all files in the container and below.static final ColumnRecycleBinFileQuery.SIZEThe column that represents the size (in bytes) of the latest version of the file.static final ColumnRecycleBinFileVersionQuery.SIZEThe column that represents the size (in bytes) of a version of a file.static final ColumnRecycleBinItemQuery.TOTAL_CONTAINER_SIZEThe column that represents the total size (in bytes) of a container, which includes all versions of all files in the container and below, if the repository item is a container.static final ColumnRecycleBinItemQuery.TOTAL_FILE_SIZEThe column that represents the total size (in bytes) of a file, which includes all versions of the file if versioned, if the repository item is a file.static final ColumnRecycleBinFileQuery.TOTAL_SIZEThe column that represents the total size (in bytes) of a file, which includes all versions if the file is versioned.static final ColumnRecycleBinFileQuery.TOTAL_VERSIONSThe column that represents the total versions of a file if the file is versioned.static final ColumnRecycleBinFileVersionQuery.TOTAL_VERSIONSThe column that represents the total number of versions of a file.static final ColumnRecycleBinItemQuery.TYPE_IDThe column that represents the type id of the repository item.static final ColumnRecycleBinFileQuery.VERSIONThe column that represents the latest version if the file is versioned.static final ColumnRecycleBinFileVersionQuery.VERSIONThe column that represents a specific version of a file.Fields in com.sas.lsaf.query.repository.recyclebin with type parameters of type ColumnModifier and TypeFieldDescriptionRecycleBinContainerQuery.ALLRepresents all columns inRecycleBinContainerQuery.RecycleBinFileQuery.ALLThe value that represents all columns inRecycleBinFileQuery.RecycleBinFileVersionQuery.ALLThe value that represents all columns inRecycleBinFileVersionQuery.RecycleBinItemQuery.ALLThe value that represents all columns inRecycleBinItemQuery. -
Uses of Column in com.sas.lsaf.query.security.membership
Fields in com.sas.lsaf.query.security.membership declared as ColumnModifier and TypeFieldDescriptionstatic final ColumnMembershipQuery.CONTEXT_QUERIEDThe column that represents the path of the context that was queried for membership information.static final ColumnMembershipQuery.EXPLICITThe column that represents whether the member is explicit.static final ColumnContextMembershipQuery.GROUP_CONTEXTThe column that represents the context path in which the group member is defined.static final ColumnDistinctContextMembershipQuery.IMPLICITThe column that represents whether the member is implicit.static final ColumnContextMembershipQuery.LEVELThe column that represents the number of levels in which the member is nested as with groups of groups.static final ColumnContextMembershipQuery.LINEAGEThe column that represents the lineage of the location in which the member originated.static final ColumnContextMembershipQuery.PARENT_GROUPThe column that represents the name of the parent group, if it exists.static final ColumnContextMembershipQuery.PARENT_GROUP_CONTEXTThe column that represents the context path of the parent group, if it exists.static final ColumnMembershipQuery.PRINCIPAL_NAMEThe column that represents the name of the member.static final ColumnMembershipQuery.PRINCIPAL_TYPEThe column that represents the type of member.Fields in com.sas.lsaf.query.security.membership with type parameters of type Column -
Uses of Column in com.sas.lsaf.query.security.permissions
Fields in com.sas.lsaf.query.security.permissions declared as ColumnModifier and TypeFieldDescriptionstatic final ColumnPermissionsQuery.IDThe column that represents the unique identifier of a repository item.static final ColumnPermissionsQuery.OWNERThe column that represents the owner of a repository item.static final ColumnPermissionsQuery.PATHThe column that represents the full path of a repository item.static final ColumnPermissionsQuery.PERMISSIONSThe column that represents the effective permissions the user has to the repository item.static final ColumnPermissionsQuery.TYPEThe column that represents the type of a repository item.static final ColumnPermissionsQuery.USERIDThe column that represents the userId of the user.Fields in com.sas.lsaf.query.security.permissions with type parameters of type Column