Package com.vdoc.sdk.commons.utils
Class ProjectUtils
java.lang.Object
com.vdoc.sdk.commons.utils.ProjectUtils
Project utility class
Created by amhin on 17/09/2015.
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidexecuteInterResourceSubscription(IWorkflowInstance parent, IWorkflowInstance child) this method execute the standard VDoc inter resource subscription.
this method must be used to avoid SDK leak.
-
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 parentIWorkflowInstancechild- the childIWorkflowInstance
-