DOCUMENTS 5 - PortalScripting API
|
This class describes a searchable resource in the DOCUMENTS retrieval system. More...
Public Attributes | |
String | resId |
A identifier of the resource. More... | |
String | server |
For archive resources: the technical name of the archive server. Otherwise empty. More... | |
number | type |
The resource type encoded as an integer. See the enumeration constants in this class. More... | |
Searchable Resource | |
These constants are equally available in each instance of RetrievalSource and in the constructor object. Resource macroes can only occur in the "FillSearchMask" exit. Within an "OnSearch" exit they have already been replaced by their single components. | |
Integer | ST_DLC_FILETYPE |
Integer code of the source type "DOCUMENTS file type". | |
Integer | ST_EEI_ARCHIVE |
Integer code of the source type "EASY ENTERPRISE.i archive". | |
Integer | ST_EEX_VIEW |
Integer code of the source type "EASY ENTERPRISE.x view". | |
Integer | ST_EEX_USERVIEW |
Integer code of the source type "EASY ENTERPRISE.x user specific view". | |
Integer | ST_EAS_FILETYPE |
Integer code of the source type "DOCUMENTS file type within an EAS/EDA store". | |
Integer | MST_EAS_SERVER |
Integer code of the macro source type "EAS server" (Apply selected file types also to the identified EDA-store) | |
Integer | MST_EAS_ONLY |
Integer code of the macro source type "EAS only" (Remove standard file type sources after MST_EAS_SERVER macro expansion) More... | |
This class describes a searchable resource in the DOCUMENTS retrieval system.
Integer RetrievalSource::MST_EAS_ONLY |
Integer code of the macro source type "EAS only" (Remove standard file type sources after MST_EAS_SERVER macro expansion)
String RetrievalSource::resId |
A identifier of the resource.
For conventional file type resources the identifier equals the technical name of the file type. Archive related identifiers consist of a software dependent key or name plus an "@serverName" appendix.
String RetrievalSource::server |
For archive resources: the technical name of the archive server. Otherwise empty.
number RetrievalSource::type |
The resource type encoded as an integer. See the enumeration constants in this class.