Uses of Class
org.apache.wink.common.model.atom.AtomLink

Packages that use AtomLink
org.apache.wink.common.model.atom Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. 
 

Uses of AtomLink in org.apache.wink.common.model.atom
 

Fields in org.apache.wink.common.model.atom with type parameters of type AtomLink
protected  java.util.List<AtomLink> AtomFeed.link
           
protected  java.util.List<AtomLink> AtomEntry.link
           
 

Methods in org.apache.wink.common.model.atom that return AtomLink
 AtomLink ObjectFactory.createAtomLink()
          Create an instance of AtomLink
 

Methods in org.apache.wink.common.model.atom that return types with arguments of type AtomLink
 java.util.List<AtomLink> AtomFeed.getLinks()
          Gets the value of link.
 java.util.List<AtomLink> AtomEntry.getLinks()
          Gets the value of link.
 java.util.List<AtomLink> AtomEntry.getLinks(java.lang.String relationPattern, java.lang.String typePattern)
          Get the list of links that match the relation and type regex patterns
 java.util.List<AtomLink> AtomEntry.getLinksByRelation(java.lang.String relationPattern)
          Get the list of links that match the type regex pattern
 java.util.List<AtomLink> AtomEntry.getLinksByType(java.lang.String typePattern)
          Get the list of links that match the relation regex pattern
 



Copyright © 2009-2010 The Apache Software Foundation. All Rights Reserved.