Package de.uplanet.lucy.usermanager.ds
Class DS_OBJECT
java.lang.Object
de.uplanet.lucy.usermanager.ds.DS_OBJECT
- 
Field SummaryFieldsModifier and TypeFieldDescriptionAll Attributes guids in a Object (unmodifiable)static final StringThe class GUIDstatic final intThe classid 1 for the class OBJECT.static final StringThe classame OBJECT.static final StringAttribute GUID for the column LCLASSID in the DSOBJECT table.static final StringAttribute GUID for the special field CONTAINERGUID this field has no coresponding field in the DSATTRIBUTE or in the DSATTRIBUTE table.static final StringAttribute GUID for the column LCONTAINERID in the DSOBJECT tablestatic final StringAttribute GUID for the column BDELETABLE in the DSOBJECT table.static final StringAttribute GUID for the column BDELETED in the DSOBJECT table.static final StringAttribute GUID for the column STRDESCRIPTION in the DSOBJECT table.static final StringAttribute GUID for the column STRDISABLED in the DSOBJECT table.static final StringAttribute GUID for the column STRDN in the DSOBJECT table.static final StringAttribute GUID for the column EXTERNALGUIDstatic final StringAttribute GUID for the column STRGUID in the DSOBJECT table.static final StringAttribute GUID for the column LINTERNALUSN in the DSOBJECT table.static final StringAttribute GUID for the column STRNAME in the DSOBJECT table.static final StringAttribute GUID for the column LID in the DSOBJECT table.static final StringAttribute GUID for the column LPRIORITY in the DSOBJECT table.static final StringAttribute GUID for the column STRRPLGUID in the DSOBJECT table.
- 
Method Summary
- 
Field Details- 
ATTRIBUTESAll Attributes guids in a Object (unmodifiable)
- 
CLASSNAMEThe classame OBJECT.- See Also:
 
- 
CLASSIDpublic static final int CLASSIDThe classid 1 for the class OBJECT.- See Also:
 
- 
CLASSGUIDThe class GUID- See Also:
 
- 
GUID_PRIMARY_KEYAttribute GUID for the column LID in the DSOBJECT table.- See Also:
 
- 
GUID_CONTAINERIDAttribute GUID for the column LCONTAINERID in the DSOBJECT table- See Also:
 
- 
GUID_NAMEAttribute GUID for the column STRNAME in the DSOBJECT table.- See Also:
 
- 
GUID_CLASSIDAttribute GUID for the column LCLASSID in the DSOBJECT table.- See Also:
 
- 
GUID_GUIDAttribute GUID for the column STRGUID in the DSOBJECT table.- See Also:
 
- 
GUID_PRIORITYAttribute GUID for the column LPRIORITY in the DSOBJECT table.- See Also:
 
- 
GUID_DELETABLEAttribute GUID for the column BDELETABLE in the DSOBJECT table.- See Also:
 
- 
GUID_DELETEDAttribute GUID for the column BDELETED in the DSOBJECT table.- See Also:
 
- 
GUID_INTERNALUSNAttribute GUID for the column LINTERNALUSN in the DSOBJECT table.- See Also:
 
- 
GUID_RPLGUIDAttribute GUID for the column STRRPLGUID in the DSOBJECT table.- See Also:
 
- 
GUID_DNAttribute GUID for the column STRDN in the DSOBJECT table.- See Also:
 
- 
GUID_DESCRIPTIONAttribute GUID for the column STRDESCRIPTION in the DSOBJECT table.- See Also:
 
- 
GUID_DISABLEDAttribute GUID for the column STRDISABLED in the DSOBJECT table.- See Also:
 
- 
GUID_EXTERNALGUIDAttribute GUID for the column EXTERNALGUID- See Also:
 
- 
GUID_CONTAINERGUIDAttribute 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:
 
 
-