| Package | Description |
|---|---|
| com.whitestein.lsps.orgstructure.context |
Classes that represents Organization Structure model objects
like
RoleUnitHolder in java code. |
| com.whitestein.lsps.orgstructure.generation | |
| com.whitestein.lsps.orgstructure.model |
Model classes representing role and organization unit that are present in
process model.
|
| Modifier and Type | Method and Description |
|---|---|
static OrgStructModule |
OrgStructureHelper.getOrgStructModuleInProcessModel(java.lang.String moduleName,
com.whitestein.lsps.model.ProcessModel processModel)
Searches for
organizational structure module
(identified by given moduleName) that is expected to exist in
given processModel or in one of its imported
modules, and returns OrgStructModule instance found or null if
there is no such module. |
| Modifier and Type | Field and Description |
|---|---|
protected OrgStructModule |
RoleUnitGenerator.oModule
org structure for the generated role
|
| Modifier and Type | Method and Description |
|---|---|
void |
RoleUnitGenerator.setOrgStructureModule(OrgStructModule oModule)
Sets org structure module for the generated role or unit
|
| Modifier and Type | Method and Description |
|---|---|
OrgStructModule |
RoleUnit.getModule()
Returns the name of the module this role or organization unit belongs to.
|
| Constructor and Description |
|---|
OrgUnit(OrgStructModule module,
java.util.Map<java.lang.String,java.lang.String> metadata,
java.lang.String name,
java.lang.String... parameterNames)
Creates new
OrgUnit instance with given name. |
Role(OrgStructModule module,
java.util.Map<java.lang.String,java.lang.String> metadata,
java.lang.String name,
java.lang.String... parameterNames)
Creates new
Role instance with given name. |
RoleUnit(OrgStructModule module,
java.util.Map<java.lang.String,java.lang.String> metadata,
java.lang.String name,
java.lang.String... parameterNames)
Create new
RoleUnit instance with given name of the role or the organization unit. |
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.