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 SaWsActorSaWsHistoryEntry. getActor()Gets the actor.SaWsActorSaWsHistoryEntry. getExecutor()Gets the executor.SaWsActorSaWsTask. getOwner()Gets the owner.SaWsActorSaWsTask. getUser()Gets the user.Methods in com.saperion.ws.wrapper.wf with parameters of type SaWsActor Modifier and Type Method Description voidSaWsHistoryEntry. setActor(SaWsActor newActor)Sets the actor.voidSaWsHistoryEntry. setExecutor(SaWsActor newExecutor)Sets the executor.voidSaWsTask. setOwner(SaWsActor newOwner)Sets the owner.voidSaWsTask. setUser(SaWsActor newUser)Sets the user.
-