|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DocumentTypeInconsistencyException | |
|---|---|
| org.outerj.daisy.repository | Core API for accessing the repository, and creating and modifying documents in it. |
| Uses of DocumentTypeInconsistencyException in org.outerj.daisy.repository |
|---|
| Methods in org.outerj.daisy.repository that throw DocumentTypeInconsistencyException | |
|---|---|
void |
Document.setField(long fieldTypeId,
java.lang.Object value)
Same as Document.setField(String, Object) but using the id of the field type. |
void |
Document.setField(java.lang.String name,
java.lang.Object value)
Sets the value of a field. |
void |
Document.setPart(long partTypeId,
java.lang.String mimeType,
byte[] data)
Sets a part. |
void |
Document.setPart(long partTypeId,
java.lang.String mimeType,
PartDataSource partDataSource)
Sets a part. |
void |
Document.setPart(java.lang.String partTypeName,
java.lang.String mimeType,
byte[] data)
Sets a part. |
void |
Document.setPart(java.lang.String partTypeName,
java.lang.String mimeType,
PartDataSource partDataSource)
Sets a part. |
void |
Document.validate()
Validates that this document confirms to its document type. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||