Uses of Interface
org.alfresco.service.cmr.site.SiteInfo
Packages that use SiteInfo
Package
Description
The implementation of the Invitation Service.
The implementation of the Invitation Service for Web Site resources.
Provides the implementation of the site service which is used to provide services used by the sites of the
Share interface.
Provides the public interface for the the SiteService which is used by the Share application.
-
Uses of SiteInfo in org.alfresco.opencmis
Methods in org.alfresco.opencmis that return SiteInfo -
Uses of SiteInfo in org.alfresco.repo.invitation
Methods in org.alfresco.repo.invitation with parameters of type SiteInfoModifier and TypeMethodDescriptionprotected StringInvitationServiceImpl.generateWorkflowDescription(SiteInfo siteInfo, String messageId) Generates a description for the workflow -
Uses of SiteInfo in org.alfresco.repo.invitation.site
Methods in org.alfresco.repo.invitation.site that return SiteInfoConstructors in org.alfresco.repo.invitation.site with parameters of type SiteInfoModifierConstructorDescriptionInviteInfo(String invitationStatus, String inviterUserName, TemplateNode inviterPerson, String inviteeUserName, TemplateNode inviteePerson, String role, String siteShortName, SiteInfo siteInfo, Date sentInviteDate, String inviteId) -
Uses of SiteInfo in org.alfresco.repo.site
Classes in org.alfresco.repo.site that implement SiteInfoFields in org.alfresco.repo.site declared as SiteInfoMethods in org.alfresco.repo.site that return SiteInfoModifier and TypeMethodDescriptionSiteServiceImpl.createSite(String sitePreset, String passedShortName, String title, String description, boolean isPublic) SiteServiceImpl.createSite(String sitePreset, String passedShortName, String title, String description, SiteVisibility visibility) SiteServiceImpl.createSite(String sitePreset, String passedShortName, String title, String description, SiteVisibility visibility, QName siteType) AbstractSiteMembership.getSiteInfo()Methods in org.alfresco.repo.site that return types with arguments of type SiteInfoModifier and TypeMethodDescriptionorg.alfresco.query.PagingResults<SiteInfo>SiteServiceImpl.listSites(List<FilterProp> filterProps, List<Pair<QName, Boolean>> sortProps, org.alfresco.query.PagingRequest pagingRequest) Methods in org.alfresco.repo.site with parameters of type SiteInfoModifier and TypeMethodDescriptionvoidSiteServiceImpl.cleanSitePermissions(NodeRef targetNode, SiteInfo containingSite) This method recursively cleans the site permissions on the specified NodeRef and all its primary descendants.voidSitesPermissionCleaner.cleanSitePermissions(NodeRef targetNode, SiteInfo containingSite) voidSiteServiceImpl.updateSite(SiteInfo siteInfo) Constructors in org.alfresco.repo.site with parameters of type SiteInfoModifierConstructorDescriptionAbstractSiteMembership(SiteInfo siteInfo, String id, String role) SiteGroupMembership(SiteInfo siteInfo, String id, String role, String displayName) SiteMembership(SiteInfo siteInfo, String id, String role) Deprecated.from 7.0.0SiteMembership(SiteInfo siteInfo, String id, String firstName, String lastName, String role, boolean isMemberOfGroup) -
Uses of SiteInfo in org.alfresco.repo.site.script
Method parameters in org.alfresco.repo.site.script with type arguments of type SiteInfoModifier and TypeMethodDescriptionprotected Site[]ScriptSiteService.makeSitesArray(List<SiteInfo> siteInfos) Converts the given List of SiteInfo objects to a JavaScript friendly array of Site objects. -
Uses of SiteInfo in org.alfresco.repo.template
Methods in org.alfresco.repo.template that return SiteInfoModifier and TypeMethodDescriptionSite.getSiteInfo(String shortName) Gets the SiteInfo given the shortName -
Uses of SiteInfo in org.alfresco.service.cmr.site
Methods in org.alfresco.service.cmr.site that return SiteInfoModifier and TypeMethodDescriptionSiteService.createSite(String sitePreset, String shortName, String title, String description, boolean isPublic) Deprecated.since version 3.2, replaced bySiteService.createSite(String, String, String, String, SiteVisibility)SiteService.createSite(String sitePreset, String shortName, String title, String description, SiteVisibility visibility) Create a new site.SiteService.createSite(String sitePreset, String shortName, String title, String description, SiteVisibility visibility, QName siteType) Create a new site.Gets site information based on the short name of a site.This method gets theSiteInfofor the Share Site which contains the given NodeRef.Methods in org.alfresco.service.cmr.site that return types with arguments of type SiteInfoModifier and TypeMethodDescriptionThis method will find allsitesavailable to the currently authenticated user based on the specified site filter and result set size.This method will find allsitesavailable to the currently authenticated user based on the specified site filter, site preset filter and result set size.List all the sites that the specified user has a explicit membership to.List all the sites that the specified user has a explicit membership to.List the available sites.List the available sites.org.alfresco.query.PagingResults<SiteInfo>SiteService.listSites(List<FilterProp> filterProps, List<Pair<QName, Boolean>> sortProps, org.alfresco.query.PagingRequest pagingRequest) This method returnspaged result setsofSiteInfoobjects, which should be more efficient than the unpaged methods also available on this interface.Methods in org.alfresco.service.cmr.site with parameters of type SiteInfoModifier and TypeMethodDescriptionvoidSiteService.cleanSitePermissions(NodeRef relocatedNode, SiteInfo containingSite) This method cleans the permissions on the specified node.voidSiteService.updateSite(SiteInfo siteInfo) Update the site information.