Class NotificationRestClient
java.lang.Object
org.apache.syncope.client.console.rest.BaseRestClient
org.apache.syncope.client.console.rest.NotificationRestClient
- All Implemented Interfaces:
Serializable
,RestClient
- See Also:
-
Field Summary
Fields inherited from class org.apache.syncope.client.console.rest.BaseRestClient
LOG
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
void
create
(NotificationTO notificationTO) void
createTemplate
(MailTemplateTO mailTemplateTO) void
void
deleteTemplate
(String key) getJob()
list()
readTemplate
(String key) readTemplateFormat
(String key, MailTemplateFormat format) void
update
(NotificationTO notificationTO) void
updateTemplateFormat
(String key, String content, MailTemplateFormat format) Methods inherited from class org.apache.syncope.client.console.rest.BaseRestClient
getObject, getService, getService, getStatus, getSyncopeService, resetClient, toOrderBy
-
Constructor Details
-
NotificationRestClient
public NotificationRestClient()
-
-
Method Details
-
list
-
getJob
-
actionJob
-
read
-
create
-
update
-
delete
-
listTemplates
-
createTemplate
-
deleteTemplate
-
readTemplate
-
readTemplateFormat
-
updateTemplateFormat
-