Package | Description |
---|---|
com.edorasware.commons.core.content |
Classes related to content management.
|
com.edorasware.one.content | |
com.edorasware.one.filestorage | |
com.edorasware.one.filestorage.internal | |
com.edorasware.one.upload |
Modifier and Type | Class and Description |
---|---|
class |
DefinedMediaResource |
Modifier and Type | Method and Description |
---|---|
static MediaResource |
MediaResource.of(org.springframework.core.io.Resource resource,
String name,
String contentType,
long size) |
static MediaResource |
MediaResource.of(org.springframework.core.io.Resource resource,
String name,
String filename,
String contentType,
long size) |
Modifier and Type | Method and Description |
---|---|
void |
ContentManagerHelper.saveWorkObjectContent(String workObjectId,
MediaResource mediaResource,
Optional<Instant> lastModifiedDate,
Optional<Instant> uploadDate)
Save work object content content reference.
|
ContentReference |
ContentManagerHelper.saveWorkObjectContentReference(String workObjectId,
MediaResource resource,
Optional<Instant> lastModifiedDate,
Optional<Instant> uploadDate)
Save work object content content reference.
|
Modifier and Type | Method and Description |
---|---|
com.google.common.collect.ImmutableMap<String,Object> |
FileStorageManager.saveFile(MediaResource mediaResource)
Saves the given media resource.
|
Modifier and Type | Method and Description |
---|---|
com.google.common.collect.ImmutableMap<String,Object> |
DefaultFileStorageManager.saveFile(MediaResource mediaResource) |
Modifier and Type | Class and Description |
---|---|
class |
MultipartMediaResource |
Modifier and Type | Method and Description |
---|---|
void |
UploadCompletionHandler.handleUploadedContent(MediaResource mediaResource)
Handle the uploaded content.
|
Copyright © 2010 - 2019 edorasware ag. All Rights Reserved.