Package org.openbp.core.model.item.activity

Examples of org.openbp.core.model.item.activity.JavaActivityItemImpl


        // Activity node
        ActivityNode activityNode = (ActivityNode) ie.getSafeTransferData(ClientFlavors.ACTIVITY_NODE);

        // Create a dummy item, which can hold the activity handler definition,
        // so we can start the activity handler source code generator.
        item = new JavaActivityItemImpl();
        item.setModel(activityNode.getOwningModel());

        // Copy the properties of the handler definition from the node to the dummy item
        int syncFlags = ItemSynchronization.SYNC_ALL;
        ((ItemProvider) activityNode).copyToItem(item, syncFlags);
View Full Code Here

TOP

Related Classes of org.openbp.core.model.item.activity.JavaActivityItemImpl

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.