Uses of Class
org.apache.airavata.persistance.registry.jpa.resources.GatewayResource

Packages that use GatewayResource
org.apache.airavata.persistance.registry.jpa   
org.apache.airavata.persistance.registry.jpa.resources   
 

Uses of GatewayResource in org.apache.airavata.persistance.registry.jpa
 

Methods in org.apache.airavata.persistance.registry.jpa that return GatewayResource
 GatewayResource JPAResourceAccessor.getGateway()
           
 

Methods in org.apache.airavata.persistance.registry.jpa with parameters of type GatewayResource
static void ResourceUtils.addGatewayWorker(GatewayResource gatewayResource, UserResource userResource)
           
static boolean ResourceUtils.removeGatewayWorker(GatewayResource gatewayResource, UserResource userResource)
           
 

Uses of GatewayResource in org.apache.airavata.persistance.registry.jpa.resources
 

Methods in org.apache.airavata.persistance.registry.jpa.resources that return GatewayResource
 GatewayResource WorkerResource.getGateway()
           
 GatewayResource UserWorkflowResource.getGateway()
           
 GatewayResource PublishWorkflowResource.getGateway()
           
 GatewayResource ProjectResource.getGateway()
           
 GatewayResource ExperimentResource.getGateway()
           
 

Methods in org.apache.airavata.persistance.registry.jpa.resources with parameters of type GatewayResource
 void WorkerResource.setGateway(GatewayResource gateway)
           
 void UserWorkflowResource.setGateway(GatewayResource gateway)
           
 void PublishWorkflowResource.setGateway(GatewayResource gateway)
           
 void ProjectResource.setGateway(GatewayResource gateway)
           
 void ExperimentResource.setGateway(GatewayResource gateway)
           
 

Constructors in org.apache.airavata.persistance.registry.jpa.resources with parameters of type GatewayResource
ProjectResource(WorkerResource worker, GatewayResource gateway, String projectName)
           
PublishWorkflowResource(GatewayResource gateway)
           
UserWorkflowResource(GatewayResource gateway, WorkerResource worker, String name)
           
WorkerResource(String user, GatewayResource gateway)
           
 



Copyright © 2011-2013 The Apache Software Foundation. All Rights Reserved.