Class Neo4jMacroTask
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.Neo4jMacroTask
- 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.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 TypeMethodDescriptionvoidadd(FormPropertyDef formPropertyDef) voidadd(MacroTaskCommand macroTaskCommand) protected booleanprotected Class<? extends AbstractTaskExec<SchedTask>> protected List<? extends AbstractTaskExec<SchedTask>> List<? extends MacroTaskCommand> List<? extends FormPropertyDef> getRealm()booleanbooleanvoidpostLoad()voidsetContinueOnError(boolean continueOnError) voidsetMacroAction(Implementation macroActions) voidvoidsetSaveExecs(boolean saveExecs) Methods 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.SchedTask
getCronExpression, getDescription, getJobDelegate, getName, isActive, setActive, setCronExpression, setDescription, setJobDelegate, setName
-
Field Details
-
NODE
- See Also:
-
MACRO_TASK_FORM_PROPERTY_DEF_REL
- See Also:
-
MACRO_TASK_MACRO_ACTIONS_REL
- See Also:
-
MACRO_TASK_EXEC_REL
- See Also:
-
MACRO_TASK_COMMANDS_REL
- See Also:
-
-
Constructor Details
-
Neo4jMacroTask
public Neo4jMacroTask()
-
-
Method Details
-
getRealm
-
setRealm
-
isContinueOnError
public boolean isContinueOnError()- Specified by:
isContinueOnErrorin interfaceMacroTask
-
setContinueOnError
public void setContinueOnError(boolean continueOnError) - Specified by:
setContinueOnErrorin interfaceMacroTask
-
isSaveExecs
public boolean isSaveExecs()- Specified by:
isSaveExecsin interfaceMacroTask
-
setSaveExecs
public void setSaveExecs(boolean saveExecs) - Specified by:
setSaveExecsin interfaceMacroTask
-
doAdd
- Overrides:
doAddin classNeo4jSchedTask
-
executionClass
- Overrides:
executionClassin classNeo4jSchedTask
-
executions
- Overrides:
executionsin classNeo4jSchedTask
-
add
-
getCommands
- Specified by:
getCommandsin interfaceMacroTask
-
add
-
getFormPropertyDefs
- Specified by:
getFormPropertyDefsin interfaceMacroTask
-
getMacroActions
- Specified by:
getMacroActionsin interfaceMacroTask
-
setMacroAction
- Specified by:
setMacroActionin interfaceMacroTask
-
postLoad
public void postLoad()
-