Interface ExternalEventCreateActionService
- All Known Implementing Classes:
ExternalEventCreateActionServiceImpl
public interface ExternalEventCreateActionService
-
Method Summary
Modifier and TypeMethodDescriptionsave
(RebindValue[] rebindValues, HashMap<String, String> params) saveAndPublish
(RebindValue[] rebindValues, HashMap<String, String> params)
-
Method Details
-
save
String save(RebindValue[] rebindValues, HashMap<String, String> params) throws UnresolvableUriException, UriStoreException, RebindException, URISyntaxException, InterruptedException, CommitException -
saveAndPublish
String saveAndPublish(RebindValue[] rebindValues, HashMap<String, String> params) throws CommitException, UnresolvableUriException, UriStoreException, InterruptedException, URISyntaxException, RebindException, MailException, jakarta.mail.internet.AddressException, UnsupportedEncodingException- Throws:
CommitException
UnresolvableUriException
UriStoreException
InterruptedException
URISyntaxException
RebindException
MailException
jakarta.mail.internet.AddressException
UnsupportedEncodingException
-