Package | Description |
---|---|
com.docdoku.core.configuration |
Classes for managing configuration aspects.
|
com.docdoku.core.document |
Classes for managing documents.
|
com.docdoku.core.product |
Classes for managing products.
|
Modifier and Type | Method and Description |
---|---|
DocumentLink |
ResolvedDocumentLink.getDocumentLink() |
Modifier and Type | Method and Description |
---|---|
Set<DocumentLink> |
ProductInstanceIteration.getLinkedDocuments() |
Set<DocumentLink> |
PathDataIteration.getLinkedDocuments() |
Modifier and Type | Method and Description |
---|---|
void |
ResolvedDocumentLink.setDocumentLink(DocumentLink documentLink) |
Modifier and Type | Method and Description |
---|---|
void |
ProductInstanceIteration.setLinkedDocuments(Set<DocumentLink> pLinkedDocuments) |
void |
PathDataIteration.setLinkedDocuments(Set<DocumentLink> linkedDocuments) |
Constructor and Description |
---|
ResolvedDocumentLink(DocumentLink documentLink,
DocumentIteration documentIteration) |
Modifier and Type | Method and Description |
---|---|
DocumentLink |
DocumentLink.clone() |
Modifier and Type | Method and Description |
---|---|
Set<DocumentLink> |
DocumentIteration.getLinkedDocuments() |
Modifier and Type | Method and Description |
---|---|
void |
DocumentIteration.setLinkedDocuments(Set<DocumentLink> pLinkedDocuments) |
Modifier and Type | Method and Description |
---|---|
Set<DocumentLink> |
PartIteration.getLinkedDocuments() |
Modifier and Type | Method and Description |
---|---|
void |
PartIteration.setLinkedDocuments(Set<DocumentLink> pLinkedDocuments) |
Copyright © 2017 DocDoku. All rights reserved.