Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2012-06-10 11:56:09 +0000
committerEike Stepper2012-06-10 11:56:09 +0000
commitd694c1a1eacca90a4789bdae228c979bad8250dc (patch)
treebde6b42f4f199bce5b41527cb54184ba7ed47931 /plugins/org.eclipse.emf.cdo.security/model/security.ecore
parentdf6fed9b304081a943db6c3ed20e376d5f890548 (diff)
downloadcdo-d694c1a1eacca90a4789bdae228c979bad8250dc.tar.gz
cdo-d694c1a1eacca90a4789bdae228c979bad8250dc.tar.xz
cdo-d694c1a1eacca90a4789bdae228c979bad8250dc.zip
[381472] Design a repository administration API
https://bugs.eclipse.org/bugs/show_bug.cgi?id=381472
Diffstat (limited to 'plugins/org.eclipse.emf.cdo.security/model/security.ecore')
-rw-r--r--plugins/org.eclipse.emf.cdo.security/model/security.ecore4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/org.eclipse.emf.cdo.security/model/security.ecore b/plugins/org.eclipse.emf.cdo.security/model/security.ecore
index 07d568f022..cfcdf31fa8 100644
--- a/plugins/org.eclipse.emf.cdo.security/model/security.ecore
+++ b/plugins/org.eclipse.emf.cdo.security/model/security.ecore
@@ -52,6 +52,8 @@
eType="#//Role" changeable="false" volatile="true" transient="true" derived="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="User" eSuperTypes="#//Assignee">
+ <eStructuralFeatures xsi:type="ecore:EReference" name="groups" upperBound="-1"
+ eType="#//Group" eOpposite="#//Group/users"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="label" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"
changeable="false" volatile="true" transient="true" derived="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="firstName" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/>
@@ -64,8 +66,6 @@
<eStructuralFeatures xsi:type="ecore:EAttribute" name="locked" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="password" eType="#//UserPassword"
containment="true"/>
- <eStructuralFeatures xsi:type="ecore:EReference" name="groups" upperBound="-1"
- eType="#//Group" eOpposite="#//Group/users"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="allGroups" upperBound="-1"
eType="#//Group" changeable="false" volatile="true" transient="true" derived="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="allRoles" upperBound="-1"

Back to the top