Package | Description |
---|---|
com.docdoku.core.common |
Provides common classes that may be used in all packages.
|
com.docdoku.core.configuration |
Classes for managing configuration aspects.
|
com.docdoku.core.document |
Classes for managing documents.
|
com.docdoku.core.exceptions |
Provides exceptions returned by the business layer.
|
com.docdoku.core.product |
Classes for managing products.
|
com.docdoku.core.services |
Business layer classes.
|
com.docdoku.server.converters |
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 | Method and Description |
---|---|
Set<BinaryResource> |
ProductInstanceIteration.getAttachedFiles() |
Set<BinaryResource> |
PathDataIteration.getAttachedFiles() |
Set<BinaryResource> |
BaselinedDocumentBinaryResourceCollection.getAttachedFiles() |
Modifier and Type | Method and Description |
---|---|
void |
ProductInstanceIteration.addFile(BinaryResource pBinaryResource) |
void |
PathDataIteration.addFile(BinaryResource binaryResource) |
boolean |
ProductInstanceIteration.removeFile(BinaryResource pBinaryResource) |
void |
PathDataIteration.removeFile(BinaryResource file) |
Modifier and Type | Method and Description |
---|---|
void |
ProductInstanceIteration.setAttachedFiles(Set<BinaryResource> attachedFiles) |
void |
PathDataIteration.setAttachedFiles(Set<BinaryResource> attachedFiles) |
void |
BaselinedDocumentBinaryResourceCollection.setAttachedFiles(Set<BinaryResource> attachedFiles) |
Modifier and Type | Method and Description |
---|---|
Set<BinaryResource> |
DocumentIteration.getAttachedFiles() |
Set<BinaryResource> |
DocumentMasterTemplate.getAttachedFiles() |
Modifier and Type | Method and Description |
---|---|
void |
DocumentIteration.addFile(BinaryResource pBinaryResource) |
void |
DocumentMasterTemplate.addFile(BinaryResource pBinaryResource) |
boolean |
DocumentIteration.removeFile(BinaryResource pBinaryResource) |
boolean |
DocumentMasterTemplate.removeFile(BinaryResource pBinaryResource) |
Modifier and Type | Method and Description |
---|---|
void |
DocumentIteration.setAttachedFiles(Set<BinaryResource> attachedFiles) |
void |
DocumentMasterTemplate.setAttachedFiles(Set<BinaryResource> attachedFiles) |
Constructor and Description |
---|
FileAlreadyExistsException(Locale pLocale,
BinaryResource pFile) |
FileAlreadyExistsException(Locale pLocale,
BinaryResource pFile,
Throwable pCause) |
Modifier and Type | Class and Description |
---|---|
class |
Geometry
Wraps a CAD file providing quality information.
|
Modifier and Type | Method and Description |
---|---|
BinaryResource |
PartMasterTemplate.getAttachedFile() |
BinaryResource |
PartIteration.getNativeCADFile() |
Modifier and Type | Method and Description |
---|---|
Set<BinaryResource> |
PartIteration.getAttachedFiles() |
Modifier and Type | Method and Description |
---|---|
void |
PartIteration.addAttachedFile(BinaryResource pBinaryResource) |
int |
Geometry.compareTo(BinaryResource pBinaryResource) |
boolean |
PartIteration.removeAttachedFile(BinaryResource pBinaryResource) |
void |
PartMasterTemplate.setAttachedFile(BinaryResource attachedFile) |
void |
PartIteration.setNativeCADFile(BinaryResource nativeCADFile) |
Modifier and Type | Method and Description |
---|---|
void |
PartIteration.setAttachedFiles(Set<BinaryResource> attachedFiles) |
Modifier and Type | Method and Description |
---|---|
BinaryResource |
IProductManagerLocal.getBinaryResource(String fullName) |
BinaryResource |
IProductInstanceManagerLocal.getBinaryResource(String fullName) |
BinaryResource |
IDocumentManagerLocal.getBinaryResource(String fullName) |
BinaryResource |
IPublicEntityManagerLocal.getBinaryResourceForPathData(String fullName) |
BinaryResource |
IPublicEntityManagerLocal.getBinaryResourceForProductInstance(String fullName) |
BinaryResource |
IPublicEntityManagerLocal.getBinaryResourceForSharedEntity(String fileName) |
BinaryResource |
IProductInstanceManagerLocal.getPathDataBinaryResource(String fullName) |
BinaryResource |
IPublicEntityManagerLocal.getPublicBinaryResourceForDocument(String fullName) |
BinaryResource |
IPublicEntityManagerLocal.getPublicBinaryResourceForPart(String fileName) |
BinaryResource |
IProductManagerLocal.getTemplateBinaryResource(String pFullName) |
BinaryResource |
IDocumentManagerLocal.getTemplateBinaryResource(String fullName) |
BinaryResource |
IDocumentManagerLocal.renameFileInDocument(String pFullName,
String pNewName) |
BinaryResource |
IProductManagerLocal.renameFileInPartIteration(String pSubType,
String fullName,
String newName) |
BinaryResource |
IProductInstanceManagerLocal.renameFileInPathData(String workspaceId,
String configurationItemId,
String serialNumber,
int pathDataId,
int iteration,
String pFullName,
String pNewName) |
BinaryResource |
IProductInstanceManagerLocal.renameFileInProductInstance(String pFullName,
String pNewName,
String serialNumber,
String cId,
int iteration) |
BinaryResource |
IProductManagerLocal.renameFileInTemplate(String fileFullName,
String newName) |
BinaryResource |
IDocumentManagerLocal.renameFileInTemplate(String pFullName,
String pNewName) |
BinaryResource |
IDocumentManagerLocal.saveFileInDocument(DocumentIterationKey pDocPK,
String pName,
long pSize) |
BinaryResource |
IProductManagerLocal.saveFileInPartIteration(PartIterationKey pPartIPK,
String pName,
String subType,
long pSize) |
BinaryResource |
IProductInstanceManagerLocal.saveFileInPathData(String workspaceId,
String configurationItemId,
String serialNumber,
int pathDataId,
int iteration,
String fileName,
int pSize) |
BinaryResource |
IProductInstanceManagerLocal.saveFileInPathDataIteration(String workspaceId,
String configurationItemId,
String serialNumber,
int pathDataId,
int iteration,
String fileName,
int i) |
BinaryResource |
IProductInstanceManagerLocal.saveFileInProductInstance(String workspaceId,
ProductInstanceIterationKey pdtIterationKey,
String fileName,
int pSize) |
BinaryResource |
IDocumentManagerLocal.saveFileInTemplate(DocumentMasterTemplateKey pDocMTemplateKey,
String pName,
long pSize) |
BinaryResource |
IProductManagerLocal.saveFileInTemplate(PartMasterTemplateKey pPartMTemplateKey,
String pName,
long pSize) |
BinaryResource |
IProductManagerLocal.saveGeometryInPartIteration(PartIterationKey pPartIPK,
String pName,
int quality,
long pSize,
double[] box) |
BinaryResource |
IProductManagerLocal.saveNativeCADInPartIteration(PartIterationKey pPartIPK,
String pName,
long pSize) |
Modifier and Type | Method and Description |
---|---|
Map<String,Set<BinaryResource>> |
IProductManagerLocal.getBinariesInTree(Integer baselineId,
String workspaceId,
ConfigurationItemKey configurationItemKey,
ProductStructureFilter psFilter,
boolean exportNativeCADFiles,
boolean exportDocumentLinks) |
List<BinaryResource> |
IProductManagerLocal.getBinaryResourceFromBaseline(int baselineId) |
Modifier and Type | Method and Description |
---|---|
void |
IConverterManagerLocal.convertCADFileToOBJ(PartIterationKey pPartIPK,
BinaryResource cadFile) |
void |
IBinaryStorageManagerLocal.copyData(BinaryResource source,
BinaryResource destination) |
void |
IBinaryStorageManagerLocal.deleteData(BinaryResource binaryResource) |
boolean |
IBinaryStorageManagerLocal.exists(BinaryResource binaryResource,
String generatedFileName) |
DocumentIteration |
IDocumentManagerLocal.findDocumentIterationByBinaryResource(BinaryResource pBinaryResource) |
PartIteration |
IProductManagerLocal.findPartIterationByBinaryResource(BinaryResource binaryResource) |
InputStream |
IBinaryStorageManagerLocal.getBinaryResourceInputStream(BinaryResource binaryResource) |
OutputStream |
IBinaryStorageManagerLocal.getBinaryResourceOutputStream(BinaryResource binaryResource) |
InputStream |
IOnDemandConverterManagerLocal.getDocumentConvertedResource(String outputFormat,
BinaryResource binaryResource) |
String |
IBinaryStorageManagerLocal.getExternalStorageURI(BinaryResource binaryResource) |
InputStream |
IBinaryStorageManagerLocal.getGeneratedFileInputStream(BinaryResource binaryResource,
String generatedFileName) |
OutputStream |
IBinaryStorageManagerLocal.getGeneratedFileOutputStream(BinaryResource binaryResource,
String generatedFileName) |
Date |
IBinaryStorageManagerLocal.getLastModified(BinaryResource binaryResource,
String generatedFileName) |
InputStream |
IOnDemandConverterManagerLocal.getPartConvertedResource(String outputFormat,
BinaryResource binaryResource) |
String |
IBinaryStorageManagerLocal.getShortenExternalStorageURI(BinaryResource binaryResource) |
void |
IBinaryStorageManagerLocal.renameFile(BinaryResource binaryResource,
String pNewName) |
Modifier and Type | Method and Description |
---|---|
void |
IBinaryStorageManagerLocal.deleteWorkspaceFolder(String workspaceId,
List<BinaryResource> binaryResourcesInWorkspace) |
Modifier and Type | Method and Description |
---|---|
boolean |
OnDemandConverter.canConvert(String outputFormat,
BinaryResource binaryResource)
Determine if plugin is able to convert given resource in given output format
|
InputStream |
OnDemandConverter.getConvertedResource(String outputFormat,
BinaryResource binaryResource,
DocumentIteration documentIteration,
Locale locale)
Get the converted resource in given output format for a document iteration
|
InputStream |
OnDemandConverter.getConvertedResource(String outputFormat,
BinaryResource binaryResource,
PartIteration partIteration,
Locale locale)
Get the converted resource in given output format for a part iteration
|
Copyright © 2017 DocDoku. All rights reserved.