Package | Description |
---|---|
moise.oe | |
moise.reorg | |
moise.reorg.commands | |
moise.tools |
Modifier and Type | Field and Description |
---|---|
protected OE |
SchemeInstance.oe |
protected OE |
OEAgent.oe |
protected OE |
GroupInstance.oe |
Modifier and Type | Method and Description |
---|---|
static OE |
OE.createOE(java.lang.String purpose,
java.lang.String OSxmlURI)
Creates a new organisational entity with purpose and organisation specification as
state in the file OSxmlURI.
|
OE |
SchemeInstance.getOE() |
OE |
OE.partialOE(OEAgent ag)
gets a partial view of this OE, only entities allowed for the ag will be shown.
|
Modifier and Type | Method and Description |
---|---|
protected void |
SchemeInstance.setOE(OE oe) |
void |
OEAgent.setOE(OE oe) |
protected void |
GroupInstance.setOE(OE oe) |
Modifier and Type | Method and Description |
---|---|
void |
ReorgPlan.execute(OE oe) |
Modifier and Type | Method and Description |
---|---|
void |
RemoveRole.execute(OS os,
OE oe) |
void |
RemoveAllRoleObligations.execute(OS os,
OE oe) |
void |
ChangeRoleDefProperties.execute(OS os,
OE oe) |
void |
ChangeRoleCardinality.execute(OS os,
OE oe) |
void |
ChangeOS.execute(OS os,
OE oe) |
void |
AddRoleObligation.execute(OS os,
OE oe) |
void |
AddRole.execute(OS os,
OE oe) |
Modifier and Type | Field and Description |
---|---|
protected OE |
SimOE.currentOE |
Modifier and Type | Method and Description |
---|---|
OE |
SimOE.getCurrentOE() |
Modifier and Type | Method and Description |
---|---|
void |
SimOE.setOE(OE oe) |
void |
OETreeModel.setOE(OE oe) |
Constructor and Description |
---|
SimOE(OE oe) |
SimOE(OE oe,
boolean addSim) |