Package org.apache.airavata.workflow.tracking.types

Examples of org.apache.airavata.workflow.tracking.types.WorkflowInitializedDocument.newCursor()


public class Test {
    public static void main(String[] args) {
        WorkflowInitializedDocument activity = WorkflowInitializedDocument.Factory.newInstance();
        BaseNotificationType activityType = activity.addNewWorkflowInitialized();

        XmlCursor c = activity.newCursor();
        c.toNextToken();

        System.out.println(c.getObject().getClass());

        System.out.println(((BaseNotificationType) c.getObject()).getDescription());
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.