com.ebmwebsourcing.bpmneditor.collaboration.comet.client.to.cometLogEntry
Class CometLogEntry
java.lang.Object
com.ebmwebsourcing.bpmneditor.collaboration.comet.client.to.cometLogEntry.CometLogEntry
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- AddElementCometLogEntry, PropertyChangedCometLogEntry, RemoveElementCometLogEntry, UpdateConnectorCometLogEntry, UpdateElementCometLogEntry
public abstract class CometLogEntry
- extends java.lang.Object
- implements java.io.Serializable
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CometLogEntry
public CometLogEntry()
CometLogEntry
protected CometLogEntry(java.lang.String diagramElementId,
java.lang.String modelId)
checkIds
protected boolean checkIds(CometLogEntry other)
isSimilar
public abstract boolean isSimilar(CometLogEntry other)
adapt
public static CometLogEntry adapt(com.ebmwebsourcing.webdesigner.presentation.gwt.client.log.AbstractLogEntry ale)
getDiagramElementId
public java.lang.String getDiagramElementId()
setDiagramElementId
public void setDiagramElementId(java.lang.String diagramElementId)
getModelId
public java.lang.String getModelId()
setModelId
public void setModelId(java.lang.String modelId)
Copyright © 2010 eBM WebSourcing. All Rights Reserved.