Uses of Class
com.tszadel.qctools4j.model.metadata.Attachment

Packages that use Attachment
com.tszadel.qctools4j.clients   
com.tszadel.qctools4j.model   
com.tszadel.qctools4j.model.defect   
com.tszadel.qctools4j.model.test   
 

Uses of Attachment in com.tszadel.qctools4j.clients
 

Methods in com.tszadel.qctools4j.clients that return Attachment
 Attachment BugClient.getAttachmentFromId(int pBugId, int pAttachmentId)
          Returns an attachment from its ID.
protected  Attachment AbstractClient.toAttachment(com.mercury.qualitycenter.otaclient.IAttachment pAttachment)
          Convert the Attachment.
 

Methods in com.tszadel.qctools4j.clients that return types with arguments of type Attachment
 List<Attachment> BugClient.getAttachmentsOfBug(int pBugId)
          Returns the attachments of the given bug Id.
protected  List<Attachment> AbstractClient.retrieveAttachments(com.mercury.qualitycenter.otaclient.IBaseFieldEx pQcEntity)
          Retrieve all attachments of the given entity.
 

Method parameters in com.tszadel.qctools4j.clients with type arguments of type Attachment
 void BugClient.addAttachmentsToBug(int pBugId, List<Attachment> pAttachments, boolean pSynchronize)
          Add the given attachments to the bug.
protected  void AbstractClient.storeAttachments(com.mercury.qualitycenter.otaclient.IBaseFieldEx pQcEntity, List<Attachment> pAttachmentList, boolean pSynchronize)
          Save all attachments of the given entity.
 

Uses of Attachment in com.tszadel.qctools4j.model
 

Methods in com.tszadel.qctools4j.model that return types with arguments of type Attachment
 List<Attachment> Step.getAttachments()
          Deprecated. Overrides getAttachments.
 List<Attachment> IQcModelWithAttachments.getAttachments()
          Returns the attachments.
 

Uses of Attachment in com.tszadel.qctools4j.model.defect
 

Methods in com.tszadel.qctools4j.model.defect that return types with arguments of type Attachment
 List<Attachment> Bug.getAttachments()
          Overrides getAttachments.
 

Uses of Attachment in com.tszadel.qctools4j.model.test
 

Methods in com.tszadel.qctools4j.model.test that return types with arguments of type Attachment
 List<Attachment> TestStep.getAttachments()
          Overrides getAttachments.
 List<Attachment> Test.getAttachments()
          Overrides getAttachments.