Modifier and Type | Method and Description |
---|---|
List<SiteInfo> |
MeetingServiceHandler.getMeetingWorkspaces(boolean recurring)
Lists the Meeting Workspace sites that are available, to the current user,
on the Alfresco Server.
|
Modifier and Type | Method and Description |
---|---|
List<SiteInfo> |
AlfrescoMeetingServiceHandler.getMeetingWorkspaces(boolean recurring) |
Modifier and Type | Method and Description |
---|---|
SiteInfo |
CMISConnector.getSite(org.alfresco.service.cmr.repository.NodeRef nodeRef) |
Modifier and Type | Method and Description |
---|---|
protected String |
InvitationServiceImpl.generateWorkflowDescription(SiteInfo siteInfo,
String messageId)
Generates a description for the workflow
|
Modifier and Type | Method and Description |
---|---|
SiteInfo |
InviteInfo.getSiteInfo() |
Constructor and Description |
---|
InviteInfo(String invitationStatus,
String inviterUserName,
TemplateNode inviterPerson,
String inviteeUserName,
TemplateNode inviteePerson,
String role,
String siteShortName,
SiteInfo siteInfo,
Date sentInviteDate,
String inviteId) |
Modifier and Type | Class and Description |
---|---|
class |
SiteInfoImpl
Site Information Class
|
Modifier and Type | Method and Description |
---|---|
SiteInfo |
SiteServiceImpl.createSite(String sitePreset,
String passedShortName,
String title,
String description,
boolean isPublic) |
SiteInfo |
SiteServiceImpl.createSite(String sitePreset,
String passedShortName,
String title,
String description,
SiteVisibility visibility) |
SiteInfo |
SiteServiceImpl.createSite(String sitePreset,
String passedShortName,
String title,
String description,
SiteVisibility visibility,
org.alfresco.service.namespace.QName siteType) |
SiteInfo |
SiteServiceImpl.getSite(org.alfresco.service.cmr.repository.NodeRef nodeRef) |
SiteInfo |
SiteServiceImpl.getSite(String shortName) |
SiteInfo |
SiteMembership.getSiteInfo() |
Modifier and Type | Method and Description |
---|---|
List<SiteInfo> |
SiteServiceImpl.findSites(String filter,
int size) |
List<SiteInfo> |
SiteServiceImpl.findSites(String filter,
String sitePresetFilter,
int size) |
org.alfresco.query.PagingResults<SiteInfo> |
SiteServiceImpl.listSites(List<FilterProp> filterProps,
List<org.alfresco.util.Pair<org.alfresco.service.namespace.QName,Boolean>> sortProps,
org.alfresco.query.PagingRequest pagingRequest)
|
List<SiteInfo> |
SiteServiceImpl.listSites(Set<String> siteNames) |
List<SiteInfo> |
SiteServiceImpl.listSites(String userName) |
List<SiteInfo> |
SiteServiceImpl.listSites(String userName,
int size) |
List<SiteInfo> |
SiteServiceImpl.listSites(String nameFilter,
String sitePresetFilter) |
List<SiteInfo> |
SiteServiceImpl.listSites(String filter,
String sitePresetFilter,
int size) |
Modifier and Type | Method and Description |
---|---|
void |
SiteServiceImpl.cleanSitePermissions(org.alfresco.service.cmr.repository.NodeRef targetNode,
SiteInfo containingSite)
This method recursively cleans the site permissions on the specified NodeRef and all its primary
descendants.
|
void |
SitesPermissionCleaner.cleanSitePermissions(org.alfresco.service.cmr.repository.NodeRef targetNode,
SiteInfo containingSite) |
void |
SiteServiceImpl.updateSite(SiteInfo siteInfo) |
Constructor and Description |
---|
SiteMembership(SiteInfo siteInfo,
String personId,
String role) |
SiteMembership(SiteInfo siteInfo,
String personId,
String firstName,
String lastName,
String role) |
Modifier and Type | Method and Description |
---|---|
protected Site[] |
ScriptSiteService.makeSitesArray(List<SiteInfo> siteInfos)
Converts the given List of SiteInfo objects to a JavaScript friendly array
of Site objects.
|
Modifier and Type | Method and Description |
---|---|
SiteInfo |
Site.getSiteInfo(String shortName)
Gets the SiteInfo given the shortName
|
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractBlogWebScript.addActivityEntry(String event,
BlogPostInfo blog,
SiteInfo site,
org.springframework.extensions.webscripts.WebScriptRequest req,
org.json.simple.JSONObject json,
org.alfresco.service.cmr.repository.NodeRef nodeRef)
Generates an activity entry for the discussion item
|
protected abstract Map<String,Object> |
AbstractBlogWebScript.executeImpl(SiteInfo site,
org.alfresco.service.cmr.repository.NodeRef nodeRef,
BlogPostInfo blog,
org.springframework.extensions.webscripts.WebScriptRequest req,
org.json.simple.JSONObject json,
org.springframework.extensions.webscripts.Status status,
org.springframework.extensions.webscripts.Cache cache) |
Modifier and Type | Method and Description |
---|---|
protected Map<String,Object> |
BlogGet.executeImpl(SiteInfo site,
org.alfresco.service.cmr.repository.NodeRef containerNodeRef,
BlogPostInfo blog,
org.springframework.extensions.webscripts.WebScriptRequest req,
org.json.simple.JSONObject json,
org.springframework.extensions.webscripts.Status status,
org.springframework.extensions.webscripts.Cache cache) |
protected Map<String,Object> |
BlogPut.executeImpl(SiteInfo site,
org.alfresco.service.cmr.repository.NodeRef containerNodeRef,
BlogPostInfo blog,
org.springframework.extensions.webscripts.WebScriptRequest req,
org.json.simple.JSONObject json,
org.springframework.extensions.webscripts.Status status,
org.springframework.extensions.webscripts.Cache cache) |
Modifier and Type | Method and Description |
---|---|
protected Map<String,Object> |
BlogPostDelete.executeImpl(SiteInfo site,
org.alfresco.service.cmr.repository.NodeRef nodeRef,
BlogPostInfo blog,
org.springframework.extensions.webscripts.WebScriptRequest req,
org.json.simple.JSONObject json,
org.springframework.extensions.webscripts.Status status,
org.springframework.extensions.webscripts.Cache cache) |
protected Map<String,Object> |
BlogPostGet.executeImpl(SiteInfo site,
org.alfresco.service.cmr.repository.NodeRef nodeRef,
BlogPostInfo blog,
org.springframework.extensions.webscripts.WebScriptRequest req,
org.json.simple.JSONObject json,
org.springframework.extensions.webscripts.Status status,
org.springframework.extensions.webscripts.Cache cache) |
Modifier and Type | Method and Description |
---|---|
protected Map<String,Object> |
BlogPostsPost.executeImpl(SiteInfo site,
org.alfresco.service.cmr.repository.NodeRef nodeRef,
BlogPostInfo blog,
org.springframework.extensions.webscripts.WebScriptRequest req,
org.json.simple.JSONObject json,
org.springframework.extensions.webscripts.Status status,
org.springframework.extensions.webscripts.Cache cache) |
protected Map<String,Object> |
AbstractGetBlogWebScript.executeImpl(SiteInfo site,
org.alfresco.service.cmr.repository.NodeRef nonSiteContainer,
BlogPostInfo blog,
org.springframework.extensions.webscripts.WebScriptRequest req,
org.json.simple.JSONObject json,
org.springframework.extensions.webscripts.Status status,
org.springframework.extensions.webscripts.Cache cache) |
protected org.alfresco.query.PagingResults<BlogPostInfo> |
BlogPostsPublishedExtGet.getBlogResultsImpl(SiteInfo site,
org.alfresco.service.cmr.repository.NodeRef node,
Date fromDate,
Date toDate,
org.alfresco.query.PagingRequest pagingReq) |
protected abstract org.alfresco.query.PagingResults<BlogPostInfo> |
AbstractGetBlogWebScript.getBlogResultsImpl(SiteInfo site,
org.alfresco.service.cmr.repository.NodeRef nonSiteContainer,
Date fromDate,
Date toDate,
org.alfresco.query.PagingRequest pagingReq) |
protected org.alfresco.query.PagingResults<BlogPostInfo> |
BlogPostsMyDraftsGet.getBlogResultsImpl(SiteInfo site,
org.alfresco.service.cmr.repository.NodeRef node,
Date fromDate,
Date toDate,
org.alfresco.query.PagingRequest pagingReq) |
protected org.alfresco.query.PagingResults<BlogPostInfo> |
BlogPostsGet.getBlogResultsImpl(SiteInfo site,
org.alfresco.service.cmr.repository.NodeRef node,
Date fromDate,
Date toDate,
org.alfresco.query.PagingRequest pagingReq) |
protected org.alfresco.query.PagingResults<BlogPostInfo> |
BlogPostsNewGet.getBlogResultsImpl(SiteInfo site,
org.alfresco.service.cmr.repository.NodeRef node,
Date fromDate,
Date toDate,
org.alfresco.query.PagingRequest pagingReq) |
protected org.alfresco.query.PagingResults<BlogPostInfo> |
BlogPostsMyPublishedGet.getBlogResultsImpl(SiteInfo site,
org.alfresco.service.cmr.repository.NodeRef node,
Date fromDate,
Date toDate,
org.alfresco.query.PagingRequest pagingReq) |
protected org.alfresco.query.PagingResults<BlogPostInfo> |
BlogPostsPerMonthGet.getBlogResultsImpl(SiteInfo site,
org.alfresco.service.cmr.repository.NodeRef node,
Date fromDate,
Date toDate,
org.alfresco.query.PagingRequest pagingReq) |
Modifier and Type | Method and Description |
---|---|
protected String |
AbstractCalendarWebScript.addActivityEntry(String event,
CalendarEntry entry,
SiteInfo site,
org.springframework.extensions.webscripts.WebScriptRequest req,
org.json.simple.JSONObject json)
Generates an activity entry for the entry
|
protected Map<String,Object> |
CalendarEntriesListGet.executeImpl(SiteInfo site,
String eventName,
org.springframework.extensions.webscripts.WebScriptRequest req,
org.json.simple.JSONObject json,
org.springframework.extensions.webscripts.Status status,
org.springframework.extensions.webscripts.Cache cache) |
protected Map<String,Object> |
CalendarEntryPut.executeImpl(SiteInfo site,
String eventName,
org.springframework.extensions.webscripts.WebScriptRequest req,
org.json.simple.JSONObject json,
org.springframework.extensions.webscripts.Status status,
org.springframework.extensions.webscripts.Cache cache) |
protected Map<String,Object> |
UserCalendarEntriesGet.executeImpl(SiteInfo singleSite,
String eventName,
org.springframework.extensions.webscripts.WebScriptRequest req,
org.json.simple.JSONObject json,
org.springframework.extensions.webscripts.Status status,
org.springframework.extensions.webscripts.Cache cache) |
protected abstract Map<String,Object> |
AbstractCalendarWebScript.executeImpl(SiteInfo site,
String eventName,
org.springframework.extensions.webscripts.WebScriptRequest req,
org.json.simple.JSONObject json,
org.springframework.extensions.webscripts.Status status,
org.springframework.extensions.webscripts.Cache cache) |
protected Map<String,Object> |
CalendarEntryDelete.executeImpl(SiteInfo site,
String eventName,
org.springframework.extensions.webscripts.WebScriptRequest req,
org.json.simple.JSONObject json,
org.springframework.extensions.webscripts.Status status,
org.springframework.extensions.webscripts.Cache cache) |
protected Map<String,Object> |
CalendarEntryGet.executeImpl(SiteInfo site,
String eventName,
org.springframework.extensions.webscripts.WebScriptRequest req,
org.json.simple.JSONObject json,
org.springframework.extensions.webscripts.Status status,
org.springframework.extensions.webscripts.Cache cache) |
protected Map<String,Object> |
CalendarEntryPost.executeImpl(SiteInfo site,
String eventName,
org.springframework.extensions.webscripts.WebScriptRequest req,
org.json.simple.JSONObject json,
org.springframework.extensions.webscripts.Status status,
org.springframework.extensions.webscripts.Cache cache) |
Modifier and Type | Method and Description |
---|---|
protected SiteInfo |
AbstractCommentsWebScript.getSiteInfo(org.springframework.extensions.webscripts.WebScriptRequest req,
boolean searchForSiteInJSON)
returns SiteInfo needed for post activity
|
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractDiscussionWebScript.addActivityEntry(String thing,
String event,
TopicInfo topic,
PostInfo post,
SiteInfo site,
org.springframework.extensions.webscripts.WebScriptRequest req,
org.json.simple.JSONObject json)
Generates an activity entry for the discussion item
|
protected Map<String,Object> |
AbstractDiscussionWebScript.buildCommonModel(SiteInfo site,
TopicInfo topic,
PostInfo post,
org.springframework.extensions.webscripts.WebScriptRequest req) |
protected boolean |
AbstractDiscussionWebScript.canUserEditPost(PostInfo post,
SiteInfo site)
Is the current user allowed to edit this post?
In order to be deemed allowed, you first need write
permissions on the underlying node of the post.
|
protected Map<String,Object> |
ForumTopicsFilteredGet.executeImpl(SiteInfo site,
org.alfresco.service.cmr.repository.NodeRef nodeRef,
TopicInfo topic,
PostInfo post,
org.springframework.extensions.webscripts.WebScriptRequest req,
org.json.simple.JSONObject json,
org.springframework.extensions.webscripts.Status status,
org.springframework.extensions.webscripts.Cache cache) |
protected Map<String,Object> |
ForumPostPut.executeImpl(SiteInfo site,
org.alfresco.service.cmr.repository.NodeRef nodeRef,
TopicInfo topic,
PostInfo post,
org.springframework.extensions.webscripts.WebScriptRequest req,
org.json.simple.JSONObject json,
org.springframework.extensions.webscripts.Status status,
org.springframework.extensions.webscripts.Cache cache) |
protected Map<String,Object> |
ForumPostGet.executeImpl(SiteInfo site,
org.alfresco.service.cmr.repository.NodeRef nodeRef,
TopicInfo topic,
PostInfo post,
org.springframework.extensions.webscripts.WebScriptRequest req,
org.json.simple.JSONObject json,
org.springframework.extensions.webscripts.Status status,
org.springframework.extensions.webscripts.Cache cache) |
protected Map<String,Object> |
ForumTopicPost.executeImpl(SiteInfo site,
org.alfresco.service.cmr.repository.NodeRef nodeRef,
TopicInfo topic,
PostInfo post,
org.springframework.extensions.webscripts.WebScriptRequest req,
org.json.simple.JSONObject json,
org.springframework.extensions.webscripts.Status status,
org.springframework.extensions.webscripts.Cache cache) |
protected Map<String,Object> |
ForumTopicsRecentGet.executeImpl(SiteInfo site,
org.alfresco.service.cmr.repository.NodeRef nodeRef,
TopicInfo topic,
PostInfo post,
org.springframework.extensions.webscripts.WebScriptRequest req,
org.json.simple.JSONObject json,
org.springframework.extensions.webscripts.Status status,
org.springframework.extensions.webscripts.Cache cache) |
protected Map<String,Object> |
ForumTopicsMineGet.executeImpl(SiteInfo site,
org.alfresco.service.cmr.repository.NodeRef nodeRef,
TopicInfo topic,
PostInfo post,
org.springframework.extensions.webscripts.WebScriptRequest req,
org.json.simple.JSONObject json,
org.springframework.extensions.webscripts.Status status,
org.springframework.extensions.webscripts.Cache cache) |
protected Map<String,Object> |
ForumTopicsGet.executeImpl(SiteInfo site,
org.alfresco.service.cmr.repository.NodeRef nodeRef,
TopicInfo topic,
PostInfo post,
org.springframework.extensions.webscripts.WebScriptRequest req,
org.json.simple.JSONObject json,
org.springframework.extensions.webscripts.Status status,
org.springframework.extensions.webscripts.Cache cache) |
protected Map<String,Object> |
ForumPostDelete.executeImpl(SiteInfo site,
org.alfresco.service.cmr.repository.NodeRef nodeRef,
TopicInfo topic,
PostInfo post,
org.springframework.extensions.webscripts.WebScriptRequest req,
org.json.simple.JSONObject json,
org.springframework.extensions.webscripts.Status status,
org.springframework.extensions.webscripts.Cache cache) |
protected Map<String,Object> |
ForumPostRepliesPost.executeImpl(SiteInfo site,
org.alfresco.service.cmr.repository.NodeRef nodeRef,
TopicInfo topic,
PostInfo post,
org.springframework.extensions.webscripts.WebScriptRequest req,
org.json.simple.JSONObject json,
org.springframework.extensions.webscripts.Status status,
org.springframework.extensions.webscripts.Cache cache) |
protected abstract Map<String,Object> |
AbstractDiscussionWebScript.executeImpl(SiteInfo site,
org.alfresco.service.cmr.repository.NodeRef nodeRef,
TopicInfo topic,
PostInfo post,
org.springframework.extensions.webscripts.WebScriptRequest req,
org.json.simple.JSONObject json,
org.springframework.extensions.webscripts.Status status,
org.springframework.extensions.webscripts.Cache cache) |
protected Map<String,Object> |
ForumPostRepliesGet.executeImpl(SiteInfo site,
org.alfresco.service.cmr.repository.NodeRef nodeRef,
TopicInfo topic,
PostInfo post,
org.springframework.extensions.webscripts.WebScriptRequest req,
org.json.simple.JSONObject json,
org.springframework.extensions.webscripts.Status status,
org.springframework.extensions.webscripts.Cache cache) |
protected Map<String,Object> |
ForumTopicsHotGet.executeImpl(SiteInfo site,
org.alfresco.service.cmr.repository.NodeRef nodeRef,
TopicInfo topic,
PostInfo post,
org.springframework.extensions.webscripts.WebScriptRequest req,
org.json.simple.JSONObject json,
org.springframework.extensions.webscripts.Status status,
org.springframework.extensions.webscripts.Cache cache) |
protected org.alfresco.util.Pair<String,String> |
ForumTopicsFilteredGet.getSearchQuery(SiteInfo site,
String author,
int daysAgo)
Build the search query from the passed in parameters and SEARCH_QUERY constant
|
protected Map<String,Object> |
AbstractDiscussionWebScript.renderPost(PostInfo post,
SiteInfo site) |
protected Map<String,Object> |
AbstractDiscussionWebScript.renderTopic(TopicInfo topic,
SiteInfo site) |
protected Map<String,Object> |
AbstractDiscussionWebScript.renderTopics(List<TopicInfo> topics,
org.alfresco.util.Pair<Integer,Integer> size,
org.alfresco.query.PagingRequest paging,
SiteInfo site) |
protected Map<String,Object> |
AbstractDiscussionWebScript.renderTopics(org.alfresco.query.PagingResults<TopicInfo> topics,
org.alfresco.query.PagingRequest paging,
SiteInfo site) |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractLinksWebScript.addActivityEntry(String event,
LinkInfo link,
SiteInfo site,
org.springframework.extensions.webscripts.WebScriptRequest req,
org.json.simple.JSONObject json)
Generates an activity entry for the link
|
protected Map<String,Object> |
LinksListGet.executeImpl(SiteInfo site,
String linkName,
org.springframework.extensions.webscripts.WebScriptRequest req,
org.json.simple.JSONObject json,
org.springframework.extensions.webscripts.Status status,
org.springframework.extensions.webscripts.Cache cache) |
protected Map<String,Object> |
LinkDelete.executeImpl(SiteInfo site,
String linkName,
org.springframework.extensions.webscripts.WebScriptRequest req,
org.json.simple.JSONObject json,
org.springframework.extensions.webscripts.Status status,
org.springframework.extensions.webscripts.Cache cache) |
protected Map<String,Object> |
LinkPut.executeImpl(SiteInfo site,
String linkName,
org.springframework.extensions.webscripts.WebScriptRequest req,
org.json.simple.JSONObject json,
org.springframework.extensions.webscripts.Status status,
org.springframework.extensions.webscripts.Cache cache) |
protected Map<String,Object> |
LinksDeletePost.executeImpl(SiteInfo site,
String linkName,
org.springframework.extensions.webscripts.WebScriptRequest req,
org.json.simple.JSONObject json,
org.springframework.extensions.webscripts.Status status,
org.springframework.extensions.webscripts.Cache cache) |
protected Map<String,Object> |
LinkGet.executeImpl(SiteInfo site,
String linkName,
org.springframework.extensions.webscripts.WebScriptRequest req,
org.json.simple.JSONObject json,
org.springframework.extensions.webscripts.Status status,
org.springframework.extensions.webscripts.Cache cache) |
protected abstract Map<String,Object> |
AbstractLinksWebScript.executeImpl(SiteInfo site,
String linkName,
org.springframework.extensions.webscripts.WebScriptRequest req,
org.json.simple.JSONObject json,
org.springframework.extensions.webscripts.Status status,
org.springframework.extensions.webscripts.Cache cache) |
protected Map<String,Object> |
LinksPost.executeImpl(SiteInfo site,
String linkName,
org.springframework.extensions.webscripts.WebScriptRequest req,
org.json.simple.JSONObject json,
org.springframework.extensions.webscripts.Status status,
org.springframework.extensions.webscripts.Cache cache) |
Modifier and Type | Method and Description |
---|---|
SiteInfo |
SiteState.getSiteInfo() |
Modifier and Type | Method and Description |
---|---|
protected static String |
AbstractSiteWebScript.buildSiteGroup(SiteInfo site) |
static SiteState |
SiteState.create(SiteInfo siteInfo,
Map<String,String> members,
String currentUser,
org.alfresco.service.cmr.repository.NodeService nodeService,
PersonService personService) |
protected void |
SiteExportGet.doGroupExport(SiteInfo site,
SiteExportGet.CloseIgnoringOutputStream writeTo) |
protected void |
SiteExportGet.doPeopleACPExport(List<org.alfresco.service.cmr.repository.NodeRef> peopleNodes,
SiteInfo site,
SiteExportGet.CloseIgnoringOutputStream writeTo) |
protected void |
SiteExportGet.doSiteACPExport(SiteInfo site,
SiteExportGet.CloseIgnoringOutputStream writeTo) |
protected void |
SiteExportGet.doUserACPExport(List<org.alfresco.service.cmr.repository.NodeRef> userNodes,
SiteInfo site,
SiteExportGet.CloseIgnoringOutputStream writeTo) |
protected abstract Map<String,Object> |
AbstractSiteWebScript.executeImpl(SiteInfo site,
org.springframework.extensions.webscripts.WebScriptRequest req,
org.springframework.extensions.webscripts.Status status,
org.springframework.extensions.webscripts.Cache cache) |
protected Map<String,Object> |
SiteMembershipsGet.executeImpl(SiteInfo site,
org.springframework.extensions.webscripts.WebScriptRequest req,
org.springframework.extensions.webscripts.Status status,
org.springframework.extensions.webscripts.Cache cache) |
Modifier and Type | Method and Description |
---|---|
protected String |
StatsGet.buildQuery(SiteInfo siteInfo,
String facetKey,
org.alfresco.util.Pair<org.joda.time.LocalDate,org.joda.time.LocalDate> startEndDate) |
Modifier and Type | Method and Description |
---|---|
SiteInfo |
Sites.validateSite(org.alfresco.service.cmr.repository.NodeRef nodeRef) |
SiteInfo |
Sites.validateSite(String siteShortName) |
Modifier and Type | Method and Description |
---|---|
protected SiteInfo |
SitesImpl.createSite(Site site)
Uses site service for creating site info
Extracted this call in a separate method because it might be needed to
call different site service method when creating site info (e.g.
|
SiteInfo |
SitesImpl.validateSite(org.alfresco.service.cmr.repository.NodeRef guid) |
SiteInfo |
SitesImpl.validateSite(String siteId) |
Modifier and Type | Method and Description |
---|---|
static MemberOfSite |
MemberOfSite.getMemberOfSite(SiteInfo siteInfo,
String siteRole) |
Constructor and Description |
---|
FavouriteSite(SiteInfo siteInfo,
String role) |
Site(SiteInfo siteInfo,
String role) |
Modifier and Type | Method and Description |
---|---|
SiteInfo |
SiteService.createSite(String sitePreset,
String shortName,
String title,
String description,
boolean isPublic)
Deprecated.
since version 3.2, replaced by
SiteService.createSite(String, String, String, String, SiteVisibility) |
SiteInfo |
SiteService.createSite(String sitePreset,
String shortName,
String title,
String description,
SiteVisibility visibility)
Create a new site.
|
SiteInfo |
SiteService.createSite(String sitePreset,
String shortName,
String title,
String description,
SiteVisibility visibility,
org.alfresco.service.namespace.QName siteType)
Create a new site.
|
SiteInfo |
SiteService.getSite(org.alfresco.service.cmr.repository.NodeRef nodeRef)
This method gets the
SiteInfo for the Share Site which contains the given NodeRef. |
SiteInfo |
SiteService.getSite(String shortName)
Gets site information based on the short name of a site.
|
Modifier and Type | Method and Description |
---|---|
List<SiteInfo> |
SiteService.findSites(String filter,
int size)
This method will find all
sites available to the currently authenticated user based on
the specified site filter and result set size. |
List<SiteInfo> |
SiteService.findSites(String filter,
String sitePresetFilter,
int size)
This method will find all
sites available to the currently authenticated user based on
the specified site filter, site preset filter and result set size. |
org.alfresco.query.PagingResults<SiteInfo> |
SiteService.listSites(List<FilterProp> filterProps,
List<org.alfresco.util.Pair<org.alfresco.service.namespace.QName,Boolean>> sortProps,
org.alfresco.query.PagingRequest pagingRequest)
This method returns
paged result sets of SiteInfo objects, which should be
more efficient than the unpaged methods also available on this interface. |
List<SiteInfo> |
SiteService.listSites(String userName)
List all the sites that the specified user has a explicit membership to.
|
List<SiteInfo> |
SiteService.listSites(String userName,
int size)
List all the sites that the specified user has a explicit membership to.
|
List<SiteInfo> |
SiteService.listSites(String filter,
String sitePresetFilter)
List the available sites.
|
List<SiteInfo> |
SiteService.listSites(String filter,
String sitePresetFilter,
int size)
List the available sites.
|
Modifier and Type | Method and Description |
---|---|
void |
SiteService.cleanSitePermissions(org.alfresco.service.cmr.repository.NodeRef relocatedNode,
SiteInfo containingSite)
This method cleans the permissions on the specified node.
|
void |
SiteService.updateSite(SiteInfo siteInfo)
Update the site information.
|
Copyright © 2005–2017 Alfresco Software. All rights reserved.