public class ModelToRepresentation extends Object
| Constructor and Description |
|---|
ModelToRepresentation() |
| Modifier and Type | Method and Description |
|---|---|
org.openfact.representations.idm.OrganizationEventsConfigRepresentation |
toEventsConfigReprensetation(OrganizationModel organization) |
org.openfact.representations.idm.AdminEventRepresentation |
toRepresentation(AdminEvent adminEvent) |
org.openfact.representations.idm.JobReportRepresentation |
toRepresentation(AdminJobReport model) |
org.openfact.representations.idm.AuthDetailsRepresentation |
toRepresentation(AuthDetails authDetails) |
org.openfact.representations.idm.ComponentRepresentation |
toRepresentation(ComponentModel component,
boolean internal) |
org.openfact.representations.idm.DocumentRepresentation |
toRepresentation(DocumentModel model,
boolean includeLine) |
org.openfact.representations.idm.JobReportRepresentation |
toRepresentation(JobReportModel model) |
List<org.openfact.representations.idm.ConfigPropertyRepresentation> |
toRepresentation(List<ProviderConfigProperty> configProperties) |
org.openfact.representations.idm.OrganizationRepresentation |
toRepresentation(OrganizationModel organization,
boolean internal) |
org.openfact.representations.idm.ConfigPropertyRepresentation |
toRepresentation(ProviderConfigProperty prop) |
org.openfact.representations.idm.SendEventRepresentation |
toRepresentation(SendEventModel model) |
public org.openfact.representations.idm.OrganizationRepresentation toRepresentation(OrganizationModel organization, boolean internal)
public org.openfact.representations.idm.DocumentRepresentation toRepresentation(DocumentModel model, boolean includeLine)
public org.openfact.representations.idm.OrganizationEventsConfigRepresentation toEventsConfigReprensetation(OrganizationModel organization)
public org.openfact.representations.idm.AdminEventRepresentation toRepresentation(AdminEvent adminEvent)
public org.openfact.representations.idm.AuthDetailsRepresentation toRepresentation(AuthDetails authDetails)
public List<org.openfact.representations.idm.ConfigPropertyRepresentation> toRepresentation(List<ProviderConfigProperty> configProperties)
public org.openfact.representations.idm.ConfigPropertyRepresentation toRepresentation(ProviderConfigProperty prop)
public org.openfact.representations.idm.ComponentRepresentation toRepresentation(ComponentModel component, boolean internal)
public org.openfact.representations.idm.SendEventRepresentation toRepresentation(SendEventModel model)
public org.openfact.representations.idm.JobReportRepresentation toRepresentation(AdminJobReport model)
public org.openfact.representations.idm.JobReportRepresentation toRepresentation(JobReportModel model)
Copyright © 2017. All rights reserved.