public interface MiddlewareExportable
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getExported()
Attribute marking whether the object has been already been exported
|
Boolean |
getProcess()
Attribute marking whether the object is meant for exporting via middleware integration
|
String |
getProcessErrorMessage() |
void |
setExported(Boolean exported) |
void |
setProcess(Boolean process) |
void |
setProcessErrorMessage(String processErrorMessage) |
Boolean getProcess()
void setProcess(Boolean process)
Boolean getExported()
void setExported(Boolean exported)
String getProcessErrorMessage()
void setProcessErrorMessage(String processErrorMessage)
Copyright © 2008–2016 Sohnar Ltd.. All rights reserved.