Interface ReportExec
-
- All Superinterfaces:
Entity
,Exec
,Serializable
- All Known Implementing Classes:
JPAReportExec
public interface ReportExec extends Exec
-
-
Field Summary
-
Fields inherited from interface org.apache.syncope.core.persistence.api.entity.Entity
EMAIL_PATTERN, ID_PATTERN, ID_REGEX
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description byte[]
getExecResult()
Report
getReport()
void
setExecResult(byte[] execResult)
void
setReport(Report report)
-
Methods inherited from interface org.apache.syncope.core.persistence.api.entity.Exec
getEnd, getExecutor, getMessage, getStart, getStatus, setEnd, setExecutor, setMessage, setStart, setStatus
-
-