Skip navigation links


com.fatwire.services
Interface Service

All Known Subinterfaces:
ApprovalService, AssetService, AuthorizationHandler<T>, AuthorizationService, SearchService, SiteService, TemplateService, TreeService, VersioningService, WorkflowService

public interface Service

This is highest level of abstraction for all exposed services with an associated response object.


Method Summary
 ServicesManager getManager()
           
 ServiceResponse getResponse()
          Returns the response object associated with this service.
 void setManager(ServicesManager manager)
           

 

Method Detail

getResponse

ServiceResponse getResponse()
Returns the response object associated with this service.
Returns:
the service response.

setManager

void setManager(ServicesManager manager)

getManager

ServicesManager getManager()

Skip navigation links


Copyright (c) 2013, Oracle and/or its affiliates. All rights reserved.