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.
Methods inherited from class org.modelsphere.jack.baseDb.db.DbObject |
addDbRefreshListener, addDbRefreshListener, basicReinsert, basicSet, basicSet, buildFullNameString, buildFullNameString, componentTree, componentTree, componentTree, createComponent, createComponent, createRAMRelN, deepCopy, deepCopy, doDeleteAction, 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, hasAdminAccess, hasChanged, hasField, hasWriteAccess, isAddedAndRemoved, isAlive, isDeletable, isDescendingFrom, isHugeRelN, load, load, matches, reinsert, removeDbRefreshListener, save, set, setComposite, setMatchingObject, setModificationTime, setName, setRelationNN, setRelationNN, valuesAreEqual |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, 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.