Uses of Class
org.mule.common.Result.Status

Packages that use Result.Status
org.mule.common   
 

Uses of Result.Status in org.mule.common
 

Methods in org.mule.common that return Result.Status
 Result.Status DefaultResult.getStatus()
           
 Result.Status Result.getStatus()
           
static Result.Status Result.Status.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Result.Status[] Result.Status.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.mule.common with parameters of type Result.Status
DefaultResult(T obj, Result.Status status)
           
DefaultResult(T obj, Result.Status status, String message)
           
DefaultResult(T obj, Result.Status status, String message, FailureType failureType, Throwable throwable)
           
DefaultTestResult(Result.Status status)
           
DefaultTestResult(Result.Status status, String message)
           
DefaultTestResult(Result.Status status, String message, FailureType failureType, Throwable throwable)
           
 



Copyright © 2015 MuleSoft, Inc.. All rights reserved.