Package com.saperion.folder
Interface SaFolderClass
-
- All Superinterfaces:
java.io.Serializable
- All Known Implementing Classes:
SaFolderClassImpl
public interface SaFolderClass extends java.io.Serializable
Folder class interface.- Author:
- rbo
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getApplicationFormName(SaApplicationInfo.ApplicationType type)
Reads the application form name for the given type.java.util.Map<SaApplicationInfo.ApplicationType,SaApplicationInfo>
getApplicationInfos()
Reads all application informations.SaFolderClassBean
getBean()
Reads the folder class bean.SaFolderConstants.CLASS_TYPE
getClassType()
Reads the folder class type.java.lang.String
getDocumentDDCName()
Returns the name of the document DDC.java.lang.String
getFolderDDCName()
Reads the folder name for this class.java.lang.String
getName()
ResultType
getNaviDisplayFields()
Reads the navigation display fields.java.lang.String
getNaviDisplayFieldsXML()
Reads the navigation display fields.java.lang.String
getShortName()
java.lang.String
getSysRowId()
java.lang.String
getWorkflowName()
Returns the name of the workflow to be started when a new eFile is created.boolean
isEmbedded()
If true, the masks used forDOCUMENT_NEW
,EFILE_NEW
andEFILE_QUERY
have to be displayed as embedded masks in the navigation view.boolean
isInherited(SaApplicationInfo.ApplicationType type)
Reads, if the application type is inherited.
-
-
-
Method Detail
-
getSysRowId
java.lang.String getSysRowId()
- Returns:
- SysRowId
-
getShortName
java.lang.String getShortName()
- Returns:
- Class short name
-
getName
java.lang.String getName()
- Returns:
- Class name
-
getApplicationFormName
java.lang.String getApplicationFormName(SaApplicationInfo.ApplicationType type)
Reads the application form name for the given type.- Parameters:
type
- Application type- Returns:
- Form name
-
isInherited
boolean isInherited(SaApplicationInfo.ApplicationType type)
Reads, if the application type is inherited.- Parameters:
type
- Application type- Returns:
- True, if it is inherited
-
getApplicationInfos
java.util.Map<SaApplicationInfo.ApplicationType,SaApplicationInfo> getApplicationInfos()
Reads all application informations.- Returns:
- Application infos
-
getNaviDisplayFieldsXML
java.lang.String getNaviDisplayFieldsXML()
Reads the navigation display fields.- Returns:
- Navigation display fields XML
-
getNaviDisplayFields
ResultType getNaviDisplayFields()
Reads the navigation display fields.- Returns:
- Navigation display fields result type
-
getFolderDDCName
java.lang.String getFolderDDCName()
Reads the folder name for this class.- Returns:
- Folder name
-
getDocumentDDCName
java.lang.String getDocumentDDCName()
Returns the name of the document DDC.- Returns:
- name of the document ddc
-
getWorkflowName
java.lang.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
-
-