public static interface FileProcessor.CheckinContext
| Modifier and Type | Method and Description |
|---|---|
Context |
getContext() |
java.lang.String |
getFormat() |
java.nio.file.Path |
getSourceFile() |
BusinessObjectData |
getSourceObject() |
java.lang.String |
getStore() |
java.lang.String |
getTargetBusinessObjectId() |
boolean |
isAppend() |
boolean |
isUnlock() |
Context getContext()
java.nio.file.Path getSourceFile()
BusinessObjectData getSourceObject()
data for the source objectjava.lang.String getFormat()
java.lang.String getTargetBusinessObjectId()
java.lang.String getStore()
boolean isUnlock()
boolean isAppend()