Package edu.indiana.extreme.lead.workflow_tracking

Examples of edu.indiana.extreme.lead.workflow_tracking.Notifier.dataConsumed()


        notifier.workflowInitialized(WORKFLOW_INSTANCE_ID);

        DataObjImpl dataObj = new DataObjImpl(URI.create("test"),
                new ArrayList<URI>());
        notifier.dataConsumed(entity, dataObj, "description");
    }

    /**
     *
     */
 
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.