default DataObjectInstanceVariableContainerBuilder |
DataObjectInstanceVariableContainerBuilder.accessibleByUser(String userId) |
|
DataObjectInstanceVariableContainerBuilder |
DataObjectInstanceVariableContainerBuilder.accessibleByUserOrGroups(String userId,
Collection<String> groupKeys) |
If set, the permissions to create data object instances are checked against the passed user and groups.
|
DataObjectInstanceVariableContainerBuilder |
DataObjectDataSource.createDataObjectInstanceBuilder() |
Creates a new data object instance builder object used to create new data object instances and persist them.
|
DataObjectInstanceVariableContainerBuilder |
DataObjectRuntimeService.createDataObjectValueInstanceBuilder() |
Creates a new generic data object instance builder to create new data objects.
|
DataObjectInstanceVariableContainerBuilder |
DataObjectRuntimeService.createDataObjectValueInstanceBuilderByDefinitionId(String dataObjectDefinitionId) |
Creates a new generic data object instance builder to create new data objects.
|
DataObjectInstanceVariableContainerBuilder |
DataObjectRuntimeService.createDataObjectValueInstanceBuilderByDefinitionKey(String dataObjectDefinitionKey) |
Creates a new generic data object instance builder to create new data objects.
|
DataObjectInstanceVariableContainerBuilder |
DataObjectRuntimeService.createDataObjectValueInstanceBuilderByDefinitionKeyAndTenantId(String dataObjectDefinitionKey,
String tenantId) |
Creates a new generic data object instance builder to create new data objects.
|
DataObjectInstanceVariableContainerBuilder |
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 |
DataObjectInstanceVariableContainerBuilder.definitionId(String id) |
Set the id of the data object definition the new instance should be based on.
|
DataObjectInstanceVariableContainerBuilder |
DataObjectInstanceVariableContainerBuilder.definitionKey(String key) |
Set the key of the data object definition the new instance should be based on.
|
DataObjectInstanceVariableContainerBuilder |
DataObjectInstanceVariableContainerBuilder.operation(String operation) |
Set the key of the operation that should be used to create the object.
|
DataObjectInstanceVariableContainerBuilder |
DataObjectInstanceVariableContainerBuilder.tenantId(String tenantId) |
Set the tenant id for the new data object.
|
DataObjectInstanceVariableContainerBuilder |
DataObjectInstanceVariableContainerBuilder.value(String valueName,
Object value) |
Generic setter for a data object field value specified by its name and value to be set.
|