Class ClassicConnectorFolderClass
java.lang.Object
com.saperion.ngc.model.navigation.ClassicConnectorFolderClass
- All Implemented Interfaces:
FolderClass,Serializable
Implementation of FolderClass for ClassicConnector.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionClassicConnectorFolderClass(com.saperion.folder.SaFolderClass saFolderClass) Constructor. -
Method Summary
Modifier and TypeMethodDescriptioncom.saperion.constants.SaFolderConstants.CLASS_TYPEA folder class can be typed to mark special folders like eFiles, registers and so on.Returns the name of the DDC that contains the documents of an eFile- or outliner-application.com.saperion.ngc.iform.xml.ResultTypeA folder class contains a list of index fields that should be displayed in the navigation view.Returns the folder DDC name for this class.A folder can use several forms for different operations (like index, query, edit...).getName()Returns the full name of the folder class.Returns the short name of the folder class.Returns the sysRowId of the folder class.Returns the name of the workflow definition to start when a new eFile is created.booleanIf this method returns true, the masks forDOCUMENT_NEW,EFILE_NEWandEFILE_QUERYneed to be displayed as embedded masks in the navigation view.
-
Constructor Details
-
ClassicConnectorFolderClass
public ClassicConnectorFolderClass(com.saperion.folder.SaFolderClass saFolderClass) Constructor.- Parameters:
saFolderClass- saFolderClass retrieved from backend
-
-
Method Details
-
getSysRowId
Returns the sysRowId of the folder class.- Specified by:
getSysRowIdin interfaceFolderClass- Returns:
- SysRowId
- See Also:
-
getName
Returns the full name of the folder class.- Specified by:
getNamein interfaceFolderClass- Returns:
- full class name
- See Also:
-
getShortName
Returns the short name of the folder class.- Specified by:
getShortNamein interfaceFolderClass- Returns:
- short class name
- See Also:
-
getFolderDDC
Returns the folder DDC name for this class.- Specified by:
getFolderDDCin interfaceFolderClass- Returns:
- Folder DDC
- See Also:
-
getFieldsToDisplay
public com.saperion.ngc.iform.xml.ResultType getFieldsToDisplay()A folder class contains a list of index fields that should be displayed in the navigation view.- Specified by:
getFieldsToDisplayin interfaceFolderClass- Returns:
- Result type for fields
- See Also:
-
getClassType
public com.saperion.constants.SaFolderConstants.CLASS_TYPE getClassType()A folder class can be typed to mark special folders like eFiles, registers and so on.- Specified by:
getClassTypein interfaceFolderClass- Returns:
- class type
- See Also:
-
isEmbedded
public boolean isEmbedded()If this method returns true, the masks forDOCUMENT_NEW,EFILE_NEWandEFILE_QUERYneed to be displayed as embedded masks in the navigation view.- Specified by:
isEmbeddedin interfaceFolderClass- Returns:
- embedded flag
- See Also:
-
getWorkflowName
Returns the name of the workflow definition to start when a new eFile is created. The definition will initiate the cloning of the eFile template defined in the definiton.- Specified by:
getWorkflowNamein interfaceFolderClass- Returns:
- workflow name or null if not available
- See Also:
-
getDocumentDDCName
Returns the name of the DDC that contains the documents of an eFile- or outliner-application.- Specified by:
getDocumentDDCNamein interfaceFolderClass- Returns:
- document-dcc-name or null if not set
- See Also:
-