Package org.camunda.bpm.cycle.web.dto

Classes meant for JSON serialization and query data aggregation.

See:
          Description

Class Summary
BpmnDiagramDTO This is a data object which exposes a BpmnDiagram to the client via rest.
BpmnDiagramStatusDTO This data object exposes a BpmnDiagram`s sync status.
ConnectorConfigurationDTO Dataobject exposing connector configuration
ConnectorCredentialsDTO  
ConnectorDTO Dataobject exposing connector details
ConnectorNodeDTO  
ConnectorStatusDTO Container object for a ConnectorStatus.
ExceptionDTO  
PasswordChangeDTO  
RoundtripDTO This is a data object which exposes a Roundtrip to the client via rest.
SynchronizationResultDTO  
UserDTO  
WebExceptionDTO Data object for exceptions being raised by an application
 

Enum Summary
SynchronizationResultDTO.SynchronizationStatus  
 

Package org.camunda.bpm.cycle.web.dto Description

Classes meant for JSON serialization and query data aggregation. This separation from the domain classes was introduced because we don't want Jackson to interfer with hibernate lazy loading.



Copyright © 2014 camunda services GmbH. All rights reserved.