Modifier and Type | Method and Description |
---|---|
Integer |
DefaultDataManagement.asyncImportResource(File toImport,
String userId,
ResourceType type,
String encoding,
Boolean[] fieldsMask,
boolean hasHeader,
char delimiter) |
Integer |
DataManagement.asyncImportResource(File toImport,
String userId,
ResourceType type,
String encoding,
Boolean[] fieldsMask,
boolean hasHeader,
char delimiter) |
Resource |
DefaultDataManagement.syncImportResource(File toImport,
String userId,
ResourceType type,
String encoding,
Boolean[] fieldsMask,
boolean hasHeader,
char delimiter) |
Resource |
DataManagement.syncImportResource(File toImport,
String userId,
ResourceType type,
String encoding,
Boolean[] fieldsMask,
boolean hasHeader,
char delimiter) |
Modifier and Type | Method and Description |
---|---|
ResourceType |
Resource.getType() |
Modifier and Type | Method and Description |
---|---|
void |
Resource.setType(ResourceType type) |
Constructor and Description |
---|
Resource(ResourceType type,
int searchId) |
Modifier and Type | Method and Description |
---|---|
ResourceType |
ImportResourceRequest.resourceType() |
Modifier and Type | Method and Description |
---|---|
void |
ImportResourceRequest.resourceType(ResourceType resourceType) |
Constructor and Description |
---|
ImportResourceRequest(String rsLocator,
ExportCSVSettings csvSettings,
String user,
ResourceType resourceType) |
Modifier and Type | Method and Description |
---|---|
static ResourceType |
ResourceType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResourceType[] |
ResourceType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2017. All Rights Reserved.