Package org.bedework.calfacade
Interface CollectionAliases
- All Superinterfaces:
Serializable
Provide information about the aliases for the given collection.
If the collection is an alias and the aliased list is empty, or
the last element in the aliased list is an alias then the target
of that alias is inaccessible or missing. getInvalidAlias() will
return the collection in error.
- Author:
- Mike Douglass
-
Method Summary
Modifier and TypeMethodDescriptionboolean
-
Method Details
-
getCollection
BwCalendar getCollection()- Returns:
- collection that was queried.
-
getAliased
List<BwCalendar> getAliased()- Returns:
- chain of aliases closest to collection first. Empty for none.
-
getInvalidAlias
BwCalendar getInvalidAlias()- Returns:
- true if a circular reference is detected
-
getCircular
boolean getCircular()- Returns:
- true if a circular reference is detected
-