Package de.xima.fc.inbox.model
Class FormRecordExtendedListItem
- java.lang.Object
-
- de.xima.fc.inbox.model.AFormRecordWrapper
-
- de.xima.fc.inbox.model.FormRecordExtendedListItem
-
- All Implemented Interfaces:
IFormRecordWrapper
,Serializable
public class FormRecordExtendedListItem extends AFormRecordWrapper
- Author:
- XIMA MEDIA GmbH
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FormRecordExtendedListItem(ExtendedEntityModel<Vorgang> extendedFormRecord)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Vorgang
getEntity()
int
getErrorCount()
ExtendedEntityModel<Vorgang>
getExtendedFormRecord()
Long
getFormRecordId()
Status
getState()
Map<String,Serializable>
getValues()
WorkflowState
getWorkflowState()
boolean
isDeletable()
boolean
isHasState()
boolean
isProcessing()
boolean
isRead()
boolean
isUsesNewWorkflow()
-
Methods inherited from class de.xima.fc.inbox.model.AFormRecordWrapper
equals, hashCode
-
-
-
-
Constructor Detail
-
FormRecordExtendedListItem
public FormRecordExtendedListItem(ExtendedEntityModel<Vorgang> extendedFormRecord)
-
-
Method Detail
-
getFormRecordId
public Long getFormRecordId()
-
isRead
public boolean isRead()
-
isDeletable
public boolean isDeletable()
-
getExtendedFormRecord
public ExtendedEntityModel<Vorgang> getExtendedFormRecord()
-
getEntity
public Vorgang getEntity()
-
getValues
public Map<String,Serializable> getValues()
-
isProcessing
public boolean isProcessing()
-
getErrorCount
public int getErrorCount()
-
getState
public Status getState()
-
getWorkflowState
public WorkflowState getWorkflowState()
-
isUsesNewWorkflow
public boolean isUsesNewWorkflow()
-
isHasState
public boolean isHasState()
-
-