Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
C
- CONTENT_ITEM_INSTANCES - Static variable in interface org.flowable.content.api.ContentChangeTenantIdEntityTypes
- contentAvailable(Boolean) - Method in interface org.flowable.content.api.ContentItemBaseQuery
-
Only select content items with content available or not.
- ContentChangeTenantIdEntityTypes - Interface in org.flowable.content.api
- ContentEngineConfigurationApi - Interface in org.flowable.content.api
- ContentItem - Interface in org.flowable.content.api
-
An object structure representing a piece of content.
- ContentItemBaseQuery<T extends ContentItemBaseQuery<T,
C>, C extends ContentItem> - Interface in org.flowable.content.api -
Allows programmatic querying of
ContentItems. - ContentItemQuery - Interface in org.flowable.content.api
-
Allows programmatic querying of
ContentItems. - ContentManagementService - Interface in org.flowable.content.api
-
Service for admin and maintenance operations on the content engine.
- ContentMetaDataKeys - Interface in org.flowable.content.api
-
The metadata keys that are common for each bit of content used with Flowable.
- ContentNotFoundException - Exception in org.flowable.content.api
-
Exception indicating an operation is requested on a
ContentObjectthat does not exist. - ContentNotFoundException(String) - Constructor for exception org.flowable.content.api.ContentNotFoundException
- ContentObject - Interface in org.flowable.content.api
- ContentObjectStorageMetadata - Interface in org.flowable.content.api
-
The metadata passed when creating a
ContentObject - ContentService - Interface in org.flowable.content.api
- contentSize(Long) - Method in interface org.flowable.content.api.ContentItemBaseQuery
-
Only select content items with the given content size.
- ContentStorage - Interface in org.flowable.content.api
-
Storage for reading and writing content.
- ContentStorageException - Exception in org.flowable.content.api
- ContentStorageException(String) - Constructor for exception org.flowable.content.api.ContentStorageException
- ContentStorageException(String, Throwable) - Constructor for exception org.flowable.content.api.ContentStorageException
- ContentStorageException(String, Throwable, boolean, boolean) - Constructor for exception org.flowable.content.api.ContentStorageException
- contentStoreId(String) - Method in interface org.flowable.content.api.ContentItemBaseQuery
-
Only select content items with the given content store id.
- contentStoreIdLike(String) - Method in interface org.flowable.content.api.ContentItemBaseQuery
-
Only select content items with a content store id like the given string.
- contentStoreName(String) - Method in interface org.flowable.content.api.ContentItemBaseQuery
-
Only select content items with the given content store name.
- contentStoreNameLike(String) - Method in interface org.flowable.content.api.ContentItemBaseQuery
-
Only select content items with a content store name like the given string.
- createChangeTenantIdBuilder(String, String) - Method in interface org.flowable.content.api.ContentManagementService
-
Create a
ChangeTenantIdBuilderthat can be used to change the tenant id of the content instances. - createContentItemQuery() - Method in interface org.flowable.content.api.ContentService
- createContentObject(InputStream, Map<String, Object>) - Method in interface org.flowable.content.api.ContentStorage
-
Deprecated.
- createContentObject(InputStream, ContentObjectStorageMetadata) - Method in interface org.flowable.content.api.ContentStorage
-
Reads the given
InputStreamand stores it. - createdBy(String) - Method in interface org.flowable.content.api.ContentItemBaseQuery
-
Only select content items with the given created by value.
- createdByLike(String) - Method in interface org.flowable.content.api.ContentItemBaseQuery
-
Only select content items with a create by like the given string.
- createdDate(Date) - Method in interface org.flowable.content.api.ContentItemBaseQuery
-
Only select content items created on the given time
- createdDateAfter(Date) - Method in interface org.flowable.content.api.ContentItemBaseQuery
-
Only select content items created after the given time
- createdDateBefore(Date) - Method in interface org.flowable.content.api.ContentItemBaseQuery
-
Only select content items created before the given time
- createTablePageQuery() - Method in interface org.flowable.content.api.ContentManagementService
-
Creates a
TablePageQuerythat can be used to fetchTablePagecontaining specific sections of table row data.
D
- deleteContentItem(String) - Method in interface org.flowable.content.api.ContentService
- deleteContentItemsByProcessInstanceId(String) - Method in interface org.flowable.content.api.ContentService
- deleteContentItemsByScopeIdAndScopeType(String, String) - Method in interface org.flowable.content.api.ContentService
- deleteContentItemsByTaskId(String) - Method in interface org.flowable.content.api.ContentService
- deleteContentObject(String) - Method in interface org.flowable.content.api.ContentStorage
-
Deletes the object the given id.
F
- field(String) - Method in interface org.flowable.content.api.ContentItemBaseQuery
-
Only select content items with the given field.
- FIELD_ID - Static variable in interface org.flowable.content.api.ContentMetaDataKeys
- fieldLike(String) - Method in interface org.flowable.content.api.ContentItemBaseQuery
-
Only select content items with a field like the given string.
G
- getContent() - Method in interface org.flowable.content.api.ContentObject
- getContentItemData(String) - Method in interface org.flowable.content.api.ContentService
- getContentLength() - Method in interface org.flowable.content.api.ContentObject
- getContentManagementService() - Method in interface org.flowable.content.api.ContentEngineConfigurationApi
- getContentObject(String) - Method in interface org.flowable.content.api.ContentStorage
- getContentService() - Method in interface org.flowable.content.api.ContentEngineConfigurationApi
- getContentSize() - Method in interface org.flowable.content.api.ContentItem
- getContentStoreId() - Method in interface org.flowable.content.api.ContentItem
- getContentStoreName() - Method in interface org.flowable.content.api.ContentItem
- getContentStoreName() - Method in interface org.flowable.content.api.ContentStorage
- getCreated() - Method in interface org.flowable.content.api.ContentItem
- getCreatedBy() - Method in interface org.flowable.content.api.ContentItem
- getField() - Method in interface org.flowable.content.api.ContentItem
- getId() - Method in interface org.flowable.content.api.ContentItem
-
unique identifier
- getId() - Method in interface org.flowable.content.api.ContentObject
- getLastModified() - Method in interface org.flowable.content.api.ContentItem
- getLastModifiedBy() - Method in interface org.flowable.content.api.ContentItem
- getMetaData() - Method in interface org.flowable.content.api.ContentStorage
- getMimeType() - Method in interface org.flowable.content.api.ContentItem
- getMimeType() - Method in interface org.flowable.content.api.ContentObjectStorageMetadata
-
The mime type of the content.
- getName() - Method in interface org.flowable.content.api.ContentItem
- getName() - Method in interface org.flowable.content.api.ContentObjectStorageMetadata
-
The name of the content.
- getProcessInstanceId() - Method in interface org.flowable.content.api.ContentItem
- getScopeId() - Method in interface org.flowable.content.api.ContentItem
- getScopeId() - Method in interface org.flowable.content.api.ContentObjectStorageMetadata
-
The scope id of the content.
- getScopeType() - Method in interface org.flowable.content.api.ContentItem
- getScopeType() - Method in interface org.flowable.content.api.ContentObjectStorageMetadata
-
The scope type of the content
- getStoredObject() - Method in interface org.flowable.content.api.ContentObjectStorageMetadata
-
The object being stored.
- getTableCount() - Method in interface org.flowable.content.api.ContentManagementService
-
Get the mapping containing {table name, row count} entries of the Flowable database schema.
- getTableMetaData(String) - Method in interface org.flowable.content.api.ContentManagementService
-
Gets the metadata (column names, column types, etc.) of a certain table.
- getTableName(Class<?>) - Method in interface org.flowable.content.api.ContentManagementService
-
Gets the table name (including any configured prefix) for an Flowable entity like ContentItem or the like.
- getTaskId() - Method in interface org.flowable.content.api.ContentItem
- getTenantId() - Method in interface org.flowable.content.api.ContentItem
- getTenantId() - Method in interface org.flowable.content.api.ContentObjectStorageMetadata
-
The tenant id of the content
I
- id(String) - Method in interface org.flowable.content.api.ContentItemBaseQuery
-
Only select content items with the given id.
- ids(Set<String>) - Method in interface org.flowable.content.api.ContentItemBaseQuery
-
Only select content items with the given ids.
- isContentAvailable() - Method in interface org.flowable.content.api.ContentItem
- isProvisional() - Method in interface org.flowable.content.api.ContentItem
L
- lastModifiedBy(String) - Method in interface org.flowable.content.api.ContentItemBaseQuery
-
Only select content items with the given last modified by value.
- lastModifiedByLike(String) - Method in interface org.flowable.content.api.ContentItemBaseQuery
-
Only select content items with a last modified by like the given string.
- lastModifiedDate(Date) - Method in interface org.flowable.content.api.ContentItemBaseQuery
-
Only select content items last modified on the given time
- lastModifiedDateAfter(Date) - Method in interface org.flowable.content.api.ContentItemBaseQuery
-
Only select content items last modified after the given time
- lastModifiedDateBefore(Date) - Method in interface org.flowable.content.api.ContentItemBaseQuery
-
Only select content items last modified before the given time
M
- maxContentSize(Long) - Method in interface org.flowable.content.api.ContentItemBaseQuery
-
Only select content items with the given maximum content size.
- mimeType(String) - Method in interface org.flowable.content.api.ContentItemBaseQuery
-
Only select content items with the given mime type.
- mimeTypeLike(String) - Method in interface org.flowable.content.api.ContentItemBaseQuery
-
Only select content items with a mime type like the given string.
- minContentSize(Long) - Method in interface org.flowable.content.api.ContentItemBaseQuery
-
Only select content items with the given minimal content size.
N
- name(String) - Method in interface org.flowable.content.api.ContentItemBaseQuery
-
Only select content items with the given name.
- nameLike(String) - Method in interface org.flowable.content.api.ContentItemBaseQuery
-
Only select content items with a name like the given string.
- newContentItem() - Method in interface org.flowable.content.api.ContentService
O
- orderByCreatedDate() - Method in interface org.flowable.content.api.ContentItemBaseQuery
-
Order by created date (needs to be followed by
Query.asc()orQuery.desc()). - orderByTenantId() - Method in interface org.flowable.content.api.ContentItemBaseQuery
-
Order by tenant id (needs to be followed by
Query.asc()orQuery.desc()). - org.flowable.content.api - package org.flowable.content.api
P
- PROCESS_INSTANCE_ID - Static variable in interface org.flowable.content.api.ContentMetaDataKeys
- processInstanceId(String) - Method in interface org.flowable.content.api.ContentItemBaseQuery
-
Only select content items with the given process instance id.
- processInstanceIdLike(String) - Method in interface org.flowable.content.api.ContentItemBaseQuery
-
Only select content items with a process instance id like the given string.
S
- saveContentItem(ContentItem) - Method in interface org.flowable.content.api.ContentService
- saveContentItem(ContentItem, InputStream) - Method in interface org.flowable.content.api.ContentService
- SCOPE_ID - Static variable in interface org.flowable.content.api.ContentMetaDataKeys
- SCOPE_TYPE - Static variable in interface org.flowable.content.api.ContentMetaDataKeys
- scopeId(String) - Method in interface org.flowable.content.api.ContentItemBaseQuery
-
Only select content items with the given scopeId.
- scopeIdLike(String) - Method in interface org.flowable.content.api.ContentItemBaseQuery
-
Only select content items with the scope id like given string.
- scopeType(String) - Method in interface org.flowable.content.api.ContentItemBaseQuery
-
Only select content items with the scope type as given string.
- scopeTypeLike(String) - Method in interface org.flowable.content.api.ContentItemBaseQuery
-
Only select content items with the scope type like given string.
- setContentStoreId(String) - Method in interface org.flowable.content.api.ContentItem
- setContentStoreName(String) - Method in interface org.flowable.content.api.ContentItem
- setCreatedBy(String) - Method in interface org.flowable.content.api.ContentItem
- setField(String) - Method in interface org.flowable.content.api.ContentItem
- setLastModifiedBy(String) - Method in interface org.flowable.content.api.ContentItem
- setMimeType(String) - Method in interface org.flowable.content.api.ContentItem
- setName(String) - Method in interface org.flowable.content.api.ContentItem
- setProcessInstanceId(String) - Method in interface org.flowable.content.api.ContentItem
- setProvisional(boolean) - Method in interface org.flowable.content.api.ContentItem
- setScopeId(String) - Method in interface org.flowable.content.api.ContentItem
- setScopeType(String) - Method in interface org.flowable.content.api.ContentItem
- setTaskId(String) - Method in interface org.flowable.content.api.ContentItem
- setTenantId(String) - Method in interface org.flowable.content.api.ContentItem
T
- TASK_ID - Static variable in interface org.flowable.content.api.ContentMetaDataKeys
- taskId(String) - Method in interface org.flowable.content.api.ContentItemBaseQuery
-
Only select content items with the given task id.
- taskIdLike(String) - Method in interface org.flowable.content.api.ContentItemBaseQuery
-
Only select content items with a task id like the given string.
- tenantId(String) - Method in interface org.flowable.content.api.ContentItemBaseQuery
-
Only select content items that have the given tenant id.
- tenantIdLike(String) - Method in interface org.flowable.content.api.ContentItemBaseQuery
-
Only select content items with a tenant id like the given one.
U
- updateContentObject(String, InputStream, Map<String, Object>) - Method in interface org.flowable.content.api.ContentStorage
-
Deprecated.
- updateContentObject(String, InputStream, ContentObjectStorageMetadata) - Method in interface org.flowable.content.api.ContentStorage
-
Update the content with the given id to the content present in the given stream.
W
- withoutTenantId() - Method in interface org.flowable.content.api.ContentItemBaseQuery
-
Only select content items that do not have a tenant id.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
createContentObject(InputStream, ContentObjectStorageMetadata)instead