Class JPAPushTaskExec
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.AbstractExec
org.apache.syncope.core.persistence.jpa.entity.task.AbstractTaskExec<SchedTask>
org.apache.syncope.core.persistence.jpa.entity.task.JPAPushTaskExec
- All Implemented Interfaces:
Serializable,Entity,Exec,TaskExec<SchedTask>
@Entity
public class JPAPushTaskExec
extends AbstractTaskExec<SchedTask>
implements TaskExec<SchedTask>
- See Also:
-
Field Summary
FieldsFields inherited from class org.apache.syncope.core.persistence.jpa.entity.AbstractExec
end, executor, message, start, statusFields inherited from class org.apache.syncope.core.persistence.jpa.entity.AbstractEntity
LOGFields inherited from interface org.apache.syncope.core.persistence.api.entity.Entity
EMAIL_PATTERN, ID_PATTERN, ID_REGEX -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.syncope.core.persistence.jpa.entity.task.AbstractTaskExec
toStringMethods inherited from class org.apache.syncope.core.persistence.jpa.entity.AbstractExec
getEnd, getExecutor, getMessage, getStart, getStatus, setEnd, setExecutor, setMessage, setStart, setStatusMethods inherited from class org.apache.syncope.core.persistence.jpa.entity.AbstractGeneratedKeyEntity
getKey, setKeyMethods inherited from class org.apache.syncope.core.persistence.jpa.entity.AbstractEntity
checkImplementationType, checkType, equals, hashCodeMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.apache.syncope.core.persistence.api.entity.Exec
getEnd, getExecutor, getMessage, getStart, getStatus, setEnd, setExecutor, setMessage, setStart, setStatus