Package de.uplanet.lucy.usermanager.ds
Class DSRT_CONST
- java.lang.Object
-
- de.uplanet.lucy.usermanager.ds.DSRT_CONST
-
@Scriptable @ConstantClass public final class DSRT_CONST extends Object
Constants used by the RT classes (RtDataGroupUser...)
-
-
Field Summary
Fields Modifier and Type Field Description static String
REF_FULLNAME
Guid for the proxy person full name.static String
REF_USERNAME
Guid for the proxy person user name.static String
USERIMAGE_DG_IMG_URL
GUID for the User Image datagroup image url field.static String
USERIMAGE_GUID
GUID for a User Image field.
-
-
-
Field Detail
-
USERIMAGE_GUID
public static final String USERIMAGE_GUID
GUID for a User Image field.- See Also:
- Constant Field Values
-
USERIMAGE_DG_IMG_URL
public static final String USERIMAGE_DG_IMG_URL
GUID for the User Image datagroup image url field.- See Also:
- Constant Field Values
-
REF_USERNAME
public static final String REF_USERNAME
Guid for the proxy person user name.- See Also:
- Constant Field Values
-
REF_FULLNAME
public static final String REF_FULLNAME
Guid for the proxy person full name.- See Also:
- Constant Field Values
-
-