OptimalTrace
5.2

com.compuware.optimaltrace.framework.merge
Interface MergeObjectIfc

All Known Subinterfaces:
AbstractRequirementIfc, AbstractStepIfc, AlternativeScenarioIfc, BizObjectIfc, com.compuware.optimaltrace.tools.common.bizobjectslocal.ClearableSuspectLinkIfc, CustomPropertyTemplateIfc, CustomPropertyTemplateListIfc, GoalLevelIfc, GoalLevelsIfc, ItemIfc, ItemListIfc, MainSuccessScenarioIfc, ProjectIfc, RefinementIfc, ScenarioIfc, SimpleRequirementIfc, StepIfc, TableHolderListContainerIfc, ToolSettingsIfc, UseCaseIfc, UseCasePackageIfc
All Known Implementing Classes:
com.compuware.optimaltrace.framework.business.AbstractBizObject, com.compuware.optimaltrace.tools.common.bizobjects.AbstractStep, ProjectContainer, Step

public interface MergeObjectIfc

Interface MergeObject

Author:
Damian Beresford

Field Summary
static java.lang.String ATTR_IS_ASSOCIATECHANGEDNEWER
           
static java.lang.String ATTR_IS_ASSOCIATECHANGEDOLDER
           
static java.lang.String ATTR_IS_ATTRIBUTESCHANGED_NEWER
           
static java.lang.String ATTR_IS_ATTRIBUTESCHANGED_OLDER
           
static java.lang.String ATTR_IS_CHILDCONFLICT
           
static java.lang.String ATTR_IS_CHILDWASADDED
           
static java.lang.String ATTR_IS_CHILDWASREMOVED
           
static java.lang.String ATTR_IS_CUSTOMPROPERTYCHANGED
           
static java.lang.String ATTR_IS_CUSTOMPROPERTYCHANGEDADDED
           
static java.lang.String ATTR_IS_CUSTOMPROPERTYCHANGEDREMOVED
           
static java.lang.String ATTR_IS_CUSTOMPROPERTYVALUECHANGEDNEWER
           
static java.lang.String ATTR_IS_CUSTOMPROPERTYVALUECHANGEDOLDER
           
static java.lang.String ATTR_IS_MERGEACCEPTED
           
static java.lang.String ATTR_IS_MERGECHANGED
           
static java.lang.String ATTR_IS_MERGEREJECTED
           
static java.lang.String ATTR_IS_NEWPARENTAFTERMOVE
           
static java.lang.String ATTR_IS_OLDPARENTAFTERMOVE
           
static java.lang.String ATTR_IS_PARENTCHANGED
           
static java.lang.String ATTR_IS_POSITIONCHANGEDNEWER
           
static java.lang.String ATTR_IS_POSITIONCHANGEDOLDER
           
static java.lang.String ATTR_IS_WASADDED
           
static java.lang.String ATTR_IS_WASREMOVED
           
 
Method Summary
 boolean isAssociateChangedNewer()
          Checks if the associate is changed newer.
 boolean isAssociateChangedOlder()
          Checks if the associate is changed older.
 boolean isAttributesChangedNewer()
          Checks if the attributes are changed newer.
 boolean isAttributesChangedOlder()
          Checks if the attributes are changed older.
 boolean isChildConflict()
          Checks if the child is conflict.
 boolean isChildWasAdded()
          Checks if the child was added.
 boolean isChildWasRemoved()
          Checks if the child was removed.
 boolean isMergeAccepted()
          Checks if the merge is accepted
 boolean isMergeChanged()
          Checks if the merge is changed.
 boolean isMergeRejected()
          Checks if the merge is rejected
 boolean isNewParentAfterMove()
          Checks if it is the new parent after move.
 boolean isOldParentAfterMove()
          Checks if it is the old parent after move.
 boolean isParentChanged()
          Checks if the parent is changed.
 boolean isPositionChangedNewer()
          Checks if the position is changed newer.
 boolean isPositionChangedOlder()
          Checks if the position is changed older.
 boolean isWasAdded()
          Checks if it was added.
 boolean isWasRemoved()
          Checks if it was removed.
 void setIsAssociateChangedNewer(boolean associateAdded)
          Sets if the associate is changed newer.
 void setIsAssociateChangedOlder(boolean associateChanged)
          Sets if the associate is changed older.
 void setIsAttributesChangedNewer(boolean attributesChanged)
          Sets if the attributes are changed newer.
 void setIsAttributesChangedOlder(boolean attributesChanged)
          Sets if the attributes are changed older.
 void setIsChildConflict(boolean childConflict)
          Sets if the child is conflict.
 void setIsChildWasAdded(boolean childWasAdded)
          Sets if the child was added.
 void setIsChildWasRemoved(boolean childWasRemoved)
          Sets if the child was removed.
 void setIsMergeAccepted(boolean mergeAccepted)
          Sets if the merge is accepted.
 void setIsMergeChanged(boolean mergeChanged)
          Sets if the merge is changed.
 void setIsMergeRejected(boolean mergeRejected)
          Sets if the merge is rejected.
 void setIsNewParentAfterMove(boolean newParentAfterMove)
          Sets if it is the new parent after move.
 void setIsOldParentAfterMove(boolean oldParentAfterMove)
          Sets if it is the old parent after move.
 void setIsParentChanged(boolean parentChanged)
          Sets if the parent is changed.
 void setIsPositionChangedNewer(boolean isPositionChangedNewer)
          Sets if the position is changed newer.
 void setIsPositionChangedOlder(boolean isPositionChangedOlder)
          Sets if the position is changed older.
 void setIsWasAdded(boolean wasAdded)
          Sets if it was added.
 void setIsWasRemoved(boolean wasRemoved)
          Sets if it was removed.
 

