public interface BrokerNN
| Modifier and Type | Method and Description |
|---|---|
void |
appendNN(DtListURIForNNAssociation dtListURI,
URI uriToAppend)
Ajout un objet à la collection existante.
|
void |
removeAllNN(DtListURIForNNAssociation dtListURI)
Supprime toutes les relations liés à l'objet.
|
void |
removeNN(DtListURIForNNAssociation dtListURI,
URI uriToDelete)
Supprime la relation liés aux deux objets.
|
void |
updateNN(DtListURIForNNAssociation dtListURI,
List<URI> uriList)
Mise à jour des associations n-n.
|
void appendNN(DtListURIForNNAssociation dtListURI, URI uriToAppend)
dtListURI - DtList de référenceuriToAppend - URI de l'objet à ajout à la NNvoid updateNN(DtListURIForNNAssociation dtListURI, List<URI> uriList)
dtListURI - DtList de référenceuriList - uriListvoid removeAllNN(DtListURIForNNAssociation dtListURI)
dtListURI - DtList de référencevoid removeNN(DtListURIForNNAssociation dtListURI, URI uriToDelete)
dtListURI - DtList de référenceuriToDelete - URI de l'objet à supprimer de la NNCopyright © 2015. All Rights Reserved.