Class JPAAnyTemplatePullTask
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.AbstractAnyTemplate
org.apache.syncope.core.persistence.jpa.entity.task.JPAAnyTemplatePullTask
- All Implemented Interfaces:
Serializable,AnyTemplate,Entity,AnyTemplatePullTask
@Entity
public class JPAAnyTemplatePullTask
extends AbstractAnyTemplate
implements AnyTemplatePullTask
- See Also:
-
Field Summary
FieldsFields 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.AbstractAnyTemplate
get, getAnyType, set, setAnyTypeMethods 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, hashCode, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.apache.syncope.core.persistence.api.entity.AnyTemplate
get, getAnyType, set, setAnyType
-
Field Details
-
TABLE
- See Also:
-
-
Constructor Details
-
JPAAnyTemplatePullTask
public JPAAnyTemplatePullTask()
-
-
Method Details
-
getPullTask
- Specified by:
getPullTaskin interfaceAnyTemplatePullTask
-
setPullTask
- Specified by:
setPullTaskin interfaceAnyTemplatePullTask
-