Internal class that encapsulates all information about a resource that is needed in the browse mode.
This is being phased out as we switch to the resources type registry.
setInheritedGroups(Collection groups) Replace the current list of groups with this list of Group objects representing the groups that have access to this item.
Determine whether a group has access to this item.
Parameters: groupRef - The internal reference string that uniquely identifies the group. true if the group has access, false otherwise.
public boolean inheritsGroup(String groupRef)(Code)
Determine whether a group has access to this item.
Parameters: groupRef - The internal reference string that uniquely identifies the group. true if the group has access, false otherwise.
Replace the current list of groups with this list of Group objects representing the groups that have access to this item.
Parameters: groups - The groups to set.
setHighlighted
public void setHighlighted(boolean isHighlighted)(Code)
Replace the current list of groups with this list of Group objects representing the groups that have access to this item.
Parameters: groups - The groups to set.
setInheritsHighlight
public void setInheritsHighlight(boolean inheritsHighlight)(Code)