public abstract class AbstractDWSItem extends Object implements DWSItem
Constructor and Description |
---|
AbstractDWSItem(String id,
String authorLogin,
Date created,
Date modified,
String fileRef) |
Modifier and Type | Method and Description |
---|---|
String |
getAuthorLogin() |
String |
getAuthorRef() |
Date |
getCreated() |
String |
getCreatedTS() |
String |
getEditorLogin() |
String |
getEditorRef() |
String |
getFileRef() |
String |
getId() |
Date |
getModified() |
String |
getModifiedTS() |
String |
getUniqueId() |
void |
updateReferences(List<User> users) |
public String getAuthorRef()
getAuthorRef
in interface DWSItem
public String getEditorLogin()
getEditorLogin
in interface DWSItem
public String getEditorRef()
getEditorRef
in interface DWSItem
public String getUniqueId()
getUniqueId
in interface DWSItem
public void updateReferences(List<User> users)
updateReferences
in interface DWSItem
public String getCreatedTS()
getCreatedTS
in interface DWSItem
public String getModifiedTS()
getModifiedTS
in interface DWSItem
public String getAuthorLogin()
getAuthorLogin
in interface DWSItem
public Date getCreated()
getCreated
in interface DWSItem
public Date getModified()
getModified
in interface DWSItem
public String getFileRef()
getFileRef
in interface DWSItem
Copyright © 2011 Nuxeo SA. All Rights Reserved.