public class FieldSet extends BaseDbBean<String>
Modifier and Type | Field and Description |
---|---|
static String |
BASE_FIELDSET_PATH |
static String |
BASE_FIELDSET_SEARCH_PATH |
static int |
MAX_NUMBER_SEARCH_PARAMS |
static boolean |
PUBLICLY_ACCESSIBLE_DEFAULT
If not specified, a Fieldset is publicly accessible
|
Constructor and Description |
---|
FieldSet() |
FieldSet(Set<String> fields,
Boolean publiclyAccessible)
Constructor for FieldSet
|
FieldSet(String identifier,
Set<String> fields,
Boolean publiclyAccessible)
Constructor for FieldSet
|
Modifier and Type | Method and Description |
---|---|
void |
convertAndSetId(String id) |
String |
getBeanUri() |
Set<Field> |
getFieldDefinitions()
Get the set of fields defined by this fieldset
|
Set<String> |
getFields()
Get the set of fields in this FieldSet
|
Boolean |
getPubliclyAccessible()
Flag specifying if the element is globally accessible by all orgs or just the creator (org).
|
static String |
getRelURL(String id)
Returns the relative base url for the given.
|
void |
setFieldDefinitions(Set<Field> fieldDefinitions)
Set the field definitions to the set of field objects
|
void |
setFields(Set<String> fields)
Set the set of fields in this FieldSet
|
void |
setPubliclyAccessible(Boolean publiclyAccessible)
Set Flag specifying if the element is globally accessible by all orgs or just the creator (org).
|
compareTo, getId, getKey, getLastUpdated, getRefURL, setId, setKey, setLastUpdated, setRefURL
public static final String BASE_FIELDSET_PATH
public static final String BASE_FIELDSET_SEARCH_PATH
public static final boolean PUBLICLY_ACCESSIBLE_DEFAULT
public static final int MAX_NUMBER_SEARCH_PARAMS
public FieldSet()
public FieldSet(String identifier, Set<String> fields, Boolean publiclyAccessible)
identifier
- Identifier of this FieldSetfields
- Set of fields that are in this fieldsetpubliclyAccessible
- Flag specifying if the element is globally accessible by all orgs or just the creator (org).public String getBeanUri()
getBeanUri
in class BaseDbBean<String>
public void convertAndSetId(String id)
convertAndSetId
in class BaseDbBean<String>
public static final String getRelURL(String id)
id
- the id from which to construct the Re URLpublic Set<String> getFields()
public void setFields(Set<String> fields)
fields
- the Set of Fields in the FieldSetpublic Boolean getPubliclyAccessible()
public void setPubliclyAccessible(Boolean publiclyAccessible)
publiclyAccessible
- Flag specifying if the element is globally accessible by all orgs or just the creator (org).public Set<Field> getFieldDefinitions()
Copyright © 2018. All rights reserved.