com.polarion.alm.tracker.activity.Activity
CONSTRUCTORS
Modifiers and Type | Name | Description |
---|---|---|
public | Activity(String,String,String,IContextId,String,Text,Date,String,Set |
|
public | Activity(String,String,String,IContextId,String,Text,Date,String,Set |
METHODS
Modifiers and Type | Name | Description |
---|---|---|
public, String | getGlobalId() | |
public, String | getSourceId() | |
public, String | getId() | |
public, String | getPrefix() | |
public, IContextId | getContextId() | |
public, String | getType() | |
public, Text | getInfo() | |
public, Date | getTimestamp() | |
public, String | getUserId() | |
public, Set | getResourceLocations() | |
public, Map | getCustomValues() | |
public, List | getComments() | |
public, Activity | cloneWithComments(List |
|
public, Activity | cloneWithInfo(Text) | |
public, int | compareByTimestamp(Activity) | |
public, List | getChangedFields() | Returns the list of fields that will appear as changed in this activity. |
Back to Index