|
Hyperic HQ Plugin API v. 4.4.0.2 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.hyperic.hq.bizapp.shared.action.EmailActionConfig
public class EmailActionConfig
Field Summary | |
---|---|
static java.lang.String |
CFG_NAMES
|
static java.lang.String |
CFG_SMS
|
static java.lang.String |
CFG_TYPE
|
static int |
TYPE_EMAILS
|
static int |
TYPE_ROLES
|
static int |
TYPE_USERS
|
Constructor Summary | |
---|---|
EmailActionConfig()
|
Method Summary | |
---|---|
ConfigResponse |
getConfigResponse()
Get the configuration response for the action based on its properties |
ConfigSchema |
getConfigSchema()
Get the configuration schema for the action |
java.lang.String |
getImplementor()
Return the name of the class that implements the action |
java.lang.String |
getNames()
|
int |
getType()
|
java.util.List |
getUsers()
Returns the users. |
void |
init(ConfigResponse config)
Initialize the action instance |
boolean |
isSms()
|
void |
setImplementor(java.lang.String impl)
Allow implementor to be overwritten |
void |
setNames(java.lang.String names)
|
void |
setSms(boolean sms)
|
void |
setType(int type)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String CFG_TYPE
public static final java.lang.String CFG_NAMES
public static final java.lang.String CFG_SMS
public static final int TYPE_EMAILS
public static final int TYPE_USERS
public static final int TYPE_ROLES
Constructor Detail |
---|
public EmailActionConfig()
Method Detail |
---|
public ConfigSchema getConfigSchema()
ActionConfigInterface
getConfigSchema
in interface ActionConfigInterface
public ConfigResponse getConfigResponse() throws InvalidOptionException, InvalidOptionValueException
ActionConfigInterface
getConfigResponse
in interface ActionConfigInterface
InvalidOptionException
InvalidOptionValueException
public void init(ConfigResponse config) throws InvalidActionDataException
init
in interface ActionConfigInterface
config
- configuration properties
InvalidActionDataException
public int getType()
public void setType(int type)
public java.lang.String getNames()
public void setNames(java.lang.String names)
public java.util.List getUsers()
public boolean isSms()
public void setSms(boolean sms)
public void setImplementor(java.lang.String impl)
ActionConfigInterface
setImplementor
in interface ActionConfigInterface
public java.lang.String getImplementor()
ActionConfigInterface
getImplementor
in interface ActionConfigInterface
|
Hyperic HQ Plugin API v. 4.4.0.2 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |