Package | Description |
---|---|
com.whitestein.lsps.orgstructure.generation | |
com.whitestein.lsps.orgstructure.model |
Model classes representing role and organization unit that are present in
process model.
|
com.whitestein.lsps.orgstructure.model.resolver |
Modifier and Type | Method and Description |
---|---|
Role |
RoleGenerator.generateModel() |
Modifier and Type | Method and Description |
---|---|
Role |
Role.addChild(RoleUnit roleUnit)
Adds given
roleUnit into the children of this role and returns
current Role instance. |
Role |
Role.addParent(RoleUnit roleUnit)
Adds given
roleUnit into the parents of this role and returns
current Role instance. |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractRolesResolver.addRole(Role role,
Collection<RoleUnitParameter> parameters)
Adds given role into the set of resolved roles.
|
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.