com.polarion.alm.tracker.activity.IActivityStreamService
FIELDS
Modifiers and Type | Name | Description |
---|---|---|
String | INDEX_FIELD_FIELDS | Activity index field that contains ids of all non-empty index fields. Custom values are prefixed with "_". Example queries: HAS_VALUE:type, HAS_VALUE:_myCustomValue |
String | INDEX_FIELD_DOCUMENT_ID | |
String | INDEX_FIELD_SOURCE_ID | |
String | INDEX_FIELD_ACTIVITY_ID | |
String | INDEX_FIELD_CONTEXT_ID | |
String | INDEX_FIELD_LOCATION | |
String | INDEX_FIELD_LOCATION_TREE | |
String | INDEX_FIELD_PROJECT | |
String | INDEX_FIELD_TYPE | |
String | INDEX_FIELD_INFO | |
String | INDEX_FIELD_INFO_STORED | |
String | INDEX_FIELD_TIMESTAMP | |
String | INDEX_FIELD_TIMESTAMP_CLEANING | |
String | INDEX_FIELD_TIMESTAMP_SORTING | |
String | INDEX_FIELD_TIMESTAMP_STORED | |
String | INDEX_FIELD_USER | |
String | INDEX_FIELD_USER_STORED | |
String | INDEX_FIELD_RESOURCE_LOCATIONS_TREE | |
String | INDEX_FIELD_RESOURCE_LOCATIONS_STORED | |
String | INDEX_CUSTOM_FIELD_PREFIX |
METHODS
Modifiers and Type | Name | Description |
---|---|---|
void | registerSource(IActivitySource) | |
List | listActivities(IContextId,String,int) | |
List | listProjectActivities(String,String,int) | |
Activity | getActivity(String) | |
void | publishActivity(Activity) | |
void | publishActivities(List |
|
void | updateActivity(String) | Used by source to inform this service that the activity was updated, so it needs to be re-indexed. |
boolean | canCurrentUserAddComment(String) | |
boolean | canComment(String) | |
void | addComment(String,Text) | |
void | cleanUp() | |
IActivitySource | getActivitySource(String) | |
List | getActivitySources() |
Back to Index