KIE :: Execution Server :: API 6.2.0.Beta1

Uses of Class
org.kie.server.api.model.ServiceResponse.ResponseType

Packages that use ServiceResponse.ResponseType
org.kie.server.api.model   
 

Uses of ServiceResponse.ResponseType in org.kie.server.api.model
 

Methods in org.kie.server.api.model that return ServiceResponse.ResponseType
 ServiceResponse.ResponseType ServiceResponse.getType()
           
static ServiceResponse.ResponseType ServiceResponse.ResponseType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ServiceResponse.ResponseType[] ServiceResponse.ResponseType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.kie.server.api.model with parameters of type ServiceResponse.ResponseType
 void ServiceResponse.setType(ServiceResponse.ResponseType type)
           
 

Constructors in org.kie.server.api.model with parameters of type ServiceResponse.ResponseType
ServiceResponse(ServiceResponse.ResponseType type, String msg)
           
ServiceResponse(ServiceResponse.ResponseType type, String msg, T result)
           
 


KIE :: Execution Server :: API 6.2.0.Beta1

Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.