public interface AnchorService
| Modifier and Type | Method and Description |
|---|---|
void |
addAnchor(org.nhindirect.config.model.Anchor anchor) |
void |
deleteAnchorsByIds(Collection<Long> ids) |
void |
deleteAnchorsByOwner(String owner) |
Collection<org.nhindirect.config.model.Anchor> |
getAnchors() |
Collection<org.nhindirect.config.model.Anchor> |
getAnchorsForOwner(String owner,
boolean incoming,
boolean outgoing,
String thumbprint) |
Collection<org.nhindirect.config.model.Anchor> getAnchors() throws org.nhindirect.common.rest.exceptions.ServiceException
org.nhindirect.common.rest.exceptions.ServiceExceptionCollection<org.nhindirect.config.model.Anchor> getAnchorsForOwner(String owner, boolean incoming, boolean outgoing, String thumbprint) throws org.nhindirect.common.rest.exceptions.ServiceException
org.nhindirect.common.rest.exceptions.ServiceExceptionvoid addAnchor(org.nhindirect.config.model.Anchor anchor)
throws org.nhindirect.common.rest.exceptions.ServiceException
org.nhindirect.common.rest.exceptions.ServiceExceptionvoid deleteAnchorsByIds(Collection<Long> ids) throws org.nhindirect.common.rest.exceptions.ServiceException
org.nhindirect.common.rest.exceptions.ServiceExceptionvoid deleteAnchorsByOwner(String owner) throws org.nhindirect.common.rest.exceptions.ServiceException
org.nhindirect.common.rest.exceptions.ServiceExceptionCopyright © 2021. All rights reserved.