Uses of Class
org.apache.wink.common.model.app.AppCollection

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

Uses of AppCollection in org.apache.wink.common.model.app
 

Fields in org.apache.wink.common.model.app with type parameters of type AppCollection
protected  java.util.List<AppCollection> AppWorkspace.collection
           
 

Methods in org.apache.wink.common.model.app that return AppCollection
 AppCollection ObjectFactory.createAppCollection()
          Create an instance of AppCollection
 AppCollection AppWorkspace.getCollection(java.lang.String name)
           
 

Methods in org.apache.wink.common.model.app that return types with arguments of type AppCollection
 javax.xml.bind.JAXBElement<AppCollection> ObjectFactory.createCollection(AppCollection value)
          Create an instance of JAXBElement<AppCollection >
 java.util.List<AppCollection> AppWorkspace.getCollection()
          Gets the collections.
 

Methods in org.apache.wink.common.model.app with parameters of type AppCollection
 javax.xml.bind.JAXBElement<AppCollection> ObjectFactory.createCollection(AppCollection value)
          Create an instance of JAXBElement<AppCollection >
 



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