Package com.saperion.folder
Interface SaFolderClass
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
SaFolderClassImpl
Folder class interface.
- Author:
- rbo
-
Method Summary
Modifier and TypeMethodDescriptionReads the application form name for the given type.Reads all application informations.getBean()
Reads the folder class bean.Reads the folder class type.Returns the name of the document DDC.Reads the folder name for this class.getName()
Reads the navigation display fields.Reads the navigation display fields.Returns the name of the workflow to be started when a new eFile is created.boolean
If true, the masks used forDOCUMENT_NEW
,EFILE_NEW
andEFILE_QUERY
have to be displayed as embedded masks in the navigation view.boolean
Reads, if the application type is inherited.
-
Method Details
-
getSysRowId
String getSysRowId()- Returns:
- SysRowId
-
getShortName
String getShortName()- Returns:
- Class short name
-
getName
String getName()- Returns:
- Class name
-
getApplicationFormName
Reads the application form name for the given type.- Parameters:
type
- Application type- Returns:
- Form name
-
isInherited
Reads, if the application type is inherited.- Parameters:
type
- Application type- Returns:
- True, if it is inherited
-
getApplicationInfos
Map<SaApplicationInfo.ApplicationType,SaApplicationInfo> getApplicationInfos()Reads all application informations.- Returns:
- Application infos
-
getFolderDDCName
String getFolderDDCName()Reads the folder name for this class.- Returns:
- Folder name
-
getDocumentDDCName
String getDocumentDDCName()Returns the name of the document DDC.- Returns:
- name of the document ddc
-
getWorkflowName
String getWorkflowName()Returns the name of the workflow to be started when a new eFile is created.- Returns:
- workflow name for new eFiles
-
getBean
SaFolderClassBean getBean()Reads the folder class bean.- Returns:
- Folder class bean
-
getClassType
SaFolderConstants.CLASS_TYPE getClassType()Reads the folder class type.- Returns:
- Folder class type
-
isEmbedded
boolean isEmbedded()If true, the masks used forDOCUMENT_NEW
,EFILE_NEW
andEFILE_QUERY
have to be displayed as embedded masks in the navigation view.- Returns:
- true, if embedded flag is set
-