Package | Description |
---|---|
com.semarchy.mdm.runtime.model.logical |
This package contains the
IModel representing the model as designed in Semarchy Convergence For MDM. |
com.semarchy.mdm.runtime.model.security |
Modifier and Type | Method and Description |
---|---|
static LogicalModelAuthorizations |
LogicalModelAuthorizations.createLogicalModelAuthorizations(IModel model,
Set<String> platformRoles)
Creates a new
LogicalModelAuthorizations |
Modifier and Type | Method and Description |
---|---|
Set<IHumanWorkflow> |
IApplication.getAdminedWorkflows(LogicalModelAuthorizations modelAuthorizations)
Return the set of
IHumanWorkflow for which the given
LogicalModelAuthorizations can act as administrator |
boolean |
IApplication.isAccessAuthorized(LogicalModelAuthorizations logicalModelAuthorizations)
Return true if access to this application is authorized for user with the
given
LogicalModelAuthorizations |
boolean |
IHumanWorkflow.isAdministrator(LogicalModelAuthorizations modelAuthorizations)
Return true if a user with the given authrozations is authorized to administer the workflow.
|
boolean |
IHumanWorkflow.isStartable(LogicalModelAuthorizations modelAuthorizations) |
Modifier and Type | Method and Description |
---|---|
LogicalModelAuthorizations |
ILogicalModelSecurityProvider.getLogicalModelAuthorizations()
Return the
LogicalModelAuthorizations relative to current user |
Copyright © 2016. All Rights Reserved.