|
Class Summary |
| AddMembers |
AddMembers is a command which sets the id of the parent group. |
| AssignPermissions |
A Groups Manager command to instantiate a permissions manager servant |
| CancelSelection |
A select cycle could be started in Servant mode or it could be started by
the AddMembers command. |
| CollapseGroup |
This command sets the expanded attribute for an element to "false" and lets
the transformation handle the tree collapse display. |
| CreateGroup |
We will only be creating groups. |
| DeleteGroup |
This command deletes an IEntityGroup and removes all of it's associations. |
| DoneWithSelection |
A select cycle could be started in Servant mode or it could be started by
the AddMembers command. |
| EditGroup |
This command delegates to the GroupsService to find entities requested
by the user. |
| ExpandGroup |
If the children xml elements have not already been created, this command will
retrieve the group members and created the elements. |
| GroupsManagerCommand |
This class is the parent class of all other command classes. |
| HideProperties |
A Groups Manager command to hide properties for any entity or group |
| HighlightGroup |
A Groups Manager command to highlight a particular element. |
| RemoveMember |
This command removes the association of a member element to an IEntityGroup
It then gathers all of the xml nodes for the parent group and removes the child
node of the removed member. |
| Search |
This command delegates to the GroupsService to find entities requested
by the user. |
| SelectMembers |
SelectMembers sets the "selected" attribute for each elements that was
selected by the user. |
| ShowProperties |
A Groups Manager command to expose properties from the EntityPropertyRegistry
for any entity or group |
| UnlockGroup |
A Groups Manager command to release a lock on a group, return to browse mode |
| UpdateGroup |
This class update the group with a new name. |