Interface AnyType
-
- All Superinterfaces:
Entity
,ProvidedKeyEntity
,Serializable
- All Known Implementing Classes:
JPAAnyType
public interface AnyType 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 boolean
add(AnyTypeClass anyTypeClass)
Set<? extends AnyTypeClass>
getClasses()
AnyTypeKind
getKind()
void
setKind(AnyTypeKind kind)
-
Methods inherited from interface org.apache.syncope.core.persistence.api.entity.ProvidedKeyEntity
setKey
-
-
-
-
Method Detail
-
getKind
AnyTypeKind getKind()
-
setKind
void setKind(AnyTypeKind kind)
-
add
boolean add(AnyTypeClass anyTypeClass)
-
getClasses
Set<? extends AnyTypeClass> getClasses()
-
-