Package com.ponysdk.core.instruction

Examples of com.ponysdk.core.instruction.History


        newItem(token, true);
    }

    public void newItem(final String token, final boolean fireEvents) {
        this.token = token;
        final History history = new History(token);
        history.put(HISTORY.FIRE_EVENTS, fireEvents);

        Txn.get().getTxnContext().save(history);
    }
View Full Code Here

TOP

Related Classes of com.ponysdk.core.instruction.History

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.