public class OnPremiseServiceRegistry extends AbstractServiceRegistry
RepositoryInformation
Modifier and Type | Field and Description |
---|---|
static android.os.Parcelable.Creator<OnPremiseServiceRegistry> |
CREATOR |
activityStreamService, commentService, documentFolderService, personService, ratingsService, searchService, session, siteService, taggingService, typeDefinitionService, versionService, workflowService
Constructor and Description |
---|
OnPremiseServiceRegistry(AlfrescoSession session) |
OnPremiseServiceRegistry(android.os.Parcel o) |
Modifier and Type | Method and Description |
---|---|
ActivityStreamService |
getActivityStreamService()
Returns the ActivityStreamService instance for the session.
|
CommentService |
getCommentService()
Returns the CommentService instance for the session.
|
ModelDefinitionService |
getModelDefinitionService()
Returns the TypeDefinitionService instance for the session.
|
PersonService |
getPersonService()
Returns the PersonService instance for the session.
|
RatingService |
getRatingService()
Returns the RatingService instance for the session.
|
SiteService |
getSiteService()
Returns the SiteService instance for the session.
|
TaggingService |
getTaggingService()
Returns the TaggingService instance for the session.
|
WorkflowService |
getWorkflowService()
Returns the WorkflowService instance for the session.
|
void |
init() |
describeContents, getDocumentFolderService, getSearchService, getVersionService, writeToParcel
public static final android.os.Parcelable.Creator<OnPremiseServiceRegistry> CREATOR
public OnPremiseServiceRegistry(AlfrescoSession session)
public OnPremiseServiceRegistry(android.os.Parcel o)
public void init()
public SiteService getSiteService()
ServiceRegistry
public CommentService getCommentService()
ServiceRegistry
public TaggingService getTaggingService()
ServiceRegistry
public ActivityStreamService getActivityStreamService()
ServiceRegistry
public RatingService getRatingService()
ServiceRegistry
public PersonService getPersonService()
ServiceRegistry
public WorkflowService getWorkflowService()
ServiceRegistry
public ModelDefinitionService getModelDefinitionService()
ServiceRegistry
Copyright © 2012-2018 Alfresco Software. All Rights Reserved.