|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RuntimeJobState | |
---|---|
com.jaspersoft.jasperserver.ws.axis2.scheduling | |
com.jaspersoft.jasperserver.ws.scheduling |
Uses of RuntimeJobState in com.jaspersoft.jasperserver.ws.axis2.scheduling |
---|
Methods in com.jaspersoft.jasperserver.ws.axis2.scheduling that return RuntimeJobState | |
---|---|
protected RuntimeJobState |
ReportJobBeanTraslator.toJobState(byte state)
|
Uses of RuntimeJobState in com.jaspersoft.jasperserver.ws.scheduling |
---|
Fields in com.jaspersoft.jasperserver.ws.scheduling declared as RuntimeJobState | |
---|---|
static RuntimeJobState |
RuntimeJobState.COMPLETE
|
static RuntimeJobState |
RuntimeJobState.ERROR
|
static RuntimeJobState |
RuntimeJobState.EXECUTING
|
static RuntimeJobState |
RuntimeJobState.NORMAL
|
static RuntimeJobState |
RuntimeJobState.PAUSED
|
static RuntimeJobState |
RuntimeJobState.UNKNOWN
|
Methods in com.jaspersoft.jasperserver.ws.scheduling that return RuntimeJobState | |
---|---|
static RuntimeJobState |
RuntimeJobState.fromString(java.lang.String value)
|
static RuntimeJobState |
RuntimeJobState.fromValue(java.lang.String value)
|
RuntimeJobState |
JobSummary.getState()
Gets the state value for this JobSummary. |
Methods in com.jaspersoft.jasperserver.ws.scheduling with parameters of type RuntimeJobState | |
---|---|
void |
JobSummary.setState(RuntimeJobState state)
Sets the state value for this JobSummary. |
Constructors in com.jaspersoft.jasperserver.ws.scheduling with parameters of type RuntimeJobState | |
---|---|
JobSummary(long id,
int version,
java.lang.String reportUnitURI,
java.lang.String username,
java.lang.String label,
RuntimeJobState state,
java.util.Calendar previousFireTime,
java.util.Calendar nextFireTime)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |