Class Neo4jTypeExtension
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.group.Neo4jTypeExtension
- All Implemented Interfaces:
Serializable,Entity,TypeExtension
@Node("TypeExtension")
public class Neo4jTypeExtension
extends AbstractGeneratedKeyNode
implements TypeExtension
- 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 TypeMethodDescriptionbooleanadd(AnyTypeClass auxClass) List<? extends AnyTypeClass> getGroup()voidsetAnyType(AnyType anyType) 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
-
NODE
- See Also:
-
-
Constructor Details
-
Neo4jTypeExtension
public Neo4jTypeExtension()
-
-
Method Details
-
getGroup
- Specified by:
getGroupin interfaceTypeExtension
-
setGroup
- Specified by:
setGroupin interfaceTypeExtension
-
getAnyType
- Specified by:
getAnyTypein interfaceTypeExtension
-
setAnyType
- Specified by:
setAnyTypein interfaceTypeExtension
-
add
- Specified by:
addin interfaceTypeExtension
-
getAuxClasses
- Specified by:
getAuxClassesin interfaceTypeExtension
-