Field Detail

ATTR_IS_WASADDED

static final java.lang.String ATTR_IS_WASADDED
See Also:
Constant Field Values

ATTR_IS_CHILDWASADDED

static final java.lang.String ATTR_IS_CHILDWASADDED
See Also:
Constant Field Values

ATTR_IS_ATTRIBUTESCHANGED_NEWER

static final java.lang.String ATTR_IS_ATTRIBUTESCHANGED_NEWER
See Also:
Constant Field Values

ATTR_IS_ATTRIBUTESCHANGED_OLDER

static final java.lang.String ATTR_IS_ATTRIBUTESCHANGED_OLDER
See Also:
Constant Field Values

ATTR_IS_WASREMOVED

static final java.lang.String ATTR_IS_WASREMOVED
See Also:
Constant Field Values

ATTR_IS_CHILDWASREMOVED

static final java.lang.String ATTR_IS_CHILDWASREMOVED
See Also:
Constant Field Values

ATTR_IS_CHILDCONFLICT

static final java.lang.String ATTR_IS_CHILDCONFLICT
See Also:
Constant Field Values

ATTR_IS_ASSOCIATECHANGEDNEWER

static final java.lang.String ATTR_IS_ASSOCIATECHANGEDNEWER
See Also:
Constant Field Values

ATTR_IS_ASSOCIATECHANGEDOLDER

static final java.lang.String ATTR_IS_ASSOCIATECHANGEDOLDER
See Also:
Constant Field Values

ATTR_IS_PARENTCHANGED

static final java.lang.String ATTR_IS_PARENTCHANGED
See Also:
Constant Field Values

ATTR_IS_OLDPARENTAFTERMOVE

static final java.lang.String ATTR_IS_OLDPARENTAFTERMOVE
See Also:
Constant Field Values

ATTR_IS_NEWPARENTAFTERMOVE

static final java.lang.String ATTR_IS_NEWPARENTAFTERMOVE
See Also:
Constant Field Values

ATTR_IS_MERGEACCEPTED

static final java.lang.String ATTR_IS_MERGEACCEPTED
See Also:
Constant Field Values

ATTR_IS_MERGEREJECTED

static final java.lang.String ATTR_IS_MERGEREJECTED
See Also:
Constant Field Values

ATTR_IS_MERGECHANGED

static final java.lang.String ATTR_IS_MERGECHANGED
See Also:
Constant Field Values

ATTR_IS_CUSTOMPROPERTYVALUECHANGEDNEWER

static final java.lang.String ATTR_IS_CUSTOMPROPERTYVALUECHANGEDNEWER
See Also:
Constant Field Values

ATTR_IS_CUSTOMPROPERTYVALUECHANGEDOLDER

static final java.lang.String ATTR_IS_CUSTOMPROPERTYVALUECHANGEDOLDER
See Also:
Constant Field Values

ATTR_IS_CUSTOMPROPERTYCHANGED

static final java.lang.String ATTR_IS_CUSTOMPROPERTYCHANGED
See Also:
Constant Field Values

ATTR_IS_CUSTOMPROPERTYCHANGEDADDED

static final java.lang.String ATTR_IS_CUSTOMPROPERTYCHANGEDADDED
See Also:
Constant Field Values

ATTR_IS_CUSTOMPROPERTYCHANGEDREMOVED

static final java.lang.String ATTR_IS_CUSTOMPROPERTYCHANGEDREMOVED
See Also:
Constant Field Values

ATTR_IS_POSITIONCHANGEDOLDER

static final java.lang.String ATTR_IS_POSITIONCHANGEDOLDER
See Also:
Constant Field Values

ATTR_IS_POSITIONCHANGEDNEWER

static final java.lang.String ATTR_IS_POSITIONCHANGEDNEWER
See Also:
Constant Field Values
Method Detail

setIsWasAdded

void setIsWasAdded(boolean wasAdded)
Sets if it was added.

Parameters:
wasAdded -

isWasAdded

boolean isWasAdded()
Checks if it was added.

Returns:
boolean

setIsChildWasAdded

void setIsChildWasAdded(boolean childWasAdded)
Sets if the child was added.

Parameters:
childWasAdded -

isChildWasAdded

boolean isChildWasAdded()
Checks if the child was added.

Returns:
boolean

setIsAttributesChangedNewer

void setIsAttributesChangedNewer(boolean attributesChanged)
Sets if the attributes are changed newer.

Parameters:
attributesChanged -

isAttributesChangedNewer

boolean isAttributesChangedNewer()
Checks if the attributes are changed newer.

Returns:
boolean

setIsAttributesChangedOlder

void setIsAttributesChangedOlder(boolean attributesChanged)
Sets if the attributes are changed older.

Parameters:
attributesChanged -

isAttributesChangedOlder

boolean isAttributesChangedOlder()
Checks if the attributes are changed older.

Returns:
boolean

setIsWasRemoved

void setIsWasRemoved(boolean wasRemoved)
Sets if it was removed.

Parameters:
wasRemoved -

isWasRemoved

boolean isWasRemoved()
Checks if it was removed.

Returns:
boolean

setIsChildWasRemoved

void setIsChildWasRemoved(boolean childWasRemoved)
Sets if the child was removed.

Parameters:
childWasRemoved -

isChildWasRemoved

boolean isChildWasRemoved()
Checks if the child was removed.

Returns:
boolean

setIsChildConflict

void setIsChildConflict(boolean childConflict)
Sets if the child is conflict.

Parameters:
childConflict -

isChildConflict

boolean isChildConflict()
Checks if the child is conflict.

Returns:
boolean

setIsAssociateChangedNewer

void setIsAssociateChangedNewer(boolean associateAdded)
Sets if the associate is changed newer.

Parameters:
associateAdded -

isAssociateChangedNewer

boolean isAssociateChangedNewer()
Checks if the associate is changed newer.

Returns:
boolean

setIsAssociateChangedOlder

void setIsAssociateChangedOlder(boolean associateChanged)
Sets if the associate is changed older.

Parameters:
associateChanged -

isAssociateChangedOlder

boolean isAssociateChangedOlder()
Checks if the associate is changed older.

Returns:
boolean

setIsParentChanged

void setIsParentChanged(boolean parentChanged)
Sets if the parent is changed.

Parameters:
parentChanged -

isParentChanged

boolean isParentChanged()
Checks if the parent is changed.

Returns:
boolean

setIsOldParentAfterMove

void setIsOldParentAfterMove(boolean oldParentAfterMove)
Sets if it is the old parent after move.

Parameters:
oldParentAfterMove -

isOldParentAfterMove

boolean isOldParentAfterMove()
Checks if it is the old parent after move.

Returns:
boolean

setIsNewParentAfterMove

void setIsNewParentAfterMove(boolean newParentAfterMove)
Sets if it is the new parent after move.

Parameters:
newParentAfterMove -

isNewParentAfterMove

boolean isNewParentAfterMove()
Checks if it is the new parent after move.

Returns:
boolean

setIsMergeAccepted

void setIsMergeAccepted(boolean mergeAccepted)
Sets if the merge is accepted.

Parameters:
mergeAccepted -

setIsMergeRejected

void setIsMergeRejected(boolean mergeRejected)
Sets if the merge is rejected.

Parameters:
mergeRejected -

setIsMergeChanged

void setIsMergeChanged(boolean mergeChanged)
Sets if the merge is changed.

Parameters:
mergeChanged -

isMergeAccepted

boolean isMergeAccepted()
Checks if the merge is accepted

Returns:
boolean

isMergeRejected

boolean isMergeRejected()
Checks if the merge is rejected

Returns:
boolean

isMergeChanged

boolean isMergeChanged()
Checks if the merge is changed.

Returns:
boolean

setIsPositionChangedOlder

void setIsPositionChangedOlder(boolean isPositionChangedOlder)
Sets if the position is changed older.

Parameters:
isPositionChangedOlder -

isPositionChangedOlder

boolean isPositionChangedOlder()
Checks if the position is changed older.

Returns:
boolean

setIsPositionChangedNewer

void setIsPositionChangedNewer(boolean isPositionChangedNewer)
Sets if the position is changed newer.

Parameters:
isPositionChangedNewer -

isPositionChangedNewer

boolean isPositionChangedNewer()
Checks if the position is changed newer.

Returns:
boolean

OptimalTrace
5.2

Compuware Corporation

OptimalTrace is a trademark or registered trademark of Compuware Corporation in the US and other countries.
Copyright 2008-2009 Compuware Corporation. One Campus Martius,
Detroit, Michigan, 48226, U.S.A. All Rights Reserved.