Check if an attachment was uploaded

How do I check if an attachment has been uploaded for a particular execution using the content service?

What I have right now:

if(contentEngine.getContentService().createContentItemQuery().id(fieldId).contentAvailable(true)){}

Nevermind, figured it out.