Package | Description |
---|---|
com.semarchy.mdm.client |
Provides the classes to connect to a Semarchy For MDM instance and to use the services provided by the instance.
|
com.semarchy.mdm.runtime.activity |
This package contains the
IActivityService and the related classes. |
com.semarchy.mdm.runtime.model.security |
Modifier and Type | Method and Description |
---|---|
ILogicalModelSecurityProvider |
IDataEditionConnection.getLogicalModelSecurityProvider()
The
ILogicalModelSecurityProvider providing privileges
information about currently logged in user for the IModel . |
Modifier and Type | Method and Description |
---|---|
static void |
ActivityTaskSupport.assertClaimable(IActivityTask task,
ILogicalModelSecurityProvider secuProvider) |
void |
IActivityTask.assertClaimable(ILogicalModelSecurityProvider logicalSecuProvider) |
static void |
ActivityTaskSupport.assertCompletable(IActivityTask task,
ILogicalModelSecurityProvider secuProvider) |
void |
IActivityTask.assertCompletable(ILogicalModelSecurityProvider secuProvider) |
static void |
ActivityTaskSupport.assertTaskDataModifiable(IActivityTask task,
ILogicalModelSecurityProvider secuProvider) |
void |
IActivityTask.assertTaskDataModifiable(ILogicalModelSecurityProvider secuProvider)
Raises an exception if
IActivityTask.isTaskDataModifiable(ILogicalModelSecurityProvider) returns
false. |
static void |
ActivityTaskSupport.assertUnclaimable(IActivityTask task,
ILogicalModelSecurityProvider secuProvider) |
void |
IActivityTask.assertUnclaimable(ILogicalModelSecurityProvider logicalSecuProvider) |
static boolean |
ActivityTaskSupport.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 |
ActivityTaskSupport.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 |
ActivityTaskSupport.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 |
ActivityTaskSupport.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 . |
Modifier and Type | Method and Description |
---|---|
ILogicalModelSecurityProvider |
IRuntimeSecurityProviders.getLogicalModelSecurityProvider()
The
ILogicalModelSecurityProvider providing privileges
information about currently logged in user for the IModel . |
Copyright © 2016. All Rights Reserved.