Class Neo4jBatch
java.lang.Object
org.apache.syncope.core.persistence.neo4j.entity.AbstractNode
org.apache.syncope.core.persistence.neo4j.entity.AbstractProvidedKeyNode
org.apache.syncope.core.persistence.neo4j.entity.Neo4jBatch
- All Implemented Interfaces:
Serializable,Batch,Entity,ProvidedKeyEntity
- 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 TypeMethodDescriptionvoidsetExpiryTime(OffsetDateTime expiryTime) voidsetResults(String results) Methods inherited from class org.apache.syncope.core.persistence.neo4j.entity.AbstractProvidedKeyNode
getKey, setKeyMethods inherited from class org.apache.syncope.core.persistence.neo4j.entity.AbstractNode
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.ProvidedKeyEntity
setKey
-
Field Details
-
NODE
- See Also:
-
-
Constructor Details
-
Neo4jBatch
public Neo4jBatch()
-
-
Method Details
-
getExpiryTime
- Specified by:
getExpiryTimein interfaceBatch
-
setExpiryTime
- Specified by:
setExpiryTimein interfaceBatch
-
getResults
- Specified by:
getResultsin interfaceBatch
-
setResults
- Specified by:
setResultsin interfaceBatch
-