Interface AnyAbout
-
- All Superinterfaces:
Entity
,Serializable
- All Known Implementing Classes:
JPAAnyAbout
public interface AnyAbout extends Entity
-
-
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 String
get()
AnyType
getAnyType()
Notification
getNotification()
void
set(String filter)
void
setAnyType(AnyType anyType)
void
setNotification(Notification notification)
-
-
-
Method Detail
-
getNotification
Notification getNotification()
-
setNotification
void setNotification(Notification notification)
-
getAnyType
AnyType getAnyType()
-
setAnyType
void setAnyType(AnyType anyType)
-
get
String get()
-
set
void set(String filter)
-
-