|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Interface that allows remote services to start Portal Jobs.
| Method Summary | |
IJobProperties |
queryJobProperties(int JobId)
Queries and gets the properties of a given Job. |
int |
startJob(int jobID)
Starts a portal job. |
| Methods inherited from interface com.plumtree.remote.prc.IObjectManager |
lookupObjectID, lookupUUID, queryACL, queryCommunitiesForPortlet, queryExtendedData, queryObjects, queryObjects, queryObjects, queryObjects, queryObjects, querySingleObject, updateACL |
| Method Detail |
public int startJob(int jobID)
com.plumtree.remote.prc.LockStatus.
LockStatus.UNLOCKED this is 0 and indicates success.
LockStatus.LOCKED indicates that the job is currently locked and cannot be edited.
Other LockStatus's should not occur.
jobID - the ID of the job to start
public IJobProperties queryJobProperties(int JobId)
JobId - is the ID for the Job to query
java.lang.IllegalArgumentException - if JobId is <= 0.
PortalException - if the operation resulted in an error on the portal
RemoteException - if there was a communication problem during the
execution of the remote method call
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Copyright ©2010 Oracle® Corporation. All Rights Reserved.