|
Oracle Fusion Middleware Java API for Oracle WebLogic Portal 10g Release 3 (10.3.2) E14255-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
com.bea.content.virtual.workflow.JobResult
public class JobResult
The JobResult class contains information about the jobs which are executed via the checkIn() / schedule() /checkOut() methods. This object contains things like the list of successful nodes which were checked in/checked out, the list of nodes which failed; with their status message.
| Constructor Summary | |
|---|---|
JobResult(List<ID> nodeIds) |
|
| Method Summary | |
|---|---|
void |
addFailedId(ID id, String message)Add an ID to the failed Ids list with the specified message |
List<ID> |
getFailedIds()Returns a list of node id's which failed to check in/check out |
String |
getFailureMessage(ID nodeId)The Message associated with the node which failed to check in. |
List<ID> |
getNodeIds()Returns all the node ids in the job |
List<ID> |
getSuccessfulIds()Returns a list of node id's which were succesfully checked in/checked out |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JobResult(List<ID> nodeIds)
| Method Detail |
|---|
public List<ID> getFailedIds()
public void addFailedId(ID id,
String message)
id -message -public List<ID> getNodeIds()
public List<ID> getSuccessfulIds()
public String getFailureMessage(ID nodeId)
nodeId -
|
Oracle Fusion Middleware Java API for Oracle WebLogic Portal 10g Release 3 (10.3.2) E14255-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Copyright © 2010, Oracle. All rights reserved.