Interface IWorkflowInstanceManagement

    • Field Detail

      • assemblyFullName

        static final java.lang.String assemblyFullName
        Fully assembly qualified name: System.ServiceModel.Activities, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
        See Also:
        Constant Field Values
      • assemblyShortName

        static final java.lang.String assemblyShortName
        Assembly name: System.ServiceModel.Activities
        See Also:
        Constant Field Values
      • className

        static final java.lang.String className
        Qualified class name: System.ServiceModel.Activities.IWorkflowInstanceManagement
        See Also:
        Constant Field Values
    • Method Detail

      • getJCOAssemblyName

        java.lang.String getJCOAssemblyName()
        Returns the reflected Assembly name
        Specified by:
        getJCOAssemblyName in interface IJCOBridgeReflected
        Returns:
        A String representing the Fullname of reflected Assembly
      • getJCOClassName

        java.lang.String getJCOClassName()
        Returns the reflected Class name
        Specified by:
        getJCOClassName in interface IJCOBridgeReflected
        Returns:
        A String representing the Fullname of reflected Class
      • getJCOObjectName

        java.lang.String getJCOObjectName()
        Returns the reflected Class name used to build the object
        Specified by:
        getJCOObjectName in interface IJCOBridgeReflected
        Returns:
        A String representing the name used to allocated the object in CLR context
      • getJCOInstance

        java.lang.Object getJCOInstance()
        Returns the instantiated class
        Specified by:
        getJCOInstance in interface IJCOBridgeReflected
        Returns:
        An Object representing the instance of the instantiated Class
      • BeginTerminate

        IAsyncResult BeginTerminate​(Guid instanceId,
                                    java.lang.String reason,
                                    AsyncCallback callback,
                                    NetObject state)
                             throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • BeginTransactedSuspend

        IAsyncResult BeginTransactedSuspend​(Guid instanceId,
                                            java.lang.String reason,
                                            AsyncCallback callback,
                                            NetObject state)
                                     throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • BeginTransactedTerminate

        IAsyncResult BeginTransactedTerminate​(Guid instanceId,
                                              java.lang.String reason,
                                              AsyncCallback callback,
                                              NetObject state)
                                       throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • Abandon

        void Abandon​(Guid instanceId,
                     java.lang.String reason)
              throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • Cancel

        void Cancel​(Guid instanceId)
             throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • EndAbandon

        void EndAbandon​(IAsyncResult result)
                 throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • EndCancel

        void EndCancel​(IAsyncResult result)
                throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • EndRun

        void EndRun​(IAsyncResult result)
             throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • EndSuspend

        void EndSuspend​(IAsyncResult result)
                 throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • EndTerminate

        void EndTerminate​(IAsyncResult result)
                   throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • EndTransactedCancel

        void EndTransactedCancel​(IAsyncResult result)
                          throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • EndTransactedRun

        void EndTransactedRun​(IAsyncResult result)
                       throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • EndTransactedSuspend

        void EndTransactedSuspend​(IAsyncResult result)
                           throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • EndTransactedTerminate

        void EndTransactedTerminate​(IAsyncResult result)
                             throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • EndTransactedUnsuspend

        void EndTransactedUnsuspend​(IAsyncResult result)
                             throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • EndUnsuspend

        void EndUnsuspend​(IAsyncResult result)
                   throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • Run

        void Run​(Guid instanceId)
          throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • Suspend

        void Suspend​(Guid instanceId,
                     java.lang.String reason)
              throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • Terminate

        void Terminate​(Guid instanceId,
                       java.lang.String reason)
                throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • TransactedCancel

        void TransactedCancel​(Guid instanceId)
                       throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • TransactedRun

        void TransactedRun​(Guid instanceId)
                    throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • TransactedSuspend

        void TransactedSuspend​(Guid instanceId,
                               java.lang.String reason)
                        throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • TransactedTerminate

        void TransactedTerminate​(Guid instanceId,
                                 java.lang.String reason)
                          throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • TransactedUnsuspend

        void TransactedUnsuspend​(Guid instanceId)
                          throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • Unsuspend

        void Unsuspend​(Guid instanceId)
                throws java.lang.Throwable
        Throws:
        java.lang.Throwable