public interface E3CServices
StandardE3CServices for implementation details| Modifier and Type | Method and Description |
|---|---|
com.ptc.sc.sce.api.services.DocumentService |
getDocumentService()
Gets E3C implementation class for
DocumentService.
|
com.ptc.sc.sce.api.services.GeneralService |
getGeneralService()
Gets E3C implementation class for
GeneralService
|
com.ptc.sc.sce.api.services.NavTreeService |
getNavTreeService()
Gets E3C implementation class for
NavTreeService.
|
com.ptc.sc.sce.api.services.SearchService |
getSearchService()
Gets E3C implementation class for
SearchService
|
<X> X |
getServiceFromFactory(java.lang.String key)
Returns an instance of the E3C service associated with the supplied key.
|
void |
setSimulateServerDown(boolean simulate)
This method should be used for integration tests only.
|
void setSimulateServerDown(boolean simulate)
simulate - true to throw exceptions, false to resume normal operation.com.ptc.sc.sce.api.services.NavTreeService getNavTreeService()
throws com.ptc.sc.sce.api.SCEException
com.ptc.sc.sce.api.SCEExceptioncom.ptc.sc.sce.api.services.DocumentService getDocumentService()
throws com.ptc.sc.sce.api.SCEException
com.ptc.sc.sce.api.SCEExceptioncom.ptc.sc.sce.api.services.SearchService getSearchService()
throws com.ptc.sc.sce.api.SCEException
com.ptc.sc.sce.api.SCEExceptioncom.ptc.sc.sce.api.services.GeneralService getGeneralService()
throws com.ptc.sc.sce.api.SCEException
com.ptc.sc.sce.api.SCEException<X> X getServiceFromFactory(java.lang.String key)
throws com.ptc.sc.sce.api.SCEException
X - The Interface for the service to get.key - The key of the class to getcom.ptc.sc.sce.api.SCEException - If the E3C runtime is unavailable.