Package ch.ivyteam.ivy.workflow.document
Class ModificationInfo
- java.lang.Object
-
- ch.ivyteam.ivy.workflow.document.ModificationInfo
-
public class ModificationInfo extends Object
Who has and when was a document created or modified- API:
- This is a public API.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DateTimegetTimestamp()Modification timestampIUsergetUser()User who has modified the documentStringgetUserName()Name of the user who has modified the document
-
-
-
Method Detail
-
getUser
public IUser getUser()
User who has modified the document- Returns:
- user who has modified the document. Maybe null if user was deleted in the meantime.
- API:
- This public API is available in IvyScript and Java. It has the visibility NOVICE.
-
getUserName
public String getUserName()
Name of the user who has modified the document- Returns:
- name of the user who has modified the document
- API:
- This public API is available in IvyScript and Java. It has the visibility NOVICE.
-
getTimestamp
public DateTime getTimestamp()
Modification timestamp- Returns:
- modification timestamp
- API:
- This public API is available in IvyScript and Java. It has the visibility NOVICE.
-
-