org.modelsphere.jack.baseDb.db
Class DbLoginGroup
java.lang.Object
PersistentObject
org.modelsphere.jack.baseDb.db.DbObject
org.modelsphere.jack.baseDb.db.DbLogin
org.modelsphere.jack.baseDb.db.DbLoginGroup
public final class DbLoginGroup
- extends DbLogin
Define a group of DbLogin (DbLogin can be user or group). Internal to the Db framework. A
DbLoginGroup is an aggregation of DbLogin (a login may belong to several groups), while a
DbLoginNode is a composition of DbLoginUser.
Only an ADMIN user can add, remove or modify DbLogin objects.
Fields inherited from class org.modelsphere.jack.baseDb.db.DbObject |
ACCESS_GRANTED, ACCESS_NOT_GRANTED, fComponents, fComposite, fCreationTime, fModificationTime, fUdfValues, fValidationStatus, LONG_FORM, SHORT_FORM, VALIDATION_ERROR, VALIDATION_OK, VALIDATION_WARNING, writeAccess |
Methods inherited from class org.modelsphere.jack.baseDb.db.DbObject |
addDbRefreshListener, addDbRefreshListener, basicReinsert, basicSet, basicSet, buildFullNameString, buildFullNameString, componentTree, componentTree, componentTree, copyComponent, createComponent, createComponent, createRAMRelN, deepCopy, deepCopy, doDeleteAction, findComponentByName, findComponentByName, findMatchingObject, generateEDCTimestamp, get, get, get, getAccordingToStatus, getComponents, getComposite, getCompositeOfType, getCreationTime, getDb, getDependencyRelations, getEDCTimestamp, getFullDisplayName, getId, getMatchingObject, getMinCard, getModificationTime, getNbNeighbors, getNextTs, getOld, getProject, getSemanticalIcon, getSemanticalName, getTransStatus, getTs, getUDF, getUdfValues, getValidationStatus, hasAdminAccess, hasChanged, hasField, hasWriteAccess, isAddedAndRemoved, isAlive, isDeletable, isDescendingFrom, isHugeRelN, load, load, matches, reinsert, removeDbRefreshListener, save, set, setComposite, setMatchingObject, setModificationTime, setName, setRelationNN, setRelationNN, setValidationStatus, toString, valuesAreEqual |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
fMembers
public static final MetaRelationN fMembers
metaClass
public static final MetaClass metaClass
DbLoginGroup
public DbLoginGroup()
DbLoginGroup
public DbLoginGroup(DbObject composite)
throws DbException
- Throws:
DbException
initMeta
public static void initMeta()
set
public void set(MetaField metaField,
java.lang.Object value)
throws DbException
- Overrides:
set
in class DbLogin
- Throws:
DbException
set
public void set(MetaRelationN relation,
DbObject neighbor,
int op)
throws DbException
- Overrides:
set
in class DbLogin
- Throws:
DbException
getMembers
public final DbRelationN getMembers()
throws DbException
- Throws:
DbException
getMetaClass
public MetaClass getMetaClass()
- Specified by:
getMetaClass
in class DbObject
Open ModelSphere 2007. All Rights Reserved.