Package | Description |
---|---|
com.semarchy.mdm.runtime.data |
This package contains the
IDataAccessService and the related classes. |
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 DataAccessPermissionDeniedException |
DataAccessPermissionDeniedException.removalDenied(IEntity pEntity,
List<IBusinessObjectView> pBoViews) |
Modifier and Type | Method and Description |
---|---|
IBusinessObjectView |
IApplication.getBOView(String pName) |
Modifier and Type | Method and Description |
---|---|
List<IBusinessObjectView> |
IApplication.getAllBOViews()
The list of all
IBusinessObjectView usde in this application (for
data entry and/or BO navigation) |
Set<IBusinessObjectView> |
IDataEntryWorkflow.getAllInvolvedBOViews()
Returns the Set of all BOViews involved inside this Workflow.
|
List<IBusinessObjectView> |
IDETask.getBOViews()
The list of BOViews available for the current task.
|
List<IBusinessObjectView> |
IAppFolderAndBOViewContainer.getChildBOViews()
The list of contained
IBusinessObjectView ordered by getName() |
List<IBusinessObjectView> |
IDataEntryWorkflow.getDefaultBOViews()
The default list of BOViews defined for this
IDataEntryWorkflow . |
Modifier and Type | Method and Description |
---|---|
boolean |
IApplicationSecurityProvider.isReadAuthorized(IBusinessObjectView pBOView)
Check if user can read this
IBusinessObjectView . |
Modifier and Type | Method and Description |
---|---|
boolean |
IApplicationSecurityProvider.isLocalRemoveAuthorized(IEntity pBOEntity,
Collection<IBusinessObjectView> pBOViews)
Return true if this type of entity can be removed from a DataEntry
transaction
|
Copyright © 2015. All Rights Reserved.