edu.internet2.middleware.grouper.xml.export
Interface XmlImportableMultiple<T>
- Type Parameters:
T
- is the type of the object
- All Superinterfaces:
- XmlImportableBase<T>
- All Known Implementing Classes:
- AttributeAssign, AttributeAssignValue, AttributeDefScope
public interface XmlImportableMultiple<T>
- extends XmlImportableBase<T>
Hibernated object which can be imported into. There can be multiple in the DB
based on business key (e.g. milti-assign)
Method Summary |
T |
xmlRetrieveByIdOrKey(java.util.Collection<java.lang.String> idsToIgnore)
retrieve from db by id or key. |
xmlRetrieveByIdOrKey
T xmlRetrieveByIdOrKey(java.util.Collection<java.lang.String> idsToIgnore)
- retrieve from db by id or key. throws exception if duplicate
- Parameters:
idsToIgnore
- these are ids already processed, do not pick these
- Returns:
- the object or null if not found