| Package | Description |
|---|---|
| com.docdoku.core.document |
Classes for managing documents.
|
| com.docdoku.core.exceptions |
Provides exceptions returned by the business layer.
|
| Modifier and Type | Method and Description |
|---|---|
DocumentMaster |
DocumentRevision.getDocumentMaster() |
| Modifier and Type | Method and Description |
|---|---|
int |
DocumentMaster.compareTo(DocumentMaster pDocM) |
void |
DocumentRevision.setDocumentMaster(DocumentMaster documentMaster) |
| Constructor and Description |
|---|
DocumentRevision(DocumentMaster pDocumentMaster,
String pStringVersion,
User pAuthor) |
DocumentRevision(DocumentMaster pDocumentMaster,
User pAuthor) |
DocumentRevision(DocumentMaster pDocumentMaster,
Version pVersion,
User pAuthor) |
| Constructor and Description |
|---|
DocumentMasterAlreadyExistsException(Locale pLocale,
DocumentMaster pDocM) |
DocumentMasterAlreadyExistsException(Locale pLocale,
DocumentMaster pDocM,
Throwable pCause) |
Copyright © 2017 DocDoku. All rights reserved.