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 SiteGroup
Sites. addSiteGroupMembership(java.lang.String siteId, SiteGroup group)
SiteGroup
Sites. getSiteGroupMembership(java.lang.String siteId, java.lang.String groupId)
SiteGroup
Sites. updateSiteGroupMembership(java.lang.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(java.lang.String siteId, Parameters parameters)
Methods in org.alfresco.rest.api with parameters of type SiteGroup Modifier and Type Method Description SiteGroup
Sites. addSiteGroupMembership(java.lang.String siteId, SiteGroup group)
SiteGroup
Sites. updateSiteGroupMembership(java.lang.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 SiteGroup
SiteGroupsRelation. readById(java.lang.String siteId, java.lang.String groupId, Parameters parameters)
Returns site membership information for groupId in siteId.SiteGroup
SiteGroupsRelation. update(java.lang.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 java.util.List<SiteGroup>
SiteGroupsRelation. create(java.lang.String siteId, java.util.List<SiteGroup> siteMembers, Parameters parameters)
POST sites//group-members CollectionWithPagingInfo<SiteGroup>
SiteGroupsRelation. readAll(java.lang.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 SiteGroup
SiteGroupsRelation. update(java.lang.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 java.util.List<SiteGroup>
SiteGroupsRelation. create(java.lang.String siteId, java.util.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 SiteGroup
SitesImpl. addSiteGroupMembership(java.lang.String siteId, SiteGroup group)
SiteGroup
SitesImpl. getSiteGroupMembership(java.lang.String siteId, java.lang.String groupId)
SiteGroup
SitesImpl. updateSiteGroupMembership(java.lang.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(java.lang.String siteId, Parameters parameters)
Methods in org.alfresco.rest.api.impl with parameters of type SiteGroup Modifier and Type Method Description SiteGroup
SitesImpl. addSiteGroupMembership(java.lang.String siteId, SiteGroup group)
SiteGroup
SitesImpl. updateSiteGroupMembership(java.lang.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 SiteGroup
SiteGroup. getMemberOfSite(java.lang.String id, java.lang.String role)
Methods in org.alfresco.rest.api.model with parameters of type SiteGroup Modifier and Type Method Description int
SiteGroup. compareTo(SiteGroup o)
-