java.lang.Object | |
↳ | com.computime.maximo.MaximoUpdateEntry |
Nested Classes | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
MaximoUpdateEntry.EntryAction |
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
action | Operation on object to effect | ||||||||||
conditionFields | Map of fields name-value pairs to use in filter condition in case of a 'change' or 'delete' action | ||||||||||
deleteForInsert | Use only with nested entries when the entry should be delete and then recreated rather than updated. | ||||||||||
fields | Map of field name-value pairs to use as new values in case or a 'add' or 'update' | ||||||||||
messageId | |||||||||||
nestedEntries | Optional: If an nested update of a Maximo object is required than populate with list of entries. | ||||||||||
objectName | Name of Maximo entity to update (e.g. | ||||||||||
relationship | Use only with nested entries when relationship is not defined in object structure or should be overriden. |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
|
Map of fields name-value pairs to use in filter condition in case of a 'change' or 'delete' action
Use only with nested entries when the entry should be delete and then recreated rather than updated.
Map of field name-value pairs to use as new values in case or a 'add' or 'update'
Optional: If an nested update of a Maximo object is required than populate with list of entries. (e.g. POLINE update nested in PO update)
Use only with nested entries when relationship is not defined in object structure or should be overriden. Relationship to use the between parent and nested entry.