Package de.uplanet.lucy.usermanager.ds
Class DS_OBJECT
- java.lang.Object
-
- de.uplanet.lucy.usermanager.ds.DS_OBJECT
-
@Scriptable @ConstantClass public final class DS_OBJECT extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static Set<String>
ATTRIBUTES
All Attributes guids in a Object (unmodifiable)static String
CLASSGUID
The class GUIDstatic int
CLASSID
The classid 1 for the class OBJECT.static String
CLASSNAME
The classame OBJECT.static String
GUID_CLASSID
Attribute GUID for the column LCLASSID in the DSOBJECT table.static String
GUID_CONTAINERGUID
Attribute GUID for the special field CONTAINERGUID this field has no coresponding field in the DSATTRIBUTE or in the DSATTRIBUTE table.static String
GUID_CONTAINERID
Attribute GUID for the column LCONTAINERID in the DSOBJECT tablestatic String
GUID_DELETABLE
Attribute GUID for the column BDELETABLE in the DSOBJECT table.static String
GUID_DELETED
Attribute GUID for the column BDELETED in the DSOBJECT table.static String
GUID_DESCRIPTION
Attribute GUID for the column STRDESCRIPTION in the DSOBJECT table.static String
GUID_DISABLED
Attribute GUID for the column STRDISABLED in the DSOBJECT table.static String
GUID_DN
Attribute GUID for the column STRDN in the DSOBJECT table.static String
GUID_EXTERNALGUID
Attribute GUID for the column EXTERNALGUIDstatic String
GUID_GUID
Attribute GUID for the column STRGUID in the DSOBJECT table.static String
GUID_INTERNALUSN
Attribute GUID for the column LINTERNALUSN in the DSOBJECT table.static String
GUID_NAME
Attribute GUID for the column STRNAME in the DSOBJECT table.static String
GUID_PRIMARY_KEY
Attribute GUID for the column LID in the DSOBJECT table.static String
GUID_PRIORITY
Attribute GUID for the column LPRIORITY in the DSOBJECT table.static String
GUID_RPLGUID
Attribute GUID for the column STRRPLGUID in the DSOBJECT table.
-
-
-
Field Detail
-
ATTRIBUTES
public static final Set<String> ATTRIBUTES
All Attributes guids in a Object (unmodifiable)
-
CLASSNAME
public static final String CLASSNAME
The classame OBJECT.- See Also:
- Constant Field Values
-
CLASSID
public static final int CLASSID
The classid 1 for the class OBJECT.- See Also:
- Constant Field Values
-
CLASSGUID
public static final String CLASSGUID
The class GUID- See Also:
- Constant Field Values
-
GUID_PRIMARY_KEY
public static final String GUID_PRIMARY_KEY
Attribute GUID for the column LID in the DSOBJECT table.- See Also:
- Constant Field Values
-
GUID_CONTAINERID
public static final String GUID_CONTAINERID
Attribute GUID for the column LCONTAINERID in the DSOBJECT table- See Also:
- Constant Field Values
-
GUID_NAME
public static final String GUID_NAME
Attribute GUID for the column STRNAME in the DSOBJECT table.- See Also:
- Constant Field Values
-
GUID_CLASSID
public static final String GUID_CLASSID
Attribute GUID for the column LCLASSID in the DSOBJECT table.- See Also:
- Constant Field Values
-
GUID_GUID
public static final String GUID_GUID
Attribute GUID for the column STRGUID in the DSOBJECT table.- See Also:
- Constant Field Values
-
GUID_PRIORITY
public static final String GUID_PRIORITY
Attribute GUID for the column LPRIORITY in the DSOBJECT table.- See Also:
- Constant Field Values
-
GUID_DELETABLE
public static final String GUID_DELETABLE
Attribute GUID for the column BDELETABLE in the DSOBJECT table.- See Also:
- Constant Field Values
-
GUID_DELETED
public static final String GUID_DELETED
Attribute GUID for the column BDELETED in the DSOBJECT table.- See Also:
- Constant Field Values
-
GUID_INTERNALUSN
public static final String GUID_INTERNALUSN
Attribute GUID for the column LINTERNALUSN in the DSOBJECT table.- See Also:
- Constant Field Values
-
GUID_RPLGUID
public static final String GUID_RPLGUID
Attribute GUID for the column STRRPLGUID in the DSOBJECT table.- See Also:
- Constant Field Values
-
GUID_DN
public static final String GUID_DN
Attribute GUID for the column STRDN in the DSOBJECT table.- See Also:
- Constant Field Values
-
GUID_DESCRIPTION
public static final String GUID_DESCRIPTION
Attribute GUID for the column STRDESCRIPTION in the DSOBJECT table.- See Also:
- Constant Field Values
-
GUID_DISABLED
public static final String GUID_DISABLED
Attribute GUID for the column STRDISABLED in the DSOBJECT table.- See Also:
- Constant Field Values
-
GUID_EXTERNALGUID
public static final String GUID_EXTERNALGUID
Attribute GUID for the column EXTERNALGUID- See Also:
- Constant Field Values
-
GUID_CONTAINERGUID
public static final String GUID_CONTAINERGUID
Attribute GUID for the special field CONTAINERGUID this field has no coresponding field in the DSATTRIBUTE or in the DSATTRIBUTE table. if set, a join is make in a select or in a where clause from the ContainerId to the coresponding guid field (DSOBJECT SRC LEFT OUTER JOIN DSOBJECT DEST ON SRC.LCONTAINERID = DEST.LID)- See Also:
- Constant Field Values
-
-