Skip to content

/AWS1/CL_CMTCONFLICTRESOLUTION

If AUTOMERGE is the conflict resolution strategy, a list of inputs to use when resolving conflicts during a merge.

CONSTRUCTOR

IMPORTING

Optional arguments:

IT_REPLACECONTENTS TYPE /AWS1/CL_CMTREPLACECONTENTRY=>TT_REPLACECONTENTENTRIES TT_REPLACECONTENTENTRIES

Files to have content replaced as part of the merge conflict resolution.

IT_DELETEFILES TYPE /AWS1/CL_CMTDELETEFILEENTRY=>TT_DELETEFILEENTRIES TT_DELETEFILEENTRIES

Files to be deleted as part of the merge conflict resolution.

IT_SETFILEMODES TYPE /AWS1/CL_CMTSETFILEMODEENTRY=>TT_SETFILEMODEENTRIES TT_SETFILEMODEENTRIES

File modes that are set as part of the merge conflict resolution.


Queryable Attributes

replaceContents

Files to have content replaced as part of the merge conflict resolution.

Accessible with the following methods

Method Description
GET_REPLACECONTENTS() Getter for REPLACECONTENTS, with configurable default
ASK_REPLACECONTENTS() Getter for REPLACECONTENTS w/ exceptions if field has no val
HAS_REPLACECONTENTS() Determine if REPLACECONTENTS has a value

deleteFiles

Files to be deleted as part of the merge conflict resolution.

Accessible with the following methods

Method Description
GET_DELETEFILES() Getter for DELETEFILES, with configurable default
ASK_DELETEFILES() Getter for DELETEFILES w/ exceptions if field has no value
HAS_DELETEFILES() Determine if DELETEFILES has a value

setFileModes

File modes that are set as part of the merge conflict resolution.

Accessible with the following methods

Method Description
GET_SETFILEMODES() Getter for SETFILEMODES, with configurable default
ASK_SETFILEMODES() Getter for SETFILEMODES w/ exceptions if field has no value
HAS_SETFILEMODES() Determine if SETFILEMODES has a value