public interface ExternalSystemContentService
| Modifier and Type | Field and Description | 
|---|---|
| static String | MIME_TYPE_HINT | 
| static String | NAME_HINT | 
| Modifier and Type | Method and Description | 
|---|---|
| org.flowable.content.api.ContentItem | fetchAndCreateProvisionalContent(String externalSystemId,
                                String businessAccountId,
                                String externalMediaId,
                                Map<String,String> hints)This fetches the media from the external system adapter and creates provisional content. | 
static final String NAME_HINT
static final String MIME_TYPE_HINT
org.flowable.content.api.ContentItem fetchAndCreateProvisionalContent(String externalSystemId, String businessAccountId, String externalMediaId, Map<String,String> hints)
externalSystemId - the id of the system from which the content item should be fetchedbusinessAccountId - the account for which the fetch should be doneexternalMediaId - the id of the external mediahints - optional hints that can be used when creating the content itemCopyright © 2019. All rights reserved.