| Modifier and Type | Field and Description |
|---|---|
protected ContentItem |
MailActivityBehavior.ContentItemDataSourceWrapper.contentItem |
| Constructor and Description |
|---|
ContentItemDataSourceWrapper(ContentItem contentItem) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ContentItemBaseQuery<T extends ContentItemBaseQuery<T,C>,C extends ContentItem>
Allows programmatic querying of
ContentItems. |
| Modifier and Type | Method and Description |
|---|---|
ContentItem |
ContentService.newContentItem() |
| Modifier and Type | Method and Description |
|---|---|
void |
ContentService.saveContentItem(ContentItem contentItem) |
void |
ContentService.saveContentItem(ContentItem contentItem,
InputStream inputStream) |
| Modifier and Type | Method and Description |
|---|---|
ContentItem |
ContentServiceImpl.newContentItem() |
| Modifier and Type | Method and Description |
|---|---|
List<ContentItem> |
ContentItemQueryImpl.executeList(CommandContext commandContext) |
| Modifier and Type | Method and Description |
|---|---|
void |
ContentServiceImpl.saveContentItem(ContentItem contentItem) |
void |
ContentServiceImpl.saveContentItem(ContentItem contentItem,
InputStream inputStream) |
| Modifier and Type | Field and Description |
|---|---|
protected ContentItem |
SaveContentItemCmd.contentItem |
| Modifier and Type | Method and Description |
|---|---|
ContentItem |
CreateContentItemCmd.execute(CommandContext commandContext) |
| Constructor and Description |
|---|
SaveContentItemCmd(ContentItem contentItem) |
SaveContentItemCmd(ContentItem contentItem,
InputStream inputStream) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ContentItemEntity |
| Modifier and Type | Class and Description |
|---|---|
class |
ContentItemEntityImpl |
| Modifier and Type | Method and Description |
|---|---|
List<ContentItem> |
ContentItemEntityManagerImpl.findContentItemsByQueryCriteria(ContentItemQueryImpl contentItemQuery) |
List<ContentItem> |
ContentItemEntityManager.findContentItemsByQueryCriteria(ContentItemQueryImpl formInstanceQuery) |
| Modifier and Type | Method and Description |
|---|---|
List<ContentItem> |
ContentItemDataManager.findContentItemsByQueryCriteria(ContentItemQueryImpl contentItemQuery) |
| Modifier and Type | Method and Description |
|---|---|
List<ContentItem> |
MybatisContentItemDataManager.findContentItemsByQueryCriteria(ContentItemQueryImpl contentItemQuery) |
| Modifier and Type | Method and Description |
|---|---|
void |
ContentRestApiInterceptor.accessContentItemInfoById(ContentItem contentItem) |
ContentItemResponse |
ContentRestResponseFactory.createContentItemResponse(ContentItem contentItem) |
ContentItemResponse |
ContentRestResponseFactory.createContentItemResponse(ContentItem contentItem,
ContentRestUrlBuilder urlBuilder) |
void |
ContentRestApiInterceptor.createNewContentItem(ContentItem contentItem) |
void |
ContentRestApiInterceptor.deleteContentItem(ContentItem contentItem) |
| Modifier and Type | Method and Description |
|---|---|
List<ContentItemResponse> |
ContentRestResponseFactory.createContentItemResponseList(List<ContentItem> contentItems) |
| Modifier and Type | Method and Description |
|---|---|
protected ContentItem |
ContentItemBaseResource.getContentItemFromRequest(String contentItemId) |
| Modifier and Type | Method and Description |
|---|---|
protected org.springframework.http.MediaType |
ContentItemDataResource.getContentItemMediaType(ContentItem contentItem) |
| Constructor and Description |
|---|
ContentItemResponse(ContentItem contentItem,
String url) |
| Modifier and Type | Field and Description |
|---|---|
protected ContentItem |
MailActivityBehavior.ContentItemDataSourceWrapper.contentItem |
| Constructor and Description |
|---|
ContentItemDataSourceWrapper(ContentItem contentItem) |
| Modifier and Type | Method and Description |
|---|---|
String |
SimpleContentTypeMapper.getSimpleType(ContentItem contentItem) |
| Constructor and Description |
|---|
ContentItemRepresentation(ContentItem content,
SimpleContentTypeMapper mapper) |
| Modifier and Type | Method and Description |
|---|---|
protected ContentItemRepresentation |
AbstractRelatedContentResource.createContentItemResponse(ContentItem contentItem) |
| Modifier and Type | Method and Description |
|---|---|
protected ResultListDataRepresentation |
AbstractRelatedContentResource.createResultRepresentation(List<ContentItem> results) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
PermissionService.canDownloadContent(SecurityScope currentUserObject,
ContentItem content) |
boolean |
PermissionService.hasWritePermissionOnRelatedContent(SecurityScope user,
ContentItem content) |
Copyright © 2023 Flowable. All rights reserved.