public interface Exportable
Modifier and Type | Method and Description |
---|---|
byte[] |
export(Repository.UnitOfWork transaction,
Properties properties) |
DocumentType |
getDocumentType(Repository.UnitOfWork transaction) |
String |
getName(Repository.UnitOfWork transaction) |
String getName(Repository.UnitOfWork transaction) throws KException
transaction
- the transaction (can be null
if update should be automatically committed)KException
- if an error occursDocumentType getDocumentType(Repository.UnitOfWork transaction) throws KException
transaction
- the transaction (can be null
if update should be automatically committed)KException
- if an error occursbyte[] export(Repository.UnitOfWork transaction, Properties properties) throws KException
transaction
- the transaction (can be null
if update should be automatically committed)properties
- (can be null
or empty)KException
- if an error occursCopyright © 2013–2019. All rights reserved.