com.ebmwebsourcing.bpmneditor.collaboration.comet.client.to.cometLogEntry
Class CometLogEntry

java.lang.Object
  extended by 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

Constructor Summary
  CometLogEntry()
           
protected CometLogEntry(java.lang.String diagramElementId, java.lang.String modelId)
           
 
Method Summary
static CometLogEntry adapt(com.ebmwebsourcing.webdesigner.presentation.gwt.client.log.AbstractLogEntry ale)
           
protected  boolean checkIds(CometLogEntry other)
           
 java.lang.String getDiagramElementId()
           
 java.lang.String getModelId()
           
abstract  boolean isSimilar(CometLogEntry other)
           
 void setDiagramElementId(java.lang.String diagramElementId)
           
 void setModelId(java.lang.String modelId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CometLogEntry

public CometLogEntry()

CometLogEntry

protected CometLogEntry(java.lang.String diagramElementId,
                        java.lang.String modelId)
Method Detail

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.