Interface MacroTask
- All Superinterfaces:
Entity,SchedTask,Serializable,Task<SchedTask>
- All Known Implementing Classes:
JPAMacroTask,Neo4jMacroTask
-
Field Summary
Fields inherited from interface org.apache.syncope.core.persistence.api.entity.Entity
EMAIL_PATTERN, ID_PATTERN, ID_REGEX -
Method Summary
Modifier and TypeMethodDescriptionvoidadd(FormPropertyDef formPropertyDef) voidadd(MacroTaskCommand macroTaskCommand) List<? extends MacroTaskCommand> List<? extends FormPropertyDef> getRealm()booleanbooleanvoidsetContinueOnError(boolean continueOnError) voidsetMacroAction(Implementation macroActions) voidvoidsetSaveExecs(boolean saveExecs) Methods inherited from interface org.apache.syncope.core.persistence.api.entity.task.SchedTask
getCronExpression, getDescription, getJobDelegate, getName, isActive, setActive, setCronExpression, setDescription, setJobDelegate, setName
-
Method Details
-
getRealm
Realm getRealm() -
setRealm
-
add
-
getCommands
List<? extends MacroTaskCommand> getCommands() -
add
-
getFormPropertyDefs
List<? extends FormPropertyDef> getFormPropertyDefs() -
getMacroActions
Implementation getMacroActions() -
setMacroAction
-
isContinueOnError
boolean isContinueOnError() -
setContinueOnError
void setContinueOnError(boolean continueOnError) -
isSaveExecs
boolean isSaveExecs() -
setSaveExecs
void setSaveExecs(boolean saveExecs)
-