Uses of Class
org.gcube.execution.workflowengine.service.WorkflowEngineService.ResourceAccessType

Uses of WorkflowEngineService.ResourceAccessType in org.gcube.execution.workflowengine.service
 

Methods in org.gcube.execution.workflowengine.service that return WorkflowEngineService.ResourceAccessType
static WorkflowEngineService.ResourceAccessType WorkflowEngineService.ResourceAccessType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static WorkflowEngineService.ResourceAccessType[] WorkflowEngineService.ResourceAccessType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.gcube.execution.workflowengine.service with parameters of type WorkflowEngineService.ResourceAccessType
static void ServiceUtils.EnrichHadoopResource(AttachedHadoopResource att, WorkflowEngineService.ResourceAccessType rat, AccessInfo ai, java.lang.String reference, byte[] bytePayload, java.lang.String stringPayload)