org.drools.guvnor.client.rpc
Class SnapshotDiff
java.lang.Object
org.drools.guvnor.client.rpc.SnapshotDiff
- All Implemented Interfaces:
- com.google.gwt.user.client.rpc.IsSerializable
public class SnapshotDiff
- extends Object
- implements com.google.gwt.user.client.rpc.IsSerializable
Difference between different asset versions.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TYPE_ADDED
public static final String TYPE_ADDED
- See Also:
- Constant Field Values
TYPE_ARCHIVED
public static final String TYPE_ARCHIVED
- See Also:
- Constant Field Values
TYPE_UPDATED
public static final String TYPE_UPDATED
- See Also:
- Constant Field Values
TYPE_DELETED
public static final String TYPE_DELETED
- See Also:
- Constant Field Values
TYPE_RESTORED
public static final String TYPE_RESTORED
- See Also:
- Constant Field Values
diffType
public String diffType
name
public String name
leftUuid
public String leftUuid
rightUuid
public String rightUuid
SnapshotDiff
public SnapshotDiff()
Copyright © 2001-2011 JBoss Inc.. All Rights Reserved.