public class SDocumentBuilderFactoryImpl extends java.lang.Object implements SDocumentBuilderFactory
| Constructor and Description |
|---|
SDocumentBuilderFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
SDocumentBuilder |
createNewExternalProcessDocumentReference(java.lang.String fileName,
java.lang.String mimetype,
long authorId,
java.lang.String url) |
SDocumentBuilder |
createNewInstance(java.lang.String fileName,
java.lang.String mimetype,
long authorId) |
SDocumentBuilder |
createNewProcessDocument(java.lang.String fileName,
java.lang.String mimetype,
long authorId,
byte[] content) |
java.lang.String |
getAuthorKey() |
java.lang.String |
getCreationDateKey() |
java.lang.String |
getDescriptionKey() |
java.lang.String |
getFileNameKey() |
java.lang.String |
getHasContentKey() |
java.lang.String |
getIdKey() |
java.lang.String |
getIndexKey() |
java.lang.String |
getMimeTypeKey() |
java.lang.String |
getNameKey() |
java.lang.String |
getURLKey() |
java.lang.String |
getVersionKey() |
public SDocumentBuilder createNewInstance(java.lang.String fileName, java.lang.String mimetype, long authorId)
createNewInstance in interface SDocumentBuilderFactorypublic SDocumentBuilder createNewProcessDocument(java.lang.String fileName, java.lang.String mimetype, long authorId, byte[] content)
createNewProcessDocument in interface SDocumentBuilderFactorypublic SDocumentBuilder createNewExternalProcessDocumentReference(java.lang.String fileName, java.lang.String mimetype, long authorId, java.lang.String url)
createNewExternalProcessDocumentReference in interface SDocumentBuilderFactorypublic java.lang.String getIdKey()
getIdKey in interface SDocumentBuilderFactorypublic java.lang.String getNameKey()
getNameKey in interface SDocumentBuilderFactorypublic java.lang.String getAuthorKey()
getAuthorKey in interface SDocumentBuilderFactorypublic java.lang.String getCreationDateKey()
getCreationDateKey in interface SDocumentBuilderFactorypublic java.lang.String getHasContentKey()
getHasContentKey in interface SDocumentBuilderFactorypublic java.lang.String getFileNameKey()
getFileNameKey in interface SDocumentBuilderFactorypublic java.lang.String getMimeTypeKey()
getMimeTypeKey in interface SDocumentBuilderFactorypublic java.lang.String getURLKey()
getURLKey in interface SDocumentBuilderFactorypublic java.lang.String getDescriptionKey()
getDescriptionKey in interface SDocumentBuilderFactorypublic java.lang.String getVersionKey()
getVersionKey in interface SDocumentBuilderFactorypublic java.lang.String getIndexKey()
getIndexKey in interface SDocumentBuilderFactory