Uses of Interface
com.semarchy.mdm.runtime.model.security.ILogicalModelSecurityProvider

Packages that use ILogicalModelSecurityProvider
com.semarchy.mdm.runtime.activity This package contains the IActivityService and the related classes. 
com.semarchy.mdm.runtime.model.security   
 

Uses of ILogicalModelSecurityProvider in com.semarchy.mdm.runtime.activity
 

Methods in com.semarchy.mdm.runtime.activity with parameters of type ILogicalModelSecurityProvider
static void TaskSupport.assertClaimable(IActivityTask task, ILogicalModelSecurityProvider secuProvider)
           
static void TaskSupport.assertCompletable(IActivityTask task, ILogicalModelSecurityProvider secuProvider)
           
static void TaskSupport.assertTaskDataModifiable(IActivityTask task, ILogicalModelSecurityProvider secuProvider)
           
static void TaskSupport.assertUnclaimable(IActivityTask task, ILogicalModelSecurityProvider secuProvider)
           
static boolean TaskSupport.isClaimable(IActivityTask task, ILogicalModelSecurityProvider secuProvider)
           
 boolean IActivityTask.isClaimable(ILogicalModelSecurityProvider secuProvider)
          Return true if current task can be claimed by current user given the security consideration and the status of the IActivityTask.
static boolean TaskSupport.isCompletable(IActivityTask task, ILogicalModelSecurityProvider secuProvider)
           
 boolean IActivityTask.isCompletable(ILogicalModelSecurityProvider secuProvider)
          Return true if current task can be completed by current user given the security consideration and the status of the IActivityTask.
 boolean IActivity.isPropertiesEditable(ILogicalModelSecurityProvider secuProvider)
          Return true if TODO
static boolean TaskSupport.isTaskDataModifiable(IActivityTask task, ILogicalModelSecurityProvider secuProvider)
           
 boolean IActivityTask.isTaskDataModifiable(ILogicalModelSecurityProvider secuProvider)
          Return true if data associated with current task can be modified by current user given the security consideration and the status of the IActivityTask.
static boolean TaskSupport.isUnclaimable(IActivityTask task, ILogicalModelSecurityProvider secuProvider)
           
 boolean IActivityTask.isUnclaimable(ILogicalModelSecurityProvider secuProvider)
          Return true if current task can be unclaimed by current user given the security consideration and the status of the IActivityTask.
 

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

Methods in com.semarchy.mdm.runtime.model.security that return ILogicalModelSecurityProvider
 ILogicalModelSecurityProvider IRuntimeSecurityProviders.getLogicalModelSecurityProvider()
          The ILogicalModelSecurityProvider providing privileges information about currently logged in user for the IModel.
 



Copyright © 2015. All Rights Reserved.