public class ReplaceObject extends XMLRequest
| Constructor and Description |
|---|
ReplaceObject(GetReplaceList list)
This request is used to replace the use of all selected objects
provided by the
GetReplaceList request. |
ReplaceObject(GetReplaceList list,
UC4ObjectName name,
int replaceMax)
Replaces an UC4 Object.
|
ReplaceObject(UC4ObjectName oldName,
java.lang.String type,
UC4ObjectName newName,
SearchResultItem... results)
Replaces an UC4 Object based on a search result.
|
getAllMessageBoxes, getMessageBox, getRequestID, handleResponse, sendpublic ReplaceObject(GetReplaceList list)
GetReplaceList request.list - Replace listpublic ReplaceObject(GetReplaceList list, UC4ObjectName name, int replaceMax)
list - List of occurrencename - Name of the replacementreplaceMax - Maximum number of replaces at oncepublic ReplaceObject(UC4ObjectName oldName, java.lang.String type, UC4ObjectName newName, SearchResultItem... results)
oldName - Name of the object which should be replacedtype - Object type, for example JOBSnewName - Object name of the replacementresults - Items to replace based on a search result (search for use)