Uses of Class
org.alfresco.repo.domain.propval.PropertyIdSearchRow
-
Packages that use PropertyIdSearchRow Package Description org.alfresco.repo.domain.audit org.alfresco.repo.domain.propval org.alfresco.repo.domain.propval.ibatis -
-
Uses of PropertyIdSearchRow in org.alfresco.repo.domain.audit
Methods in org.alfresco.repo.domain.audit that return types with arguments of type PropertyIdSearchRow Modifier and Type Method Description List<PropertyIdSearchRow>AuditQueryResult. getAuditValueRows()Method parameters in org.alfresco.repo.domain.audit with type arguments of type PropertyIdSearchRow Modifier and Type Method Description voidAuditQueryResult. 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 PropertyIdSearchRow Modifier and Type Method Description protected abstract List<PropertyIdSearchRow>AbstractPropertyValueDAOImpl. findPropertyById(Long id)List<PropertyIdSearchRow>PropertyIdQueryResult. getPropValues()Method parameters in org.alfresco.repo.domain.propval with type arguments of type PropertyIdSearchRow Modifier and Type Method Description SerializableAbstractPropertyValueDAOImpl. convertPropertyIdSearchRows(List<PropertyIdSearchRow> rows)SerializablePropertyValueDAO. 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 PropertyIdSearchRow Modifier and Type Method Description protected List<PropertyIdSearchRow>PropertyValueDAOImpl. findPropertyById(Long id)
-