public interface FolderInfo
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.
|
String getPropertyAsString(String propertyName)
propertyName
- property nameString getFolderClassName()
boolean hasValue(String valueName)
valueName
- value namecom.saperion.intf.SaPropertyValue getValue(String valueName)
valueName
- value namecom.saperion.intf.SaPropertyValue[] getValues()
String getFolderName()
String getFolderPath()
FolderId getFolderId() throws DocumentIdentificationException
DocumentIdentificationException
- when the folder does not contain a unique idcom.saperion.constants.SaFolderConstants.FOLDER_TYPE getType() throws UnknownFolderTypeException
UnknownFolderTypeException
- if the type of the folder can not be retrievedCopyright © 2021 Hyland Software Germany GmbH. All rights reserved.