Class JPAMacroTask
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.task.AbstractTask<SchedTask>
org.apache.syncope.core.persistence.jpa.entity.task.JPASchedTask
org.apache.syncope.core.persistence.jpa.entity.task.JPAMacroTask
- 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
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 class org.apache.syncope.core.persistence.jpa.entity.task.JPASchedTask
getCronExpression, getDescription, getJobDelegate, getName, isActive, setActive, setCronExpression, setDescription, setJobDelegate, setNameMethods inherited from class org.apache.syncope.core.persistence.jpa.entity.task.AbstractTask
add, getExecsMethods 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.task.SchedTask
getCronExpression, getDescription, getJobDelegate, getName, isActive, setActive, setCronExpression, setDescription, setJobDelegate, setName
-
Field Details
-
TABLE
- See Also:
-
-
Constructor Details
-
JPAMacroTask
public JPAMacroTask()
-
-
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
-
executionClass
- Overrides:
executionClassin classJPASchedTask
-
executions
- Overrides:
executionsin classJPASchedTask
-
add
-
getCommands
- Specified by:
getCommandsin interfaceMacroTask
-
add
-
getFormPropertyDefs
- Specified by:
getFormPropertyDefsin interfaceMacroTask
-
getMacroActions
- Specified by:
getMacroActionsin interfaceMacroTask
-
setMacroAction
- Specified by:
setMacroActionin interfaceMacroTask
-