Class Neo4jAnyTypeClass
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.Neo4jAnyTypeClass
- All Implemented Interfaces:
Serializable,AnyTypeClass,Entity,ProvidedKeyEntity
@Node("AnyTypeClass")
public class Neo4jAnyTypeClass
extends AbstractProvidedKeyNode
implements AnyTypeClass
- 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 TypeMethodDescriptionbooleanbooleanadd(PlainSchema schema) List<? extends PlainSchema> 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:
-
ANY_TYPE_CLASS_PLAIN_REL
- See Also:
-
ANY_TYPE_CLASS_DER_REL
- See Also:
-
-
Constructor Details
-
Neo4jAnyTypeClass
public Neo4jAnyTypeClass()
-
-
Method Details
-
add
- Specified by:
addin interfaceAnyTypeClass
-
getPlainSchemas
- Specified by:
getPlainSchemasin interfaceAnyTypeClass
-
add
- Specified by:
addin interfaceAnyTypeClass
-
getDerSchemas
- Specified by:
getDerSchemasin interfaceAnyTypeClass
-