Uses of Class
org.alfresco.rest.api.model.SiteGroup
-
Packages that use SiteGroup Package Description org.alfresco.rest.api org.alfresco.rest.api.groups org.alfresco.rest.api.impl org.alfresco.rest.api.model -
-
Uses of SiteGroup in org.alfresco.rest.api
Methods in org.alfresco.rest.api that return SiteGroup Modifier and Type Method Description SiteGroupSites. addSiteGroupMembership(String siteId, SiteGroup group)SiteGroupSites. getSiteGroupMembership(String siteId, String groupId)SiteGroupSites. updateSiteGroupMembership(String siteId, SiteGroup group)Methods in org.alfresco.rest.api that return types with arguments of type SiteGroup Modifier and Type Method Description CollectionWithPagingInfo<SiteGroup>Sites. getSiteGroupMemberships(String siteId, Parameters parameters)Methods in org.alfresco.rest.api with parameters of type SiteGroup Modifier and Type Method Description SiteGroupSites. addSiteGroupMembership(String siteId, SiteGroup group)SiteGroupSites. updateSiteGroupMembership(String siteId, SiteGroup group) -
Uses of SiteGroup in org.alfresco.rest.api.groups
Methods in org.alfresco.rest.api.groups that return SiteGroup Modifier and Type Method Description SiteGroupSiteGroupsRelation. readById(String siteId, String groupId, Parameters parameters)Returns site membership information for groupId in siteId.SiteGroupSiteGroupsRelation. update(String siteId, SiteGroup groupMember, Parameters parameters)PUT sites//group-members/ Methods in org.alfresco.rest.api.groups that return types with arguments of type SiteGroup Modifier and Type Method Description List<SiteGroup>SiteGroupsRelation. create(String siteId, List<SiteGroup> siteMembers, Parameters parameters)POST sites//group-members CollectionWithPagingInfo<SiteGroup>SiteGroupsRelation. readAll(String siteId, Parameters parameters)Returns a paged list of all the groups of the site 'siteId'.Methods in org.alfresco.rest.api.groups with parameters of type SiteGroup Modifier and Type Method Description SiteGroupSiteGroupsRelation. update(String siteId, SiteGroup groupMember, Parameters parameters)PUT sites//group-members/ Method parameters in org.alfresco.rest.api.groups with type arguments of type SiteGroup Modifier and Type Method Description List<SiteGroup>SiteGroupsRelation. create(String siteId, List<SiteGroup> siteMembers, Parameters parameters)POST sites//group-members -
Uses of SiteGroup in org.alfresco.rest.api.impl
Methods in org.alfresco.rest.api.impl that return SiteGroup Modifier and Type Method Description SiteGroupSitesImpl. addSiteGroupMembership(String siteId, SiteGroup group)SiteGroupSitesImpl. getSiteGroupMembership(String siteId, String groupId)SiteGroupSitesImpl. updateSiteGroupMembership(String siteId, SiteGroup group)Methods in org.alfresco.rest.api.impl that return types with arguments of type SiteGroup Modifier and Type Method Description CollectionWithPagingInfo<SiteGroup>SitesImpl. getSiteGroupMemberships(String siteId, Parameters parameters)Methods in org.alfresco.rest.api.impl with parameters of type SiteGroup Modifier and Type Method Description SiteGroupSitesImpl. addSiteGroupMembership(String siteId, SiteGroup group)SiteGroupSitesImpl. updateSiteGroupMembership(String siteId, SiteGroup group) -
Uses of SiteGroup in org.alfresco.rest.api.model
Methods in org.alfresco.rest.api.model that return SiteGroup Modifier and Type Method Description static SiteGroupSiteGroup. getMemberOfSite(String id, String role)Methods in org.alfresco.rest.api.model with parameters of type SiteGroup Modifier and Type Method Description intSiteGroup. compareTo(SiteGroup o)
-