public abstract class AbstractServiceRegistry extends Object implements ServiceRegistry
Modifier and Type | Field and Description |
---|---|
protected ActivityStreamService |
activityStreamService |
protected CommentService |
commentService |
protected DocumentFolderService |
documentFolderService |
protected PersonService |
personService |
protected RatingService |
ratingsService |
protected SearchService |
searchService |
protected AlfrescoSession |
session |
protected SiteService |
siteService |
protected TaggingService |
taggingService |
protected ModelDefinitionService |
typeDefinitionService |
protected VersionService |
versionService |
protected WorkflowService |
workflowService |
Constructor and Description |
---|
AbstractServiceRegistry(AlfrescoSession session) |
Modifier and Type | Method and Description |
---|---|
int |
describeContents() |
DocumentFolderService |
getDocumentFolderService()
Returns the DocumentFolderService instance for the session.
|
SearchService |
getSearchService()
Returns the SearchService instance for the session.
|
VersionService |
getVersionService()
Returns the VersionService instance for the session.
|
void |
writeToParcel(android.os.Parcel dest,
int arg1) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getActivityStreamService, getCommentService, getModelDefinitionService, getPersonService, getRatingService, getSiteService, getTaggingService, getWorkflowService
protected final AlfrescoSession session
protected DocumentFolderService documentFolderService
protected SearchService searchService
protected VersionService versionService
protected SiteService siteService
protected CommentService commentService
protected TaggingService taggingService
protected ActivityStreamService activityStreamService
protected RatingService ratingsService
protected PersonService personService
protected WorkflowService workflowService
protected ModelDefinitionService typeDefinitionService
public AbstractServiceRegistry(AlfrescoSession session)
public DocumentFolderService getDocumentFolderService()
ServiceRegistry
getDocumentFolderService
in interface ServiceRegistry
public SearchService getSearchService()
ServiceRegistry
getSearchService
in interface ServiceRegistry
public VersionService getVersionService()
ServiceRegistry
getVersionService
in interface ServiceRegistry
public int describeContents()
describeContents
in interface android.os.Parcelable
public void writeToParcel(android.os.Parcel dest, int arg1)
writeToParcel
in interface android.os.Parcelable
Copyright © 2012-2018 Alfresco Software. All Rights Reserved.