Class ProjectUtils

java.lang.Object
com.vdoc.sdk.commons.utils.ProjectUtils

public class ProjectUtils extends Object
Project utility class Created by amhin on 17/09/2015.
  • Method Details

    • executeInterResourceSubscription

      public static void executeInterResourceSubscription(IWorkflowInstance parent, IWorkflowInstance child)
      this method execute the standard VDoc inter resource subscription.
      this method must be used to avoid SDK leak.
      When we create IWorkflowInstance by SDK the subscription must not be execute because the child is not linked to the parent.
      Parameters:
      parent - the parent IWorkflowInstance
      child - the child IWorkflowInstance