Class Neo4jFIQLQuery
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.Neo4jFIQLQuery
- All Implemented Interfaces:
Serializable
,Entity
,FIQLQuery
@Node("FIQLQuery")
public class Neo4jFIQLQuery
extends AbstractGeneratedKeyNode
implements FIQLQuery
- See Also:
-
Field Summary
Fields inherited from class org.apache.syncope.core.persistence.neo4j.entity.AbstractNode
LOG
Fields inherited from interface org.apache.syncope.core.persistence.api.entity.Entity
EMAIL_PATTERN, ID_PATTERN, ID_REGEX
-
Constructor Summary
-
Method Summary
Methods inherited from class org.apache.syncope.core.persistence.neo4j.entity.AbstractGeneratedKeyNode
getKey, setKey
Methods inherited from class org.apache.syncope.core.persistence.neo4j.entity.AbstractNode
checkImplementationType, checkType, equals, hashCode, toString
-
Field Details
-
NODE
- See Also:
-
-
Constructor Details
-
Neo4jFIQLQuery
public Neo4jFIQLQuery()
-
-
Method Details
-
getOwner
-
setOwner
-
getName
-
setName
-
getTarget
-
setTarget
-
getFIQL
-
setFIQL
-