Package com.saperion.folder
Interface SaFolderClass
-
- All Superinterfaces:
java.io.Serializable
- All Known Implementing Classes:
SaFolderClassImpl
public interface SaFolderClass extends java.io.SerializableFolder class interface.- Author:
- rbo
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetApplicationFormName(SaApplicationInfo.ApplicationType type)Reads the application form name for the given type.java.util.Map<SaApplicationInfo.ApplicationType,SaApplicationInfo>getApplicationInfos()Reads all application informations.SaFolderClassBeangetBean()Reads the folder class bean.SaFolderConstants.CLASS_TYPEgetClassType()Reads the folder class type.java.lang.StringgetDocumentDDCName()Returns the name of the document DDC.java.lang.StringgetFolderDDCName()Reads the folder name for this class.java.lang.StringgetName()ResultTypegetNaviDisplayFields()Reads the navigation display fields.java.lang.StringgetNaviDisplayFieldsXML()Reads the navigation display fields.java.lang.StringgetShortName()java.lang.StringgetSysRowId()java.lang.StringgetWorkflowName()Returns the name of the workflow to be started when a new eFile is created.booleanisEmbedded()If true, the masks used forDOCUMENT_NEW,EFILE_NEWandEFILE_QUERYhave to be displayed as embedded masks in the navigation view.booleanisInherited(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_NEWandEFILE_QUERYhave to be displayed as embedded masks in the navigation view.- Returns:
- true, if embedded flag is set
-
-