|
com.im.df.api 5.8 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.im.df.api.support.DFUpdateDescription
public final class DFUpdateDescription
Description of a single data update operation.
| Method Summary | |
|---|---|
static DFUpdateDescription |
create(DFEntity entity,
DFTermExpression query,
Map<String,Object> valuesToUpdate)
|
static DFUpdateDescription |
create(DFEntity entity,
List rowIds,
Map<String,Object> valuesToUpdate)
|
static DFUpdateDescription |
create(DFEntity entity,
Object rowId,
Map<String,Object> valuesToUpdate)
|
DFEntity |
getEntity()
|
List |
getRowIds()
Current implementation can return null if expression is specified. |
Map<String,Object> |
getValuesToUpdate()
|
DFTermExpression |
getWhereCondition()
Can return null if description is defined with row ids. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public static DFUpdateDescription create(DFEntity entity,
DFTermExpression query,
Map<String,Object> valuesToUpdate)
public static DFUpdateDescription create(DFEntity entity,
Object rowId,
Map<String,Object> valuesToUpdate)
public static DFUpdateDescription create(DFEntity entity,
List rowIds,
Map<String,Object> valuesToUpdate)
public Map<String,Object> getValuesToUpdate()
public DFTermExpression getWhereCondition()
null if description is defined with row ids.
public DFEntity getEntity()
public List getRowIds()
null if expression is specified.
null.public String toString()
toString in class Object
|
com.im.df.api 5.8 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||