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

    • executeInterResourceSubscriptions

      public static void executeInterResourceSubscriptions(IWorkflowInstance parent, IWorkflowInstance child)
      This method execute the standard inter resource subscriptions, it 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
    • executeInterResourceSubscription

      public static void executeInterResourceSubscription(com.axemble.vdp.subscription.domain.Subscription subscription, IWorkflowInstance parent, IWorkflowInstance child)
      This method execute a given inter resource subscriptions
      Parameters:
      subscription - the Subscription
      parent - the parent IWorkflowInstance
      child - the child IWorkflowInstance