Interface TaskExec<T extends Task<T>>
-
- All Superinterfaces:
Entity,Exec,Serializable
- All Known Implementing Classes:
AbstractTaskExec,JPAMacroTaskExec,JPANotificationTaskExec,JPAPropagationTaskExec,JPAPullTaskExec,JPAPushTaskExec,JPASchedTaskExec
public interface TaskExec<T extends Task<T>> 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 TgetTask()voidsetTask(T task)-
Methods inherited from interface org.apache.syncope.core.persistence.api.entity.Exec
getEnd, getExecutor, getMessage, getStart, getStatus, setEnd, setExecutor, setMessage, setStart, setStatus
-
-