Uses of Class
pt.digitalis.dif.controller.objects.ControllerExecutionStep

Packages that use ControllerExecutionStep
pt.digitalis.dif.controller.objects   
pt.digitalis.dif.exception.controller   
pt.digitalis.dif.exception.security   
 

Uses of ControllerExecutionStep in pt.digitalis.dif.controller.objects
 

Methods in pt.digitalis.dif.controller.objects that return ControllerExecutionStep
static ControllerExecutionStep ControllerExecutionStep.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ControllerExecutionStep[] ControllerExecutionStep.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of ControllerExecutionStep in pt.digitalis.dif.exception.controller
 

Methods in pt.digitalis.dif.exception.controller that return ControllerExecutionStep
 ControllerExecutionStep ControllerException.getStep()
           
 

Constructors in pt.digitalis.dif.exception.controller with parameters of type ControllerExecutionStep
ControllerException(ControllerExecutionStep step, Exception exception)
          Constructs a new ControllerException from an Exception.
ControllerException(ControllerExecutionStep step, String reason)
          Constructs a new ControllerException from a reason for the exception.
ControllerException(ControllerExecutionStep step, String reason, Exception exception)
          Constructs a new ControllerException accepting a reason for the exception
LicenseViolationException(ControllerExecutionStep step)
           
SessionTimeoutException(ControllerExecutionStep step)
           
UserHasNoAccessToStage(ControllerExecutionStep step, Exception exception)
           
UserHasNoAccessToStage(ControllerExecutionStep step, String reason)
           
UserHasNoAccessToStage(ControllerExecutionStep step, String reason, Exception exception)
           
 

Uses of ControllerExecutionStep in pt.digitalis.dif.exception.security
 

Constructors in pt.digitalis.dif.exception.security with parameters of type ControllerExecutionStep
IllegalFileUploadException(ControllerExecutionStep step)
          Default constructor
 



Copyright © 2014 Digitalis Informática Lda. All Rights Reserved.