Interface MacroTaskCommand
- All Superinterfaces:
Entity,Serializable
- All Known Implementing Classes:
JPAMacroTaskCommand,Neo4jMacroTaskCommand
-
Field Summary
Fields inherited from interface org.apache.syncope.core.persistence.api.entity.Entity
EMAIL_PATTERN, ID_PATTERN, ID_REGEX -
Method Summary
Modifier and TypeMethodDescriptiongetArgs()voidsetArgs(CommandArgs args) voidsetCommand(Implementation command) voidsetMacroTask(MacroTask macroTask)
-
Method Details
-
getMacroTask
MacroTask getMacroTask() -
setMacroTask
-
getCommand
Implementation getCommand() -
setCommand
-
getArgs
CommandArgs getArgs() -
setArgs
-