| Package | Description |
|---|---|
| org.squashtest.tm.domain.attachment | |
| org.squashtest.tm.domain.testcase |
| Modifier and Type | Field and Description |
|---|---|
com.querydsl.core.types.dsl.SetPath<Attachment,QAttachment> |
QAttachmentList.attachments |
| Modifier and Type | Method and Description |
|---|---|
Attachment |
AttachmentList.getAttachmentById(long attachmentId) |
Attachment |
Attachment.hardCopy()
will perform a deep copy of this Attachment.
|
| Modifier and Type | Method and Description |
|---|---|
Set<Attachment> |
AttachmentList.getAllAttachments() |
| Modifier and Type | Method and Description |
|---|---|
void |
AttachmentList.addAttachment(Attachment attachment) |
void |
AttachmentList.removeAttachment(Attachment attachment) |
| Constructor and Description |
|---|
QAttachment(Class<? extends Attachment> type,
com.querydsl.core.types.PathMetadata metadata,
com.querydsl.core.types.dsl.PathInits inits) |
QAttachment(com.querydsl.core.types.Path<? extends Attachment> path) |
| Modifier and Type | Method and Description |
|---|---|
Set<Attachment> |
TestCaseLibraryNode.getAllAttachments() |
Set<Attachment> |
ActionTestStep.getAllAttachments() |
Copyright © 2010–2016 Henix, henix.fr. All rights reserved.