| Modifier and Type | Method and Description |
|---|---|
MasterDataInstance |
MasterDataInstanceBuilder.create()
creates the master data instance
|
MasterDataInstance |
DataObjectRuntimeService.saveMasterDataInstance(MasterDataInstance masterDataInstance)
Saves an updated master data instance
|
| Modifier and Type | Method and Description |
|---|---|
List<MasterDataInstance> |
MasterDataSource.getMasterDataInstances(MasterDataInstanceQuery query)
Returns a list of master data instances according the given query object used for filtering.
|
| Modifier and Type | Method and Description |
|---|---|
MasterDataInstance |
DataObjectRuntimeService.saveMasterDataInstance(MasterDataInstance masterDataInstance)
Saves an updated master data instance
|
| Modifier and Type | Field and Description |
|---|---|
protected MasterDataInstance |
SaveMasterDataInstanceCmd.masterDataInstance |
| Modifier and Type | Method and Description |
|---|---|
MasterDataInstance |
SaveMasterDataInstanceCmd.execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) |
MasterDataInstance |
CreateMasterDataInstanceCmd.execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) |
| Constructor and Description |
|---|
SaveMasterDataInstanceCmd(MasterDataInstance masterDataInstance) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
MasterDataInstanceEntity |
| Modifier and Type | Class and Description |
|---|---|
class |
MasterDataInstanceEntityImpl |
| Modifier and Type | Method and Description |
|---|---|
List<MasterDataInstance> |
MasterDataInstanceEntityManagerImpl.findByCriteria(MasterDataInstanceQuery query) |
List<MasterDataInstance> |
MasterDataInstanceEntityManager.findByCriteria(MasterDataInstanceQuery query) |
| Modifier and Type | Method and Description |
|---|---|
List<MasterDataInstance> |
MasterDataInstanceDataManager.findByCriteria(MasterDataInstanceQueryImpl query) |
| Modifier and Type | Method and Description |
|---|---|
List<MasterDataInstance> |
MybatisMasterDataInstanceDataManager.findByCriteria(MasterDataInstanceQueryImpl query) |
| Modifier and Type | Method and Description |
|---|---|
MasterDataInstance |
MasterDataInstanceBuilderImpl.create() |
MasterDataInstance |
DataObjectRuntimeServiceImpl.createMasterDataInstance(MasterDataInstanceBuilderImpl masterDataInstanceBuilder) |
MasterDataInstance |
DataObjectRuntimeServiceImpl.saveMasterDataInstance(MasterDataInstance masterDataInstance) |
| Modifier and Type | Method and Description |
|---|---|
List<MasterDataInstance> |
MasterDataInstanceQueryImpl.executeList(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) |
| Modifier and Type | Method and Description |
|---|---|
MasterDataInstance |
DataObjectRuntimeServiceImpl.saveMasterDataInstance(MasterDataInstance masterDataInstance) |
Copyright © 2019. All rights reserved.