Uses of Class
com.semarchy.mdm.runtime.model.logical.LogicalModelAuthorizations

Packages that use LogicalModelAuthorizations
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   
 

Uses of LogicalModelAuthorizations in com.semarchy.mdm.runtime.model.logical
 

Methods in com.semarchy.mdm.runtime.model.logical that return LogicalModelAuthorizations
static LogicalModelAuthorizations LogicalModelAuthorizations.createLogicalModelAuthorizations(IModel model, Set<String> platformRoles)
          Creates a new LogicalModelAuthorizations
 

Methods in com.semarchy.mdm.runtime.model.logical with parameters of type LogicalModelAuthorizations
 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)
           
 

Uses of LogicalModelAuthorizations in com.semarchy.mdm.runtime.model.security
 

Methods in com.semarchy.mdm.runtime.model.security that return LogicalModelAuthorizations
 LogicalModelAuthorizations ILogicalModelSecurityProvider.getLogicalModelAuthorizations()
          Return the LogicalModelAuthorizations relative to current user
 



Copyright © 2015. All Rights Reserved.