Updates an Actor in CA Workflow. 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. The format of the XML file is the same as the format returned by the IDE export option or the getActors()method. The status is specified in an exception if an error occurs.
public java.lang.String updateActor (java.lang.String sessionID, java.lang.String actorXML, java.lang.String actorName) throws PMServiceException
|
Parameter |
Type |
Description |
|---|---|---|
|
sessionID |
string |
Specifies the session ID returned by the login operation |
|
actorXML |
string |
Specifies the new XML representation of the actor |
|
actorName |
string |
Specifies the name of the actor to update |
None
PMServiceException
| Copyright © 2010 CA. All rights reserved. | Tell Technical Publications how we can improve this information |