public interface CaseFileItem extends Serializable
Modifier and Type | Method and Description |
---|---|
String |
getCaseId()
Returns unique case identifier that this item belongs to
|
Date |
getLastModified()
Returns last modification timestamp for this data item
|
String |
getLastModifiedBy()
Returns user id who made the last modification of this data item
|
String |
getName()
Returns name of the data item
|
String |
getType()
Returns type of the data item - FQCN
|
String |
getValue()
Returns "toString" version of the latest value of the data item
|
String getCaseId()
String getName()
String getValue()
String getType()
String getLastModifiedBy()
Date getLastModified()
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.