Class Neo4jMacroTaskCommand
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.Neo4jMacroTaskCommand
- All Implemented Interfaces:
Serializable,Entity,MacroTaskCommand
@Node("MacroTaskCommand")
public class Neo4jMacroTaskCommand
extends AbstractGeneratedKeyNode
implements MacroTaskCommand
- See Also:
-
Field Summary
FieldsFields 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 TypeMethodDescriptiongetArgs()voidsetArgs(CommandArgs args) voidsetCommand(Implementation command) voidsetMacroTask(MacroTask macroTask) Methods 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, toString
-
Field Details
-
NODE
- See Also:
-
-
Constructor Details
-
Neo4jMacroTaskCommand
public Neo4jMacroTaskCommand()
-
-
Method Details
-
getMacroTask
- Specified by:
getMacroTaskin interfaceMacroTaskCommand
-
setMacroTask
- Specified by:
setMacroTaskin interfaceMacroTaskCommand
-
getCommand
- Specified by:
getCommandin interfaceMacroTaskCommand
-
setCommand
- Specified by:
setCommandin interfaceMacroTaskCommand
-
getArgs
- Specified by:
getArgsin interfaceMacroTaskCommand
-
setArgs
- Specified by:
setArgsin interfaceMacroTaskCommand
-