java
html
php
iphone
c
ajax
python
mysql
database
linux
regex
visual-studio
multithreading
json
algorithm
tsql
delphi
php5
postgresql
dom
I've not used the meta-data API directly, but I'd suggest either trying to filter on the created by field, or use a prefixed name on your classes so you can filter on that.
created by
Not sure if filters are possible though! As for speed, my experience of using the Meta-Data API via Eclipse is that it's always pretty slow and there's not much you can do about it!
i think we cant filter it out.
i m using 'ListMetadataQuery' class of MetadataService API and it does not provide any filtering property.
And thanks for ur answer.
I found that filtering property like createdBy, lastModifiedBy, etc...
And speed is not issue now.
but i got another problem.
Now i want folder list in "EmailTemplate" and "Report" type Components.
So if you know how to get that folder list using classes of previously mentioned code in my question, please let me know ASAP.
thanks for your help.