Package | Description |
---|---|
org.polarsys.chess.core.internal.views | |
org.polarsys.chess.core.internal.views.permissions |
Modifier and Type | Method and Description |
---|---|
static boolean |
InternalViewUtils.checkPermission(DiagramStatus.DesignView designView,
EntryId entryId,
byte permission,
org.polarsys.chess.chessmlprofile.Core.Domain theDomain)
Checks the .
|
static boolean |
InternalViewUtils.checkPermission(java.lang.String viewName,
EntryId entryId,
byte permission,
DiagramStatus.DesignView currentView,
org.polarsys.chess.chessmlprofile.Core.Domain theDomain)
Check permission.
|
Modifier and Type | Field and Description |
---|---|
static EntryId |
EntryId.anyEntry
The any entry.
|
Modifier and Type | Method and Description |
---|---|
static EntryId |
EntryId.generateEntryId(org.eclipse.uml2.uml.Element el,
org.eclipse.uml2.uml.Stereotype str,
org.eclipse.uml2.uml.Feature feature)
Generate entry id.
|
EntryId |
PermissionEntry.getId()
Gets the id.
|
Modifier and Type | Method and Description |
---|---|
static java.util.ArrayList<EntryId> |
EntryId.computeEntryIds_(java.lang.Object el,
java.lang.Object ft)
Compute entry ids.
|
static java.util.ArrayList<EntryId> |
EntryId.computeEntryIds(java.lang.Object el,
java.lang.Object ft)
Given an element and a feature compute a list of ids to match permission
entries.
|
static java.util.ArrayList<EntryId> |
EntryId.computeStereotypeEntryIds(java.lang.Object el,
java.lang.Object ft,
java.lang.Object st)
Compute stereotype entry ids.
|
Modifier and Type | Method and Description |
---|---|
boolean |
PermissionList.checkPermission(EntryId id,
byte permission)
Check permission.
|
PermissionList |
PermissionList.getEntry(EntryId id)
Gets the entry.
|
PermissionEntry |
PermissionEntry.match(EntryId id)
Match.
|
boolean |
EntryId.match(EntryId id)
Match.
|
Constructor and Description |
---|
PermissionEntry(EntryId id,
boolean owner,
boolean write,
boolean visible,
org.polarsys.chess.chessmlprofile.Core.Domain domain)
Instantiates a new permission entry.
|