public class SiteGroupHelper extends Object
SiteConstants.GROUP_PROP_ROLE_PROVIDERID property on a group. This is different
from when the provider IDs are packed into a provider ID.SiteConstants.GROUP_PROP_ROLE_PROVIDERID| Modifier and Type | Method and Description |
|---|---|
static String |
pack(Collection<String> ids)
This packs IDs into a string.
|
static Collection<String> |
unpack(String ids)
This unpacks IDs from a string.
|
public static Collection<String> unpack(String ids)
null.ids - The packed IDs in a string, can be null.pack(java.util.Collection)public static String pack(Collection<String> ids)
null.ids - A Collection of IDs to be packed together.null if the original collection was
null.unpack(String)Copyright © 2003–2021 Sakai Project. All rights reserved.