|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.internet2.middleware.grouper.GroupTypeFinder
public class GroupTypeFinder
Find group types.
Constructor Summary | |
---|---|
GroupTypeFinder()
|
Method Summary | |
---|---|
static void |
clearCache()
clear cache (e.g. if schema export) |
static GroupType |
find(java.lang.String name)
Deprecated. |
static GroupType |
find(java.lang.String name,
boolean exceptionIfNotFound)
Deprecated. |
static java.util.Set |
findAll()
Deprecated. |
static java.util.Set |
findAllAssignable()
Deprecated. |
static GroupType |
findByUuid(java.lang.String typeUuid,
boolean exceptionIfNotFound)
Deprecated. |
static java.util.Set<AttributeDefName> |
internal_findAllLegacyAttributes()
|
static GroupType |
internal_findGroupTypeByField(Field field,
boolean exceptionIfNoGroupType)
|
static void |
internal_updateKnownTypes()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GroupTypeFinder()
Method Detail |
---|
public static GroupType find(java.lang.String name, boolean exceptionIfNotFound) throws SchemaException
GroupType
.
A SchemaException
will be thrown if the type is not found.
try { GroupType type = GroupTypeFinder.find(name); } catch (SchemaException eS) { // type does not exist }
name
- Find GroupType
with this name.exceptionIfNotFound
-
GroupType
SchemaException
public static GroupType findByUuid(java.lang.String typeUuid, boolean exceptionIfNotFound) throws SchemaException
GroupType
.
A SchemaException
will be thrown if the type is not found.
try { GroupType type = GroupTypeFinder.find(name); } catch (SchemaException eS) { // type does not exist }
typeUuid
- Find GroupType
with this uuid.exceptionIfNotFound
-
GroupType
SchemaException
@Deprecated public static GroupType find(java.lang.String name) throws SchemaException
GroupType
.
A SchemaException
will be thrown if the type is not found.
try { GroupType type = GroupTypeFinder.find(name); } catch (SchemaException eS) { // type does not exist }
name
- Find GroupType
with this name.
GroupType
SchemaException
public static java.util.Set findAll()
Set types = GroupTypeFinder.findAll();
Set
of GroupType
objects.public static java.util.Set findAllAssignable()
Set types = GroupTypeFinder.findAllAssignable();
Set
of GroupType
objects.public static void internal_updateKnownTypes()
public static void clearCache()
public static GroupType internal_findGroupTypeByField(Field field, boolean exceptionIfNoGroupType)
field
- exceptionIfNoGroupType
-
public static java.util.Set<AttributeDefName> internal_findAllLegacyAttributes()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |