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()
      • 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 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 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:
        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 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:
        SecurityPackage.getProjectSecurity_Principals()
        Model:
        containment="true" resolveProxies="true"
        Generated:
      • isEmpty

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