Package org.intalio.tempo.workflow.task

Examples of org.intalio.tempo.workflow.task.Notification.authorizeActionForUser()


    }

    public void testNotificationMarshalling() throws Exception {
        Notification task = new Notification("id", new URI("http://localhost/form"), TestUtils.createXMLDocument());
        task.setPriority(2);
        task.authorizeActionForUser("dismiss", "test/user1");
        this.testTaskMarshalling(task);
    }

    public void testPIPATaskMetaMarshalling() throws Exception {
        PIPATask task = new PIPATask("id", new URI("http://localhost/form"), new URI("http://localhost/endpoint"), new URI("urn:initNS"), "urn:initSoapAction");
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.