Class AbstractTask<T extends Task<T>>
- 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.task.AbstractTask<T>
-
- All Implemented Interfaces:
Serializable,Entity,Task<T>
- Direct Known Subclasses:
JPANotificationTask,JPAPropagationTask,JPASchedTask
@MappedSuperclass public abstract class AbstractTask<T extends Task<T>> extends AbstractGeneratedKeyEntity implements Task<T>
- See Also:
- Serialized Form
-
-
Field Summary
-
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 AbstractTask()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description booleanadd(TaskExec<T> exec)protected abstract Class<? extends TaskExec<T>>executionClass()protected abstract List<TaskExec<T>>executions()List<? extends TaskExec<T>>getExecs()-
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
-
-