Interface Task<T extends Task<T>>
-
- All Superinterfaces:
Entity,Serializable
- All Known Subinterfaces:
MacroTask,NotificationTask,PropagationTask,ProvisioningTask<T>,PullTask,PushTask,SchedTask
- All Known Implementing Classes:
AbstractProvisioningTask,AbstractTask,JPAMacroTask,JPANotificationTask,JPAPropagationTask,JPAPullTask,JPAPushTask,JPASchedTask
public interface Task<T extends Task<T>> extends Entity
-
-
Field Summary
-
Fields inherited from interface org.apache.syncope.core.persistence.api.entity.Entity
EMAIL_PATTERN, ID_PATTERN, ID_REGEX
-
-