Package de.elo.ix.client
Class CopyResult
java.lang.Object
de.elo.ix.client.CopyResult
- All Implemented Interfaces:
Serializable
Results of a
ProcessCopyElements
-Operation.- Since:
- 9.00.014.004
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionMaps the GUIDs of the source elements to the copied element's GUIDs.Maps the Ids of the source elements to the copied element's Ids. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
setMapGuidsSource2Copy
(Map<String, String> mapGuidsSource2Copy) void
setMapIdsSource2Copy
(Map<Integer, Integer> mapIdsSource2Copy) toString()
-
Field Details
-
mapIdsSource2Copy
Maps the Ids of the source elements to the copied element's Ids.To reduce memory consumption, this map only contains the mapping for elements in the
NavigationInfo.startIDs
when usingIXServicePortIF.processTrees(ClientInfo, NavigationInfo, ProcessInfo)
.In case of using
IXServicePortIF.processFindResult(ClientInfo, String, ProcessInfo)
, each element found by the search will be listed in this map! -
mapGuidsSource2Copy
Maps the GUIDs of the source elements to the copied element's GUIDs.The same rules apply as for
mapIdsSource2Copy
.
-
-
Constructor Details
-
CopyResult
public CopyResult() -
CopyResult
-
-
Method Details
-
toString
-
getMapIdsSource2Copy
- Returns:
- the mapIdsSource2Copy
-
setMapIdsSource2Copy
- Parameters:
mapIdsSource2Copy
- the mapIdsSource2Copy to set
-
getMapGuidsSource2Copy
- Returns:
- the mapGuidsSource2Copy
-
setMapGuidsSource2Copy
- Parameters:
mapGuidsSource2Copy
- the mapGuidsSource2Copy to set
-