Uses of Class
com.saperion.ws.wrapper.wf.SaWsActor
-
Packages that use SaWsActor Package Description com.saperion.ws.wrapper.wf Package for ws workflow wrapper. -
-
Uses of SaWsActor in com.saperion.ws.wrapper.wf
Methods in com.saperion.ws.wrapper.wf that return SaWsActor Modifier and Type Method Description SaWsActor
SaWsHistoryEntry. getActor()
Gets the actor.SaWsActor
SaWsHistoryEntry. getExecutor()
Gets the executor.SaWsActor
SaWsTask. getOwner()
Gets the owner.SaWsActor
SaWsTask. getUser()
Gets the user.Methods in com.saperion.ws.wrapper.wf with parameters of type SaWsActor Modifier and Type Method Description void
SaWsHistoryEntry. setActor(SaWsActor newActor)
Sets the actor.void
SaWsHistoryEntry. setExecutor(SaWsActor newExecutor)
Sets the executor.void
SaWsTask. setOwner(SaWsActor newOwner)
Sets the owner.void
SaWsTask. setUser(SaWsActor newUser)
Sets the user.
-