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

Packages that use CometLogEntry
com.ebmwebsourcing.bpmneditor.collaboration.comet.client.event   
com.ebmwebsourcing.bpmneditor.collaboration.comet.client.service   
com.ebmwebsourcing.bpmneditor.collaboration.comet.client.to.cometLogEntry   
com.ebmwebsourcing.bpmneditor.collaboration.comet.server   
 

Uses of CometLogEntry in com.ebmwebsourcing.bpmneditor.collaboration.comet.client.event
 

Methods in com.ebmwebsourcing.bpmneditor.collaboration.comet.client.event that return CometLogEntry
 CometLogEntry ModificationEvent.getEntry()
           
 

Methods in com.ebmwebsourcing.bpmneditor.collaboration.comet.client.event with parameters of type CometLogEntry
 void ModificationEvent.setEntry(CometLogEntry entry)
           
 

Constructors in com.ebmwebsourcing.bpmneditor.collaboration.comet.client.event with parameters of type CometLogEntry
ModificationEvent(java.lang.String id, CometLogEntry entry)
           
 

Uses of CometLogEntry in com.ebmwebsourcing.bpmneditor.collaboration.comet.client.service
 

Methods in com.ebmwebsourcing.bpmneditor.collaboration.comet.client.service with parameters of type CometLogEntry
 void DeltaService.submitModification(User user, CometLogEntry entry)
           
 void DeltaServiceAsync.submitModification(User user, CometLogEntry entry, com.google.gwt.user.client.rpc.AsyncCallback<java.lang.Void> callback)
           
 

Uses of CometLogEntry in com.ebmwebsourcing.bpmneditor.collaboration.comet.client.to.cometLogEntry
 

Subclasses of CometLogEntry in com.ebmwebsourcing.bpmneditor.collaboration.comet.client.to.cometLogEntry
 class AddElementCometLogEntry
           
 class PropertyChangedCometLogEntry
           
 class RemoveElementCometLogEntry
           
 class UpdateConnectorCometLogEntry
           
 class UpdateElementCometLogEntry
           
 

Methods in com.ebmwebsourcing.bpmneditor.collaboration.comet.client.to.cometLogEntry that return CometLogEntry
static CometLogEntry CometLogEntry.adapt(com.ebmwebsourcing.webdesigner.presentation.gwt.client.log.AbstractLogEntry ale)
           
 

Methods in com.ebmwebsourcing.bpmneditor.collaboration.comet.client.to.cometLogEntry with parameters of type CometLogEntry
protected  boolean CometLogEntry.checkIds(CometLogEntry other)
           
 void CometLogEntryExecutor.execute(CometLogEntry entry)
           
 boolean AddElementCometLogEntry.isSimilar(CometLogEntry other)
           
 boolean UpdateElementCometLogEntry.isSimilar(CometLogEntry other)
           
abstract  boolean CometLogEntry.isSimilar(CometLogEntry other)
           
 boolean PropertyChangedCometLogEntry.isSimilar(CometLogEntry other)
           
 boolean RemoveElementCometLogEntry.isSimilar(CometLogEntry other)
           
 boolean UpdateConnectorCometLogEntry.isSimilar(CometLogEntry other)
           
 

Uses of CometLogEntry in com.ebmwebsourcing.bpmneditor.collaboration.comet.server
 

Methods in com.ebmwebsourcing.bpmneditor.collaboration.comet.server with parameters of type CometLogEntry
 void DeltaServiceImpl.submitModification(User user, CometLogEntry entry)
           
 



Copyright © 2010 eBM WebSourcing. All Rights Reserved.