Package com.nomagic.magicdraw.security
Interface ProjectSecurity
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,com.nomagic.esi.api.EsiObject
,org.eclipse.emf.common.notify.Notifier
public interface ProjectSecurity extends com.nomagic.esi.api.EsiObject
A representation of the model object 'Project Security'.The following features are supported:
- See Also:
SecurityPackage.getProjectSecurity()
- Model:
- Generated:
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.eclipse.emf.common.util.EMap<java.lang.String,PackagePermissions>
getPackagePermissions()
Returns the value of the 'Package Permissions' map.org.eclipse.emf.common.util.EList<Principal>
getPrincipals()
Returns the value of the 'Principals' containment reference list.boolean
isEmpty()
-
-
-
Method Detail
-
getPackagePermissions
org.eclipse.emf.common.util.EMap<java.lang.String,PackagePermissions> getPackagePermissions()
Returns the value of the 'Package Permissions' map. The key is of typeString
, and the value is of typePackagePermissions
,If the meaning of the 'Package Permissions' map isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Package Permissions' map.
- See Also:
SecurityPackage.getProjectSecurity_PackagePermissions()
- Model:
- mapType="com.nomagic.magicdraw.security.StringToPackagePermissionsMap
" - Generated:
-
getPrincipals
org.eclipse.emf.common.util.EList<Principal> getPrincipals()
Returns the value of the 'Principals' containment reference list. The list contents are of typePrincipal
.If the meaning of the 'Principals' containment reference list isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Principals' containment reference list.
- See Also:
SecurityPackage.getProjectSecurity_Principals()
- Model:
- containment="true" resolveProxies="true"
- Generated:
-
isEmpty
boolean isEmpty()
- Model:
- kind="operation"
- Generated:
-
-