Uses of Interface
com.pega.pegarules.pub.context.ProcessingStatus

Packages that use ProcessingStatus
com.pega.pegarules.pub.context   
com.pega.pegarules.pub.runtime Public interfaces for activities, models, whens, edits, and streams. 
 

Uses of ProcessingStatus in com.pega.pegarules.pub.context
 

Methods in com.pega.pegarules.pub.context that return ProcessingStatus
 ProcessingStatus PRThread.getActivityStatus()
          Returns the cumulative ProcessingStatus instance to which the current instance will be added.
 ProcessingStatus PRStackFrame.getStatus()
          Identifies the Step Status of this stack frame.
 ProcessingStatus PRThread.getStepStatus()
          Returns the ProcessingStatus associated with the current stack frame.
 

Methods in com.pega.pegarules.pub.context with parameters of type ProcessingStatus
 boolean ProcessingStatus.add(ProcessingStatus aProcessingStatus)
          Adds a new status event to this one.
 void ProcessingStatus.set(ProcessingStatus aProcessingStatus)
          Sets the current status of this instance with a new status.
 

Uses of ProcessingStatus in com.pega.pegarules.pub.runtime
 

Methods in com.pega.pegarules.pub.runtime that return ProcessingStatus
 ProcessingStatus PublicAPI.getActivityStatus()
          Returns the cumulative ProcessingStatus instance to which the current instance will be added.
 ProcessingStatus PublicAPI.getStepStatus()
          Returns the ProcessingStatus associated with the current stack frame.
 



Copyright © 2012 Pegasystems Inc. All Rights Reserved.