Package de.danet.an.workflow.spis.aii

Examples of de.danet.an.workflow.spis.aii.ToolAgentContext


    public InvocationResult doInvoke
        (WorkflowEngine engine, ExtApplication appl, Activity act, Map params)
        throws ToolInvocationException {
        engine = engine(engine);
        try {
            ToolAgentContext tac
                = new DefaultToolAgentContext (engine, act, appl.id());
            return appl.invoke(tac, act, params);
        } catch (NoSuchObjectException e) {
            logger.warn
                ("NoSuchObjectException invoking " + appl + " on " + act
View Full Code Here

TOP

Related Classes of de.danet.an.workflow.spis.aii.ToolAgentContext

Copyright © 2018 www.massapicom. 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.