|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PublicationTemplate
A PublicationTemplate describes a set of publication records built on a same template. A PublicationTemplate groups :
Field Summary | |
---|---|
static String |
DEFAULT_THUMBNAIL
|
Method Summary | |
---|---|
List<String> |
getApplications()
|
String |
getDescription()
|
String |
getExternalId()
|
List<String> |
getFieldsForFacets()
Returns all field names which can generate a search facet |
String |
getFileName()
|
List<String> |
getInstances()
|
String |
getName()
|
RecordSet |
getRecordSet()
Returns the RecordSet of all the records built from this template. |
RecordTemplate |
getRecordTemplate()
Returns the RecordTemplate of the publication data item. |
Form |
getSearchForm()
Returns the Form used to search the records built from this template. |
Form |
getSearchResultForm()
Returns the Form used to view the search result records built from this template. |
List<String> |
getSpaces()
|
String |
getThumbnail()
|
Form |
getUpdateForm()
Returns the Form used to create and update the records built from this template. |
XmlForm |
getUpdateFormAsXMLOne()
Returns the XML Form used to create and update the records built from this template. |
Form |
getViewForm()
Returns the Form used to view the records built from this template. |
boolean |
isDataEncrypted()
|
boolean |
isRestrictedVisibility()
|
boolean |
isRestrictedVisibilityToApplication()
|
boolean |
isRestrictedVisibilityToInstance()
|
boolean |
isRestrictedVisibilityToSpace()
|
boolean |
isSearchable()
Is the publication records described by this template can be searchable? |
boolean |
isUpdateLayerExist()
|
boolean |
isViewLayerExist()
|
boolean |
isVisible()
Is this publication template is visible to others? |
void |
setExternalId(String externalId)
|
Field Detail |
---|
static final String DEFAULT_THUMBNAIL
Method Detail |
---|
RecordTemplate getRecordTemplate() throws PublicationTemplateException
PublicationTemplateException
RecordSet getRecordSet() throws PublicationTemplateException
PublicationTemplateException
Form getUpdateForm() throws PublicationTemplateException
PublicationTemplateException
XmlForm getUpdateFormAsXMLOne() throws PublicationTemplateException
PublicationTemplateException
Form getViewForm() throws PublicationTemplateException
PublicationTemplateException
Form getSearchForm() throws PublicationTemplateException
PublicationTemplateException
void setExternalId(String externalId)
String getExternalId()
String getName()
String getDescription()
String getThumbnail()
String getFileName()
boolean isVisible()
boolean isSearchable()
Form getSearchResultForm() throws PublicationTemplateException
PublicationTemplateException
List<String> getFieldsForFacets()
boolean isRestrictedVisibility()
List<String> getSpaces()
boolean isRestrictedVisibilityToSpace()
List<String> getApplications()
boolean isRestrictedVisibilityToApplication()
List<String> getInstances()
boolean isRestrictedVisibilityToInstance()
boolean isDataEncrypted()
boolean isViewLayerExist()
boolean isUpdateLayerExist()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |