public final class ExcludedReferencesDescriptor extends Object
| Constructor and Description |
|---|
ExcludedReferencesDescriptor(int[] objectIds,
Set<String> fields)
Constructor based on objects and fields.
|
ExcludedReferencesDescriptor(int[] objectIds,
String... fields) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
contains(int objectId)
See if this object is excluded.
|
Set<String> |
getFields()
The excluded fields
|
int[] |
getObjectIds()
All the excluded object ids.
|
public ExcludedReferencesDescriptor(int[] objectIds,
Set<String> fields)
objectIds - don't go through these objectsfields - then though these fields. null means all fields.public ExcludedReferencesDescriptor(int[] objectIds,
String... fields)