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:
Model:
Generated:
  • Method Summary

    Modifier and Type
    Method
    Description
    org.eclipse.emf.common.util.EMap<String,PackagePermissions>
    Returns the value of the 'Package Permissions' map.
    org.eclipse.emf.common.util.EList<Principal>
    Returns the value of the 'Principals' containment reference list.
    boolean

    Methods inherited from interface org.eclipse.emf.ecore.EObject

    eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset

    Methods inherited from interface com.nomagic.esi.api.EsiObject

    esiID, esiState

    Methods inherited from interface org.eclipse.emf.common.notify.Notifier

    eAdapters, eDeliver, eNotify, eSetDeliver
  • Method Details

    • getPackagePermissions

      org.eclipse.emf.common.util.EMap<String,PackagePermissions> getPackagePermissions()
      Returns the value of the 'Package Permissions' map. The key is of type String, and the value is of type PackagePermissions,

      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:
      Model:
      mapType="com.nomagic.magicdraw.security.StringToPackagePermissionsMap<org.eclipse.emf.ecore.EString, com.nomagic.magicdraw.security.PackagePermissions>"
      Generated:
    • getPrincipals

      org.eclipse.emf.common.util.EList<Principal> getPrincipals()
      Returns the value of the 'Principals' containment reference list. The list contents are of type Principal.

      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:
      Model:
      containment="true" resolveProxies="true"
      Generated:
    • isEmpty

      boolean isEmpty()
      Model:
      kind="operation"
      Generated: