Class JPAReport
- java.lang.Object
-
- org.apache.syncope.core.persistence.jpa.entity.AbstractEntity
-
- org.apache.syncope.core.persistence.jpa.entity.AbstractGeneratedKeyEntity
-
- org.apache.syncope.core.persistence.jpa.entity.JPAReport
-
- All Implemented Interfaces:
Serializable,Entity,Report
@Entity @ReportCheck public class JPAReport extends AbstractGeneratedKeyEntity implements Report
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringTABLE-
Fields inherited from class org.apache.syncope.core.persistence.jpa.entity.AbstractEntity
LOG
-
Fields inherited from interface org.apache.syncope.core.persistence.api.entity.Entity
EMAIL_PATTERN, ID_PATTERN, ID_REGEX
-
-
Constructor Summary
Constructors Constructor Description JPAReport()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanadd(ReportExec exec)StringgetCronExpression()List<? extends ReportExec>getExecs()StringgetFileExt()ImplementationgetJobDelegate()StringgetMimeType()StringgetName()booleanisActive()voidsetActive(boolean active)voidsetCronExpression(String cronExpression)voidsetFileExt(String fileExt)voidsetJobDelegate(Implementation jobDelegate)voidsetMimeType(String mimeType)voidsetName(String name)-
Methods inherited from class org.apache.syncope.core.persistence.jpa.entity.AbstractGeneratedKeyEntity
getKey, setKey
-
Methods inherited from class org.apache.syncope.core.persistence.jpa.entity.AbstractEntity
checkImplementationType, checkType, equals, hashCode, toString
-
-
-
-
Field Detail
-
TABLE
public static final String TABLE
- See Also:
- Constant Field Values
-
-
Method Detail
-
getJobDelegate
public Implementation getJobDelegate()
- Specified by:
getJobDelegatein interfaceReport
-
setJobDelegate
public void setJobDelegate(Implementation jobDelegate)
- Specified by:
setJobDelegatein interfaceReport
-
getMimeType
public String getMimeType()
- Specified by:
getMimeTypein interfaceReport
-
setMimeType
public void setMimeType(String mimeType)
- Specified by:
setMimeTypein interfaceReport
-
getFileExt
public String getFileExt()
- Specified by:
getFileExtin interfaceReport
-
setFileExt
public void setFileExt(String fileExt)
- Specified by:
setFileExtin interfaceReport
-
getCronExpression
public String getCronExpression()
- Specified by:
getCronExpressionin interfaceReport
-
setCronExpression
public void setCronExpression(String cronExpression)
- Specified by:
setCronExpressionin interfaceReport
-
add
public boolean add(ReportExec exec)
-
getExecs
public List<? extends ReportExec> getExecs()
-
-