Uses of Class
org.alfresco.repo.domain.propval.PropertyIdSearchRow
Packages that use PropertyIdSearchRow
Package
Description
-
Uses of PropertyIdSearchRow in org.alfresco.repo.domain.audit
Methods in org.alfresco.repo.domain.audit that return types with arguments of type PropertyIdSearchRowMethod parameters in org.alfresco.repo.domain.audit with type arguments of type PropertyIdSearchRowModifier and TypeMethodDescriptionvoidAuditQueryResult.setAuditValueRows(List<PropertyIdSearchRow> auditValueRows) -
Uses of PropertyIdSearchRow in org.alfresco.repo.domain.propval
Methods in org.alfresco.repo.domain.propval that return types with arguments of type PropertyIdSearchRowModifier and TypeMethodDescriptionprotected abstract List<PropertyIdSearchRow>AbstractPropertyValueDAOImpl.findPropertyById(Long id) PropertyIdQueryResult.getPropValues()Method parameters in org.alfresco.repo.domain.propval with type arguments of type PropertyIdSearchRowModifier and TypeMethodDescriptionAbstractPropertyValueDAOImpl.convertPropertyIdSearchRows(List<PropertyIdSearchRow> rows) PropertyValueDAO.convertPropertyIdSearchRows(List<PropertyIdSearchRow> rows) Utility method to convert property query results into the original value.voidPropertyIdQueryResult.setPropValues(List<PropertyIdSearchRow> propValues) -
Uses of PropertyIdSearchRow in org.alfresco.repo.domain.propval.ibatis
Methods in org.alfresco.repo.domain.propval.ibatis that return types with arguments of type PropertyIdSearchRowModifier and TypeMethodDescriptionprotected List<PropertyIdSearchRow>PropertyValueDAOImpl.findPropertyById(Long id)