|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ServicesManager
The factory which provides instances of Service
objects. This
interface is to be used to obtain a reference to the service object instead
of instantiating a service implementation.
Method Summary | ||
---|---|---|
ApprovalService |
getApprovalService()
Returns an instance of ApprovalService . |
|
AssetService |
getAssetService()
Returns an instance of AssetService . |
|
|
getAuthorizationHandler(java.lang.Class<T> klass,
Function function)
Returns an instance of AuthorizationHandler which wraps an entity of type T . |
|
|
getAuthorizationHandler(java.lang.Class<T> klass,
java.lang.String function)
Returns an instance of AuthorizationHandler which wraps an entity of type T . |
|
AuthorizationHandler<java.lang.Object> |
getAuthorizationHandler(Function accesscheck)
Returns an instance of AuthorizationHandler which does not wrap any specific typed entity. |
|
AuthorizationHandler<java.lang.Object> |
getAuthorizationHandler(java.lang.String function)
Returns an instance of AuthorizationHandler which does not wrap any specific typed entity. |
|
AuthorizationService |
getAuthorizationService()
Returns an instance of AuthorizationService . |
|
SearchService |
getSearchService()
Returns an instance of SearchService . |
|
SiteService |
getSiteService()
Returns an instance of SiteService . |
|
TemplateService |
getTemplateService()
Returns an instance of TemplateDataService . |
|
TreeService |
getTreeService()
Returns an instance of TreeTabService . |
|
VersioningService |
getVersioningService()
Returns an instance of VersioningService . |
|
WorkflowService |
getWorkflowService()
Returns an instance of WorkflowService . |
Method Detail |
---|
AssetService getAssetService()
AssetService
.
SiteService getSiteService()
SiteService
.
SearchService getSearchService()
SearchService
.
VersioningService getVersioningService()
VersioningService
.
ApprovalService getApprovalService()
ApprovalService
.
AuthorizationService getAuthorizationService()
AuthorizationService
.
TreeService getTreeService()
TreeTabService
.
TemplateService getTemplateService()
TemplateDataService
.
WorkflowService getWorkflowService()
WorkflowService
.
<T> AuthorizationHandler<T> getAuthorizationHandler(java.lang.Class<T> klass, java.lang.String function)
AuthorizationHandler
which wraps an entity of type T
.
The function name is a free-form string
<T> AuthorizationHandler<T> getAuthorizationHandler(java.lang.Class<T> klass, Function function)
AuthorizationHandler
which wraps an entity of type T
.
AuthorizationHandler<java.lang.Object> getAuthorizationHandler(Function accesscheck)
AuthorizationHandler
which does not wrap any specific typed entity.
AuthorizationHandler<java.lang.Object> getAuthorizationHandler(java.lang.String function)
AuthorizationHandler
which does not wrap any specific typed entity.
The function name is a free-form string
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |