public interface Plugin
| Modifier and Type | Method and Description |
|---|---|
void |
deleteConfig(DomainProfileEntity domainProfile) |
java.lang.String |
getAdminUi(DomainProfileEntity domainProfile) |
PluginConfig |
getConfig(DomainProfileEntity domainProfile) |
byte[] |
getDisabledIcon() |
byte[] |
getEnabledIcon() |
byte[] |
getIcon(DomainProfileEntity domainProfile) |
org.tiogasolutions.push.pub.common.PushType |
getPushType() |
AbstractDelegate |
newDelegate(DomainProfileEntity domainProfile,
PushRequest pushRequest,
org.tiogasolutions.push.pub.common.Push push) |
void |
test(DomainProfileEntity domainProfile) |
void |
updateConfig(DomainProfileEntity domainProfile,
javax.ws.rs.core.MultivaluedMap<java.lang.String,java.lang.String> formParams) |
org.tiogasolutions.push.pub.common.PushType getPushType()
PluginConfig getConfig(DomainProfileEntity domainProfile)
byte[] getIcon(DomainProfileEntity domainProfile) throws java.io.IOException
java.io.IOExceptionbyte[] getEnabledIcon()
throws java.io.IOException
java.io.IOExceptionbyte[] getDisabledIcon()
throws java.io.IOException
java.io.IOExceptionjava.lang.String getAdminUi(DomainProfileEntity domainProfile) throws java.io.IOException
java.io.IOExceptionAbstractDelegate newDelegate(DomainProfileEntity domainProfile, PushRequest pushRequest, org.tiogasolutions.push.pub.common.Push push)
void test(DomainProfileEntity domainProfile) throws java.lang.Exception
java.lang.Exceptionvoid updateConfig(DomainProfileEntity domainProfile, javax.ws.rs.core.MultivaluedMap<java.lang.String,java.lang.String> formParams)
void deleteConfig(DomainProfileEntity domainProfile)