Package de.uplanet.lucy.usermanager.ds
Class DS_GROUP
- java.lang.Object
-
- de.uplanet.lucy.usermanager.ds.DS_GROUP
-
@Scriptable @ConstantClass public final class DS_GROUP extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static Set<String>ATTRIBUTESall attribute guids (unmodifiable)static StringCLASSGUIDThe class GUIDstatic intCLASSIDThe classid 6 for the class GROUPstatic StringCLASSNAMEThe classame GROUPstatic StringEXTERNAL_USER_GROUPThe GUID of the external user groupstatic StringGUID_MAILAttribute GUID for the Column 'STRMAIL' in the table 'DSGROUP'static StringLIGHT_USER_GROUPThe GUID of the light user group
-
-
-
Field Detail
-
LIGHT_USER_GROUP
public static final String LIGHT_USER_GROUP
The GUID of the light user group- See Also:
- Constant Field Values
-
EXTERNAL_USER_GROUP
public static final String EXTERNAL_USER_GROUP
The GUID of the external user group- See Also:
- Constant Field Values
-
CLASSNAME
public static final String CLASSNAME
The classame GROUP- See Also:
- Constant Field Values
-
CLASSID
public static final int CLASSID
The classid 6 for the class GROUP- See Also:
- Constant Field Values
-
CLASSGUID
public static final String CLASSGUID
The class GUID- See Also:
- Constant Field Values
-
GUID_MAIL
public static final String GUID_MAIL
Attribute GUID for the Column 'STRMAIL' in the table 'DSGROUP'- See Also:
- Constant Field Values
-
-