Uses of Class
Cosm.Status

Packages that use Status
Cosm   
 

Uses of Status in Cosm
 

Methods in Cosm that return Status
 Status Feed.getStatus()
           
static Status Status.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Status[] Status.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in Cosm with parameters of type Status
 Feed[] Cosm.getFeeds(java.lang.String query, Content content, java.lang.String tag, java.lang.String user, java.lang.String units, Status status, Order order, java.lang.Boolean show_user)
          returns a list of feed objects based on a number of optional query parameters.
 void Feed.setStatus(Status status)