|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.atlassian.user.impl.osuser.OSUEntityManager
Field Summary | |
protected RepositoryIdentifier |
repository
|
Constructor Summary | |
OSUEntityManager(RepositoryIdentifier repo)
|
Method Summary | |
RepositoryIdentifier |
getConfiguration()
|
RepositoryIdentifier |
getIdentifier()
|
boolean |
isCreative()
Used to detemine whether an entity can be created (eg, can call UserManager#createUser(String) or
GroupManager#createGroup(String) . |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.atlassian.user.EntityManager |
getRepository |
Field Detail |
protected RepositoryIdentifier repository
Constructor Detail |
public OSUEntityManager(RepositoryIdentifier repo) throws EntityException
Method Detail |
public RepositoryIdentifier getConfiguration()
public boolean isCreative()
EntityManager
UserManager.createUser(String)
or
GroupManager.createGroup(String)
.
isCreative
in interface EntityManager
Entity
objects can be created by this manager, or false to indicate
not.public RepositoryIdentifier getIdentifier()
getIdentifier
in interface EntityManager
RepositoryIdentifier
for the repository which is managed by this instance.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |