Modifier and Type | Method and Description |
---|---|
FCproStatus |
FCproJob.getStatus()
Getter.
|
FCproStatus |
FCproClient.getStatus(String guid)
Directly query for a job status.
|
static FCproStatus |
FCproStatus.getStatusFromValue(int val)
Unmarshals a status value to a
FCproStatus enum. |
static FCproStatus |
FCproStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FCproStatus[] |
FCproStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
FCproStatus |
FCproClient.waitForCompletion(String guid,
long timeout,
long sleeptime)
Waits for the completion of a transformation.
|
Modifier and Type | Method and Description |
---|---|
FCproEnumJobsResult |
FCproClient.enumJobs(int pageSize,
String label,
FCproUser user,
FCproStatus status,
String createdFromTo,
String convertedFromTo,
String sortColumns)
Get a filtered job enumeration.
|
List<FCproJob> |
FCproClient.getAllJobs(FCproStatus state)
Query for all jobs filtered by state state.
|
List<FCproJob> |
FCproClient.getOwnJobs(FCproStatus state)
Query for all jobs from a user, having the specified state.
|
void |
FCproJob.setStatus(FCproStatus status)
Setter.
|
static int |
FCproStatus.toIntValue(FCproStatus status)
Marshals a
FCproStatus enum into the AutoOCR int value. |
Copyright © 2015. All Rights Reserved.