Package | Description |
---|---|
com.semarchy.mdm.runtime.data |
This package contains the
IDataAccessService and the related classes. |
Modifier and Type | Method and Description |
---|---|
IEntityRow |
NewRowTarget.getParentDataRow() |
IEntityRow |
IDataAccessService.newRow(IActivityTask pTask,
IEntity pEntity)
Create a NOT persisted Data Row.
|
IEntityRow |
IDataAccessService.queryFirstEntityRow(DataQuery pDataQuery)
Returns the first Row matching the query or null if there is no row
matching the query
|
Modifier and Type | Method and Description |
---|---|
List<IEntityRow> |
IDataAccessService.queryEntityRows(DataQuery pDataQuery)
Query for
IEntityRow the group by information will be ignored. |
Modifier and Type | Method and Description |
---|---|
static NewRowTarget |
NewRowTarget.intoDataRow(IEntityRow pParentDataRow,
IBOTransition pIntoBoTransition) |
void |
IDataAccessService.persistRow(UUID pDETaskUUID,
IEntityRow pDataRow)
Persist the row into the transaction basket of a DataEntry Task.
|
void |
IDataAccessService.removeRowFromTx(UUID pDETaskUUID,
IEntityRow pRowToRemove)
REmove rows from the transaction basket of a DataEntry Task
|
void |
IEntityRow.setReference(IManyToOneNode pNavNode,
IEntityRow pRow) |
void |
IEntityRow.setReference(String pManyToOneNodeName,
IEntityRow pRow)
Set the IEntityRow referenced through a
IManyToOneNode . |
Constructor and Description |
---|
NewRowTarget(IEntityRow pParentRow,
IBOTransition pIntoBoTransition) |
Copyright © 2017. All rights reserved.