public class ClassicConnectorFolderInfo extends Object implements FolderInfo
| Constructor and Description |
|---|
ClassicConnectorFolderInfo(com.saperion.intf.SaDocumentInfo saDocumentInfo)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getFolderClassName()
Returns the name of the folder class of this folder or null if the folder does not have a
class.
|
FolderId |
getFolderId() |
String |
getFolderName() |
String |
getFolderPath() |
String |
getPropertyAsString(String propertyName)
Returns the specified propertie's value as a string or null if the value is not available.
|
com.saperion.constants.SaFolderConstants.FOLDER_TYPE |
getType() |
com.saperion.intf.SaPropertyValue |
getValue(String valueName)
Returns the value with the specified name.
|
com.saperion.intf.SaPropertyValue[] |
getValues()
Returns all index values of the folder.
|
boolean |
hasValue(String valueName)
Returns true if the folder has an index value with the specified name.
|
public ClassicConnectorFolderInfo(com.saperion.intf.SaDocumentInfo saDocumentInfo)
saDocumentInfo - document info retrieved from backendpublic String getPropertyAsString(String propertyName)
getPropertyAsString in interface FolderInfopropertyName - property nameFolderInfo.getPropertyAsString(java.lang.String)public String getFolderClassName()
getFolderClassName in interface FolderInfoFolderInfo.getFolderClassName()public boolean hasValue(String valueName)
hasValue in interface FolderInfovalueName - value nameFolderInfo.hasValue(java.lang.String)public com.saperion.intf.SaPropertyValue getValue(String valueName)
getValue in interface FolderInfovalueName - value nameFolderInfo.getValue(java.lang.String)public com.saperion.intf.SaPropertyValue[] getValues()
getValues in interface FolderInfoFolderInfo.getValues()public String getFolderName()
getFolderName in interface FolderInfoFolderInfo.getFolderName()public String getFolderPath()
getFolderPath in interface FolderInfoFolderInfo.getFolderPath()public FolderId getFolderId() throws DocumentIdentificationException
getFolderId in interface FolderInfoDocumentIdentificationException - when the folder does not contain a unique idFolderInfo.getFolderId()public com.saperion.constants.SaFolderConstants.FOLDER_TYPE getType()
throws UnknownFolderTypeException
getType in interface FolderInfoUnknownFolderTypeException - if the type of the folder can not be retrievedFolderInfo.getType()Copyright © 2016 Lexmark Enterprise Software Deutschland GmbH. All rights reserved.