org.nhind.config.rest
Interface AnchorService

All Known Implementing Classes:
DefaultAnchorService

public interface AnchorService


Method Summary
 void addAnchor(org.nhindirect.config.model.Anchor anchor)
           
 void deleteAnchorsByIds(java.util.Collection<java.lang.Long> ids)
           
 void deleteAnchorsByOwner(java.lang.String owner)
           
 java.util.Collection<org.nhindirect.config.model.Anchor> getAnchors()
           
 java.util.Collection<org.nhindirect.config.model.Anchor> getAnchorsForOwner(java.lang.String owner, boolean incoming, boolean outgoing, java.lang.String thumbprint)
           
 

Method Detail

getAnchors

java.util.Collection<org.nhindirect.config.model.Anchor> getAnchors()
                                                                    throws org.nhindirect.common.rest.exceptions.ServiceException
Throws:
org.nhindirect.common.rest.exceptions.ServiceException

getAnchorsForOwner

java.util.Collection<org.nhindirect.config.model.Anchor> getAnchorsForOwner(java.lang.String owner,
                                                                            boolean incoming,
                                                                            boolean outgoing,
                                                                            java.lang.String thumbprint)
                                                                            throws org.nhindirect.common.rest.exceptions.ServiceException
Throws:
org.nhindirect.common.rest.exceptions.ServiceException

addAnchor

void addAnchor(org.nhindirect.config.model.Anchor anchor)
               throws org.nhindirect.common.rest.exceptions.ServiceException
Throws:
org.nhindirect.common.rest.exceptions.ServiceException

deleteAnchorsByIds

void deleteAnchorsByIds(java.util.Collection<java.lang.Long> ids)
                        throws org.nhindirect.common.rest.exceptions.ServiceException
Throws:
org.nhindirect.common.rest.exceptions.ServiceException

deleteAnchorsByOwner

void deleteAnchorsByOwner(java.lang.String owner)
                          throws org.nhindirect.common.rest.exceptions.ServiceException
Throws:
org.nhindirect.common.rest.exceptions.ServiceException


Copyright © 2014. All Rights Reserved.