@AccessLevel(value=EXTERNAL)
public interface CMISNamingInterface
Modifier and Type | Method and Description |
---|---|
java.util.List<java.lang.String> |
getFilePath(java.lang.String filename,
long relatedID,
java.lang.Object relatedData)
Generates the file path for a given object.
|
java.util.List<java.lang.String> getFilePath(java.lang.String filename, long relatedID, java.lang.Object relatedData) throws curam.util.exception.AppException, curam.util.exception.InformationalException
filename
- The simple name for the file.relatedID
- An identifier for the related object.relatedData
- Any additional data required for the naming strategy.curam.util.exception.AppException
- Generic AppException Signaturecuram.util.exception.InformationalException
- Generic InformationalException Signature