|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ResultSendType | |
---|---|
com.jaspersoft.jasperserver.ws.axis2.scheduling | |
com.jaspersoft.jasperserver.ws.scheduling |
Uses of ResultSendType in com.jaspersoft.jasperserver.ws.axis2.scheduling |
---|
Methods in com.jaspersoft.jasperserver.ws.axis2.scheduling that return ResultSendType | |
---|---|
protected ResultSendType |
ReportJobBeanTraslator.toSendType(byte sendType)
|
Methods in com.jaspersoft.jasperserver.ws.axis2.scheduling with parameters of type ResultSendType | |
---|---|
protected byte |
ReportJobBeanTraslator.toSendType(ResultSendType sendType)
|
Uses of ResultSendType in com.jaspersoft.jasperserver.ws.scheduling |
---|
Fields in com.jaspersoft.jasperserver.ws.scheduling declared as ResultSendType | |
---|---|
static ResultSendType |
ResultSendType.SEND
|
static ResultSendType |
ResultSendType.SEND_ATTACHMENT
|
Methods in com.jaspersoft.jasperserver.ws.scheduling that return ResultSendType | |
---|---|
static ResultSendType |
ResultSendType.fromString(java.lang.String value)
|
static ResultSendType |
ResultSendType.fromValue(java.lang.String value)
|
ResultSendType |
JobMailNotification.getResultSendType()
Gets the resultSendType value for this JobMailNotification. |
Methods in com.jaspersoft.jasperserver.ws.scheduling with parameters of type ResultSendType | |
---|---|
void |
JobMailNotification.setResultSendType(ResultSendType resultSendType)
Sets the resultSendType value for this JobMailNotification. |
Constructors in com.jaspersoft.jasperserver.ws.scheduling with parameters of type ResultSendType | |
---|---|
JobMailNotification(long id,
int version,
java.lang.String[] toAddresses,
java.lang.String subject,
java.lang.String messageText,
ResultSendType resultSendType,
boolean skipEmptyReports)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |