|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Difference | |
---|---|
ca.infoway.messagebuilder.xml |
Uses of Difference in ca.infoway.messagebuilder.xml |
---|
Methods in ca.infoway.messagebuilder.xml that return types with arguments of type Difference | |
---|---|
List<Difference> |
Relationship.getDifferences()
Records the differences between relationships of different release versions during regen. |
List<Difference> |
PackageLocation.getDifferences()
Tracks package location differences for regen |
List<Difference> |
MessagePart.getDifferences()
Records the differences between message parts of different release versions during regen. |
List<Difference> |
Interaction.getDifferences()
Tracks an interaction difference for regen |
List<Difference> |
HasDifferences.getDifferences()
|
List<Difference> |
Argument.getDifferences()
Records the differences between arguments of different release versions during regen. |
Methods in ca.infoway.messagebuilder.xml with parameters of type Difference | |
---|---|
void |
Relationship.addDifference(Difference difference)
|
void |
PackageLocation.addDifference(Difference difference)
|
void |
MessagePart.addDifference(Difference difference)
|
void |
Interaction.addDifference(Difference difference)
|
void |
HasDifferences.addDifference(Difference difference)
|
void |
Argument.addDifference(Difference difference)
|
Method parameters in ca.infoway.messagebuilder.xml with type arguments of type Difference | |
---|---|
void |
Relationship.setDifferences(List<Difference> differences)
|
void |
PackageLocation.setDifferences(List<Difference> differences)
|
void |
MessagePart.setDifferences(List<Difference> differences)
|
void |
Interaction.setDifferences(List<Difference> differences)
|
void |
Argument.setDifferences(List<Difference> differences)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |