| Package | Description |
|---|---|
| org.rogatio.circlead.control | |
| org.rogatio.circlead.model.data |
| Modifier and Type | Method | Description |
|---|---|---|
WorkitemBreakdownElement |
Repository.getRoleBreakdownStructure(ISynchronizer synchronizer) |
Gets the role breakdown structure.
|
WorkitemBreakdownElement |
Repository.getRolesByRolegroupStructure(ISynchronizer synchronizer) |
Gets the role rolegroup structure.
|
| Modifier and Type | Method | Description |
|---|---|---|
java.util.List<WorkitemBreakdownElement> |
WorkitemBreakdownElement.getChildren() |
Gets the children.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
WorkitemBreakdownElement.addChild(WorkitemBreakdownElement child) |
Adds the child.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
WorkitemBreakdownElement.setChildren(java.util.List<WorkitemBreakdownElement> children) |
Sets the children.
|