Uses of Class
com.hack23.cia.service.api.common.ServiceResponse.ServiceResult

Packages that use ServiceResponse.ServiceResult
Package Description
com.hack23.cia.service.api.common Service API common request/response objects. 
com.hack23.cia.service.api.content Provides... 
com.hack23.cia.service.api.control Provides... 
com.hack23.cia.service.api.events Provides... 
 

Uses of ServiceResponse.ServiceResult in com.hack23.cia.service.api.common
 

Methods in com.hack23.cia.service.api.common that return ServiceResponse.ServiceResult
Modifier and Type Method and Description
 ServiceResponse.ServiceResult ErrorResponse.getResult()
           
 ServiceResponse.ServiceResult ServiceResponse.getResult()
          Gets the result.
static ServiceResponse.ServiceResult ServiceResponse.ServiceResult.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ServiceResponse.ServiceResult[] ServiceResponse.ServiceResult.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of ServiceResponse.ServiceResult in com.hack23.cia.service.api.content
 

Methods in com.hack23.cia.service.api.content that return ServiceResponse.ServiceResult
Modifier and Type Method and Description
 ServiceResponse.ServiceResult ImageContentResponse.getResult()
           
 ServiceResponse.ServiceResult AbstractContentResponse.getResult()
           
 

Uses of ServiceResponse.ServiceResult in com.hack23.cia.service.api.control
 

Methods in com.hack23.cia.service.api.control that return ServiceResponse.ServiceResult
Modifier and Type Method and Description
 ServiceResponse.ServiceResult ApplicationResponse.getResult()
           
 ServiceResponse.ServiceResult AgentDeploymentResponse.getResult()
           
 ServiceResponse.ServiceResult AbstractUserResponse.getResult()
           
 

Uses of ServiceResponse.ServiceResult in com.hack23.cia.service.api.events
 

Methods in com.hack23.cia.service.api.events that return ServiceResponse.ServiceResult
Modifier and Type Method and Description
 ServiceResponse.ServiceResult ApplicationErrorResponse.getResult()
           
 



Copyright © 2008-2010 www.hack23.com. All Rights Reserved.