Class AbstractExec
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.AbstractExec
- All Implemented Interfaces:
Serializable,Entity,Exec
- Direct Known Subclasses:
AbstractTaskExec,Neo4jReportExec
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected OffsetDateTimeEnd instant of this execution.protected StringAny information to be accompanied to this execution's result.protected @NotNull OffsetDateTimeStart instant of this execution.Fields 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 TypeMethodDescriptiongetEnd()getStart()voidsetEnd(OffsetDateTime end) voidsetExecutor(String executor) voidsetMessage(String message) Set a message for this execution, taking care of replacing every null character with newline.voidsetStart(OffsetDateTime start) voidMethods 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
-
status
-
executor
-
message
Any information to be accompanied to this execution's result. -
start
Start instant of this execution. -
end
End instant of this execution.
-
-
Constructor Details
-
AbstractExec
public AbstractExec()
-
-
Method Details
-
getStatus
-
setStatus
-
getExecutor
- Specified by:
getExecutorin interfaceExec
-
setExecutor
- Specified by:
setExecutorin interfaceExec
-
getMessage
- Specified by:
getMessagein interfaceExec
-
setMessage
Description copied from interface:ExecSet a message for this execution, taking care of replacing every null character with newline.- Specified by:
setMessagein interfaceExec- Parameters:
message- the message to set for this execution
-
getStart
-
setStart
-
getEnd
-
setEnd
-