Package com.emc.documentum.rest.dfc
Interface JobManager
public interface JobManager
The job manager.
-
Method Summary
Modifier and TypeMethodDescriptionCreate a jobvoid
Delete a jobget
(String jobID, AttributeView attributeView) Get a job by its job name.setMethodId
(Page<JobObject> jobObjects) Sets the method Id to jobObject and returns the jobobjectpageUpdate a job
-
Method Details
-
get
JobObject get(String jobID, AttributeView attributeView) throws com.documentum.fc.common.DfException Get a job by its job name.- Parameters:
jobID
- the job nameattributeView
- the attribute view on the result- Returns:
- the job
- Throws:
com.documentum.fc.common.DfException
- exception during the operation
-
create
Create a job- Parameters:
jobObject
- the jobObject to be created.- Returns:
- the job
- Throws:
com.documentum.fc.common.DfException
- exception during the operation
-
update
Update a job- Parameters:
jobID
- the job name to be updated.jobObject
- the object takes the properties to be updated.- Returns:
- the job
- Throws:
com.documentum.fc.common.DfException
- exception during the operation
-
delete
Delete a job- Parameters:
jobID
- the job name to be deleted.- Throws:
com.documentum.fc.common.DfException
- exception during the operation
-
setMethodId
Sets the method Id to jobObject and returns the jobobjectpage- Parameters:
jobObjects
- page of jobobjects.- Returns:
- the page of jobobjects
-