|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ResultCode | |
---|---|
org.alembik.util | Provides the utility classes handling transcoding request and response objects. |
org.openmobilealliance.schema.sti.v1_0 | Provides all the DTO classes defined by OMA-STI v1_0. |
Uses of ResultCode in org.alembik.util |
---|
Methods in org.alembik.util with parameters of type ResultCode | |
---|---|
static void |
OMAUtils.addReturnResult(JobResult result,
ResultCode code,
java.lang.String message)
Creates a new return result instance of the desired code and the description text and sets it as a secondary return result of the given job result. |
static void |
OMAUtils.addReturnResult(TranscodingResponse response,
ResultCode code,
java.lang.String message)
Creates a new return result instance of the desired code and the description text and sets it as a secondary return result of the given transcoding response. |
static ReturnResult |
OMAUtils.createReturnResult(ResultCode code,
java.lang.String message)
Creates a new return result instance of the desired code and the description text. |
Uses of ResultCode in org.openmobilealliance.schema.sti.v1_0 |
---|
Methods in org.openmobilealliance.schema.sti.v1_0 that return ResultCode | |
---|---|
static ResultCode |
ResultCode.valueOf(int codeId)
Returns the enum instance of the given code number. |
static ResultCode |
ResultCode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static ResultCode[] |
ResultCode.values()
Returns an array containing the constants of this enum type, in the order they're declared. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |