Class BaseExternalMediaContent
java.lang.Object
com.flowable.engage.external.system.line.BaseExternalMediaContent
- All Implemented Interfaces:
ExternalMediaContent
- Author:
- Filip Hrisafov
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionBaseExternalMediaContent
(String mediaContentUrl, String mediaContentImagePreviewUrl) -
Method Summary
Modifier and TypeMethodDescriptionThe public accessible URL for the preview image of the content.The publicly accessible URL for the content.
-
Field Details
-
mediaContentUrl
-
mediaContentImagePreviewUrl
-
-
Constructor Details
-
BaseExternalMediaContent
-
-
Method Details
-
getMediaContentUrl
Description copied from interface:ExternalMediaContent
The publicly accessible URL for the content.- Specified by:
getMediaContentUrl
in interfaceExternalMediaContent
-
getMediaContentImagePreviewUrl
Description copied from interface:ExternalMediaContent
The public accessible URL for the preview image of the content.- Specified by:
getMediaContentImagePreviewUrl
in interfaceExternalMediaContent
-