Interface AnyTypeClass
-
- All Superinterfaces:
Entity,ProvidedKeyEntity,Serializable
- All Known Implementing Classes:
JPAAnyTypeClass
public interface AnyTypeClass extends ProvidedKeyEntity
-
-
Field Summary
-
Fields inherited from interface org.apache.syncope.core.persistence.api.entity.Entity
EMAIL_PATTERN, ID_PATTERN, ID_REGEX
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanadd(DerSchema schema)booleanadd(PlainSchema schema)booleanadd(VirSchema schema)List<? extends DerSchema>getDerSchemas()List<? extends PlainSchema>getPlainSchemas()List<? extends VirSchema>getVirSchemas()-
Methods inherited from interface org.apache.syncope.core.persistence.api.entity.ProvidedKeyEntity
setKey
-
-
-
-
Method Detail
-
add
boolean add(PlainSchema schema)
-
getPlainSchemas
List<? extends PlainSchema> getPlainSchemas()
-
add
boolean add(DerSchema schema)
-
add
boolean add(VirSchema schema)
-
-