Package | Description |
---|---|
com.docdoku.core.common | |
com.docdoku.core.document | |
com.docdoku.core.product | |
com.docdoku.core.services |
Modifier and Type | Method and Description |
---|---|
BinaryResource |
BinaryResource.getPrevious() |
Modifier and Type | Method and Description |
---|---|
Set<BinaryResource> |
FileHolder.getAttachedFiles() |
Modifier and Type | Method and Description |
---|---|
int |
BinaryResource.compareTo(BinaryResource pBinaryResource) |
Modifier and Type | Field and Description |
---|---|
private Set<BinaryResource> |
DocumentMasterTemplate.attachedFiles |
private Set<BinaryResource> |
DocumentIteration.attachedFiles |
Modifier and Type | Method and Description |
---|---|
Set<BinaryResource> |
DocumentMasterTemplate.getAttachedFiles() |
Set<BinaryResource> |
DocumentIteration.getAttachedFiles() |
Modifier and Type | Method and Description |
---|---|
void |
DocumentMasterTemplate.addFile(BinaryResource pBinaryResource) |
void |
DocumentIteration.addFile(BinaryResource pBinaryResource) |
boolean |
DocumentMasterTemplate.removeFile(BinaryResource pBinaryResource) |
boolean |
DocumentIteration.removeFile(BinaryResource pBinaryResource) |
Modifier and Type | Method and Description |
---|---|
void |
DocumentMasterTemplate.setAttachedFiles(Set<BinaryResource> attachedFiles) |
void |
DocumentIteration.setAttachedFiles(Set<BinaryResource> attachedFiles) |
Modifier and Type | Class and Description |
---|---|
class |
Geometry
Wraps a CAD file providing quality information.
|
Modifier and Type | Field and Description |
---|---|
private BinaryResource |
PartIteration.nativeCADFile |
Modifier and Type | Field and Description |
---|---|
private Set<BinaryResource> |
PartIteration.attachedFiles |
Modifier and Type | Method and Description |
---|---|
BinaryResource |
PartIteration.getNativeCADFile() |
Modifier and Type | Method and Description |
---|---|
Set<BinaryResource> |
PartIteration.getAttachedFiles() |
Modifier and Type | Method and Description |
---|---|
void |
PartIteration.addFile(BinaryResource pBinaryResource) |
boolean |
PartIteration.removeFile(BinaryResource pBinaryResource) |
void |
PartIteration.setNativeCADFile(BinaryResource nativeCADFile) |
Modifier and Type | Method and Description |
---|---|
void |
PartIteration.setAttachedFiles(Set<BinaryResource> attachedFiles) |
Constructor and Description |
---|
FileAlreadyExistsException(Locale pLocale,
BinaryResource pFile) |
FileAlreadyExistsException(Locale pLocale,
BinaryResource pFile,
Throwable pCause) |
Copyright © 2013 OW2 Consortium. All Rights Reserved.