| Package | Description |
|---|---|
| org.apache.airavata.persistance.registry.jpa | |
| org.apache.airavata.persistance.registry.jpa.impl | |
| org.apache.airavata.persistance.registry.jpa.resources |
| Modifier and Type | Method and Description |
|---|---|
GatewayResource |
JPAResourceAccessor.getGateway() |
| Modifier and Type | Method and Description |
|---|---|
static WorkerResource |
ResourceUtils.addGatewayWorker(GatewayResource gatewayResource,
UserResource userResource) |
static boolean |
ResourceUtils.removeGatewayWorker(GatewayResource gatewayResource,
UserResource userResource) |
| Modifier and Type | Method and Description |
|---|---|
GatewayResource |
GatewayRegistry.getDefaultGateway() |
GatewayResource |
GatewayRegistry.getExistingGateway(String gatewayName) |
| Constructor and Description |
|---|
ExperimentRegistry(GatewayResource gateway,
UserResource user) |
ProjectRegistry(GatewayResource gatewayResource,
UserResource user) |
| Modifier and Type | Method and Description |
|---|---|
GatewayResource |
WorkerResource.getGateway() |
GatewayResource |
UserWorkflowResource.getGateway() |
GatewayResource |
PublishWorkflowResource.getGateway() |
GatewayResource |
ProjectResource.getGateway() |
GatewayResource |
ExperimentResource.getGateway() |
| Modifier and Type | Method and Description |
|---|---|
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) |
| Constructor and Description |
|---|
ProjectResource(WorkerResource worker,
GatewayResource gateway,
String projectId) |
PublishWorkflowResource(GatewayResource gateway) |
UserWorkflowResource(GatewayResource gateway,
WorkerResource worker,
String name) |
WorkerResource(String user,
GatewayResource gateway) |
Copyright © 2011–2014 The Apache Software Foundation. All rights reserved.