Modifier and Type | Method and Description |
---|---|
FCproJob |
FCproClient.getJob(String guid)
Query for a job.
|
FCproJob |
FCproClient.upload(File file,
String ext,
String profile,
List<String> additionals,
String label)
Upload and create a job from a local file.
|
FCproJob |
FCproClient.upload(File file,
String ext,
String profile,
String label)
Upload and create a job from a local file.
|
FCproJob |
FCproClient.upload(InputStream ins,
String ext,
String profile,
List<String> additionals,
String label)
Upload and create a job from an
InputStream . |
Modifier and Type | Method and Description |
---|---|
List<FCproJob> |
FCproClient.enumJobsGetPage(int enumID,
int pageIndex)
Get a page of jobs from a job enumeration.
|
List<FCproJob> |
FCproClient.getAllJobs()
Query for all jobs but without filtering the results.
|
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.
|
Copyright © 2015. All Rights Reserved.