Uses of Interface
com.flowable.dataobject.api.runtime.DataObjectInstanceVariableContainerBuilder
Package
Description
-
Uses of DataObjectInstanceVariableContainerBuilder in com.flowable.dataobject.api.runtime
Modifier and TypeMethodDescriptionDataObjectInstanceVariableContainerBuilder.accessibleByUser
(String userId) DataObjectInstanceVariableContainerBuilder.accessibleByUserOrGroups
(String userId, Collection<String> groupKeys) If set, the permissions to create data object instances are checked against the passed user and groups.DataObjectDataSource.createDataObjectInstanceBuilder()
Creates a new data object instance builder object used to create new data object instances and persist them.DataObjectRuntimeService.createDataObjectValueInstanceBuilder()
Creates a new generic data object instance builder to create new data objects.DataObjectRuntimeService.createDataObjectValueInstanceBuilderByDefinitionId
(String dataObjectDefinitionId) Creates a new generic data object instance builder to create new data objects.DataObjectRuntimeService.createDataObjectValueInstanceBuilderByDefinitionKey
(String dataObjectDefinitionKey) Creates a new generic data object instance builder to create new data objects.DataObjectRuntimeService.createDataObjectValueInstanceBuilderByDefinitionKeyAndTenantId
(String dataObjectDefinitionKey, String tenantId) Creates a new generic data object instance builder to create new data objects.DataObjectInstanceVariableContainerBuilder.createFromPayload
(DataObjectHandlingContext context) If an instance builder is used to create a new data object given by the payload sent from a form typically, this method is invoked to create the data object according the given payload data.DataObjectInstanceVariableContainerBuilder.definitionId
(String id) Set the id of the data object definition the new instance should be based on.DataObjectInstanceVariableContainerBuilder.definitionKey
(String key) Set the key of the data object definition the new instance should be based on.Set the key of the operation that should be used to create the object.Set the tenant id for the new data object.Generic setter for a data object field value specified by its name and value to be set. -
Uses of DataObjectInstanceVariableContainerBuilder in com.flowable.dataobject.engine.impl.runtime
Modifier and TypeMethodDescriptionGenericDataObjectInstanceVariableContainerBuilder.accessibleByUserOrGroups
(String userId, Collection<String> groupKeys) DataObjectRuntimeServiceImpl.createDataObjectValueInstanceBuilder()
DataObjectRuntimeServiceImpl.createDataObjectValueInstanceBuilderByDefinitionId
(String dataObjectDefinitionId) DataObjectRuntimeServiceImpl.createDataObjectValueInstanceBuilderByDefinitionKey
(String dataObjectDefinitionKey) DataObjectRuntimeServiceImpl.createDataObjectValueInstanceBuilderByDefinitionKeyAndTenantId
(String dataObjectDefinitionKey, String tenantId) GenericDataObjectInstanceVariableContainerBuilder.createFromPayload
(DataObjectHandlingContext context) GenericDataObjectInstanceVariableContainerBuilder.definitionId
(String id) GenericDataObjectInstanceVariableContainerBuilder.definitionKey
(String key) -
Uses of DataObjectInstanceVariableContainerBuilder in com.flowable.dataobject.engine.impl.runtime.datasource
Modifier and TypeMethodDescriptionDataObjectInstanceVariableContainerBuilderImpl.accessibleByUserOrGroups
(String userId, Collection<String> groupKeys) DataObjectDataSourceImpl.createDataObjectInstanceBuilder()
DataObjectInstanceVariableContainerBuilderImpl.createFromPayload
(DataObjectHandlingContext context) DataObjectInstanceVariableContainerBuilderImpl.definitionId
(String id) DataObjectInstanceVariableContainerBuilderImpl.definitionKey
(String key)