public class VersionAssocCollection
extends java.lang.Object
Constructor and Description |
---|
VersionAssocCollection(VersionAssociation versionAssociation) |
Modifier and Type | Method and Description |
---|---|
void |
collectParentAssoc(RegistryObject regObj,
java.util.Collection<Key> assocKeys)
Collect the parent association from given regObj and put it if available to the key-list.
|
Association |
getParentAssociation(RegistryObject regObj) |
public VersionAssocCollection(VersionAssociation versionAssociation)
public void collectParentAssoc(RegistryObject regObj, java.util.Collection<Key> assocKeys) throws JAXRException
regObj
- object which has a parentassocKeys
- list of keys (will receive a new association key)JAXRException
public Association getParentAssociation(RegistryObject regObj) throws JAXRException
JAXRException