| Constructor and Description |
|---|
RecordProxy(CollectRecord record,
ProxyContext context) |
RecordProxy(CollectRecord record,
ProxyContext context,
boolean newRecord) |
public RecordProxy(CollectRecord record, ProxyContext context)
public RecordProxy(CollectRecord record, ProxyContext context, boolean newRecord)
public static List<RecordProxy> fromList(List<CollectRecord> records, ProxyContext context)
@ExternalizedProperty public int getSurveyId()
@ExternalizedProperty public boolean isNewRecord()
@ExternalizedProperty public boolean isPreview()
@ExternalizedProperty public CollectRecord.Step getStep()
@ExternalizedProperty public CollectRecord.Step getDataStep()
@ExternalizedProperty public CollectRecord.State getState()
@ExternalizedProperty public Date getCreationDate()
@ExternalizedProperty public BasicUserProxy getCreatedBy()
@ExternalizedProperty public Date getModifiedDate()
@ExternalizedProperty public Integer getId()
@ExternalizedProperty public BasicUserProxy getModifiedBy()
@ExternalizedProperty public EntityProxy getRootEntity()
@ExternalizedProperty public ModelVersionProxy getVersion()
@ExternalizedProperty public boolean isEntryComplete()
@ExternalizedProperty public boolean isCleansingComplete()
public Integer getErrors()
public void setErrors(Integer errors)
public Integer getSkipped()
public void setSkipped(Integer skipped)
public Integer getMissing()
public void setMissing(Integer missing)
public Integer getWarnings()
public void setWarnings(Integer warnings)
public Integer getMissingErrors()
public void setMissingErrors(Integer missingErrors)
public Integer getMissingWarnings()
public void setMissingWarnings(Integer missingWarnings)
public UserProxy getOwner()
public void setOwner(UserProxy owner)
Copyright © 2020 Open Foris. All rights reserved.