Class Activity
java.lang.Object
com.polarion.alm.tracker.activity.Activity
- Since:
- 3.6.0
-
Constructor Summary
ConstructorDescriptionActivity
(String sourceId, String id, String prefix, IContextId contextId, String type, Text info, Date timestamp, String userId, Set<ILocation> resourceLocs, Map<String, ActivityCustomValue> customValues) Activity
(String sourceId, String id, String prefix, IContextId contextId, String type, Text info, Date timestamp, String userId, Set<ILocation> resourceLocs, Map<String, ActivityCustomValue> customValues, List<ActivityComment> comments) -
Method Summary
Modifier and TypeMethodDescriptioncloneWithComments
(List<ActivityComment> comments) cloneWithInfo
(Text info) int
boolean
Returns the list of fields that will appear as changed in this activity.getId()
getInfo()
getType()
int
hashCode()
toString()
-
Constructor Details
-
Activity
-
Activity
public Activity(String sourceId, String id, String prefix, IContextId contextId, String type, Text info, Date timestamp, String userId, Set<ILocation> resourceLocs, Map<String, ActivityCustomValue> customValues, List<ActivityComment> comments)
-
-
Method Details
-
getGlobalId
-
getSourceId
-
getId
-
getPrefix
-
getContextId
-
getType
-
getInfo
-
getTimestamp
-
getUserId
-
getResourceLocations
-
getCustomValues
-
getComments
-
cloneWithComments
-
cloneWithInfo
- Since:
- 3.8.3
-
compareByTimestamp
-
hashCode
public int hashCode() -
equals
-
toString
-
getChangedFields
Returns the list of fields that will appear as changed in this activity.- Since:
- 3.8.3
-