filenet.vw.api
Class VWDynamicLaunchResult
- java.lang.Object
-
- filenet.vw.api.VWDynamicLaunchResult
-
- All Implemented Interfaces:
- java.io.Serializable
public class VWDynamicLaunchResult extends java.lang.Object implements java.io.SerializableThis class contains the results of launching a dynamic workflow, which includes the results of the transfer of the Workflow definition, and the results of creating the work object.- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description VWTransferResultgetTransferResult()VWCreateLiveWOResultgetWorkObjectResults()
-
-
-
Method Detail
-
getWorkObjectResults
public VWCreateLiveWOResult getWorkObjectResults()
- Returns:
- Returns a VWCreateLiveWOResult, which contains the results of creating the work object.
-
getTransferResult
public VWTransferResult getTransferResult()
- Returns:
- Returns a VWTransferResult, which contains the results of transferring the workflow.
-
-