public interface CallLine extends VolumeLine
A Call line allows to specify the publication of an instance.
You can also choose not to publish all the contents of the entity but only some of the differents descriptions.
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
copyright |
Modifier and Type | Method and Description |
---|---|
RadicalElement |
getCalledInstance() |
java.lang.String |
getDescription() |
VolumeFilter |
getFilter() |
java.util.List<VolumeField> |
getWhereFields() |
static final java.lang.String copyright
RadicalElement getCalledInstance()
Indicates the entity to be published.
java.lang.String getDescription()
The description gives the elements which will be published. The allowed description are listed in a combo box and shows which one are concerned by the entity.
Theses descriptions are based on MAF model. So you will have "sections" for Text, "dlines" for Data Element for example.
VolumeFilter getFilter()
The filter allows to specify which part of the entity specified in the request will be published : definition, description, comments....
java.util.List<VolumeField> getWhereFields()
Indicates the select criterion to specify in a finest grain the publish. For Text, you can specify which section you want to be published.