Package | Description |
---|---|
com.socrata.model.importer |
The model objects (nouns) used by the import operations defined by SodaImporter.
|
Modifier and Type | Field and Description |
---|---|
static Grant |
Grant.PUBLIC_GRANT
A singleton that can be used to represent a public grant
|
Modifier and Type | Field and Description |
---|---|
static com.google.common.base.Predicate<Grant> |
Grant.IS_PUBLIC
A predicate that can be used for determining if a grant is to make a dataset public.
|
Modifier and Type | Method and Description |
---|---|
List<Grant> |
DatasetInfo.getGrants()
Gets all the permission grants for this dataset.
|
Modifier and Type | Method and Description |
---|---|
void |
DatasetInfo.setGrants(List<Grant> grants)
Sets all the permission grants for this dataset.
|
Copyright © 2013. All Rights Reserved.