wt.conflict
Interface ConflictHolder

All Known Implementing Classes:
ConflictException, IXBConflictException, VersionControlException, WorkInProgressException

public interface ConflictHolder

Interface to be implemented by every Exception carrying Conflict Elements. e.g. VersionControlConflictException extends WTException implements ConflictHolder;

Supported API: false

Extendable: false


Field Summary
static String CONFLICT_ELEMENTS
          Label for the attribute; Array of ConflictElement's.
 
Method Summary
 Object[] getAllConflictingObjects()
          

Supported API: false
 ConflictElement[] getConflictElements()
          Gets the value of the attribute: CONFLICT_ELEMENTS.
 void setConflictElements(ConflictElement[] a_ConflictElements)
          Sets the value of the attribute: CONFLICT_ELEMENTS.
 

Field Detail

CONFLICT_ELEMENTS

public static final String CONFLICT_ELEMENTS
Label for the attribute; Array of ConflictElement's.

Supported API: false

See Also:
Constant Field Values
Method Detail

getConflictElements

public ConflictElement[] getConflictElements()
Gets the value of the attribute: CONFLICT_ELEMENTS. Array of ConflictElement's.

Supported API: false

Returns:
ConflictElement[]

setConflictElements

public void setConflictElements(ConflictElement[] a_ConflictElements)
                         throws WTPropertyVetoException
Sets the value of the attribute: CONFLICT_ELEMENTS. Array of ConflictElement's.

Supported API: false

Parameters:
a_ConflictElements -
Throws:
WTPropertyVetoException

getAllConflictingObjects

public Object[] getAllConflictingObjects()


Supported API: false

Returns:
Object []