Uses of Interface
org.ocopomo.contentrepositoryclient.publish.IPubResource

Packages that use IPubResource
org.ocopomo.contentrepositoryclient.publish   
 

Uses of IPubResource in org.ocopomo.contentrepositoryclient.publish
 

Classes in org.ocopomo.contentrepositoryclient.publish that implement IPubResource
 class APubResource
           
 class PubFile
           
 class PubFolder
           
 

Methods in org.ocopomo.contentrepositoryclient.publish that return types with arguments of type IPubResource
 java.util.List<IPubResource> PubFolder.members()
           
 

Methods in org.ocopomo.contentrepositoryclient.publish with parameters of type IPubResource
 void PubFolder.add(IPubResource resource)
           
 

Method parameters in org.ocopomo.contentrepositoryclient.publish with type arguments of type IPubResource
 void PubFolder.add(java.util.List<IPubResource> resources)