| Package | Description |
|---|---|
| org.apache.stratos.messaging.domain.application |
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,Group> |
ParentComponent.aliasToGroupMap |
| Modifier and Type | Method and Description |
|---|---|
Group |
ParentComponent.getGroup(String groupAlias)
Get the Group for the given alias in the context of the parent entity.
|
Group |
ParentComponent.getGroupRecursively(String groupAlias)
Get the Group for the given alias in the context of the parent entity.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,Group> |
ParentComponent.getAliasToGroupMap()
Getter for alias to Group map
Will not search recursively in the nested levels.
|
Set<Group> |
ParentComponent.getAllGroupsRecursively()
Collects the Group for the parent component and all the
child components recursively
|
Collection<Group> |
ParentComponent.getGroups()
Collection of Groups in this level
|
| Modifier and Type | Method and Description |
|---|---|
void |
ParentComponent.addGroup(Group group)
Adds a group
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
ParentComponent.getClusterData(Set<ClusterDataHolder> clusterData,
Collection<Group> groups) |
protected void |
ParentComponent.getGroupsRecursively(Set<Group> groupsSet,
Collection<Group> groups) |
protected void |
ParentComponent.getGroupsRecursively(Set<Group> groupsSet,
Collection<Group> groups) |
void |
ParentComponent.setGroups(Map<String,Group> groupAliasToGroup)
Setter for Group alias to Group map
|
Copyright © 2012–2016 The Apache Software Foundation. All rights reserved.