|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ContentDataFactory
Build a ContentData out of a given ContentStore and a given File within
that store
| Method Summary | |
|---|---|
org.alfresco.service.cmr.repository.ContentData |
createContentData(ContentStore store,
java.io.File contentFile)
Create a ContentData by combining the given ContentStore's root location and the File's path within that store. |
| Method Detail |
|---|
org.alfresco.service.cmr.repository.ContentData createContentData(ContentStore store,
java.io.File contentFile)
ContentData by combining the given ContentStore's root location and the File's path within that store.
The given file must therefore be accessible within the content store's configured root location.
The encoding and mimetype will be guessed from the given file.
store - The ContentStore in which the file should becontentFile - The File to check
ContentData
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||