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 java.util.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(java.util.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 java.util.List<PropertyIdSearchRow>AbstractPropertyValueDAOImpl. findPropertyById(java.lang.Long id)java.util.List<PropertyIdSearchRow>PropertyIdQueryResult. getPropValues()Method parameters in org.alfresco.repo.domain.propval with type arguments of type PropertyIdSearchRow Modifier and Type Method Description java.io.SerializableAbstractPropertyValueDAOImpl. convertPropertyIdSearchRows(java.util.List<PropertyIdSearchRow> rows)java.io.SerializablePropertyValueDAO. convertPropertyIdSearchRows(java.util.List<PropertyIdSearchRow> rows)Utility method to convert property query results into the original value.voidPropertyIdQueryResult. setPropValues(java.util.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 java.util.List<PropertyIdSearchRow>PropertyValueDAOImpl. findPropertyById(java.lang.Long id)
-