Class Neo4jLiveSyncTask
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<LiveSyncTask>
org.apache.syncope.core.persistence.neo4j.entity.task.Neo4jInboundTask<LiveSyncTask>
org.apache.syncope.core.persistence.neo4j.entity.task.Neo4jLiveSyncTask
- All Implemented Interfaces:
Serializable,Entity,InboundTask<LiveSyncTask>,LiveSyncTask,ProvisioningTask<LiveSyncTask>,SchedTask,Task<SchedTask>
@Node("LiveSyncTask")
public class Neo4jLiveSyncTask
extends Neo4jInboundTask<LiveSyncTask>
implements LiveSyncTask
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final StringFields 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 TypeMethodDescriptionbooleanadd(Implementation action) booleanadd(AnyTemplateLiveSyncTask template) protected booleanprotected Class<? extends AbstractTaskExec<SchedTask>> protected List<? extends AbstractTaskExec<SchedTask>> List<? extends Implementation> intOptional<? extends AnyTemplateLiveSyncTask> getTemplate(String anyType) List<? extends AnyTemplateLiveSyncTask> voidpostLoad()voidsetDelaySecondsAcrossInvocations(int delaySecondsAcrossInvocations) voidsetLiveSyncDeltaMapper(Implementation liveSyncDeltaMapper) Methods inherited from class org.apache.syncope.core.persistence.neo4j.entity.task.Neo4jInboundTask
getDestinationRealm, isRemediation, setDestinationRealm, setRemediationMethods 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
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
getDestinationRealm, isRemediation, setDestinationRealm, setRemediationMethods inherited from interface org.apache.syncope.core.persistence.api.entity.task.ProvisioningTask
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:
-
LIVE_SYNC_MAPPER_REL
- See Also:
-
LIVE_SYNC_TASK_LIVE_SYNC_ACTIONS_REL
- See Also:
-
LIVE_SYNC_TASK_TEMPLATE_REL
- See Also:
-
LIVE_SYNC_TASK_EXEC_REL
- See Also:
-
-
Constructor Details
-
Neo4jLiveSyncTask
public Neo4jLiveSyncTask()
-
-
Method Details
-
getDelaySecondsAcrossInvocations
public int getDelaySecondsAcrossInvocations()- Specified by:
getDelaySecondsAcrossInvocationsin interfaceLiveSyncTask
-
setDelaySecondsAcrossInvocations
public void setDelaySecondsAcrossInvocations(int delaySecondsAcrossInvocations) - Specified by:
setDelaySecondsAcrossInvocationsin interfaceLiveSyncTask
-
getLiveSyncDeltaMapper
- Specified by:
getLiveSyncDeltaMapperin interfaceLiveSyncTask
-
setLiveSyncDeltaMapper
- Specified by:
setLiveSyncDeltaMapperin interfaceLiveSyncTask
-
add
- Specified by:
addin interfaceProvisioningTask<LiveSyncTask>
-
getActions
- Specified by:
getActionsin interfaceProvisioningTask<LiveSyncTask>
-
add
- Specified by:
addin interfaceLiveSyncTask
-
getTemplate
- Specified by:
getTemplatein interfaceInboundTask<LiveSyncTask>- Specified by:
getTemplatein interfaceLiveSyncTask
-
getTemplates
- Specified by:
getTemplatesin interfaceInboundTask<LiveSyncTask>- Specified by:
getTemplatesin interfaceLiveSyncTask
-
doAdd
- Overrides:
doAddin classNeo4jSchedTask
-
executionClass
- Overrides:
executionClassin classNeo4jSchedTask
-
executions
- Overrides:
executionsin classNeo4jSchedTask
-
postLoad
public void postLoad()
-