public interface FolderClass extends Serializable
Modifier and Type | Method and Description |
---|---|
com.saperion.constants.SaFolderConstants.CLASS_TYPE |
getClassType()
A folder class can be typed to mark special folders like eFiles, registers and so on.
|
String |
getDocumentDDCName()
Returns the name of the DDC that contains the documents of an eFile- or outliner-application.
|
com.saperion.ngc.iform.xml.ResultType |
getFieldsToDisplay()
A folder class contains a list of index fields that should be displayed in the navigation
view.
|
String |
getFolderDDC()
Returns the folder DDC name for this class.
|
String |
getFormNameForType(FolderFormType type)
A folder can use several forms for different operations (like index, query, edit...).
|
String |
getName()
Returns the full name of the folder class.
|
String |
getShortName()
Returns the short name of the folder class.
|
String |
getSysRowId()
Returns the sysRowId of the folder class.
|
String |
getWorkflowName()
Returns the name of the workflow definition to start when a new eFile is created.
|
boolean |
isEmbedded()
If this method returns true, the masks for
DOCUMENT_NEW , EFILE_NEW
and EFILE_QUERY need to be displayed as embedded masks in the navigation view. |
String getSysRowId()
String getName()
String getShortName()
String getFolderDDC()
com.saperion.ngc.iform.xml.ResultType getFieldsToDisplay()
String getFormNameForType(FolderFormType type)
type
- operation typecom.saperion.constants.SaFolderConstants.CLASS_TYPE getClassType()
boolean isEmbedded()
DOCUMENT_NEW
, EFILE_NEW
and EFILE_QUERY
need to be displayed as embedded masks in the navigation view.String getWorkflowName()
String getDocumentDDCName()
Copyright © 2016 Lexmark Enterprise Software Deutschland GmbH. All rights reserved.