Appearance
Group
Many things in situate may exist in a group folder as a way of introducing some kind of order. The Group object describes one of these groups. Groups are identified by an id. The name may change over time. A group may also have a parent id. In this case, the parent id describes the containing folder. If a group's parent id is null, then it is a top-level group.
Instance Methods
getName() → String
Returns the name of the group
Returns: String - The group's name.
getId() → String
Returns the id of the group
Returns: String - The group's id.
getParentId() → String
Returns the parent id of the group or null if there is no parent.
Returns: String - The parent group's id or null.
getMembers() → Array
Returns an Array of String. Each String is the id of objects contained within the group, excluding other groups.
Returns: Array - An Array of String