Package | Description |
---|---|
org.polarsys.chess.core.internal.views | |
org.polarsys.chess.core.internal.views.permissions | |
org.polarsys.chess.core.views |
Modifier and Type | Field and Description |
---|---|
static java.util.HashMap<java.lang.String,java.util.HashMap<java.lang.String,PermissionList>> |
ViewPermissions.permissions
The permissions.
|
Modifier and Type | Method and Description |
---|---|
PermissionList |
PermissionList.getEntry(org.eclipse.uml2.uml.Element el,
org.eclipse.uml2.uml.Stereotype str,
org.eclipse.uml2.uml.Feature feature)
Gets the entry.
|
PermissionList |
PermissionList.getEntry(EntryId id)
Gets the entry.
|
Modifier and Type | Method and Description |
---|---|
PermissionList |
DiagramStatus.DesignView.getEnabledPermissions(org.polarsys.chess.chessmlprofile.Core.Domain theDomain)
Returns all the enabled permissions based on the enabled views.
|
PermissionList |
DiagramStatus.DesignView.getEnabledPermissions(java.lang.String viewName,
org.polarsys.chess.chessmlprofile.Core.Domain theDomain)
Returns all the enabled permissions based on the given view.
|