public class InstanceContentSpec extends Object
Constructor and Description |
---|
InstanceContentSpec() |
Modifier and Type | Method and Description |
---|---|
boolean |
isIncludeAllDescendants() |
boolean |
isIncludeHeader() |
boolean |
isIncludeRights() |
boolean |
isIncludeValues() |
void |
setIncludeAllDescendants(boolean includeAllDescendants)
Specifies whether the descendants of the dataset are to be exported.
|
void |
setIncludeHeader(boolean includeHeader)
Specifies whether the header content is to be exported.
|
void |
setIncludeRights(boolean includeRights)
Specifies whether permissions are to be exported.
|
void |
setIncludeValues(boolean includeValues)
Specifies whether values are to be exported.
|
public boolean isIncludeAllDescendants()
setIncludeAllDescendants(boolean)
public void setIncludeAllDescendants(boolean includeAllDescendants)
Default value is false
.
public boolean isIncludeHeader()
setIncludeHeader(boolean)
public void setIncludeHeader(boolean includeHeader)
Default value is true
.
The header content provides general information
about a dataset: the XML Schema Document
location
(for root datasets),
localized labels
and descriptions
,
activation status
, etc.
public boolean isIncludeRights()
setIncludeRights(boolean)
public void setIncludeRights(boolean includeRights)
Default value is true
.
These are the permissions for a dataset (these permissions can be recursively inherited by its child datasets).
public boolean isIncludeValues()
setIncludeValues(boolean)
public void setIncludeValues(boolean includeValues)
Default value is true
.
The values are the "operational" data in EBX®.
Their structure is defined by the
underlying data model
.