public interface ContentObjectStorageMetadata
ContentObject| Modifier and Type | Method and Description |
|---|---|
String |
getMimeType()
The mime type of the content.
|
String |
getName()
The name of the content.
|
String |
getScopeId()
The scope id of the content.
|
String |
getScopeType()
The scope type of the content
|
Object |
getStoredObject()
The object being stored.
|
String |
getTenantId()
The tenant id of the content
|
String getName()
String getScopeId()
String getScopeType()
String getMimeType()
String getTenantId()
Object getStoredObject()
Copyright © 2020 Flowable. All rights reserved.