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.Serializable
    This 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 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.

© Copyright IBM Corporation 2002, 2019. All rights reserved.