Uses of Class
ccc.api.core.Revision

Packages that use Revision
ccc.api.core   
ccc.api.jaxrs   
ccc.client.gwt.binding   
ccc.client.gwt.views.gxt   
ccc.domain The core domain model for CCC. 
ccc.plugins.s11n.json   
ccc.services.ejb3 EJB3 implementation of the CCC API. 
 

Uses of Revision in ccc.api.core
 

Methods in ccc.api.core that return types with arguments of type Revision
 PagedCollection<Revision> Resources.history(java.util.UUID resourceId)
          Retrieve the history of a resource.
 

Uses of Revision in ccc.api.jaxrs
 

Methods in ccc.api.jaxrs that return types with arguments of type Revision
 PagedCollection<Revision> ResourcesImpl.history(java.util.UUID resourceId)
          Retrieve the history of a resource.
 

Uses of Revision in ccc.client.gwt.binding
 

Method parameters in ccc.client.gwt.binding with type arguments of type Revision
static java.util.List<com.extjs.gxt.ui.client.data.BeanModel> DataBinding.bindLogEntrySummary(java.util.Collection<Revision> revisions)
          Convert a collection of log entry summaries to model data.
 

Uses of Revision in ccc.client.gwt.views.gxt
 

Methods in ccc.client.gwt.views.gxt that return Revision
 Revision HistoryDialog.selectedItem()
          Returns selected LogEntrySummaryModelData.
 

Constructor parameters in ccc.client.gwt.views.gxt with type arguments of type Revision
HistoryDialog(java.util.Collection<Revision> data, ResourceType resourceType, SingleSelectionModel ssm)
          Constructor.
 

Uses of Revision in ccc.domain
 

Methods in ccc.domain that return Revision
 Revision RevisionEntity.mapRevision(int index)
          Create a DTO for a revision.
 

Methods in ccc.domain that return types with arguments of type Revision
static java.util.List<Revision> RevisionEntity.mapRevisions(java.util.Map<java.lang.Integer,? extends RevisionEntity<?>> revisions)
          Create DTOs for a collection of revisions.
 

Uses of Revision in ccc.plugins.s11n.json
 

Methods in ccc.plugins.s11n.json that return Revision
 Revision RevisionSerializer.read(Json json)
          Deserialize from a representation.
 

Methods in ccc.plugins.s11n.json with parameters of type Revision
 Json RevisionSerializer.write(Json json, Revision instance)
          Serialize to representation.
 

Uses of Revision in ccc.services.ejb3
 

Methods in ccc.services.ejb3 that return types with arguments of type Revision
 PagedCollection<Revision> ResourcesEJB.history(java.util.UUID resourceId)
          Retrieve the history of a resource.
 



Copyright © 2010. All Rights Reserved.