Updates an actor in workflow. The format of the XML is the same as the format returned by the export actor function of the IDE or the getActor method of this API. If multiple actors are present in the XML, only the first actor will be used. This function will throw a PMServiceException if the actor is not found in the database.
public void updateActor (java.lang.String actorXML, java.lang.String actorName) throws PMServiceException
|
Parameter |
Type |
Description |
|
actorXML |
string |
Specifies the new XML representation of the actor |
|
actorName |
string |
Specifies the name of the actor to update |
None
PMServiceException if the actor is not found, or if there is error parsing the XML or storing it in the database
| Copyright © 2010 CA. All rights reserved. | Tell Technical Publications how we can improve this information |