Package de.uplanet.lucy.usermanager.ds
Class DS_OBJECT
java.lang.Object
de.uplanet.lucy.usermanager.ds.DS_OBJECT
-
Field Summary
Modifier and TypeFieldDescriptionAll Attributes guids in a Object (unmodifiable)static final String
The class GUIDstatic final int
The classid 1 for the class OBJECT.static final String
The classame OBJECT.static final String
Attribute GUID for the column LCLASSID in the DSOBJECT table.static final String
Attribute GUID for the special field CONTAINERGUID this field has no coresponding field in the DSATTRIBUTE or in the DSATTRIBUTE table.static final String
Attribute GUID for the column LCONTAINERID in the DSOBJECT tablestatic final String
Attribute GUID for the column BDELETABLE in the DSOBJECT table.static final String
Attribute GUID for the column BDELETED in the DSOBJECT table.static final String
Attribute GUID for the column STRDESCRIPTION in the DSOBJECT table.static final String
Attribute GUID for the column STRDISABLED in the DSOBJECT table.static final String
Attribute GUID for the column STRDN in the DSOBJECT table.static final String
Attribute GUID for the column EXTERNALGUIDstatic final String
Attribute GUID for the column STRGUID in the DSOBJECT table.static final String
Attribute GUID for the column LINTERNALUSN in the DSOBJECT table.static final String
Attribute GUID for the column STRNAME in the DSOBJECT table.static final String
Attribute GUID for the column LID in the DSOBJECT table.static final String
Attribute GUID for the column LPRIORITY in the DSOBJECT table.static final String
Attribute GUID for the column STRRPLGUID in the DSOBJECT table. -
Method Summary
-
Field Details
-
ATTRIBUTES
All Attributes guids in a Object (unmodifiable) -
CLASSNAME
The classame OBJECT.- See Also:
-
CLASSID
public static final int CLASSIDThe classid 1 for the class OBJECT.- See Also:
-
CLASSGUID
The class GUID- See Also:
-
GUID_PRIMARY_KEY
Attribute GUID for the column LID in the DSOBJECT table.- See Also:
-
GUID_CONTAINERID
Attribute GUID for the column LCONTAINERID in the DSOBJECT table- See Also:
-
GUID_NAME
Attribute GUID for the column STRNAME in the DSOBJECT table.- See Also:
-
GUID_CLASSID
Attribute GUID for the column LCLASSID in the DSOBJECT table.- See Also:
-
GUID_GUID
Attribute GUID for the column STRGUID in the DSOBJECT table.- See Also:
-
GUID_PRIORITY
Attribute GUID for the column LPRIORITY in the DSOBJECT table.- See Also:
-
GUID_DELETABLE
Attribute GUID for the column BDELETABLE in the DSOBJECT table.- See Also:
-
GUID_DELETED
Attribute GUID for the column BDELETED in the DSOBJECT table.- See Also:
-
GUID_INTERNALUSN
Attribute GUID for the column LINTERNALUSN in the DSOBJECT table.- See Also:
-
GUID_RPLGUID
Attribute GUID for the column STRRPLGUID in the DSOBJECT table.- See Also:
-
GUID_DN
Attribute GUID for the column STRDN in the DSOBJECT table.- See Also:
-
GUID_DESCRIPTION
Attribute GUID for the column STRDESCRIPTION in the DSOBJECT table.- See Also:
-
GUID_DISABLED
Attribute GUID for the column STRDISABLED in the DSOBJECT table.- See Also:
-
GUID_EXTERNALGUID
Attribute GUID for the column EXTERNALGUID- See Also:
-
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:
-