Class Neo4jInboundTask<T extends InboundTask<T>>
java.lang.Object
org.apache.syncope.core.persistence.neo4j.entity.AbstractNode
org.apache.syncope.core.persistence.neo4j.entity.AbstractGeneratedKeyNode
org.apache.syncope.core.persistence.neo4j.entity.task.AbstractTask<SchedTask>
org.apache.syncope.core.persistence.neo4j.entity.task.Neo4jSchedTask
org.apache.syncope.core.persistence.neo4j.entity.task.Neo4jProvisioningTask<T>
org.apache.syncope.core.persistence.neo4j.entity.task.Neo4jInboundTask<T>
- All Implemented Interfaces:
Serializable,Entity,InboundTask<T>,ProvisioningTask<T>,SchedTask,Task<SchedTask>
- Direct Known Subclasses:
Neo4jLiveSyncTask,Neo4jPullTask
@Node("InboundTask")
public abstract class Neo4jInboundTask<T extends InboundTask<T>>
extends Neo4jProvisioningTask<T>
implements InboundTask<T>
- See Also:
-
Field Summary
FieldsFields inherited from class org.apache.syncope.core.persistence.neo4j.entity.task.Neo4jProvisioningTask
concurrentSettings, matchingRule, unmatchingRuleFields inherited from class org.apache.syncope.core.persistence.neo4j.entity.task.Neo4jSchedTask
SCHED_TASK_EXEC_REL, SCHED_TASK_JOB_DELEGATE_RELFields inherited from class org.apache.syncope.core.persistence.neo4j.entity.AbstractNode
LOGFields inherited from interface org.apache.syncope.core.persistence.api.entity.Entity
EMAIL_PATTERN, ID_PATTERN, ID_REGEX -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanvoidsetDestinationRealm(Realm destinationRealm) voidsetRemediation(boolean remediation) Methods inherited from class org.apache.syncope.core.persistence.neo4j.entity.task.Neo4jProvisioningTask
getConcurrentSettings, getMatchingRule, getResource, getUnmatchingRule, isPerformCreate, isPerformDelete, isPerformUpdate, isSyncStatus, setConcurrentSettings, setMatchingRule, setPerformCreate, setPerformDelete, setPerformUpdate, setResource, setSyncStatus, setUnmatchingRuleMethods inherited from class org.apache.syncope.core.persistence.neo4j.entity.task.Neo4jSchedTask
doAdd, executionClass, executions, getCronExpression, getDescription, getJobDelegate, getName, isActive, setActive, setCronExpression, setDescription, setJobDelegate, setNameMethods inherited from class org.apache.syncope.core.persistence.neo4j.entity.task.AbstractTask
add, getExecsMethods inherited from class org.apache.syncope.core.persistence.neo4j.entity.AbstractGeneratedKeyNode
getKey, setKeyMethods inherited from class org.apache.syncope.core.persistence.neo4j.entity.AbstractNode
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.task.InboundTask
getTemplate, getTemplatesMethods inherited from interface org.apache.syncope.core.persistence.api.entity.task.ProvisioningTask
add, getActions, getConcurrentSettings, getMatchingRule, getResource, getUnmatchingRule, isPerformCreate, isPerformDelete, isPerformUpdate, isSyncStatus, setConcurrentSettings, setMatchingRule, setPerformCreate, setPerformDelete, setPerformUpdate, setResource, setSyncStatus, setUnmatchingRuleMethods inherited from interface org.apache.syncope.core.persistence.api.entity.task.SchedTask
getCronExpression, getDescription, getJobDelegate, getName, isActive, setActive, setCronExpression, setDescription, setJobDelegate, setName
-
Field Details
-
NODE
- See Also:
-
-
Constructor Details
-
Neo4jInboundTask
public Neo4jInboundTask()
-
-
Method Details
-
getDestinationRealm
- Specified by:
getDestinationRealmin interfaceInboundTask<T extends InboundTask<T>>
-
setDestinationRealm
- Specified by:
setDestinationRealmin interfaceInboundTask<T extends InboundTask<T>>
-
setRemediation
public void setRemediation(boolean remediation) - Specified by:
setRemediationin interfaceInboundTask<T extends InboundTask<T>>
-
isRemediation
public boolean isRemediation()- Specified by:
isRemediationin interfaceInboundTask<T extends InboundTask<T>>
-